2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.46.
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.46'
584 PACKAGE_STRING
='Wine 1.7.46'
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
783 program_transform_name
796 enable_option_checking
800 enable_maintainer_mode
857 enable_api_ms_win_core_com_l1_1_0
858 enable_api_ms_win_core_console_l1_1_0
859 enable_api_ms_win_core_datetime_l1_1_0
860 enable_api_ms_win_core_datetime_l1_1_1
861 enable_api_ms_win_core_debug_l1_1_0
862 enable_api_ms_win_core_debug_l1_1_1
863 enable_api_ms_win_core_errorhandling_l1_1_0
864 enable_api_ms_win_core_errorhandling_l1_1_1
865 enable_api_ms_win_core_errorhandling_l1_1_2
866 enable_api_ms_win_core_fibers_l1_1_0
867 enable_api_ms_win_core_fibers_l1_1_1
868 enable_api_ms_win_core_file_l1_1_0
869 enable_api_ms_win_core_file_l1_2_0
870 enable_api_ms_win_core_file_l2_1_0
871 enable_api_ms_win_core_file_l2_1_1
872 enable_api_ms_win_core_handle_l1_1_0
873 enable_api_ms_win_core_heap_l1_1_0
874 enable_api_ms_win_core_heap_l1_2_0
875 enable_api_ms_win_core_heap_obsolete_l1_1_0
876 enable_api_ms_win_core_interlocked_l1_1_0
877 enable_api_ms_win_core_interlocked_l1_2_0
878 enable_api_ms_win_core_io_l1_1_1
879 enable_api_ms_win_core_kernel32_legacy_l1_1_0
880 enable_api_ms_win_core_libraryloader_l1_1_0
881 enable_api_ms_win_core_libraryloader_l1_1_1
882 enable_api_ms_win_core_localization_l1_2_0
883 enable_api_ms_win_core_localization_l1_2_1
884 enable_api_ms_win_core_localization_obsolete_l1_1_0
885 enable_api_ms_win_core_localregistry_l1_1_0
886 enable_api_ms_win_core_memory_l1_1_0
887 enable_api_ms_win_core_memory_l1_1_1
888 enable_api_ms_win_core_misc_l1_1_0
889 enable_api_ms_win_core_namedpipe_l1_1_0
890 enable_api_ms_win_core_namedpipe_l1_2_0
891 enable_api_ms_win_core_processenvironment_l1_1_0
892 enable_api_ms_win_core_processenvironment_l1_2_0
893 enable_api_ms_win_core_processthreads_l1_1_0
894 enable_api_ms_win_core_processthreads_l1_1_1
895 enable_api_ms_win_core_processthreads_l1_1_2
896 enable_api_ms_win_core_profile_l1_1_0
897 enable_api_ms_win_core_psapi_l1_1_0
898 enable_api_ms_win_core_registry_l1_1_0
899 enable_api_ms_win_core_rtlsupport_l1_1_0
900 enable_api_ms_win_core_rtlsupport_l1_2_0
901 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
902 enable_api_ms_win_core_string_l1_1_0
903 enable_api_ms_win_core_synch_l1_1_0
904 enable_api_ms_win_core_synch_l1_2_0
905 enable_api_ms_win_core_sysinfo_l1_1_0
906 enable_api_ms_win_core_sysinfo_l1_2_0
907 enable_api_ms_win_core_sysinfo_l1_2_1
908 enable_api_ms_win_core_threadpool_legacy_l1_1_0
909 enable_api_ms_win_core_timezone_l1_1_0
910 enable_api_ms_win_core_url_l1_1_0
911 enable_api_ms_win_core_util_l1_1_0
912 enable_api_ms_win_core_winrt_error_l1_1_0
913 enable_api_ms_win_core_winrt_error_l1_1_1
914 enable_api_ms_win_core_winrt_l1_1_0
915 enable_api_ms_win_core_winrt_string_l1_1_0
916 enable_api_ms_win_core_xstate_l2_1_0
917 enable_api_ms_win_downlevel_advapi32_l1_1_0
918 enable_api_ms_win_downlevel_advapi32_l2_1_0
919 enable_api_ms_win_downlevel_normaliz_l1_1_0
920 enable_api_ms_win_downlevel_ole32_l1_1_0
921 enable_api_ms_win_downlevel_shell32_l1_1_0
922 enable_api_ms_win_downlevel_shlwapi_l1_1_0
923 enable_api_ms_win_downlevel_shlwapi_l2_1_0
924 enable_api_ms_win_downlevel_user32_l1_1_0
925 enable_api_ms_win_downlevel_version_l1_1_0
926 enable_api_ms_win_eventing_provider_l1_1_0
927 enable_api_ms_win_ntuser_dc_access_l1_1_0
928 enable_api_ms_win_security_base_l1_1_0
929 enable_api_ms_win_security_base_l1_2_0
930 enable_api_ms_win_security_sddl_l1_1_0
931 enable_api_ms_win_service_core_l1_1_1
932 enable_api_ms_win_service_management_l1_1_0
933 enable_api_ms_win_service_winsvc_l1_2_0
976 enable_d3dcompiler_33
977 enable_d3dcompiler_34
978 enable_d3dcompiler_35
979 enable_d3dcompiler_36
980 enable_d3dcompiler_37
981 enable_d3dcompiler_38
982 enable_d3dcompiler_39
983 enable_d3dcompiler_40
984 enable_d3dcompiler_41
985 enable_d3dcompiler_42
986 enable_d3dcompiler_43
987 enable_d3dcompiler_46
988 enable_d3dcompiler_47
1064 enable_explorerframe
1065 enable_ext_ms_win_gdi_devcaps_l1_1_0
1222 enable_photometadatahandler
1304 enable_windowscodecs
1305 enable_windowscodecsext
1307 enable_winecoreaudio_drv
1309 enable_winegstreamer
1310 enable_winejoystick_drv
1316 enable_wineqtdecoder
1364 enable_documentation
1372 enable_aspnet_regiis
1405 enable_presentationfontcache
1418 enable_servicemodelreg
1439 enable_winemenubuilder
1441 enable_winemsibuilder
1455 ac_precious_vars
='build_alias
1504 # Initialize some variables set by options.
1506 ac_init_version
=false
1507 ac_unrecognized_opts
=
1508 ac_unrecognized_sep
=
1509 # The variables have the same names as the options, with
1510 # dashes changed to underlines.
1511 cache_file
=/dev
/null
1518 program_transform_name
=s
,x
,x
,
1526 # Installation directory options.
1527 # These are left unexpanded so users can "make install exec_prefix=/foo"
1528 # and all the variables that are supposed to be based on exec_prefix
1529 # by default will actually change.
1530 # Use braces instead of parens because sh, perl, etc. also accept them.
1531 # (The list follows the same order as the GNU Coding Standards.)
1532 bindir
='${exec_prefix}/bin'
1533 sbindir
='${exec_prefix}/sbin'
1534 libexecdir
='${exec_prefix}/libexec'
1535 datarootdir
='${prefix}/share'
1536 datadir
='${datarootdir}'
1537 sysconfdir
='${prefix}/etc'
1538 sharedstatedir
='${prefix}/com'
1539 localstatedir
='${prefix}/var'
1540 includedir
='${prefix}/include'
1541 oldincludedir
='/usr/include'
1542 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1543 infodir
='${datarootdir}/info'
1548 libdir
='${exec_prefix}/lib'
1549 localedir
='${datarootdir}/locale'
1550 mandir
='${datarootdir}/man'
1556 # If the previous option needs an argument, assign it.
1557 if test -n "$ac_prev"; then
1558 eval $ac_prev=\
$ac_option
1564 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1569 # Accept the important Cygnus configure options, so we can diagnose typos.
1571 case $ac_dashdash$ac_option in
1575 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1577 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1578 bindir
=$ac_optarg ;;
1580 -build |
--build |
--buil |
--bui |
--bu)
1581 ac_prev
=build_alias
;;
1582 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1583 build_alias
=$ac_optarg ;;
1585 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1586 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1587 ac_prev
=cache_file
;;
1588 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1589 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1590 cache_file
=$ac_optarg ;;
1592 --config-cache |
-C)
1593 cache_file
=config.cache
;;
1595 -datadir |
--datadir |
--datadi |
--datad)
1597 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1598 datadir
=$ac_optarg ;;
1600 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1601 |
--dataroo |
--dataro |
--datar)
1602 ac_prev
=datarootdir
;;
1603 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1604 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1605 datarootdir
=$ac_optarg ;;
1607 -disable-* |
--disable-*)
1608 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1609 # Reject names that are not valid shell variable names.
1610 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1611 as_fn_error $?
"invalid feature name: $ac_useropt"
1612 ac_useropt_orig
=$ac_useropt
1613 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1614 case $ac_user_opts in
1616 "enable_
$ac_useropt"
1618 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1619 ac_unrecognized_sep
=', ';;
1621 eval enable_
$ac_useropt=no
;;
1623 -docdir |
--docdir |
--docdi |
--doc |
--do)
1625 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1626 docdir
=$ac_optarg ;;
1628 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1630 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1631 dvidir
=$ac_optarg ;;
1633 -enable-* |
--enable-*)
1634 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1635 # Reject names that are not valid shell variable names.
1636 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1637 as_fn_error $?
"invalid feature name: $ac_useropt"
1638 ac_useropt_orig
=$ac_useropt
1639 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1640 case $ac_user_opts in
1642 "enable_
$ac_useropt"
1644 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1645 ac_unrecognized_sep
=', ';;
1647 eval enable_
$ac_useropt=\
$ac_optarg ;;
1649 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1650 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1651 |
--exec |
--exe |
--ex)
1652 ac_prev
=exec_prefix
;;
1653 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1654 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1655 |
--exec=* |
--exe=* |
--ex=*)
1656 exec_prefix
=$ac_optarg ;;
1658 -gas |
--gas |
--ga |
--g)
1659 # Obsolete; use --with-gas.
1662 -help |
--help |
--hel |
--he |
-h)
1663 ac_init_help
=long
;;
1664 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1665 ac_init_help
=recursive
;;
1666 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1667 ac_init_help
=short
;;
1669 -host |
--host |
--hos |
--ho)
1670 ac_prev
=host_alias
;;
1671 -host=* |
--host=* |
--hos=* |
--ho=*)
1672 host_alias
=$ac_optarg ;;
1674 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1676 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1678 htmldir
=$ac_optarg ;;
1680 -includedir |
--includedir |
--includedi |
--included |
--include \
1681 |
--includ |
--inclu |
--incl |
--inc)
1682 ac_prev
=includedir
;;
1683 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1684 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1685 includedir
=$ac_optarg ;;
1687 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1689 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1690 infodir
=$ac_optarg ;;
1692 -libdir |
--libdir |
--libdi |
--libd)
1694 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1695 libdir
=$ac_optarg ;;
1697 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1698 |
--libexe |
--libex |
--libe)
1699 ac_prev
=libexecdir
;;
1700 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1701 |
--libexe=* |
--libex=* |
--libe=*)
1702 libexecdir
=$ac_optarg ;;
1704 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1705 ac_prev
=localedir
;;
1706 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1707 localedir
=$ac_optarg ;;
1709 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1710 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1711 ac_prev
=localstatedir
;;
1712 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1713 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1714 localstatedir
=$ac_optarg ;;
1716 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1718 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1719 mandir
=$ac_optarg ;;
1721 -nfp |
--nfp |
--nf)
1722 # Obsolete; use --without-fp.
1725 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1726 |
--no-cr |
--no-c |
-n)
1729 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1730 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1733 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1734 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1735 |
--oldin |
--oldi |
--old |
--ol |
--o)
1736 ac_prev
=oldincludedir
;;
1737 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1738 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1739 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1740 oldincludedir
=$ac_optarg ;;
1742 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1744 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1745 prefix
=$ac_optarg ;;
1747 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1748 |
--program-pre |
--program-pr |
--program-p)
1749 ac_prev
=program_prefix
;;
1750 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1751 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1752 program_prefix
=$ac_optarg ;;
1754 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1755 |
--program-suf |
--program-su |
--program-s)
1756 ac_prev
=program_suffix
;;
1757 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1758 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1759 program_suffix
=$ac_optarg ;;
1761 -program-transform-name |
--program-transform-name \
1762 |
--program-transform-nam |
--program-transform-na \
1763 |
--program-transform-n |
--program-transform- \
1764 |
--program-transform |
--program-transfor \
1765 |
--program-transfo |
--program-transf \
1766 |
--program-trans |
--program-tran \
1767 |
--progr-tra |
--program-tr |
--program-t)
1768 ac_prev
=program_transform_name
;;
1769 -program-transform-name=* |
--program-transform-name=* \
1770 |
--program-transform-nam=* |
--program-transform-na=* \
1771 |
--program-transform-n=* |
--program-transform-=* \
1772 |
--program-transform=* |
--program-transfor=* \
1773 |
--program-transfo=* |
--program-transf=* \
1774 |
--program-trans=* |
--program-tran=* \
1775 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1776 program_transform_name
=$ac_optarg ;;
1778 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1780 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1781 pdfdir
=$ac_optarg ;;
1783 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1785 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1788 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1789 |
-silent |
--silent |
--silen |
--sile |
--sil)
1792 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1794 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1796 sbindir
=$ac_optarg ;;
1798 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1799 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1800 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1802 ac_prev
=sharedstatedir
;;
1803 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1804 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1805 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1807 sharedstatedir
=$ac_optarg ;;
1809 -site |
--site |
--sit)
1811 -site=* |
--site=* |
--sit=*)
1814 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1816 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1817 srcdir
=$ac_optarg ;;
1819 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1820 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1821 ac_prev
=sysconfdir
;;
1822 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1823 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1824 sysconfdir
=$ac_optarg ;;
1826 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1827 ac_prev
=target_alias
;;
1828 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1829 target_alias
=$ac_optarg ;;
1831 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1834 -version |
--version |
--versio |
--versi |
--vers |
-V)
1835 ac_init_version
=: ;;
1838 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1839 # Reject names that are not valid shell variable names.
1840 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1841 as_fn_error $?
"invalid package name: $ac_useropt"
1842 ac_useropt_orig
=$ac_useropt
1843 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1844 case $ac_user_opts in
1848 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1849 ac_unrecognized_sep
=', ';;
1851 eval with_
$ac_useropt=\
$ac_optarg ;;
1853 -without-* |
--without-*)
1854 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1855 # Reject names that are not valid shell variable names.
1856 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1857 as_fn_error $?
"invalid package name: $ac_useropt"
1858 ac_useropt_orig
=$ac_useropt
1859 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1860 case $ac_user_opts in
1864 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1865 ac_unrecognized_sep
=', ';;
1867 eval with_
$ac_useropt=no
;;
1870 # Obsolete; use --with-x.
1873 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1874 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1875 ac_prev
=x_includes
;;
1876 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1877 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1878 x_includes
=$ac_optarg ;;
1880 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1881 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1882 ac_prev
=x_libraries
;;
1883 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1884 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1885 x_libraries
=$ac_optarg ;;
1887 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1888 Try \`$0 --help' for more information"
1892 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1893 # Reject names that are not valid shell variable names.
1894 case $ac_envvar in #(
1895 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1896 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1898 eval $ac_envvar=\
$ac_optarg
1899 export $ac_envvar ;;
1902 # FIXME: should be removed in autoconf 3.0.
1903 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1904 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1905 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1906 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1912 if test -n "$ac_prev"; then
1913 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1914 as_fn_error $?
"missing argument to $ac_option"
1917 if test -n "$ac_unrecognized_opts"; then
1918 case $enable_option_checking in
1920 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1921 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1925 # Check all directory arguments for consistency.
1926 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1927 datadir sysconfdir sharedstatedir localstatedir includedir \
1928 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1929 libdir localedir mandir
1931 eval ac_val
=\$
$ac_var
1932 # Remove trailing slashes.
1935 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1936 eval $ac_var=\
$ac_val;;
1938 # Be sure to have absolute directory names.
1940 [\\/$
]* | ?
:[\\/]* ) continue;;
1941 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1943 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1946 # There might be people who depend on the old broken behavior: `$host'
1947 # used to hold the argument of --host etc.
1948 # FIXME: To remove some day.
1951 target
=$target_alias
1953 # FIXME: To remove some day.
1954 if test "x$host_alias" != x
; then
1955 if test "x$build_alias" = x
; then
1956 cross_compiling
=maybe
1957 elif test "x$build_alias" != "x$host_alias"; then
1963 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1965 test "$silent" = yes && exec 6>/dev
/null
1968 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1969 ac_ls_di
=`ls -di .` &&
1970 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1971 as_fn_error $?
"working directory cannot be determined"
1972 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1973 as_fn_error $?
"pwd does not report name of working directory"
1976 # Find the source files, if location was not specified.
1977 if test -z "$srcdir"; then
1978 ac_srcdir_defaulted
=yes
1979 # Try the directory containing this script, then the parent directory.
1980 ac_confdir
=`$as_dirname -- "$as_myself" ||
1981 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1982 X"$as_myself" : 'X\(//\)[^/]' \| \
1983 X"$as_myself" : 'X\(//\)$' \| \
1984 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1985 $as_echo X"$as_myself" |
1986 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2004 if test ! -r "$srcdir/$ac_unique_file"; then
2008 ac_srcdir_defaulted
=no
2010 if test ! -r "$srcdir/$ac_unique_file"; then
2011 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2012 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2014 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2016 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2018 # When building in place, set srcdir=.
2019 if test "$ac_abs_confdir" = "$ac_pwd"; then
2022 # Remove unnecessary trailing slashes from srcdir.
2023 # Double slashes in file names in object file debugging info
2024 # mess up M-x gdb in Emacs.
2026 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2028 for ac_var
in $ac_precious_vars; do
2029 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2030 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2031 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2032 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2036 # Report the --help message.
2038 if test "$ac_init_help" = "long"; then
2039 # Omit some internal or obsolete options to make the list less imposing.
2040 # This message is too long to be a string in the A/UX 3.1 sh.
2042 \`configure' configures Wine 1.7.46 to adapt to many kinds of systems.
2044 Usage: $0 [OPTION]... [VAR=VALUE]...
2046 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2047 VAR=VALUE. See below for descriptions of some of the useful variables.
2049 Defaults for the options are specified in brackets.
2052 -h, --help display this help and exit
2053 --help=short display options specific to this package
2054 --help=recursive display the short help of all the included packages
2055 -V, --version display version information and exit
2056 -q, --quiet, --silent do not print \`checking ...' messages
2057 --cache-file=FILE cache test results in FILE [disabled]
2058 -C, --config-cache alias for \`--cache-file=config.cache'
2059 -n, --no-create do not create output files
2060 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2062 Installation directories:
2063 --prefix=PREFIX install architecture-independent files in PREFIX
2064 [$ac_default_prefix]
2065 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2068 By default, \`make install' will install all the files in
2069 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2070 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2071 for instance \`--prefix=\$HOME'.
2073 For better control, use the options below.
2075 Fine tuning of the installation directories:
2076 --bindir=DIR user executables [EPREFIX/bin]
2077 --sbindir=DIR system admin executables [EPREFIX/sbin]
2078 --libexecdir=DIR program executables [EPREFIX/libexec]
2079 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2080 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2081 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2082 --libdir=DIR object code libraries [EPREFIX/lib]
2083 --includedir=DIR C header files [PREFIX/include]
2084 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2085 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2086 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2087 --infodir=DIR info documentation [DATAROOTDIR/info]
2088 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2089 --mandir=DIR man documentation [DATAROOTDIR/man]
2090 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2091 --htmldir=DIR html documentation [DOCDIR]
2092 --dvidir=DIR dvi documentation [DOCDIR]
2093 --pdfdir=DIR pdf documentation [DOCDIR]
2094 --psdir=DIR ps documentation [DOCDIR]
2100 --x-includes=DIR X include files are
in DIR
2101 --x-libraries=DIR X library files are
in DIR
2104 --build=BUILD configure
for building on BUILD
[guessed
]
2105 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2109 if test -n "$ac_init_help"; then
2110 case $ac_init_help in
2111 short | recursive
) echo "Configuration of Wine 1.7.46:";;
2116 --disable-option-checking ignore unrecognized
--enable/--with options
2117 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2118 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2119 --disable-win16 do not include Win16 support
2120 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2122 --disable-tests do not build the regression tests
2123 --enable-maintainer-mode
2124 enable maintainer-specific build rules
2125 --disable-largefile omit support for large files
2128 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2129 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2130 --without-alsa do not use the Alsa sound support
2131 --without-capi do not use CAPI (ISDN support)
2132 --without-cms do not use CMS (color management support)
2133 --without-coreaudio do not use the CoreAudio sound support
2134 --without-cups do not use CUPS
2135 --without-curses do not use (n)curses
2136 --without-dbus do not use DBus (dynamic device support)
2137 --without-fontconfig do not use fontconfig
2138 --without-freetype do not use the FreeType library
2139 --without-gettext do not use gettext
2140 --with-gettextpo use the GetTextPO library to rebuild po files
2141 --without-gphoto do not use gphoto (Digital Camera support)
2142 --without-glu do not use the GLU library
2143 --without-gnutls do not use GnuTLS (schannel support)
2144 --without-gsm do not use libgsm (GSM 06.10 codec support)
2145 --without-gstreamer do not use GStreamer (codecs support)
2146 --without-hal do not use HAL (dynamic device support)
2147 --without-jpeg do not use JPEG
2148 --without-ldap do not use LDAP
2149 --without-mpg123 do not use the mpg123 library
2150 --without-netapi do not use the Samba NetAPI library
2151 --without-openal do not use OpenAL
2152 --without-opencl do not use OpenCL
2153 --without-opengl do not use OpenGL
2154 --without-osmesa do not use the OSMesa library
2155 --without-oss do not use the OSS sound support
2156 --without-pcap do not use the Packet Capture library
2157 --without-png do not use PNG
2158 --without-pthread do not use the pthread library
2159 --without-sane do not use SANE (scanner support)
2160 --without-tiff do not use TIFF
2161 --without-v4l do not use v4l1 (v4l support)
2162 --without-xcomposite do not use the Xcomposite extension
2163 --without-xcursor do not use the Xcursor extension
2164 --without-xinerama do not use Xinerama (multi-monitor support)
2165 --without-xinput do not use the Xinput extension
2166 --without-xinput2 do not use the Xinput 2 extension
2167 --without-xml do not use XML
2168 --without-xrandr do not use Xrandr (resolution changes)
2169 --without-xrender do not use the Xrender extension
2170 --without-xshape do not use the Xshape extension
2171 --without-xshm do not use XShm (shared memory extension)
2172 --without-xslt do not use XSLT
2173 --without-xxf86vm do not use XFree video mode extension
2174 --without-zlib do not use Zlib (data compression)
2175 --with-wine-tools=DIR use Wine tools from directory DIR
2176 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2177 --with-x use the X Window System
2179 Some influential environment variables:
2180 CC C compiler command
2181 CFLAGS C compiler flags
2182 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2183 nonstandard directory <lib dir>
2184 LIBS libraries to pass to the linker, e.g. -l<library>
2185 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2186 you have headers in a nonstandard directory <include dir>
2187 CXX C++ compiler command
2188 CXXFLAGS C++ compiler flags
2190 XMKMF Path to xmkmf, Makefile generator for X Window System
2191 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2192 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2193 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2194 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2195 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2196 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2197 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2198 HAL_LIBS Linker flags for hal, overriding pkg-config
2200 C compiler flags for gnutls, overriding pkg-config
2201 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2202 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2203 SANE_LIBS Linker flags for libsane, overriding pkg-config
2205 C compiler flags for libgphoto2, overriding pkg-config
2207 Linker flags for libgphoto2, overriding pkg-config
2209 C compiler flags for libgphoto2_port, overriding pkg-config
2211 Linker flags for libgphoto2_port, overriding pkg-config
2213 C compiler flags for lcms2, overriding pkg-config
2214 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2216 C compiler flags for freetype2, overriding pkg-config
2218 Linker flags for freetype2, overriding pkg-config
2220 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2222 Linker flags for gstreamer-app-0.10, overriding pkg-config
2224 C compiler flags for capi20, overriding pkg-config
2225 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2227 C compiler flags for fontconfig, overriding pkg-config
2229 Linker flags for fontconfig, overriding pkg-config
2230 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2231 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2232 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2233 PNG_LIBS Linker flags for libpng, overriding pkg-config
2234 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2235 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2237 C compiler flags for libmpg123, overriding pkg-config
2238 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2240 Use these variables to override the choices made by `configure' or to
help
2241 it to
find libraries and programs with nonstandard names
/locations.
2243 Report bugs to
<wine-devel@winehq.org
>.
2244 Wine home page
: <http
://www.winehq.org
>.
2249 if test "$ac_init_help" = "recursive"; then
2250 # If there are subdirs, report their specific --help.
2251 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2252 test -d "$ac_dir" ||
2253 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2258 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2260 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2261 # A ".." for each directory in $ac_dir_suffix.
2262 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2263 case $ac_top_builddir_sub in
2264 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2265 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2268 ac_abs_top_builddir
=$ac_pwd
2269 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2270 # for backward compatibility:
2271 ac_top_builddir
=$ac_top_build_prefix
2274 .
) # We are building in place.
2276 ac_top_srcdir
=$ac_top_builddir_sub
2277 ac_abs_top_srcdir
=$ac_pwd ;;
2278 [\\/]* | ?
:[\\/]* ) # Absolute name.
2279 ac_srcdir
=$srcdir$ac_dir_suffix;
2280 ac_top_srcdir
=$srcdir
2281 ac_abs_top_srcdir
=$srcdir ;;
2283 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2284 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2285 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2287 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2289 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2290 # Check for guested configure.
2291 if test -f "$ac_srcdir/configure.gnu"; then
2293 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2294 elif test -f "$ac_srcdir/configure"; then
2296 $SHELL "$ac_srcdir/configure" --help=recursive
2298 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2300 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2304 test -n "$ac_init_help" && exit $ac_status
2305 if $ac_init_version; then
2307 Wine configure
1.7.46
2308 generated by GNU Autoconf
2.69
2310 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2311 This configure
script is free software
; the Free Software Foundation
2312 gives unlimited permission to copy
, distribute and modify it.
2317 ## ------------------------ ##
2318 ## Autoconf initialization. ##
2319 ## ------------------------ ##
2321 # ac_fn_c_try_compile LINENO
2322 # --------------------------
2323 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2324 ac_fn_c_try_compile
()
2326 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2327 rm -f conftest.
$ac_objext
2328 if { { ac_try
="$ac_compile"
2330 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2331 *) ac_try_echo=$ac_try;;
2333 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2334 $as_echo "$ac_try_echo"; } >&5
2335 (eval "$ac_compile") 2>conftest.err
2337 if test -s conftest.err; then
2338 grep -v '^ *+' conftest.err >conftest.er1
2339 cat conftest.er1 >&5
2340 mv -f conftest.er1 conftest.err
2342 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2343 test $ac_status = 0; } && {
2344 test -z "$ac_c_werror_flag" ||
2345 test ! -s conftest.err
2346 } && test -s conftest.$ac_objext; then :
2349 $as_echo "$as_me: failed program was:" >&5
2350 sed 's/^/| /' conftest.$ac_ext >&5
2354 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2355 as_fn_set_status $ac_retval
2357 } # ac_fn_c_try_compile
2359 # ac_fn_cxx_try_compile LINENO
2360 # ----------------------------
2361 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2362 ac_fn_cxx_try_compile ()
2364 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2365 rm -f conftest.$ac_objext
2366 if { { ac_try="$ac_compile"
2368 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2369 *) ac_try_echo
=$ac_try;;
2371 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2372 $as_echo "$ac_try_echo"; } >&5
2373 (eval "$ac_compile") 2>conftest.err
2375 if test -s conftest.err
; then
2376 grep -v '^ *+' conftest.err
>conftest.er1
2377 cat conftest.er1
>&5
2378 mv -f conftest.er1 conftest.err
2380 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2381 test $ac_status = 0; } && {
2382 test -z "$ac_cxx_werror_flag" ||
2383 test ! -s conftest.err
2384 } && test -s conftest.
$ac_objext; then :
2387 $as_echo "$as_me: failed program was:" >&5
2388 sed 's/^/| /' conftest.
$ac_ext >&5
2392 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2393 as_fn_set_status
$ac_retval
2395 } # ac_fn_cxx_try_compile
2397 # ac_fn_c_try_link LINENO
2398 # -----------------------
2399 # Try to link conftest.$ac_ext, and return whether this succeeded.
2402 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2403 rm -f conftest.
$ac_objext conftest
$ac_exeext
2404 if { { ac_try
="$ac_link"
2406 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2407 *) ac_try_echo=$ac_try;;
2409 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2410 $as_echo "$ac_try_echo"; } >&5
2411 (eval "$ac_link") 2>conftest.err
2413 if test -s conftest.err; then
2414 grep -v '^ *+' conftest.err >conftest.er1
2415 cat conftest.er1 >&5
2416 mv -f conftest.er1 conftest.err
2418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2419 test $ac_status = 0; } && {
2420 test -z "$ac_c_werror_flag" ||
2421 test ! -s conftest.err
2422 } && test -s conftest$ac_exeext && {
2423 test "$cross_compiling" = yes ||
2424 test -x conftest$ac_exeext
2428 $as_echo "$as_me: failed program was:" >&5
2429 sed 's/^/| /' conftest.$ac_ext >&5
2433 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2434 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2435 # interfere with the next link command; also delete a directory that is
2436 # left behind by Apple's compiler. We do this before executing the actions.
2437 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2438 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2439 as_fn_set_status $ac_retval
2441 } # ac_fn_c_try_link
2443 # ac_fn_c_try_cpp LINENO
2444 # ----------------------
2445 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2448 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2449 if { { ac_try="$ac_cpp conftest.$ac_ext"
2451 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2452 *) ac_try_echo
=$ac_try;;
2454 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2455 $as_echo "$ac_try_echo"; } >&5
2456 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2458 if test -s conftest.err
; then
2459 grep -v '^ *+' conftest.err
>conftest.er1
2460 cat conftest.er1
>&5
2461 mv -f conftest.er1 conftest.err
2463 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2464 test $ac_status = 0; } > conftest.i
&& {
2465 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2466 test ! -s conftest.err
2470 $as_echo "$as_me: failed program was:" >&5
2471 sed 's/^/| /' conftest.
$ac_ext >&5
2475 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2476 as_fn_set_status
$ac_retval
2480 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2481 # -------------------------------------------------------
2482 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2483 # the include files in INCLUDES and setting the cache variable VAR
2485 ac_fn_c_check_header_mongrel
()
2487 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2488 if eval \
${$3+:} false
; then :
2489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2490 $as_echo_n "checking for $2... " >&6; }
2491 if eval \
${$3+:} false
; then :
2492 $as_echo_n "(cached) " >&6
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2496 $as_echo "$ac_res" >&6; }
2498 # Is the header compilable?
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2500 $as_echo_n "checking $2 usability... " >&6; }
2501 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2502 /* end confdefs.h. */
2506 if ac_fn_c_try_compile
"$LINENO"; then :
2507 ac_header_compiler
=yes
2509 ac_header_compiler
=no
2511 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2513 $as_echo "$ac_header_compiler" >&6; }
2515 # Is the header present?
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2517 $as_echo_n "checking $2 presence... " >&6; }
2518 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2519 /* end confdefs.h. */
2522 if ac_fn_c_try_cpp
"$LINENO"; then :
2523 ac_header_preproc
=yes
2525 ac_header_preproc
=no
2527 rm -f conftest.err conftest.i conftest.
$ac_ext
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2529 $as_echo "$ac_header_preproc" >&6; }
2531 # So? What about this header?
2532 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2535 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2537 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2541 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2543 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2544 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2545 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2547 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2549 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2550 ( $as_echo "## ------------------------------------ ##
2551 ## Report this to wine-devel@winehq.org ##
2552 ## ------------------------------------ ##"
2553 ) |
sed "s/^/$as_me: WARNING: /" >&2
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2557 $as_echo_n "checking for $2... " >&6; }
2558 if eval \
${$3+:} false
; then :
2559 $as_echo_n "(cached) " >&6
2561 eval "$3=\$ac_header_compiler"
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2565 $as_echo "$ac_res" >&6; }
2567 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2569 } # ac_fn_c_check_header_mongrel
2571 # ac_fn_c_try_run LINENO
2572 # ----------------------
2573 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2574 # that executables *can* be run.
2577 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2578 if { { ac_try
="$ac_link"
2580 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2581 *) ac_try_echo=$ac_try;;
2583 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2584 $as_echo "$ac_try_echo"; } >&5
2585 (eval "$ac_link") 2>&5
2587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2588 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2589 { { case "(($ac_try" in
2590 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2591 *) ac_try_echo
=$ac_try;;
2593 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2594 $as_echo "$ac_try_echo"; } >&5
2595 (eval "$ac_try") 2>&5
2597 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2598 test $ac_status = 0; }; }; then :
2601 $as_echo "$as_me: program exited with status $ac_status" >&5
2602 $as_echo "$as_me: failed program was:" >&5
2603 sed 's/^/| /' conftest.
$ac_ext >&5
2605 ac_retval
=$ac_status
2607 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2608 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2609 as_fn_set_status
$ac_retval
2613 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2614 # -------------------------------------------------------
2615 # Tests whether HEADER exists and can be compiled using the include files in
2616 # INCLUDES, setting the cache variable VAR accordingly.
2617 ac_fn_c_check_header_compile
()
2619 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2621 $as_echo_n "checking for $2... " >&6; }
2622 if eval \
${$3+:} false
; then :
2623 $as_echo_n "(cached) " >&6
2625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2626 /* end confdefs.h. */
2630 if ac_fn_c_try_compile
"$LINENO"; then :
2635 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2639 $as_echo "$ac_res" >&6; }
2640 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2642 } # ac_fn_c_check_header_compile
2644 # ac_fn_c_check_func LINENO FUNC VAR
2645 # ----------------------------------
2646 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2647 ac_fn_c_check_func
()
2649 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2651 $as_echo_n "checking for $2... " >&6; }
2652 if eval \
${$3+:} false
; then :
2653 $as_echo_n "(cached) " >&6
2655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2656 /* end confdefs.h. */
2657 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2658 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2659 #define $2 innocuous_$2
2661 /* System header to define __stub macros and hopefully few prototypes,
2662 which can conflict with char $2 (); below.
2663 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2664 <limits.h> exists even on freestanding compilers. */
2667 # include <limits.h>
2669 # include <assert.h>
2674 /* Override any GCC internal prototype to avoid an error.
2675 Use char because int might match the return type of a GCC
2676 builtin and then its argument prototype would still apply. */
2681 /* The GNU C library defines this for functions which it implements
2682 to always fail with ENOSYS. Some functions are actually named
2683 something starting with __ and the normal name is an alias. */
2684 #if defined __stub_$2 || defined __stub___$2
2696 if ac_fn_c_try_link
"$LINENO"; then :
2701 rm -f core conftest.err conftest.
$ac_objext \
2702 conftest
$ac_exeext conftest.
$ac_ext
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2706 $as_echo "$ac_res" >&6; }
2707 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2709 } # ac_fn_c_check_func
2711 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2712 # ----------------------------------------------------
2713 # Tries to find if the field MEMBER exists in type AGGR, after including
2714 # INCLUDES, setting cache variable VAR accordingly.
2715 ac_fn_c_check_member
()
2717 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2719 $as_echo_n "checking for $2.$3... " >&6; }
2720 if eval \
${$4+:} false
; then :
2721 $as_echo_n "(cached) " >&6
2723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2724 /* end confdefs.h. */
2736 if ac_fn_c_try_compile
"$LINENO"; then :
2739 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2740 /* end confdefs.h. */
2746 if (sizeof ac_aggr.$3)
2752 if ac_fn_c_try_compile
"$LINENO"; then :
2757 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2759 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2763 $as_echo "$ac_res" >&6; }
2764 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2766 } # ac_fn_c_check_member
2768 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2769 # -------------------------------------------
2770 # Tests whether TYPE exists after having included INCLUDES, setting cache
2771 # variable VAR accordingly.
2772 ac_fn_c_check_type
()
2774 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2776 $as_echo_n "checking for $2... " >&6; }
2777 if eval \
${$3+:} false
; then :
2778 $as_echo_n "(cached) " >&6
2781 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2782 /* end confdefs.h. */
2793 if ac_fn_c_try_compile
"$LINENO"; then :
2794 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2795 /* end confdefs.h. */
2806 if ac_fn_c_try_compile
"$LINENO"; then :
2811 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2813 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2817 $as_echo "$ac_res" >&6; }
2818 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2820 } # ac_fn_c_check_type
2821 cat >config.log
<<_ACEOF
2822 This file contains any messages produced by compilers while
2823 running configure, to aid debugging if configure makes a mistake.
2825 It was created by Wine $as_me 1.7.46, which was
2826 generated by GNU Autoconf 2.69. Invocation command line was
2838 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2839 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2840 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2841 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2842 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2844 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2845 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2847 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2848 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2849 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2850 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2851 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2852 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2853 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2857 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2861 test -z "$as_dir" && as_dir
=.
2862 $as_echo "PATH: $as_dir"
2878 # Keep a trace of the command line.
2879 # Strip out --no-create and --no-recursion so they do not pile up.
2880 # Strip out --silent because we don't want to record it for future runs.
2881 # Also quote any args containing shell meta-characters.
2882 # Make two passes to allow for proper duplicate-argument suppression.
2886 ac_must_keep_next
=false
2892 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2893 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2894 |
-silent |
--silent |
--silen |
--sile |
--sil)
2897 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2900 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2902 as_fn_append ac_configure_args1
" '$ac_arg'"
2903 if test $ac_must_keep_next = true
; then
2904 ac_must_keep_next
=false
# Got value, back to normal.
2907 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2908 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2909 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2910 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2911 case "$ac_configure_args0 " in
2912 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2915 -* ) ac_must_keep_next
=true
;;
2918 as_fn_append ac_configure_args
" '$ac_arg'"
2923 { ac_configure_args0
=; unset ac_configure_args0
;}
2924 { ac_configure_args1
=; unset ac_configure_args1
;}
2926 # When interrupted or exit'd, cleanup temporary files, and complete
2927 # config.log. We remove comments because anyway the quotes in there
2928 # would cause problems or look ugly.
2929 # WARNING: Use '\'' to represent an apostrophe within the trap.
2930 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2931 trap 'exit_status=$?
2932 # Save into config.log some information that might help in debugging.
2936 $as_echo "## ---------------- ##
2937 ## Cache variables. ##
2938 ## ---------------- ##"
2940 # The following way of writing the cache mishandles newlines in values,
2942 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2943 eval ac_val=\$$ac_var
2947 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2948 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2951 _ | IFS | as_nl) ;; #(
2952 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2953 *) { eval $ac_var=; unset $ac_var;} ;;
2958 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2959 *${as_nl}ac_space=\ *)
2961 "s/'\''/'\''\\\\'\'''\''/g;
2962 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2965 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2972 $as_echo "## ----------------- ##
2973 ## Output variables. ##
2974 ## ----------------- ##"
2976 for ac_var in $ac_subst_vars
2978 eval ac_val=\$$ac_var
2980 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2982 $as_echo "$ac_var='\''$ac_val'\''"
2986 if test -n "$ac_subst_files"; then
2987 $as_echo "## ------------------- ##
2988 ## File substitutions. ##
2989 ## ------------------- ##"
2991 for ac_var
in $ac_subst_files
2993 eval ac_val
=\$
$ac_var
2995 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2997 $as_echo "$ac_var='\''$ac_val'\''"
3002 if test -s confdefs.h; then
3003 $as_echo "## ----------- ##
3010 test "$ac_signal" != 0 &&
3011 $as_echo "$as_me: caught signal $ac_signal"
3012 $as_echo "$as_me: exit $exit_status"
3014 rm -f core *.core core.conftest.* &&
3015 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3018 for ac_signal
in 1 2 13 15; do
3019 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3023 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3024 rm -f -r conftest
* confdefs.h
3026 $as_echo "/* confdefs.h */" > confdefs.h
3028 # Predefined preprocessor variables.
3030 cat >>confdefs.h
<<_ACEOF
3031 #define PACKAGE_NAME "$PACKAGE_NAME"
3034 cat >>confdefs.h
<<_ACEOF
3035 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3038 cat >>confdefs.h
<<_ACEOF
3039 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3042 cat >>confdefs.h
<<_ACEOF
3043 #define PACKAGE_STRING "$PACKAGE_STRING"
3046 cat >>confdefs.h
<<_ACEOF
3047 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3050 cat >>confdefs.h
<<_ACEOF
3051 #define PACKAGE_URL "$PACKAGE_URL"
3055 # Let the site file select an alternate cache file if it wants to.
3056 # Prefer an explicitly selected file to automatically selected ones.
3059 if test -n "$CONFIG_SITE"; then
3060 # We do not want a PATH search for config.site.
3061 case $CONFIG_SITE in #((
3062 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3063 */*) ac_site_file1
=$CONFIG_SITE;;
3064 *) ac_site_file1
=.
/$CONFIG_SITE;;
3066 elif test "x$prefix" != xNONE
; then
3067 ac_site_file1
=$prefix/share
/config.site
3068 ac_site_file2
=$prefix/etc
/config.site
3070 ac_site_file1
=$ac_default_prefix/share
/config.site
3071 ac_site_file2
=$ac_default_prefix/etc
/config.site
3073 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3075 test "x$ac_site_file" = xNONE
&& continue
3076 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3077 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3078 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3079 sed 's/^/| /' "$ac_site_file" >&5
3081 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3082 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3083 as_fn_error $?
"failed to load site script $ac_site_file
3084 See \`config.log' for more details" "$LINENO" 5; }
3088 if test -r "$cache_file"; then
3089 # Some versions of bash will fail to source /dev/null (special files
3090 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3091 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3093 $as_echo "$as_me: loading cache $cache_file" >&6;}
3095 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3096 *) .
"./$cache_file";;
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3101 $as_echo "$as_me: creating cache $cache_file" >&6;}
3105 # Check that the precious variables saved in the cache have kept the same
3107 ac_cache_corrupted
=false
3108 for ac_var
in $ac_precious_vars; do
3109 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3110 eval ac_new_set
=\
$ac_env_${ac_var}_set
3111 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3112 eval ac_new_val
=\
$ac_env_${ac_var}_value
3113 case $ac_old_set,$ac_new_set in
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3116 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3117 ac_cache_corrupted
=: ;;
3119 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3120 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3121 ac_cache_corrupted
=: ;;
3124 if test "x$ac_old_val" != "x$ac_new_val"; then
3125 # differences in whitespace do not lead to failure.
3126 ac_old_val_w
=`echo x $ac_old_val`
3127 ac_new_val_w
=`echo x $ac_new_val`
3128 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3129 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3130 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3131 ac_cache_corrupted
=:
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3134 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3135 eval $ac_var=\
$ac_old_val
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3138 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3140 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3143 # Pass precious variables to config.status.
3144 if test "$ac_new_set" = set; then
3146 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3147 *) ac_arg
=$ac_var=$ac_new_val ;;
3149 case " $ac_configure_args " in
3150 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3151 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3155 if $ac_cache_corrupted; then
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3157 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3158 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3159 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3160 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3162 ## -------------------- ##
3163 ## Main body of script. ##
3164 ## -------------------- ##
3167 ac_cpp
='$CPP $CPPFLAGS'
3168 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3169 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3170 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3174 ac_config_headers
="$ac_config_headers include/config.h"
3177 for ac_dir
in tools
"$srcdir"/tools
; do
3178 if test -f "$ac_dir/install-sh"; then
3180 ac_install_sh
="$ac_aux_dir/install-sh -c"
3182 elif test -f "$ac_dir/install.sh"; then
3184 ac_install_sh
="$ac_aux_dir/install.sh -c"
3186 elif test -f "$ac_dir/shtool"; then
3188 ac_install_sh
="$ac_aux_dir/shtool install -c"
3192 if test -z "$ac_aux_dir"; then
3193 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3196 # These three variables are undocumented and unsupported,
3197 # and are intended to be withdrawn in a future Autoconf release.
3198 # They can cause serious problems if a builder's source tree is in a directory
3199 # whose full name contains unusual characters.
3200 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3201 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3202 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3206 libwine_version
="1.0"
3210 # Check whether --enable-win16 was given.
3211 if test "${enable_win16+set}" = set; then :
3212 enableval
=$enable_win16;
3215 # Check whether --enable-win64 was given.
3216 if test "${enable_win64+set}" = set; then :
3217 enableval
=$enable_win64;
3220 # Check whether --enable-tests was given.
3221 if test "${enable_tests+set}" = set; then :
3222 enableval
=$enable_tests;
3225 # Check whether --enable-maintainer-mode was given.
3226 if test "${enable_maintainer_mode+set}" = set; then :
3227 enableval
=$enable_maintainer_mode;
3232 # Check whether --with-alsa was given.
3233 if test "${with_alsa+set}" = set; then :
3234 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3238 # Check whether --with-capi was given.
3239 if test "${with_capi+set}" = set; then :
3244 # Check whether --with-cms was given.
3245 if test "${with_cms+set}" = set; then :
3250 # Check whether --with-coreaudio was given.
3251 if test "${with_coreaudio+set}" = set; then :
3252 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3256 # Check whether --with-cups was given.
3257 if test "${with_cups+set}" = set; then :
3262 # Check whether --with-curses was given.
3263 if test "${with_curses+set}" = set; then :
3264 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3268 # Check whether --with-dbus was given.
3269 if test "${with_dbus+set}" = set; then :
3274 # Check whether --with-fontconfig was given.
3275 if test "${with_fontconfig+set}" = set; then :
3276 withval
=$with_fontconfig;
3280 # Check whether --with-freetype was given.
3281 if test "${with_freetype+set}" = set; then :
3282 withval
=$with_freetype;
3286 # Check whether --with-gettext was given.
3287 if test "${with_gettext+set}" = set; then :
3288 withval
=$with_gettext;
3292 # Check whether --with-gettextpo was given.
3293 if test "${with_gettextpo+set}" = set; then :
3294 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3298 # Check whether --with-gphoto was given.
3299 if test "${with_gphoto+set}" = set; then :
3300 withval
=$with_gphoto;
3304 # Check whether --with-glu was given.
3305 if test "${with_glu+set}" = set; then :
3310 # Check whether --with-gnutls was given.
3311 if test "${with_gnutls+set}" = set; then :
3312 withval
=$with_gnutls;
3316 # Check whether --with-gsm was given.
3317 if test "${with_gsm+set}" = set; then :
3318 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3322 # Check whether --with-gstreamer was given.
3323 if test "${with_gstreamer+set}" = set; then :
3324 withval
=$with_gstreamer;
3328 # Check whether --with-hal was given.
3329 if test "${with_hal+set}" = set; then :
3334 # Check whether --with-jpeg was given.
3335 if test "${with_jpeg+set}" = set; then :
3340 # Check whether --with-ldap was given.
3341 if test "${with_ldap+set}" = set; then :
3342 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3346 # Check whether --with-mpg123 was given.
3347 if test "${with_mpg123+set}" = set; then :
3348 withval
=$with_mpg123;
3352 # Check whether --with-netapi was given.
3353 if test "${with_netapi+set}" = set; then :
3354 withval
=$with_netapi;
3358 # Check whether --with-openal was given.
3359 if test "${with_openal+set}" = set; then :
3360 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3364 # Check whether --with-opencl was given.
3365 if test "${with_opencl+set}" = set; then :
3366 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3370 # Check whether --with-opengl was given.
3371 if test "${with_opengl+set}" = set; then :
3372 withval
=$with_opengl;
3376 # Check whether --with-osmesa was given.
3377 if test "${with_osmesa+set}" = set; then :
3378 withval
=$with_osmesa;
3382 # Check whether --with-oss was given.
3383 if test "${with_oss+set}" = set; then :
3388 # Check whether --with-pcap was given.
3389 if test "${with_pcap+set}" = set; then :
3390 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3394 # Check whether --with-png was given.
3395 if test "${with_png+set}" = set; then :
3400 # Check whether --with-pthread was given.
3401 if test "${with_pthread+set}" = set; then :
3402 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3406 # Check whether --with-sane was given.
3407 if test "${with_sane+set}" = set; then :
3412 # Check whether --with-tiff was given.
3413 if test "${with_tiff+set}" = set; then :
3418 # Check whether --with-v4l was given.
3419 if test "${with_v4l+set}" = set; then :
3424 # Check whether --with-xcomposite was given.
3425 if test "${with_xcomposite+set}" = set; then :
3426 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3430 # Check whether --with-xcursor was given.
3431 if test "${with_xcursor+set}" = set; then :
3432 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3436 # Check whether --with-xinerama was given.
3437 if test "${with_xinerama+set}" = set; then :
3438 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3442 # Check whether --with-xinput was given.
3443 if test "${with_xinput+set}" = set; then :
3444 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3448 # Check whether --with-xinput2 was given.
3449 if test "${with_xinput2+set}" = set; then :
3450 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3454 # Check whether --with-xml was given.
3455 if test "${with_xml+set}" = set; then :
3460 # Check whether --with-xrandr was given.
3461 if test "${with_xrandr+set}" = set; then :
3462 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3466 # Check whether --with-xrender was given.
3467 if test "${with_xrender+set}" = set; then :
3468 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3472 # Check whether --with-xshape was given.
3473 if test "${with_xshape+set}" = set; then :
3474 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3478 # Check whether --with-xshm was given.
3479 if test "${with_xshm+set}" = set; then :
3480 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3484 # Check whether --with-xslt was given.
3485 if test "${with_xslt+set}" = set; then :
3490 # Check whether --with-xxf86vm was given.
3491 if test "${with_xxf86vm+set}" = set; then :
3492 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
3496 # Check whether --with-zlib was given.
3497 if test "${with_zlib+set}" = set; then :
3498 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3503 # Check whether --with-wine-tools was given.
3504 if test "${with_wine_tools+set}" = set; then :
3505 withval
=$with_wine_tools;
3509 # Check whether --with-wine64 was given.
3510 if test "${with_wine64+set}" = set; then :
3511 withval
=$with_wine64;
3515 # Make sure we can run config.sub.
3516 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3517 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3520 $as_echo_n "checking build system type... " >&6; }
3521 if ${ac_cv_build+:} false
; then :
3522 $as_echo_n "(cached) " >&6
3524 ac_build_alias
=$build_alias
3525 test "x$ac_build_alias" = x
&&
3526 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3527 test "x$ac_build_alias" = x
&&
3528 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3529 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3530 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3534 $as_echo "$ac_cv_build" >&6; }
3535 case $ac_cv_build in
3537 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3540 ac_save_IFS
=$IFS; IFS
='-'
3546 # Remember, the first character of IFS is used to create $*,
3547 # except with old shells:
3550 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3554 $as_echo_n "checking host system type... " >&6; }
3555 if ${ac_cv_host+:} false
; then :
3556 $as_echo_n "(cached) " >&6
3558 if test "x$host_alias" = x
; then
3559 ac_cv_host
=$ac_cv_build
3561 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3562 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3567 $as_echo "$ac_cv_host" >&6; }
3570 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3573 ac_save_IFS
=$IFS; IFS
='-'
3579 # Remember, the first character of IFS is used to create $*,
3580 # except with old shells:
3583 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3589 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3590 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3591 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3597 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3599 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3600 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3601 $as_echo_n "(cached) " >&6
3603 cat >conftest.
make <<\_ACEOF
3606 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3608 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3609 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3611 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3613 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3617 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3619 $as_echo "yes" >&6; }
3622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3623 $as_echo "no" >&6; }
3624 SET_MAKE
="MAKE=${MAKE-make}"
3628 ac_cpp
='$CPP $CPPFLAGS'
3629 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3630 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3631 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3632 if test -n "$ac_tool_prefix"; then
3633 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3634 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3636 $as_echo_n "checking for $ac_word... " >&6; }
3637 if ${ac_cv_prog_CC+:} false
; then :
3638 $as_echo_n "(cached) " >&6
3640 if test -n "$CC"; then
3641 ac_cv_prog_CC
="$CC" # Let the user override the test.
3643 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3647 test -z "$as_dir" && as_dir
=.
3648 for ac_exec_ext
in '' $ac_executable_extensions; do
3649 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3650 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3661 if test -n "$CC"; then
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3663 $as_echo "$CC" >&6; }
3665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3666 $as_echo "no" >&6; }
3671 if test -z "$ac_cv_prog_CC"; then
3673 # Extract the first word of "gcc", so it can be a program name with args.
3674 set dummy gcc
; ac_word
=$2
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3676 $as_echo_n "checking for $ac_word... " >&6; }
3677 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3678 $as_echo_n "(cached) " >&6
3680 if test -n "$ac_ct_CC"; then
3681 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3683 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3687 test -z "$as_dir" && as_dir
=.
3688 for ac_exec_ext
in '' $ac_executable_extensions; do
3689 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3690 ac_cv_prog_ac_ct_CC
="gcc"
3691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3700 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3701 if test -n "$ac_ct_CC"; then
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3703 $as_echo "$ac_ct_CC" >&6; }
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3706 $as_echo "no" >&6; }
3709 if test "x$ac_ct_CC" = x
; then
3712 case $cross_compiling:$ac_tool_warned in
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3715 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3716 ac_tool_warned
=yes ;;
3724 if test -z "$CC"; then
3725 if test -n "$ac_tool_prefix"; then
3726 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3727 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3729 $as_echo_n "checking for $ac_word... " >&6; }
3730 if ${ac_cv_prog_CC+:} false
; then :
3731 $as_echo_n "(cached) " >&6
3733 if test -n "$CC"; then
3734 ac_cv_prog_CC
="$CC" # Let the user override the test.
3736 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3740 test -z "$as_dir" && as_dir
=.
3741 for ac_exec_ext
in '' $ac_executable_extensions; do
3742 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3743 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3754 if test -n "$CC"; then
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3756 $as_echo "$CC" >&6; }
3758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3759 $as_echo "no" >&6; }
3765 if test -z "$CC"; then
3766 # Extract the first word of "cc", so it can be a program name with args.
3767 set dummy cc
; ac_word
=$2
3768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3769 $as_echo_n "checking for $ac_word... " >&6; }
3770 if ${ac_cv_prog_CC+:} false
; then :
3771 $as_echo_n "(cached) " >&6
3773 if test -n "$CC"; then
3774 ac_cv_prog_CC
="$CC" # Let the user override the test.
3777 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3781 test -z "$as_dir" && as_dir
=.
3782 for ac_exec_ext
in '' $ac_executable_extensions; do
3783 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3784 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3785 ac_prog_rejected
=yes
3789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3796 if test $ac_prog_rejected = yes; then
3797 # We found a bogon in the path, so make sure we never use it.
3798 set dummy
$ac_cv_prog_CC
3800 if test $# != 0; then
3801 # We chose a different compiler from the bogus one.
3802 # However, it has the same basename, so the bogon will be chosen
3803 # first if we set CC to just the basename; use the full file name.
3805 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3811 if test -n "$CC"; then
3812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3813 $as_echo "$CC" >&6; }
3815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3816 $as_echo "no" >&6; }
3821 if test -z "$CC"; then
3822 if test -n "$ac_tool_prefix"; then
3823 for ac_prog
in cl.exe
3825 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3826 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3828 $as_echo_n "checking for $ac_word... " >&6; }
3829 if ${ac_cv_prog_CC+:} false
; then :
3830 $as_echo_n "(cached) " >&6
3832 if test -n "$CC"; then
3833 ac_cv_prog_CC
="$CC" # Let the user override the test.
3835 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3839 test -z "$as_dir" && as_dir
=.
3840 for ac_exec_ext
in '' $ac_executable_extensions; do
3841 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3842 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3853 if test -n "$CC"; then
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3855 $as_echo "$CC" >&6; }
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3858 $as_echo "no" >&6; }
3862 test -n "$CC" && break
3865 if test -z "$CC"; then
3867 for ac_prog
in cl.exe
3869 # Extract the first word of "$ac_prog", so it can be a program name with args.
3870 set dummy
$ac_prog; ac_word
=$2
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3872 $as_echo_n "checking for $ac_word... " >&6; }
3873 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3874 $as_echo_n "(cached) " >&6
3876 if test -n "$ac_ct_CC"; then
3877 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3879 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3883 test -z "$as_dir" && as_dir
=.
3884 for ac_exec_ext
in '' $ac_executable_extensions; do
3885 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3886 ac_cv_prog_ac_ct_CC
="$ac_prog"
3887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3896 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3897 if test -n "$ac_ct_CC"; then
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3899 $as_echo "$ac_ct_CC" >&6; }
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3902 $as_echo "no" >&6; }
3906 test -n "$ac_ct_CC" && break
3909 if test "x$ac_ct_CC" = x
; then
3912 case $cross_compiling:$ac_tool_warned in
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3915 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3916 ac_tool_warned
=yes ;;
3925 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3926 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3927 as_fn_error $?
"no acceptable C compiler found in \$PATH
3928 See \`config.log' for more details" "$LINENO" 5; }
3930 # Provide some information about the compiler.
3931 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3934 for ac_option
in --version -v -V -qversion; do
3935 { { ac_try
="$ac_compiler $ac_option >&5"
3937 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3938 *) ac_try_echo=$ac_try;;
3940 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3941 $as_echo "$ac_try_echo"; } >&5
3942 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3944 if test -s conftest.err; then
3946 ... rest of stderr output deleted ...
3947 10q' conftest.err >conftest.er1
3948 cat conftest.er1 >&5
3950 rm -f conftest.er1 conftest.err
3951 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3952 test $ac_status = 0; }
3955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3956 /* end confdefs.h. */
3966 ac_clean_files_save=$ac_clean_files
3967 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3968 # Try to create an executable without -o first, disregard a.out.
3969 # It will help us diagnose broken compilers, and finding out an intuition
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3972 $as_echo_n "checking whether the C compiler works... " >&6; }
3973 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3975 # The possible output files:
3976 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3979 for ac_file in $ac_files
3982 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3983 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3988 if { { ac_try="$ac_link_default"
3990 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3991 *) ac_try_echo
=$ac_try;;
3993 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3994 $as_echo "$ac_try_echo"; } >&5
3995 (eval "$ac_link_default") 2>&5
3997 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3998 test $ac_status = 0; }; then :
3999 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4000 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4001 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4002 # so that the user can short-circuit this test for compilers unknown to
4004 for ac_file
in $ac_files ''
4006 test -f "$ac_file" ||
continue
4008 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4011 # We found the default executable, but exeext='' is most
4015 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4017 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4019 # We set ac_cv_exeext here because the later test for it is not
4020 # safe: cross compilers may not add the suffix if given an `-o'
4021 # argument, so we may need to know it at that point already.
4022 # Even if this section looks crufty: it has the advantage of
4029 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4034 if test -z "$ac_file"; then :
4035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4036 $as_echo "no" >&6; }
4037 $as_echo "$as_me: failed program was:" >&5
4038 sed 's/^/| /' conftest.
$ac_ext >&5
4040 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4041 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4042 as_fn_error
77 "C compiler cannot create executables
4043 See \`config.log' for more details" "$LINENO" 5; }
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4046 $as_echo "yes" >&6; }
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4049 $as_echo_n "checking for C compiler default output file name... " >&6; }
4050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4051 $as_echo "$ac_file" >&6; }
4052 ac_exeext
=$ac_cv_exeext
4054 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4055 ac_clean_files
=$ac_clean_files_save
4056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4057 $as_echo_n "checking for suffix of executables... " >&6; }
4058 if { { ac_try
="$ac_link"
4060 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4061 *) ac_try_echo=$ac_try;;
4063 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4064 $as_echo "$ac_try_echo"; } >&5
4065 (eval "$ac_link") 2>&5
4067 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4068 test $ac_status = 0; }; then :
4069 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4070 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4071 # work properly (i.e., refer to `conftest.exe'), while it won't with
4073 for ac_file
in conftest.exe conftest conftest.
*; do
4074 test -f "$ac_file" ||
continue
4076 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4077 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4083 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4084 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4085 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4086 See \`config.log' for more details" "$LINENO" 5; }
4088 rm -f conftest conftest
$ac_cv_exeext
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4090 $as_echo "$ac_cv_exeext" >&6; }
4092 rm -f conftest.
$ac_ext
4093 EXEEXT
=$ac_cv_exeext
4095 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4096 /* end confdefs.h. */
4101 FILE *f = fopen ("conftest.out", "w");
4102 return ferror (f) || fclose (f) != 0;
4108 ac_clean_files
="$ac_clean_files conftest.out"
4109 # Check that the compiler produces executables we can run. If not, either
4110 # the compiler is broken, or we cross compile.
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4112 $as_echo_n "checking whether we are cross compiling... " >&6; }
4113 if test "$cross_compiling" != yes; then
4114 { { ac_try
="$ac_link"
4116 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4117 *) ac_try_echo=$ac_try;;
4119 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4120 $as_echo "$ac_try_echo"; } >&5
4121 (eval "$ac_link") 2>&5
4123 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4124 test $ac_status = 0; }
4125 if { ac_try='./conftest$ac_cv_exeext'
4126 { { case "(($ac_try" in
4127 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4128 *) ac_try_echo
=$ac_try;;
4130 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4131 $as_echo "$ac_try_echo"; } >&5
4132 (eval "$ac_try") 2>&5
4134 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4135 test $ac_status = 0; }; }; then
4138 if test "$cross_compiling" = maybe
; then
4141 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4142 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4143 as_fn_error $?
"cannot run C compiled programs.
4144 If you meant to cross compile, use \`--host'.
4145 See \`config.log' for more details" "$LINENO" 5; }
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4150 $as_echo "$cross_compiling" >&6; }
4152 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4153 ac_clean_files
=$ac_clean_files_save
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4155 $as_echo_n "checking for suffix of object files... " >&6; }
4156 if ${ac_cv_objext+:} false
; then :
4157 $as_echo_n "(cached) " >&6
4159 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4160 /* end confdefs.h. */
4170 rm -f conftest.o conftest.obj
4171 if { { ac_try
="$ac_compile"
4173 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4174 *) ac_try_echo=$ac_try;;
4176 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4177 $as_echo "$ac_try_echo"; } >&5
4178 (eval "$ac_compile") 2>&5
4180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4181 test $ac_status = 0; }; then :
4182 for ac_file in conftest.o conftest.obj conftest.*; do
4183 test -f "$ac_file" || continue;
4185 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4186 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4191 $as_echo "$as_me: failed program was:" >&5
4192 sed 's/^/| /' conftest.$ac_ext >&5
4194 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4195 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4196 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4197 See \
`config.log' for more details" "$LINENO" 5; }
4199 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4202 $as_echo "$ac_cv_objext" >&6; }
4203 OBJEXT=$ac_cv_objext
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4206 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4207 if ${ac_cv_c_compiler_gnu+:} false; then :
4208 $as_echo_n "(cached) " >&6
4210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4211 /* end confdefs.h. */
4224 if ac_fn_c_try_compile "$LINENO"; then :
4229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4230 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4234 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4235 if test $ac_compiler_gnu = yes; then
4240 ac_test_CFLAGS=${CFLAGS+set}
4241 ac_save_CFLAGS=$CFLAGS
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4243 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4244 if ${ac_cv_prog_cc_g+:} false; then :
4245 $as_echo_n "(cached) " >&6
4247 ac_save_c_werror_flag=$ac_c_werror_flag
4248 ac_c_werror_flag=yes
4251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4252 /* end confdefs.h. */
4262 if ac_fn_c_try_compile "$LINENO"; then :
4266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4267 /* end confdefs.h. */
4277 if ac_fn_c_try_compile "$LINENO"; then :
4280 ac_c_werror_flag=$ac_save_c_werror_flag
4282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4283 /* end confdefs.h. */
4293 if ac_fn_c_try_compile "$LINENO"; then :
4296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4301 ac_c_werror_flag=$ac_save_c_werror_flag
4303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4304 $as_echo "$ac_cv_prog_cc_g" >&6; }
4305 if test "$ac_test_CFLAGS" = set; then
4306 CFLAGS=$ac_save_CFLAGS
4307 elif test $ac_cv_prog_cc_g = yes; then
4308 if test "$GCC" = yes; then
4314 if test "$GCC" = yes; then
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4321 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4322 if ${ac_cv_prog_cc_c89+:} false; then :
4323 $as_echo_n "(cached) " >&6
4325 ac_cv_prog_cc_c89=no
4327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4328 /* end confdefs.h. */
4332 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4333 struct buf { int x; };
4334 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4335 static char *e (p, i)
4341 static char *f (char * (*g) (char **, int), char **p, ...)
4346 s = g (p, va_arg (v,int));
4351 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4352 function prototypes and stuff, but not '\xHH' hex character constants.
4353 These don't provoke an error unfortunately, instead are silently treated
4354 as 'x'. The following induces an error, until -std is added to get
4355 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4356 array size at least. It's necessary to write '\x00'==0 to get something
4357 that's true only with -std. */
4358 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4360 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4361 inside strings and character constants. */
4363 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4365 int test (int i, double x);
4366 struct s1 {int (*f) (int a);};
4367 struct s2 {int (*f) (double a);};
4368 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4374 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4379 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4380 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4382 CC="$ac_save_CC $ac_arg"
4383 if ac_fn_c_try_compile "$LINENO"; then :
4384 ac_cv_prog_cc_c89=$ac_arg
4386 rm -f core conftest.err conftest.$ac_objext
4387 test "x$ac_cv_prog_cc_c89" != "xno" && break
4389 rm -f conftest.$ac_ext
4394 case "x$ac_cv_prog_cc_c89" in
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4397 $as_echo "none needed" >&6; } ;;
4399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4400 $as_echo "unsupported" >&6; } ;;
4402 CC="$CC $ac_cv_prog_cc_c89"
4403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4404 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4406 if test "x$ac_cv_prog_cc_c89" != xno; then :
4411 ac_cpp='$CPP $CPPFLAGS'
4412 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4413 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4414 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4417 ac_cpp='$CXXCPP $CPPFLAGS'
4418 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4419 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4420 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4421 if test -z "$CXX"; then
4422 if test -n "$CCC"; then
4425 if test -n "$ac_tool_prefix"; then
4426 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4428 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4429 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4431 $as_echo_n "checking for $ac_word... " >&6; }
4432 if ${ac_cv_prog_CXX+:} false; then :
4433 $as_echo_n "(cached) " >&6
4435 if test -n "$CXX"; then
4436 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4442 test -z "$as_dir" && as_dir=.
4443 for ac_exec_ext in '' $ac_executable_extensions; do
4444 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4445 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4446 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4456 if test -n "$CXX"; then
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4458 $as_echo "$CXX" >&6; }
4460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4461 $as_echo "no" >&6; }
4465 test -n "$CXX" && break
4468 if test -z "$CXX"; then
4470 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4472 # Extract the first word of "$ac_prog", so it can be a program name with args.
4473 set dummy $ac_prog; ac_word=$2
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4475 $as_echo_n "checking for $ac_word... " >&6; }
4476 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4477 $as_echo_n "(cached) " >&6
4479 if test -n "$ac_ct_CXX"; then
4480 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4486 test -z "$as_dir" && as_dir=.
4487 for ac_exec_ext in '' $ac_executable_extensions; do
4488 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4489 ac_cv_prog_ac_ct_CXX="$ac_prog"
4490 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4499 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4500 if test -n "$ac_ct_CXX"; then
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4502 $as_echo "$ac_ct_CXX" >&6; }
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4505 $as_echo "no" >&6; }
4509 test -n "$ac_ct_CXX" && break
4512 if test "x$ac_ct_CXX" = x; then
4515 case $cross_compiling:$ac_tool_warned in
4517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4518 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4519 ac_tool_warned=yes ;;
4527 # Provide some information about the compiler.
4528 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4531 for ac_option in --version -v -V -qversion; do
4532 { { ac_try="$ac_compiler $ac_option >&5"
4534 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4535 *) ac_try_echo
=$ac_try;;
4537 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4538 $as_echo "$ac_try_echo"; } >&5
4539 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4541 if test -s conftest.err
; then
4543 ... rest of stderr output deleted ...
4544 10q' conftest.err
>conftest.er1
4545 cat conftest.er1
>&5
4547 rm -f conftest.er1 conftest.err
4548 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4549 test $ac_status = 0; }
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4553 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4554 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4555 $as_echo_n "(cached) " >&6
4557 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4558 /* end confdefs.h. */
4571 if ac_fn_cxx_try_compile
"$LINENO"; then :
4576 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4577 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4581 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4582 if test $ac_compiler_gnu = yes; then
4587 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4588 ac_save_CXXFLAGS
=$CXXFLAGS
4589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4590 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4591 if ${ac_cv_prog_cxx_g+:} false
; then :
4592 $as_echo_n "(cached) " >&6
4594 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4595 ac_cxx_werror_flag
=yes
4598 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4599 /* end confdefs.h. */
4609 if ac_fn_cxx_try_compile
"$LINENO"; then :
4610 ac_cv_prog_cxx_g
=yes
4613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4614 /* end confdefs.h. */
4624 if ac_fn_cxx_try_compile
"$LINENO"; then :
4627 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4629 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4630 /* end confdefs.h. */
4640 if ac_fn_cxx_try_compile
"$LINENO"; then :
4641 ac_cv_prog_cxx_g
=yes
4643 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4645 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4647 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4648 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4651 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4652 if test "$ac_test_CXXFLAGS" = set; then
4653 CXXFLAGS
=$ac_save_CXXFLAGS
4654 elif test $ac_cv_prog_cxx_g = yes; then
4655 if test "$GXX" = yes; then
4661 if test "$GXX" = yes; then
4668 ac_cpp
='$CPP $CPPFLAGS'
4669 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4670 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4671 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4673 if test -n "$ac_tool_prefix"; then
4674 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4675 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4677 $as_echo_n "checking for $ac_word... " >&6; }
4678 if ${ac_cv_prog_CPPBIN+:} false
; then :
4679 $as_echo_n "(cached) " >&6
4681 if test -n "$CPPBIN"; then
4682 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4684 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4688 test -z "$as_dir" && as_dir
=.
4689 for ac_exec_ext
in '' $ac_executable_extensions; do
4690 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4691 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4701 CPPBIN
=$ac_cv_prog_CPPBIN
4702 if test -n "$CPPBIN"; then
4703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4704 $as_echo "$CPPBIN" >&6; }
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4707 $as_echo "no" >&6; }
4712 if test -z "$ac_cv_prog_CPPBIN"; then
4713 ac_ct_CPPBIN
=$CPPBIN
4714 # Extract the first word of "cpp", so it can be a program name with args.
4715 set dummy cpp
; ac_word
=$2
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4717 $as_echo_n "checking for $ac_word... " >&6; }
4718 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4719 $as_echo_n "(cached) " >&6
4721 if test -n "$ac_ct_CPPBIN"; then
4722 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4724 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4728 test -z "$as_dir" && as_dir
=.
4729 for ac_exec_ext
in '' $ac_executable_extensions; do
4730 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4731 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4741 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4742 if test -n "$ac_ct_CPPBIN"; then
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4744 $as_echo "$ac_ct_CPPBIN" >&6; }
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4747 $as_echo "no" >&6; }
4750 if test "x$ac_ct_CPPBIN" = x
; then
4753 case $cross_compiling:$ac_tool_warned in
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4756 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4757 ac_tool_warned
=yes ;;
4759 CPPBIN
=$ac_ct_CPPBIN
4762 CPPBIN
="$ac_cv_prog_CPPBIN"
4766 cat >>confdefs.h
<<_ACEOF
4767 #define EXEEXT "$ac_exeext"
4770 if test -n "$ac_tool_prefix"; then
4771 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4772 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4774 $as_echo_n "checking for $ac_word... " >&6; }
4775 if ${ac_cv_prog_LD+:} false
; then :
4776 $as_echo_n "(cached) " >&6
4778 if test -n "$LD"; then
4779 ac_cv_prog_LD
="$LD" # Let the user override the test.
4781 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4785 test -z "$as_dir" && as_dir
=.
4786 for ac_exec_ext
in '' $ac_executable_extensions; do
4787 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4788 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4799 if test -n "$LD"; then
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4801 $as_echo "$LD" >&6; }
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4804 $as_echo "no" >&6; }
4809 if test -z "$ac_cv_prog_LD"; then
4811 # Extract the first word of "ld", so it can be a program name with args.
4812 set dummy ld
; ac_word
=$2
4813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4814 $as_echo_n "checking for $ac_word... " >&6; }
4815 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4816 $as_echo_n "(cached) " >&6
4818 if test -n "$ac_ct_LD"; then
4819 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4821 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4825 test -z "$as_dir" && as_dir
=.
4826 for ac_exec_ext
in '' $ac_executable_extensions; do
4827 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4828 ac_cv_prog_ac_ct_LD
="ld"
4829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4838 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4839 if test -n "$ac_ct_LD"; then
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4841 $as_echo "$ac_ct_LD" >&6; }
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4844 $as_echo "no" >&6; }
4847 if test "x$ac_ct_LD" = x
; then
4850 case $cross_compiling:$ac_tool_warned in
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4853 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4854 ac_tool_warned
=yes ;;
4865 if test "x$enable_win64" = "xyes"
4870 notice_platform
="64-bit "
4877 notice_platform
="32-bit "
4880 enable_win16
=${enable_win16:-yes}
4882 with_fontconfig
=${with_fontconfig:-no}
4885 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4890 $as_echo_n "checking whether $CC works... " >&6; }
4892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4893 /* end confdefs.h. */
4903 if ac_fn_c_try_link
"$LINENO"; then :
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4905 $as_echo "yes" >&6; }
4907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4908 $as_echo "no" >&6; }
4909 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4911 rm -f core conftest.err conftest.
$ac_objext \
4912 conftest
$ac_exeext conftest.
$ac_ext
4914 notice_platform
="32-bit "
4917 enable_win16
=${enable_win16:-yes}
4919 if test "x${GCC}" = "xyes"
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4922 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4923 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4924 /* end confdefs.h. */
4929 void func(__builtin_ms_va_list *args);
4934 if ac_fn_c_try_compile
"$LINENO"; then :
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4936 $as_echo "yes" >&6; }
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4939 $as_echo "no" >&6; }
4940 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4942 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4951 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4953 /* end confdefs.h. */
4954 int ac_test(int i) { return i; }
4958 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4963 if ac_fn_c_try_link
"$LINENO"; then :
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4965 $as_echo "yes" >&6; }
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4968 $as_echo "no" >&6; }
4969 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
4971 rm -f core conftest.err conftest.
$ac_objext \
4972 conftest
$ac_exeext conftest.
$ac_ext
4973 CFLAGS
="$CFLAGS -marm"
4977 *-mingw32*|
*-cygwin*)
4978 enable_win16
=${enable_win16:-no}
4979 CFLAGS
="$CFLAGS -D_WIN32"
4982 enable_win16
=${enable_win16:-yes}
4986 enable_win16
=${enable_win16:-no}
4987 enable_win64
=${enable_win64:-no}
4989 enable_winetest
=${enable_winetest:-$enable_tests}
4991 if test -n "$with_wine64"
4993 if test "x$enable_win64" = "xyes"
4995 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
4996 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4998 enable_fonts
=${enable_fonts:-no}
4999 enable_server
=${enable_server:-no}
5000 elif test "x$enable_win64" = "xyes"
5002 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5006 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5007 if ${wine_cv_toolsdir+:} false
; then :
5008 $as_echo_n "(cached) " >&6
5010 wine_cv_toolsdir
="$with_wine_tools"
5011 if test -z "$with_wine_tools"; then
5012 if test "$cross_compiling" = "yes"; then
5013 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5014 elif test -n "$with_wine64"; then
5015 wine_cv_toolsdir
="$with_wine64"
5018 if test -z "$wine_cv_toolsdir"; then
5019 wine_makedep
=tools
/makedep
5020 wine_cv_toolsdir
="\$(top_builddir)"
5021 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5022 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5023 case "$wine_cv_toolsdir" in
5025 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5027 enable_tools
=${enable_tools:-no}
5028 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5030 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5034 $as_echo "$wine_cv_toolsdir" >&6; }
5035 TOOLSDIR
=$wine_cv_toolsdir
5037 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5039 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5045 # Extract the first word of "$ac_prog", so it can be a program name with args.
5046 set dummy
$ac_prog; ac_word
=$2
5047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5048 $as_echo_n "checking for $ac_word... " >&6; }
5049 if ${ac_cv_prog_FLEX+:} false
; then :
5050 $as_echo_n "(cached) " >&6
5052 if test -n "$FLEX"; then
5053 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5055 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5059 test -z "$as_dir" && as_dir
=.
5060 for ac_exec_ext
in '' $ac_executable_extensions; do
5061 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5062 ac_cv_prog_FLEX
="$ac_prog"
5063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5072 FLEX
=$ac_cv_prog_FLEX
5073 if test -n "$FLEX"; then
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5075 $as_echo "$FLEX" >&6; }
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5078 $as_echo "no" >&6; }
5082 test -n "$FLEX" && break
5084 test -n "$FLEX" || FLEX
="none"
5086 if test "$FLEX" = "none"
5088 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5091 $as_echo_n "checking whether flex is recent enough... " >&6; }
5092 cat >conftest.l
<<EOF
5094 #include "prediluvian.h"
5098 if $FLEX -t conftest.l
>/dev
/null
2>&5
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5101 $as_echo "yes" >&6; }
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5104 $as_echo "no" >&6; }
5105 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5108 for ac_prog
in bison
5110 # Extract the first word of "$ac_prog", so it can be a program name with args.
5111 set dummy
$ac_prog; ac_word
=$2
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5113 $as_echo_n "checking for $ac_word... " >&6; }
5114 if ${ac_cv_prog_BISON+:} false
; then :
5115 $as_echo_n "(cached) " >&6
5117 if test -n "$BISON"; then
5118 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5120 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5124 test -z "$as_dir" && as_dir
=.
5125 for ac_exec_ext
in '' $ac_executable_extensions; do
5126 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5127 ac_cv_prog_BISON
="$ac_prog"
5128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5137 BISON
=$ac_cv_prog_BISON
5138 if test -n "$BISON"; then
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5140 $as_echo "$BISON" >&6; }
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5143 $as_echo "no" >&6; }
5147 test -n "$BISON" && break
5149 test -n "$BISON" || BISON
="none"
5151 if test "$BISON" = "none"
5153 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5156 if test -n "$ac_tool_prefix"; then
5157 for ac_prog
in ar gar
5159 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5160 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5162 $as_echo_n "checking for $ac_word... " >&6; }
5163 if ${ac_cv_prog_AR+:} false
; then :
5164 $as_echo_n "(cached) " >&6
5166 if test -n "$AR"; then
5167 ac_cv_prog_AR
="$AR" # Let the user override the test.
5169 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5173 test -z "$as_dir" && as_dir
=.
5174 for ac_exec_ext
in '' $ac_executable_extensions; do
5175 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5176 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5187 if test -n "$AR"; then
5188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5189 $as_echo "$AR" >&6; }
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5192 $as_echo "no" >&6; }
5196 test -n "$AR" && break
5199 if test -z "$AR"; then
5201 for ac_prog
in ar gar
5203 # Extract the first word of "$ac_prog", so it can be a program name with args.
5204 set dummy
$ac_prog; ac_word
=$2
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5206 $as_echo_n "checking for $ac_word... " >&6; }
5207 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5208 $as_echo_n "(cached) " >&6
5210 if test -n "$ac_ct_AR"; then
5211 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5213 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5217 test -z "$as_dir" && as_dir
=.
5218 for ac_exec_ext
in '' $ac_executable_extensions; do
5219 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5220 ac_cv_prog_ac_ct_AR
="$ac_prog"
5221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5230 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5231 if test -n "$ac_ct_AR"; then
5232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5233 $as_echo "$ac_ct_AR" >&6; }
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5236 $as_echo "no" >&6; }
5240 test -n "$ac_ct_AR" && break
5243 if test "x$ac_ct_AR" = x
; then
5246 case $cross_compiling:$ac_tool_warned in
5248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5249 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5250 ac_tool_warned
=yes ;;
5256 if test -n "$ac_tool_prefix"; then
5257 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5258 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5260 $as_echo_n "checking for $ac_word... " >&6; }
5261 if ${ac_cv_prog_STRIP+:} false
; then :
5262 $as_echo_n "(cached) " >&6
5264 if test -n "$STRIP"; then
5265 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5267 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5271 test -z "$as_dir" && as_dir
=.
5272 for ac_exec_ext
in '' $ac_executable_extensions; do
5273 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5274 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5284 STRIP
=$ac_cv_prog_STRIP
5285 if test -n "$STRIP"; then
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5287 $as_echo "$STRIP" >&6; }
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5290 $as_echo "no" >&6; }
5295 if test -z "$ac_cv_prog_STRIP"; then
5297 # Extract the first word of "strip", so it can be a program name with args.
5298 set dummy strip
; ac_word
=$2
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5300 $as_echo_n "checking for $ac_word... " >&6; }
5301 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5302 $as_echo_n "(cached) " >&6
5304 if test -n "$ac_ct_STRIP"; then
5305 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5307 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5311 test -z "$as_dir" && as_dir
=.
5312 for ac_exec_ext
in '' $ac_executable_extensions; do
5313 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5314 ac_cv_prog_ac_ct_STRIP
="strip"
5315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5324 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5325 if test -n "$ac_ct_STRIP"; then
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5327 $as_echo "$ac_ct_STRIP" >&6; }
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5330 $as_echo "no" >&6; }
5333 if test "x$ac_ct_STRIP" = x
; then
5336 case $cross_compiling:$ac_tool_warned in
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5339 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5340 ac_tool_warned
=yes ;;
5345 STRIP
="$ac_cv_prog_STRIP"
5350 if test -n "$ac_tool_prefix"; then
5351 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5352 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5354 $as_echo_n "checking for $ac_word... " >&6; }
5355 if ${ac_cv_prog_RANLIB+:} false
; then :
5356 $as_echo_n "(cached) " >&6
5358 if test -n "$RANLIB"; then
5359 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5361 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5365 test -z "$as_dir" && as_dir
=.
5366 for ac_exec_ext
in '' $ac_executable_extensions; do
5367 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5368 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5369 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5378 RANLIB
=$ac_cv_prog_RANLIB
5379 if test -n "$RANLIB"; then
5380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5381 $as_echo "$RANLIB" >&6; }
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5384 $as_echo "no" >&6; }
5389 if test -z "$ac_cv_prog_RANLIB"; then
5390 ac_ct_RANLIB
=$RANLIB
5391 # Extract the first word of "ranlib", so it can be a program name with args.
5392 set dummy ranlib
; ac_word
=$2
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5394 $as_echo_n "checking for $ac_word... " >&6; }
5395 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5396 $as_echo_n "(cached) " >&6
5398 if test -n "$ac_ct_RANLIB"; then
5399 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5401 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5405 test -z "$as_dir" && as_dir
=.
5406 for ac_exec_ext
in '' $ac_executable_extensions; do
5407 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5408 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5418 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5419 if test -n "$ac_ct_RANLIB"; then
5420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5421 $as_echo "$ac_ct_RANLIB" >&6; }
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5424 $as_echo "no" >&6; }
5427 if test "x$ac_ct_RANLIB" = x
; then
5430 case $cross_compiling:$ac_tool_warned in
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5433 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5434 ac_tool_warned
=yes ;;
5436 RANLIB
=$ac_ct_RANLIB
5439 RANLIB
="$ac_cv_prog_RANLIB"
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5443 $as_echo_n "checking whether ln -s works... " >&6; }
5445 if test "$LN_S" = "ln -s"; then
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5447 $as_echo "yes" >&6; }
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5450 $as_echo "no, using $LN_S" >&6; }
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5454 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5455 if ${ac_cv_path_GREP+:} false
; then :
5456 $as_echo_n "(cached) " >&6
5458 if test -z "$GREP"; then
5459 ac_path_GREP_found
=false
5460 # Loop through the user's path and test for each of PROGNAME-LIST
5461 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5462 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5465 test -z "$as_dir" && as_dir
=.
5466 for ac_prog
in grep ggrep
; do
5467 for ac_exec_ext
in '' $ac_executable_extensions; do
5468 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5469 as_fn_executable_p
"$ac_path_GREP" ||
continue
5470 # Check for GNU ac_path_GREP and select it if it is found.
5471 # Check for GNU $ac_path_GREP
5472 case `"$ac_path_GREP" --version 2>&1` in
5474 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5477 $as_echo_n 0123456789 >"conftest.in"
5480 cat "conftest.in" "conftest.in" >"conftest.tmp"
5481 mv "conftest.tmp" "conftest.in"
5482 cp "conftest.in" "conftest.nl"
5483 $as_echo 'GREP' >> "conftest.nl"
5484 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5485 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5486 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5487 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5488 # Best one so far, save it but keep looking for a better one
5489 ac_cv_path_GREP
="$ac_path_GREP"
5490 ac_path_GREP_max
=$ac_count
5492 # 10*(2^10) chars as input seems more than enough
5493 test $ac_count -gt 10 && break
5495 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5498 $ac_path_GREP_found && break 3
5503 if test -z "$ac_cv_path_GREP"; then
5504 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5507 ac_cv_path_GREP
=$GREP
5511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5512 $as_echo "$ac_cv_path_GREP" >&6; }
5513 GREP
="$ac_cv_path_GREP"
5516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5517 $as_echo_n "checking for egrep... " >&6; }
5518 if ${ac_cv_path_EGREP+:} false
; then :
5519 $as_echo_n "(cached) " >&6
5521 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5522 then ac_cv_path_EGREP
="$GREP -E"
5524 if test -z "$EGREP"; then
5525 ac_path_EGREP_found
=false
5526 # Loop through the user's path and test for each of PROGNAME-LIST
5527 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5528 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5531 test -z "$as_dir" && as_dir
=.
5532 for ac_prog
in egrep; do
5533 for ac_exec_ext
in '' $ac_executable_extensions; do
5534 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5535 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5536 # Check for GNU ac_path_EGREP and select it if it is found.
5537 # Check for GNU $ac_path_EGREP
5538 case `"$ac_path_EGREP" --version 2>&1` in
5540 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5543 $as_echo_n 0123456789 >"conftest.in"
5546 cat "conftest.in" "conftest.in" >"conftest.tmp"
5547 mv "conftest.tmp" "conftest.in"
5548 cp "conftest.in" "conftest.nl"
5549 $as_echo 'EGREP' >> "conftest.nl"
5550 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5551 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5552 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5553 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5554 # Best one so far, save it but keep looking for a better one
5555 ac_cv_path_EGREP
="$ac_path_EGREP"
5556 ac_path_EGREP_max
=$ac_count
5558 # 10*(2^10) chars as input seems more than enough
5559 test $ac_count -gt 10 && break
5561 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5564 $ac_path_EGREP_found && break 3
5569 if test -z "$ac_cv_path_EGREP"; then
5570 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5573 ac_cv_path_EGREP
=$EGREP
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5579 $as_echo "$ac_cv_path_EGREP" >&6; }
5580 EGREP
="$ac_cv_path_EGREP"
5583 # Extract the first word of "ldconfig", so it can be a program name with args.
5584 set dummy ldconfig
; ac_word
=$2
5585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5586 $as_echo_n "checking for $ac_word... " >&6; }
5587 if ${ac_cv_path_LDCONFIG+:} false
; then :
5588 $as_echo_n "(cached) " >&6
5592 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5595 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5596 for as_dir
in /sbin
/usr
/sbin
$PATH
5599 test -z "$as_dir" && as_dir
=.
5600 for ac_exec_ext
in '' $ac_executable_extensions; do
5601 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5602 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5610 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5614 LDCONFIG
=$ac_cv_path_LDCONFIG
5615 if test -n "$LDCONFIG"; then
5616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5617 $as_echo "$LDCONFIG" >&6; }
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5620 $as_echo "no" >&6; }
5624 for ac_prog
in msgfmt
5626 # Extract the first word of "$ac_prog", so it can be a program name with args.
5627 set dummy
$ac_prog; ac_word
=$2
5628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5629 $as_echo_n "checking for $ac_word... " >&6; }
5630 if ${ac_cv_prog_MSGFMT+:} false
; then :
5631 $as_echo_n "(cached) " >&6
5633 if test -n "$MSGFMT"; then
5634 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5636 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5640 test -z "$as_dir" && as_dir
=.
5641 for ac_exec_ext
in '' $ac_executable_extensions; do
5642 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5643 ac_cv_prog_MSGFMT
="$ac_prog"
5644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5653 MSGFMT
=$ac_cv_prog_MSGFMT
5654 if test -n "$MSGFMT"; then
5655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5656 $as_echo "$MSGFMT" >&6; }
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5659 $as_echo "no" >&6; }
5663 test -n "$MSGFMT" && break
5665 test -n "$MSGFMT" || MSGFMT
="false"
5667 if ${ac_tool_prefix+:} false
; then :
5668 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5669 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5671 $as_echo_n "checking for $ac_word... " >&6; }
5672 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5673 $as_echo_n "(cached) " >&6
5675 if test -n "$PKG_CONFIG"; then
5676 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5678 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5682 test -z "$as_dir" && as_dir
=.
5683 for ac_exec_ext
in '' $ac_executable_extensions; do
5684 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5685 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5695 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5696 if test -n "$PKG_CONFIG"; then
5697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5698 $as_echo "$PKG_CONFIG" >&6; }
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5701 $as_echo "no" >&6; }
5706 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5707 if test "x$cross_compiling" = xyes
; then :
5710 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5711 # Extract the first word of "pkg-config", so it can be a program name with args.
5712 set dummy pkg-config
; ac_word
=$2
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5714 $as_echo_n "checking for $ac_word... " >&6; }
5715 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5716 $as_echo_n "(cached) " >&6
5718 if test -n "$PKG_CONFIG"; then
5719 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5721 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5725 test -z "$as_dir" && as_dir
=.
5726 for ac_exec_ext
in '' $ac_executable_extensions; do
5727 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5728 ac_cv_prog_PKG_CONFIG
="pkg-config"
5729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5738 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5739 if test -n "$PKG_CONFIG"; then
5740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5741 $as_echo "$PKG_CONFIG" >&6; }
5743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5744 $as_echo "no" >&6; }
5750 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5753 if test "x$enable_maintainer_mode" != "xyes"
5760 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5761 for ac_prog
in fontforge
5763 # Extract the first word of "$ac_prog", so it can be a program name with args.
5764 set dummy
$ac_prog; ac_word
=$2
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5766 $as_echo_n "checking for $ac_word... " >&6; }
5767 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5768 $as_echo_n "(cached) " >&6
5770 if test -n "$FONTFORGE"; then
5771 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5773 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5777 test -z "$as_dir" && as_dir
=.
5778 for ac_exec_ext
in '' $ac_executable_extensions; do
5779 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5780 ac_cv_prog_FONTFORGE
="$ac_prog"
5781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5790 FONTFORGE
=$ac_cv_prog_FONTFORGE
5791 if test -n "$FONTFORGE"; then
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5793 $as_echo "$FONTFORGE" >&6; }
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5796 $as_echo "no" >&6; }
5800 test -n "$FONTFORGE" && break
5802 test -n "$FONTFORGE" || FONTFORGE
="false"
5804 for ac_prog
in rsvg-convert rsvg
5806 # Extract the first word of "$ac_prog", so it can be a program name with args.
5807 set dummy
$ac_prog; ac_word
=$2
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5809 $as_echo_n "checking for $ac_word... " >&6; }
5810 if ${ac_cv_prog_RSVG+:} false
; then :
5811 $as_echo_n "(cached) " >&6
5813 if test -n "$RSVG"; then
5814 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5816 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5820 test -z "$as_dir" && as_dir
=.
5821 for ac_exec_ext
in '' $ac_executable_extensions; do
5822 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5823 ac_cv_prog_RSVG
="$ac_prog"
5824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5833 RSVG
=$ac_cv_prog_RSVG
5834 if test -n "$RSVG"; then
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5836 $as_echo "$RSVG" >&6; }
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5839 $as_echo "no" >&6; }
5843 test -n "$RSVG" && break
5845 test -n "$RSVG" || RSVG
="false"
5847 for ac_prog
in convert
5849 # Extract the first word of "$ac_prog", so it can be a program name with args.
5850 set dummy
$ac_prog; ac_word
=$2
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5852 $as_echo_n "checking for $ac_word... " >&6; }
5853 if ${ac_cv_prog_CONVERT+:} false
; then :
5854 $as_echo_n "(cached) " >&6
5856 if test -n "$CONVERT"; then
5857 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5859 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5863 test -z "$as_dir" && as_dir
=.
5864 for ac_exec_ext
in '' $ac_executable_extensions; do
5865 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5866 ac_cv_prog_CONVERT
="$ac_prog"
5867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5876 CONVERT
=$ac_cv_prog_CONVERT
5877 if test -n "$CONVERT"; then
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5879 $as_echo "$CONVERT" >&6; }
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5882 $as_echo "no" >&6; }
5886 test -n "$CONVERT" && break
5888 test -n "$CONVERT" || CONVERT
="false"
5890 for ac_prog
in icotool
5892 # Extract the first word of "$ac_prog", so it can be a program name with args.
5893 set dummy
$ac_prog; ac_word
=$2
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5895 $as_echo_n "checking for $ac_word... " >&6; }
5896 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5897 $as_echo_n "(cached) " >&6
5899 if test -n "$ICOTOOL"; then
5900 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5902 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5906 test -z "$as_dir" && as_dir
=.
5907 for ac_exec_ext
in '' $ac_executable_extensions; do
5908 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5909 ac_cv_prog_ICOTOOL
="$ac_prog"
5910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5919 ICOTOOL
=$ac_cv_prog_ICOTOOL
5920 if test -n "$ICOTOOL"; then
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5922 $as_echo "$ICOTOOL" >&6; }
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5925 $as_echo "no" >&6; }
5929 test -n "$ICOTOOL" && break
5931 test -n "$ICOTOOL" || ICOTOOL
="false"
5933 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5934 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5936 if test "$CONVERT" = false
5938 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5941 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5942 convert_version
=`convert --version | head -n1`
5943 if test "x$convert_version" != "x"
5945 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5946 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5947 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5952 if test "$CONVERT" = false
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5955 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5956 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5959 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5963 if test "$ICOTOOL" = false
5965 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5968 $as_echo_n "checking for recent enough icotool... " >&6; }
5969 icotool_version
=`icotool --version | head -n1`
5970 if test "x$icotool_version" != "x"
5972 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5973 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5974 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5977 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
5980 if test "$ICOTOOL" = false
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5983 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5984 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5987 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5993 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
5996 test "x$with_gettext" != xno || MSGFMT
=false
5997 if test "$MSGFMT" != "false"
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6000 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6001 cat >conftest.po
<<EOF
6007 if $MSGFMT -o /dev
/null conftest.po
2>&5
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6010 $as_echo "yes" >&6; }
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6013 $as_echo "no" >&6; }
6017 if test "$MSGFMT" = false
; then :
6018 case "x$with_gettext" in
6019 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6021 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6022 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6028 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6029 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6030 $as_echo_n "(cached) " >&6
6032 ac_check_lib_save_LIBS
=$LIBS
6034 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6035 /* end confdefs.h. */
6037 /* Override any GCC internal prototype to avoid an error.
6038 Use char because int might match the return type of a GCC
6039 builtin and then its argument prototype would still apply. */
6043 char i386_set_ldt ();
6047 return i386_set_ldt ();
6052 if ac_fn_c_try_link
"$LINENO"; then :
6053 ac_cv_lib_i386_i386_set_ldt
=yes
6055 ac_cv_lib_i386_i386_set_ldt
=no
6057 rm -f core conftest.err conftest.
$ac_objext \
6058 conftest
$ac_exeext conftest.
$ac_ext
6059 LIBS
=$ac_check_lib_save_LIBS
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6062 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6063 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6064 cat >>confdefs.h
<<_ACEOF
6065 #define HAVE_LIBI386 1
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6073 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6074 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6075 $as_echo_n "(cached) " >&6
6077 ac_check_lib_save_LIBS
=$LIBS
6078 LIBS
="-lossaudio $LIBS"
6079 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6080 /* end confdefs.h. */
6082 /* Override any GCC internal prototype to avoid an error.
6083 Use char because int might match the return type of a GCC
6084 builtin and then its argument prototype would still apply. */
6092 return _oss_ioctl ();
6097 if ac_fn_c_try_link
"$LINENO"; then :
6098 ac_cv_lib_ossaudio__oss_ioctl
=yes
6100 ac_cv_lib_ossaudio__oss_ioctl
=no
6102 rm -f core conftest.err conftest.
$ac_objext \
6103 conftest
$ac_exeext conftest.
$ac_ext
6104 LIBS
=$ac_check_lib_save_LIBS
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6107 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6108 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6109 cat >>confdefs.h
<<_ACEOF
6110 #define HAVE_LIBOSSAUDIO 1
6113 LIBS
="-lossaudio $LIBS"
6122 # Check whether --enable-largefile was given.
6123 if test "${enable_largefile+set}" = set; then :
6124 enableval
=$enable_largefile;
6127 if test "$enable_largefile" != no
; then
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6130 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6131 if ${ac_cv_sys_largefile_CC+:} false
; then :
6132 $as_echo_n "(cached) " >&6
6134 ac_cv_sys_largefile_CC
=no
6135 if test "$GCC" != yes; then
6138 # IRIX 6.2 and later do not support large files by default,
6139 # so use the C compiler's -n32 option if that helps.
6140 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6141 /* end confdefs.h. */
6142 #include <sys/types.h>
6143 /* Check that off_t can represent 2**63 - 1 correctly.
6144 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6145 since some C++ compilers masquerading as C compilers
6146 incorrectly reject 9223372036854775807. */
6147 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6148 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6149 && LARGE_OFF_T % 2147483647 == 1)
6159 if ac_fn_c_try_compile
"$LINENO"; then :
6162 rm -f core conftest.err conftest.
$ac_objext
6164 if ac_fn_c_try_compile
"$LINENO"; then :
6165 ac_cv_sys_largefile_CC
=' -n32'; break
6167 rm -f core conftest.err conftest.
$ac_objext
6171 rm -f conftest.
$ac_ext
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6175 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6176 if test "$ac_cv_sys_largefile_CC" != no
; then
6177 CC
=$CC$ac_cv_sys_largefile_CC
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6181 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6182 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6183 $as_echo_n "(cached) " >&6
6186 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6187 /* end confdefs.h. */
6188 #include <sys/types.h>
6189 /* Check that off_t can represent 2**63 - 1 correctly.
6190 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6191 since some C++ compilers masquerading as C compilers
6192 incorrectly reject 9223372036854775807. */
6193 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6194 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6195 && LARGE_OFF_T % 2147483647 == 1)
6205 if ac_fn_c_try_compile
"$LINENO"; then :
6206 ac_cv_sys_file_offset_bits
=no
; break
6208 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6209 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6210 /* end confdefs.h. */
6211 #define _FILE_OFFSET_BITS 64
6212 #include <sys/types.h>
6213 /* Check that off_t can represent 2**63 - 1 correctly.
6214 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6215 since some C++ compilers masquerading as C compilers
6216 incorrectly reject 9223372036854775807. */
6217 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6218 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6219 && LARGE_OFF_T % 2147483647 == 1)
6229 if ac_fn_c_try_compile
"$LINENO"; then :
6230 ac_cv_sys_file_offset_bits
=64; break
6232 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6233 ac_cv_sys_file_offset_bits
=unknown
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6238 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6239 case $ac_cv_sys_file_offset_bits in #(
6242 cat >>confdefs.h
<<_ACEOF
6243 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6248 if test $ac_cv_sys_file_offset_bits = unknown
; then
6249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6250 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6251 if ${ac_cv_sys_large_files+:} false
; then :
6252 $as_echo_n "(cached) " >&6
6255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6256 /* end confdefs.h. */
6257 #include <sys/types.h>
6258 /* Check that off_t can represent 2**63 - 1 correctly.
6259 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6260 since some C++ compilers masquerading as C compilers
6261 incorrectly reject 9223372036854775807. */
6262 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6263 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6264 && LARGE_OFF_T % 2147483647 == 1)
6274 if ac_fn_c_try_compile
"$LINENO"; then :
6275 ac_cv_sys_large_files
=no
; break
6277 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6278 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6279 /* end confdefs.h. */
6280 #define _LARGE_FILES 1
6281 #include <sys/types.h>
6282 /* Check that off_t can represent 2**63 - 1 correctly.
6283 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6284 since some C++ compilers masquerading as C compilers
6285 incorrectly reject 9223372036854775807. */
6286 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6287 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6288 && LARGE_OFF_T % 2147483647 == 1)
6298 if ac_fn_c_try_compile
"$LINENO"; then :
6299 ac_cv_sys_large_files
=1; break
6301 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6302 ac_cv_sys_large_files
=unknown
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6307 $as_echo "$ac_cv_sys_large_files" >&6; }
6308 case $ac_cv_sys_large_files in #(
6311 cat >>confdefs.h
<<_ACEOF
6312 #define _LARGE_FILES $ac_cv_sys_large_files
6324 ac_cpp
='$CPP $CPPFLAGS'
6325 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6326 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6327 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6329 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6330 # On Suns, sometimes $CPP names a directory.
6331 if test -n "$CPP" && test -d "$CPP"; then
6334 if test -z "$CPP"; then
6335 if ${ac_cv_prog_CPP+:} false
; then :
6336 $as_echo_n "(cached) " >&6
6338 # Double quotes because CPP needs to be expanded
6339 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6342 for ac_c_preproc_warn_flag
in '' yes
6344 # Use a header file that comes with gcc, so configuring glibc
6345 # with a fresh cross-compiler works.
6346 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6347 # <limits.h> exists even on freestanding compilers.
6348 # On the NeXT, cc -E runs the code through the compiler's parser,
6349 # not just through cpp. "Syntax error" is here to catch this case.
6350 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6351 /* end confdefs.h. */
6353 # include <limits.h>
6355 # include <assert.h>
6359 if ac_fn_c_try_cpp
"$LINENO"; then :
6362 # Broken: fails on valid input.
6365 rm -f conftest.err conftest.i conftest.
$ac_ext
6367 # OK, works on sane cases. Now check whether nonexistent headers
6368 # can be detected and how.
6369 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6370 /* end confdefs.h. */
6371 #include <ac_nonexistent.h>
6373 if ac_fn_c_try_cpp
"$LINENO"; then :
6374 # Broken: success on invalid input.
6377 # Passes both tests.
6381 rm -f conftest.err conftest.i conftest.
$ac_ext
6384 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6385 rm -f conftest.i conftest.err conftest.
$ac_ext
6386 if $ac_preproc_ok; then :
6398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6399 $as_echo "$CPP" >&6; }
6401 for ac_c_preproc_warn_flag
in '' yes
6403 # Use a header file that comes with gcc, so configuring glibc
6404 # with a fresh cross-compiler works.
6405 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6406 # <limits.h> exists even on freestanding compilers.
6407 # On the NeXT, cc -E runs the code through the compiler's parser,
6408 # not just through cpp. "Syntax error" is here to catch this case.
6409 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6410 /* end confdefs.h. */
6412 # include <limits.h>
6414 # include <assert.h>
6418 if ac_fn_c_try_cpp
"$LINENO"; then :
6421 # Broken: fails on valid input.
6424 rm -f conftest.err conftest.i conftest.
$ac_ext
6426 # OK, works on sane cases. Now check whether nonexistent headers
6427 # can be detected and how.
6428 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6429 /* end confdefs.h. */
6430 #include <ac_nonexistent.h>
6432 if ac_fn_c_try_cpp
"$LINENO"; then :
6433 # Broken: success on invalid input.
6436 # Passes both tests.
6440 rm -f conftest.err conftest.i conftest.
$ac_ext
6443 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6444 rm -f conftest.i conftest.err conftest.
$ac_ext
6445 if $ac_preproc_ok; then :
6448 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6449 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6450 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6451 See \`config.log' for more details" "$LINENO" 5; }
6455 ac_cpp
='$CPP $CPPFLAGS'
6456 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6457 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6458 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6462 $as_echo_n "checking for ANSI C header files... " >&6; }
6463 if ${ac_cv_header_stdc+:} false
; then :
6464 $as_echo_n "(cached) " >&6
6466 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6467 /* end confdefs.h. */
6481 if ac_fn_c_try_compile
"$LINENO"; then :
6482 ac_cv_header_stdc
=yes
6484 ac_cv_header_stdc
=no
6486 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6488 if test $ac_cv_header_stdc = yes; then
6489 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6490 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6491 /* end confdefs.h. */
6495 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6496 $EGREP "memchr" >/dev
/null
2>&1; then :
6499 ac_cv_header_stdc
=no
6505 if test $ac_cv_header_stdc = yes; then
6506 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6507 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6508 /* end confdefs.h. */
6512 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6513 $EGREP "free" >/dev
/null
2>&1; then :
6516 ac_cv_header_stdc
=no
6522 if test $ac_cv_header_stdc = yes; then
6523 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6524 if test "$cross_compiling" = yes; then :
6527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6528 /* end confdefs.h. */
6531 #if ((' ' & 0x0FF) == 0x020)
6532 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6533 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6535 # define ISLOWER(c) \
6536 (('a' <= (c) && (c) <= 'i') \
6537 || ('j' <= (c) && (c) <= 'r') \
6538 || ('s' <= (c) && (c) <= 'z'))
6539 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6542 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6547 for (i = 0; i < 256; i++)
6548 if (XOR (islower (i), ISLOWER (i))
6549 || toupper (i) != TOUPPER (i))
6554 if ac_fn_c_try_run
"$LINENO"; then :
6557 ac_cv_header_stdc
=no
6559 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6560 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6566 $as_echo "$ac_cv_header_stdc" >&6; }
6567 if test $ac_cv_header_stdc = yes; then
6569 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6573 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6574 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6575 inttypes.h stdint.h unistd.h
6577 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6578 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6580 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6581 cat >>confdefs.h
<<_ACEOF
6582 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6592 ApplicationServices
/ApplicationServices.h \
6593 AudioToolbox
/AudioConverter.h \
6594 AudioUnit
/AudioUnit.h \
6595 AudioUnit
/AudioComponent.h \
6598 CoreAudio
/CoreAudio.h \
6599 CoreServices
/CoreServices.h \
6600 DiskArbitration
/DiskArbitration.h \
6602 IOKit
/hid
/IOHIDLib.h \
6605 QuickTime
/ImageCompression.h \
6606 Security
/Security.h \
6657 netinet
/in_systm.h \
6720 valgrind
/memcheck.h \
6721 valgrind
/valgrind.h \
6725 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6726 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6727 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6728 cat >>confdefs.h
<<_ACEOF
6729 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6737 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6738 if ${ac_cv_header_stat_broken+:} false
; then :
6739 $as_echo_n "(cached) " >&6
6741 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6742 /* end confdefs.h. */
6743 #include <sys/types.h>
6744 #include <sys/stat.h>
6746 #if defined S_ISBLK && defined S_IFDIR
6747 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6750 #if defined S_ISBLK && defined S_IFCHR
6751 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6754 #if defined S_ISLNK && defined S_IFREG
6755 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6758 #if defined S_ISSOCK && defined S_IFREG
6759 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6763 if ac_fn_c_try_compile
"$LINENO"; then :
6764 ac_cv_header_stat_broken
=no
6766 ac_cv_header_stat_broken
=yes
6768 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6771 $as_echo "$ac_cv_header_stat_broken" >&6; }
6772 if test $ac_cv_header_stat_broken = yes; then
6774 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6780 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6782 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6783 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6784 #ifdef HAVE_SYS_PARAM_H
6785 # include <sys/param.h>
6788 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6789 cat >>confdefs.h
<<_ACEOF
6790 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6805 netinet
/if_ether.h \
6806 netinet
/if_inarp.h \
6815 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6816 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6817 #ifdef HAVE_SYS_SOCKET_H
6818 # include <sys/socket.h>
6820 #ifdef HAVE_SYS_SOCKETVAR_H
6821 # include <sys/socketvar.h>
6823 #ifdef HAVE_NET_ROUTE_H
6824 # include <net/route.h>
6826 #ifdef HAVE_NETINET_IN_H
6827 # include <netinet/in.h>
6829 #ifdef HAVE_NETINET_IN_SYSTM_H
6830 # include <netinet/in_systm.h>
6832 #ifdef HAVE_NET_IF_H
6833 # include <net/if.h>
6835 #ifdef HAVE_NETINET_IP_H
6836 # include <netinet/ip.h>
6839 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6840 cat >>confdefs.h
<<_ACEOF
6841 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6849 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6851 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6852 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6856 #ifdef HAVE_SYS_SOCKET_H
6857 # include <sys/socket.h>
6859 #ifdef HAVE_SYS_SOCKETVAR_H
6860 # include <sys/socketvar.h>
6862 #ifdef HAVE_SYS_TIMEOUT_H
6863 # include <sys/timeout.h>
6865 #ifdef HAVE_NETINET_IN_H
6866 # include <netinet/in.h>
6868 #ifdef HAVE_NETINET_IN_SYSTM_H
6869 # include <netinet/in_systm.h>
6871 #ifdef HAVE_NETINET_IP_H
6872 # include <netinet/ip.h>
6874 #ifdef HAVE_NETINET_IP_VAR_H
6875 # include <netinet/ip_var.h>
6877 #ifdef HAVE_NETINET_IP_ICMP_H
6878 # include <netinet/ip_icmp.h>
6880 #ifdef HAVE_NETINET_UDP_H
6881 # include <netinet/udp.h>
6883 #ifdef HAVE_NETINET_TCP_H
6884 # include <netinet/tcp.h>
6886 #ifdef HAVE_NETINET_TCP_TIMER_H
6887 #include <netinet/tcp_timer.h>
6890 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6891 cat >>confdefs.h
<<_ACEOF
6892 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6900 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6902 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6903 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6904 #ifdef HAVE_ASM_TYPES_H
6905 # include <asm/types.h>
6907 #ifdef HAVE_SYS_SOCKET_H
6908 # include <sys/socket.h>
6910 #ifdef HAVE_LINUX_TYPES_H
6911 # include <linux/types.h>
6914 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6915 cat >>confdefs.h
<<_ACEOF
6916 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6924 for ac_header
in mach-o
/dyld_images.h
6926 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6927 # include <stdbool.h>
6929 #ifdef HAVE_STDINT_H
6930 # include <stdint.h>
6933 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6934 cat >>confdefs.h
<<_ACEOF
6935 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6943 for ac_header
in resolv.h
6945 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6946 #ifdef HAVE_SYS_SOCKET_H
6947 # include <sys/socket.h>
6949 #ifdef HAVE_NETINET_IN_H
6950 # include <netinet/in.h>
6952 #ifdef HAVE_ARPA_NAMESER_H
6953 # include <arpa/nameser.h>
6956 if test "x$ac_cv_header_resolv_h" = xyes
; then :
6957 cat >>confdefs.h
<<_ACEOF
6958 #define HAVE_RESOLV_H 1
6966 for ac_header
in ifaddrs.h
6968 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6970 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
6971 cat >>confdefs.h
<<_ACEOF
6972 #define HAVE_IFADDRS_H 1
6980 for ac_header
in sys
/ucontext.h
6982 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
6984 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
6985 cat >>confdefs.h
<<_ACEOF
6986 #define HAVE_SYS_UCONTEXT_H 1
6994 for ac_header
in sys
/thr.h
6996 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6997 #ifdef HAVE_SYS_UCONTEXT_H
6998 #include <sys/ucontext.h>
7001 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7002 cat >>confdefs.h
<<_ACEOF
7003 #define HAVE_SYS_THR_H 1
7011 for ac_header
in pthread_np.h
7013 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7014 #include <pthread.h>
7017 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7018 cat >>confdefs.h
<<_ACEOF
7019 #define HAVE_PTHREAD_NP_H 1
7027 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7029 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7030 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7031 #include <sys/time.h>
7033 #include <sys/types.h>
7034 #ifdef HAVE_ASM_TYPES_H
7035 #include <asm/types.h>
7038 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7039 cat >>confdefs.h
<<_ACEOF
7040 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7048 for ac_header
in libprocstat.h
7050 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7051 #include <sys/param.h>
7053 #ifdef HAVE_SYS_QUEUE_H
7054 #include <sys/queue.h>
7056 #ifdef HAVE_SYS_SOCKET_H
7057 #include <sys/socket.h>
7060 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7061 cat >>confdefs.h
<<_ACEOF
7062 #define HAVE_LIBPROCSTAT_H 1
7071 dlldir
="\${libdir}/wine"
7075 DLLFLAGS
="-D_REENTRANT"
7084 STATIC_IMPLIBEXT
="def.a"
7085 # Extract the first word of "ldd", so it can be a program name with args.
7086 set dummy ldd
; ac_word
=$2
7087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7088 $as_echo_n "checking for $ac_word... " >&6; }
7089 if ${ac_cv_path_LDD+:} false
; then :
7090 $as_echo_n "(cached) " >&6
7094 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7097 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7098 as_dummy
="/sbin:/usr/sbin:$PATH"
7099 for as_dir
in $as_dummy
7102 test -z "$as_dir" && as_dir
=.
7103 for ac_exec_ext
in '' $ac_executable_extensions; do
7104 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7105 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7113 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7118 if test -n "$LDD"; then
7119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7120 $as_echo "$LDD" >&6; }
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7123 $as_echo "no" >&6; }
7127 if test -n "$ac_tool_prefix"; then
7128 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7129 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7131 $as_echo_n "checking for $ac_word... " >&6; }
7132 if ${ac_cv_prog_READELF+:} false
; then :
7133 $as_echo_n "(cached) " >&6
7135 if test -n "$READELF"; then
7136 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7138 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7142 test -z "$as_dir" && as_dir
=.
7143 for ac_exec_ext
in '' $ac_executable_extensions; do
7144 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7145 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7155 READELF
=$ac_cv_prog_READELF
7156 if test -n "$READELF"; then
7157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7158 $as_echo "$READELF" >&6; }
7160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7161 $as_echo "no" >&6; }
7166 if test -z "$ac_cv_prog_READELF"; then
7167 ac_ct_READELF
=$READELF
7168 # Extract the first word of "readelf", so it can be a program name with args.
7169 set dummy readelf
; ac_word
=$2
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7171 $as_echo_n "checking for $ac_word... " >&6; }
7172 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7173 $as_echo_n "(cached) " >&6
7175 if test -n "$ac_ct_READELF"; then
7176 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7178 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7182 test -z "$as_dir" && as_dir
=.
7183 for ac_exec_ext
in '' $ac_executable_extensions; do
7184 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7185 ac_cv_prog_ac_ct_READELF
="readelf"
7186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7195 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7196 if test -n "$ac_ct_READELF"; then
7197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7198 $as_echo "$ac_ct_READELF" >&6; }
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7201 $as_echo "no" >&6; }
7204 if test "x$ac_ct_READELF" = x
; then
7207 case $cross_compiling:$ac_tool_warned in
7209 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7210 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7211 ac_tool_warned
=yes ;;
7213 READELF
=$ac_ct_READELF
7216 READELF
="$ac_cv_prog_READELF"
7219 wine_rules_file
=conf$
$rules.
make
7220 rm -f $wine_rules_file
7222 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7223 ALL_TEST_RESOURCES
=""
7226 wine_fn_append_file
()
7228 as_fn_append
$1 " \\$as_nl $2"
7231 wine_fn_ignore_file
()
7234 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7235 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7236 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7240 wine_fn_append_rule
()
7242 $as_echo "$1" >>$wine_rules_file
7247 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7250 wine_fn_depend_rules
()
7252 wine_fn_append_rule \
7253 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7254 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7255 depend: $ac_dir/depend
7256 .PHONY: $ac_dir/depend
7257 $ac_dir/depend: \$(MAKEDEP) dummy
7258 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7261 wine_fn_pot_rules
()
7263 test "x$with_gettextpo" = xyes ||
return
7265 if wine_fn_has_flag mc
7267 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7268 wine_fn_append_rule \
7269 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7270 @cd $ac_dir && \$(MAKE) msg.pot
7271 $ac_dir/msg.pot: tools/wmc include"
7273 if wine_fn_has_flag po
7275 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7276 wine_fn_append_rule \
7277 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7278 @cd $ac_dir && \$(MAKE) rsrc.pot
7279 $ac_dir/rsrc.pot: tools/wrc include"
7283 wine_fn_all_rules
()
7285 wine_fn_depend_rules
7286 wine_fn_append_rule \
7289 $ac_dir: $ac_dir/Makefile dummy
7290 @cd $ac_dir && \$(MAKE)"
7293 wine_fn_install_rules
()
7295 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7297 wine_fn_append_rule \
7298 ".PHONY: $ac_dir/install $ac_dir/uninstall
7299 $ac_dir/install:: $ac_dir
7300 @cd $ac_dir && \$(MAKE) install
7301 $ac_dir/uninstall:: $ac_dir/Makefile
7302 @cd $ac_dir && \$(MAKE) uninstall
7303 install:: $ac_dir/install
7304 __uninstall__: $ac_dir/uninstall"
7306 if wine_fn_has_flag install-lib
7308 wine_fn_append_rule \
7309 ".PHONY: $ac_dir/install-lib
7310 $ac_dir/install-lib:: $ac_dir
7311 @cd $ac_dir && \$(MAKE) install-lib
7312 install-lib:: $ac_dir/install-lib"
7315 if wine_fn_has_flag install-dev
7317 wine_fn_append_rule \
7318 ".PHONY: $ac_dir/install-dev
7319 $ac_dir/install-dev:: $ac_dir
7320 @cd $ac_dir && \$(MAKE) install-dev
7321 install-dev:: $ac_dir/install-dev"
7325 wine_fn_clean_rules
()
7328 ac_extraclean
="$ac_dir/Makefile"
7329 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7331 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7334 if wine_fn_has_flag clean
7336 wine_fn_append_rule \
7337 "__clean__: $ac_dir/clean
7338 .PHONY: $ac_dir/clean
7339 $ac_dir/clean: $ac_dir/Makefile
7340 @cd $ac_dir && \$(MAKE) clean
7341 \$(RM) $ac_extraclean"
7343 wine_fn_append_rule \
7344 "__clean__: $ac_dir/clean
7345 .PHONY: $ac_dir/clean
7346 $ac_dir/clean: dummy
7347 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7351 wine_fn_disabled_rules
()
7354 ac_extraclean
="$ac_dir/Makefile"
7355 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7357 wine_fn_append_rule \
7358 "__clean__: $ac_dir/clean
7359 .PHONY: $ac_dir/clean
7360 $ac_dir/clean: dummy
7361 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7364 wine_fn_config_makefile
()
7370 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7371 wine_fn_disabled_rules
; return
7374 wine_fn_install_rules
7378 wine_fn_config_lib
()
7382 ac_dir
=dlls
/$ac_name
7385 if test "x$enable_tools" = xno
; then :
7388 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7393 wine_fn_append_rule \
7394 ".PHONY: $ac_dir/install $ac_dir/uninstall
7395 $ac_dir/install:: $ac_dir
7396 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7398 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7399 install install-dev:: $ac_dir/install
7400 __uninstall__: $ac_dir/uninstall
7401 __builddeps__: $ac_dir
7405 wine_fn_config_dll
()
7408 ac_dir
=dlls
/$ac_name
7411 ac_implib
=${4:-$ac_name}
7412 ac_file
=$ac_dir/lib
$ac_implib
7417 if test "x$enable_tools" = xno
; then :
7420 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7423 *16) ac_implibflags
=" -m16" ;;
7425 *) ac_dll
=$ac_dll.dll
;;
7429 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7430 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7431 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7432 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7434 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7435 if wine_fn_has_flag implib
&& test "$ac_enable" != enable_win16
7437 wine_fn_depend_rules
7438 wine_fn_clean_rules
$ac_clean
7440 wine_fn_disabled_rules
$ac_clean
7445 wine_fn_clean_rules
$ac_clean
7446 wine_fn_append_rule \
7447 "$ac_dir: __builddeps__
7448 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7449 @cd $ac_dir && \$(MAKE) \$@
7450 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7451 install install-lib:: $ac_dir/install-lib
7452 __uninstall__: $ac_dir/uninstall"
7453 if test -n "$DLLEXT"
7455 wine_fn_append_rule \
7456 "$ac_dir/install-lib:: $ac_dir
7457 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7458 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7460 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7462 wine_fn_append_rule \
7463 "$ac_dir/install-lib:: $ac_dir
7464 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7466 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7472 if wine_fn_has_flag staticimplib
7474 wine_fn_append_rule \
7475 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7476 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7477 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7478 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7479 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7480 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7481 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7482 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7483 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7485 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7486 install install-dev:: $ac_dir/install-dev
7487 __uninstall__: $ac_dir/uninstall"
7489 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7491 wine_fn_append_rule \
7492 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7493 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7495 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7498 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7500 wine_fn_append_rule \
7501 "__builddeps__: $ac_file.cross.a
7502 $ac_file.cross.a: $ac_dir/Makefile dummy
7503 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7506 elif wine_fn_has_flag implib
7508 wine_fn_append_rule \
7509 "__builddeps__: $ac_file.$IMPLIBEXT
7510 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7511 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7512 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7513 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7514 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7515 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7516 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7518 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7519 install install-dev:: $ac_dir/install-dev
7520 __uninstall__: $ac_dir/uninstall"
7521 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7523 wine_fn_append_rule \
7524 "__builddeps__: $ac_file.cross.a
7525 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7526 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7529 if test "$ac_name" != "$ac_implib"
7531 wine_fn_append_rule \
7532 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7533 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7534 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7536 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7537 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7538 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7540 wine_fn_append_rule \
7541 "__builddeps__: dlls/lib$ac_implib.cross.a
7542 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7543 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7545 \$(RM) dlls/lib$ac_implib.cross.a"
7546 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7552 wine_fn_config_program
()
7555 ac_dir
=programs
/$ac_name
7562 *) ac_program
=$ac_program.exe
;;
7566 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7567 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7568 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7569 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7571 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7572 wine_fn_disabled_rules
$ac_clean; return
7576 wine_fn_clean_rules
$ac_clean
7577 wine_fn_append_rule
"$ac_dir: __builddeps__"
7580 wine_fn_has_flag
install ||
return
7581 wine_fn_append_rule \
7582 ".PHONY: $ac_dir/install $ac_dir/uninstall
7583 install install-lib:: $ac_dir/install
7584 __uninstall__: $ac_dir/uninstall"
7586 if test -n "$DLLEXT"
7588 wine_fn_append_rule \
7589 "$ac_dir/install:: $ac_dir
7590 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7591 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7593 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7595 if test -z "$with_wine64" && wine_fn_has_flag installbin
7597 wine_fn_append_rule \
7598 "$ac_dir/install:: __tooldeps__
7599 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7601 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7604 wine_fn_append_rule \
7605 "$ac_dir/install:: $ac_dir
7606 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7608 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7611 if test -z "$with_wine64" && wine_fn_has_flag manpage
7613 wine_fn_append_rule \
7614 "$ac_dir/install:: $ac_dir
7615 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7617 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7621 wine_fn_config_test
()
7628 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7629 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7631 if test "x$enable_tests" = xno
; then :
7632 wine_fn_disabled_rules
$ac_clean; return
7635 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7637 wine_fn_clean_rules
$ac_clean
7639 wine_fn_append_rule \
7640 "$ac_dir: programs/winetest/Makefile __builddeps__
7641 programs/winetest: $ac_dir
7642 check test: $ac_dir/test
7643 .PHONY: $ac_dir/test
7645 @cd $ac_dir && \$(MAKE) test
7647 \$(RM) $ac_dir/*.ok"
7649 if test -n "$CROSSTARGET"
7651 wine_fn_append_rule \
7652 "crosstest: $ac_dir/crosstest
7653 .PHONY: $ac_dir/crosstest
7654 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7655 @cd $ac_dir && \$(MAKE) crosstest"
7659 wine_fn_config_tool
()
7663 if test "x$enable_tools" = xno
; then :
7668 wine_fn_install_rules
7671 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7672 wine_fn_append_rule
"$ac_dir: libs/port"
7674 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7678 wine_fn_config_symlink
()
7681 if test "x$1" = "x-d"
7687 wine_fn_append_rule \
7689 @./config.status \$@
7692 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7693 test -n "$ac_linkdir" ||
return
7694 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7698 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7699 loader_programs
="$wine_binary wine-installed"
7700 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7705 install install-lib:: wine-installed
7706 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7709 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7715 if test -n "$ac_tool_prefix"; then
7716 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7717 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7719 $as_echo_n "checking for $ac_word... " >&6; }
7720 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7721 $as_echo_n "(cached) " >&6
7723 if test -n "$DLLTOOL"; then
7724 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7726 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7730 test -z "$as_dir" && as_dir
=.
7731 for ac_exec_ext
in '' $ac_executable_extensions; do
7732 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7733 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7743 DLLTOOL
=$ac_cv_prog_DLLTOOL
7744 if test -n "$DLLTOOL"; then
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7746 $as_echo "$DLLTOOL" >&6; }
7748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7749 $as_echo "no" >&6; }
7754 if test -z "$ac_cv_prog_DLLTOOL"; then
7755 ac_ct_DLLTOOL
=$DLLTOOL
7756 # Extract the first word of "dlltool", so it can be a program name with args.
7757 set dummy dlltool
; ac_word
=$2
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7759 $as_echo_n "checking for $ac_word... " >&6; }
7760 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7761 $as_echo_n "(cached) " >&6
7763 if test -n "$ac_ct_DLLTOOL"; then
7764 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7766 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7770 test -z "$as_dir" && as_dir
=.
7771 for ac_exec_ext
in '' $ac_executable_extensions; do
7772 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7773 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7783 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7784 if test -n "$ac_ct_DLLTOOL"; then
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7786 $as_echo "$ac_ct_DLLTOOL" >&6; }
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7789 $as_echo "no" >&6; }
7792 if test "x$ac_ct_DLLTOOL" = x
; then
7795 case $cross_compiling:$ac_tool_warned in
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7798 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7799 ac_tool_warned
=yes ;;
7801 DLLTOOL
=$ac_ct_DLLTOOL
7804 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7810 STATIC_IMPLIBEXT
="a"
7811 enable_iphlpapi
=${enable_iphlpapi:-no}
7812 enable_kernel32
=${enable_kernel32:-no}
7813 enable_msvcrt
=${enable_msvcrt:-no}
7814 enable_ntdll
=${enable_ntdll:-no}
7815 enable_ws2_32
=${enable_ws2_32:-no}
7816 enable_loader
=${enable_loader:-no}
7817 enable_server
=${enable_server:-no}
7818 with_x
=${with_x:-no}
7819 with_pthread
=${with_pthread:-no}
7825 SOCKET_LIBS
="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7829 libwine_targets
="libwine.dll libwine.a"
7831 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7833 all: libwine.dll libwine.a
7835 libwine.a: \$(srcdir)/wine.def
7836 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7838 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7839 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7841 install install-lib:: libwine.dll
7842 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7844 install install-dev:: libwine.a
7845 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7848 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7854 for ac_header
in libunwind.h
7856 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7857 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
7858 cat >>confdefs.h
<<_ACEOF
7859 #define HAVE_LIBUNWIND_H 1
7867 DLLFLAGS
="$DLLFLAGS -fPIC"
7868 LIBWINE_LDFLAGS
="-multiply_defined suppress"
7869 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7870 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7871 COREFOUNDATION_LIBS
="-framework CoreFoundation"
7873 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
7875 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
7877 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
7879 CORESERVICES_LIBS
="-framework CoreServices"
7881 APPKIT_LIBS
="-framework AppKit"
7883 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
7884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
7885 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
7886 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
7887 $as_echo_n "(cached) " >&6
7889 ac_wine_try_cflags_saved
=$CFLAGS
7890 CFLAGS
="$CFLAGS -Wl,-no_pie"
7891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7892 /* end confdefs.h. */
7893 int main(int argc, char **argv) { return 0; }
7895 if ac_fn_c_try_link
"$LINENO"; then :
7896 ac_cv_cflags__Wl__no_pie
=yes
7898 ac_cv_cflags__Wl__no_pie
=no
7900 rm -f core conftest.err conftest.
$ac_objext \
7901 conftest
$ac_exeext conftest.
$ac_ext
7902 CFLAGS
=$ac_wine_try_cflags_saved
7904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
7905 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
7906 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
7907 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
7909 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7911 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
7914 if test "$ac_cv_header_Security_Security_h" = "yes"
7916 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
7918 ac_save_LIBS
="$LIBS"
7919 LIBS
="$LIBS $SECURITY_LIBS"
7920 for ac_func
in SSLCopyPeerCertificates
7922 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
7923 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
7924 cat >>confdefs.h
<<_ACEOF
7925 #define HAVE_SSLCOPYPEERCERTIFICATES 1
7931 LIBS
="$ac_save_LIBS"
7932 with_gnutls
=${with_gnutls:-no}
7934 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7936 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
7938 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
7941 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7944 ac_save_LIBS
="$LIBS"
7945 LIBS
="$LIBS $COREAUDIO_LIBS"
7946 for ac_func
in AUGraphAddNode
7948 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
7949 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
7950 cat >>confdefs.h
<<_ACEOF
7951 #define HAVE_AUGRAPHADDNODE 1
7957 LIBS
="$ac_save_LIBS"
7959 if test "$ac_cv_header_OpenAL_al_h" = "yes"
7961 OPENAL_LIBS
="-framework OpenAL"
7964 cat >>confdefs.h
<<_ACEOF
7965 #define HAVE_OPENAL 1
7968 ac_cv_lib_openal
=yes
7970 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
7972 OPENCL_LIBS
="-framework OpenCL"
7974 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
7976 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7978 ac_save_LIBS
="$LIBS"
7979 LIBS
="$LIBS $IOKIT_LIBS"
7980 for ac_func
in IOHIDManagerCreate
7982 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
7983 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
7984 cat >>confdefs.h
<<_ACEOF
7985 #define HAVE_IOHIDMANAGERCREATE 1
7991 LIBS
="$ac_save_LIBS"
7993 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
7995 ac_save_LIBS
="$LIBS"
7996 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
7997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
7998 $as_echo_n "checking for the QuickTime framework... " >&6; }
7999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8000 /* end confdefs.h. */
8001 #include <QuickTime/ImageCompression.h>
8005 CodecManagerVersion(NULL);
8010 if ac_fn_c_try_link
"$LINENO"; then :
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8012 $as_echo "yes" >&6; }
8013 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8015 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8018 $as_echo "no" >&6; }
8019 ac_cv_header_QuickTime_ImageCompression_h
=no
8021 rm -f core conftest.err conftest.
$ac_objext \
8022 conftest
$ac_exeext conftest.
$ac_ext
8023 LIBS
="$ac_save_LIBS"
8025 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8027 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8029 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8031 CARBON_LIBS
="-framework Carbon"
8035 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8037 ac_save_LIBS
="$LIBS"
8038 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8039 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8040 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8041 enable_winemac_drv
=${enable_winemac_drv:-yes}
8044 LIBS
="$ac_save_LIBS"
8047 if test "x$enable_win16" = "xyes"
8049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8050 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8051 if test "$cross_compiling" = yes; then :
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8053 $as_echo "cross-compiling, assuming yes" >&6; }
8055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8056 /* end confdefs.h. */
8059 "good:\tnop;nop\n\t"
8060 ".globl _testfunc\n"
8061 "_testfunc:\tcallw good");
8062 extern void testfunc();
8066 unsigned short *p = (unsigned short *)testfunc;
8067 return p[0] != 0xe866 || p[1] != 0xfffa
8072 if ac_fn_c_try_run
"$LINENO"; then :
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8074 $as_echo "yes" >&6; }
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8077 $as_echo "no" >&6; }
8078 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
8080 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8081 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8086 libwine_targets
="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8088 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8092 libwine.$libwine_version.dylib: \$(OBJS)
8093 \$(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 \$@
8095 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8096 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8098 libwine.dylib: libwine.$libwine_soversion.dylib
8099 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8101 install install-lib:: libwine.$libwine_version.dylib
8102 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8103 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8105 install install-dev::
8106 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8109 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8113 as_fn_append LOADER_RULES
"
8114 $wine_binary: main.o wine_info.plist
8115 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8117 wine-installed: main.o wine_info.plist
8118 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8123 DLLFLAGS
="$DLLFLAGS -fPIC"
8127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8128 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8129 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8130 $as_echo_n "(cached) " >&6
8132 ac_wine_try_cflags_saved
=$CFLAGS
8133 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8134 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8135 /* end confdefs.h. */
8136 int main(int argc, char **argv) { return 0; }
8138 if ac_fn_c_try_link
"$LINENO"; then :
8139 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8141 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8143 rm -f core conftest.err conftest.
$ac_objext \
8144 conftest
$ac_exeext conftest.
$ac_ext
8145 CFLAGS
=$ac_wine_try_cflags_saved
8147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8148 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8149 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8150 LDEXECFLAGS
="-Wl,--export-dynamic"
8152 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8154 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8155 if eval \
${$as_ac_var+:} false
; then :
8156 $as_echo_n "(cached) " >&6
8158 ac_wine_try_cflags_saved
=$CFLAGS
8159 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8160 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8161 /* end confdefs.h. */
8162 int main(int argc, char **argv) { return 0; }
8164 if ac_fn_c_try_link
"$LINENO"; then :
8165 eval "$as_ac_var=yes"
8167 eval "$as_ac_var=no"
8169 rm -f core conftest.err conftest.
$ac_objext \
8170 conftest
$ac_exeext conftest.
$ac_ext
8171 CFLAGS
=$ac_wine_try_cflags_saved
8173 eval ac_res
=\$
$as_ac_var
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8175 $as_echo "$ac_res" >&6; }
8176 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8177 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8178 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8180 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8182 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8183 if eval \
${$as_ac_var+:} false
; then :
8184 $as_echo_n "(cached) " >&6
8186 ac_wine_try_cflags_saved
=$CFLAGS
8187 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8188 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8189 /* end confdefs.h. */
8190 int main(int argc, char **argv) { return 0; }
8192 if ac_fn_c_try_link
"$LINENO"; then :
8193 eval "$as_ac_var=yes"
8195 eval "$as_ac_var=no"
8197 rm -f core conftest.err conftest.
$ac_objext \
8198 conftest
$ac_exeext conftest.
$ac_ext
8199 CFLAGS
=$ac_wine_try_cflags_saved
8201 eval ac_res
=\$
$as_ac_var
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8203 $as_echo "$ac_res" >&6; }
8204 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8205 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8206 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8211 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8212 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8213 $as_echo_n "(cached) " >&6
8215 ac_wine_try_cflags_saved
=$CFLAGS
8216 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8217 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8218 /* end confdefs.h. */
8219 int main(int argc, char **argv) { return 0; }
8221 if ac_fn_c_try_link
"$LINENO"; then :
8222 ac_cv_cflags__Wl___enable_new_dtags
=yes
8224 ac_cv_cflags__Wl___enable_new_dtags
=no
8226 rm -f core conftest.err conftest.
$ac_objext \
8227 conftest
$ac_exeext conftest.
$ac_ext
8228 CFLAGS
=$ac_wine_try_cflags_saved
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8231 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8232 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8233 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8237 *i
[3456789]86* | x86_64
)
8238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8239 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8240 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8241 $as_echo_n "(cached) " >&6
8243 ac_wine_try_cflags_saved
=$CFLAGS
8244 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8245 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8246 /* end confdefs.h. */
8247 int main(int argc, char **argv) { return 0; }
8249 if ac_fn_c_try_link
"$LINENO"; then :
8250 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8252 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8254 rm -f core conftest.err conftest.
$ac_objext \
8255 conftest
$ac_exeext conftest.
$ac_ext
8256 CFLAGS
=$ac_wine_try_cflags_saved
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8259 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8260 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8261 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8266 libwine_targets
="libwine.so"
8268 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8272 libwine.so: \$(OBJS)
8273 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8275 install install-lib:: libwine.so
8276 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8279 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8283 as_fn_append LOADER_RULES
"
8284 $wine_binary: main.o
8285 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8287 wine-installed: main.o
8288 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8293 DLLFLAGS
="$DLLFLAGS -fPIC"
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8296 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8297 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8298 $as_echo_n "(cached) " >&6
8300 ac_wine_try_cflags_saved
=$CFLAGS
8301 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8303 /* end confdefs.h. */
8306 if ac_fn_c_try_link
"$LINENO"; then :
8307 ac_cv_c_dll_gnuelf
="yes"
8309 ac_cv_c_dll_gnuelf
="no"
8311 rm -f core conftest.err conftest.
$ac_objext \
8312 conftest
$ac_exeext conftest.
$ac_ext
8313 CFLAGS
=$ac_wine_try_cflags_saved
8315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8316 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8317 if test "$ac_cv_c_dll_gnuelf" = "yes"
8319 LDSHARED
="\$(CC) -shared"
8320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8321 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8322 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8323 $as_echo_n "(cached) " >&6
8325 ac_wine_try_cflags_saved
=$CFLAGS
8326 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8327 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8328 /* end confdefs.h. */
8329 int main(int argc, char **argv) { return 0; }
8331 if ac_fn_c_try_link
"$LINENO"; then :
8332 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8334 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8336 rm -f core conftest.err conftest.
$ac_objext \
8337 conftest
$ac_exeext conftest.
$ac_ext
8338 CFLAGS
=$ac_wine_try_cflags_saved
8340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8341 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8342 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8343 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8346 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8347 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8348 $as_echo_n "(cached) " >&6
8350 ac_wine_try_cflags_saved
=$CFLAGS
8351 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8353 /* end confdefs.h. */
8354 int main(int argc, char **argv) { return 0; }
8356 if ac_fn_c_try_link
"$LINENO"; then :
8357 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8359 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8361 rm -f core conftest.err conftest.
$ac_objext \
8362 conftest
$ac_exeext conftest.
$ac_ext
8363 CFLAGS
=$ac_wine_try_cflags_saved
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8366 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8367 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8368 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8372 echo '{ global: *; };' >conftest.map
8373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8374 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8375 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8376 $as_echo_n "(cached) " >&6
8378 ac_wine_try_cflags_saved
=$CFLAGS
8379 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8380 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8381 /* end confdefs.h. */
8382 int main(int argc, char **argv) { return 0; }
8384 if ac_fn_c_try_link
"$LINENO"; then :
8385 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8387 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8389 rm -f core conftest.err conftest.
$ac_objext \
8390 conftest
$ac_exeext conftest.
$ac_ext
8391 CFLAGS
=$ac_wine_try_cflags_saved
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8394 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8395 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8396 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8401 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8402 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8403 $as_echo_n "(cached) " >&6
8405 ac_wine_try_cflags_saved
=$CFLAGS
8406 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8408 /* end confdefs.h. */
8409 int main(int argc, char **argv) { return 0; }
8411 if ac_fn_c_try_link
"$LINENO"; then :
8412 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8414 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8416 rm -f core conftest.err conftest.
$ac_objext \
8417 conftest
$ac_exeext conftest.
$ac_ext
8418 CFLAGS
=$ac_wine_try_cflags_saved
8420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8421 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8422 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8423 LDEXECFLAGS
="-Wl,--export-dynamic"
8426 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8428 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8429 if eval \
${$as_ac_var+:} false
; then :
8430 $as_echo_n "(cached) " >&6
8432 ac_wine_try_cflags_saved
=$CFLAGS
8433 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8435 /* end confdefs.h. */
8436 int main(int argc, char **argv) { return 0; }
8438 if ac_fn_c_try_link
"$LINENO"; then :
8439 eval "$as_ac_var=yes"
8441 eval "$as_ac_var=no"
8443 rm -f core conftest.err conftest.
$ac_objext \
8444 conftest
$ac_exeext conftest.
$ac_ext
8445 CFLAGS
=$ac_wine_try_cflags_saved
8447 eval ac_res
=\$
$as_ac_var
8448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8449 $as_echo "$ac_res" >&6; }
8450 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8451 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8452 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8454 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8456 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8457 if eval \
${$as_ac_var+:} false
; then :
8458 $as_echo_n "(cached) " >&6
8460 ac_wine_try_cflags_saved
=$CFLAGS
8461 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8462 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8463 /* end confdefs.h. */
8464 int main(int argc, char **argv) { return 0; }
8466 if ac_fn_c_try_link
"$LINENO"; then :
8467 eval "$as_ac_var=yes"
8469 eval "$as_ac_var=no"
8471 rm -f core conftest.err conftest.
$ac_objext \
8472 conftest
$ac_exeext conftest.
$ac_ext
8473 CFLAGS
=$ac_wine_try_cflags_saved
8475 eval ac_res
=\$
$as_ac_var
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8477 $as_echo "$ac_res" >&6; }
8478 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8479 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8480 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8485 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8486 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8487 $as_echo_n "(cached) " >&6
8489 ac_wine_try_cflags_saved
=$CFLAGS
8490 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8491 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8492 /* end confdefs.h. */
8493 int main(int argc, char **argv) { return 0; }
8495 if ac_fn_c_try_link
"$LINENO"; then :
8496 ac_cv_cflags__Wl___enable_new_dtags
=yes
8498 ac_cv_cflags__Wl___enable_new_dtags
=no
8500 rm -f core conftest.err conftest.
$ac_objext \
8501 conftest
$ac_exeext conftest.
$ac_ext
8502 CFLAGS
=$ac_wine_try_cflags_saved
8504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8505 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8506 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8507 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8511 *i
[3456789]86* | x86_64
)
8512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8513 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8514 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8515 $as_echo_n "(cached) " >&6
8517 ac_wine_try_cflags_saved
=$CFLAGS
8518 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8519 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8520 /* end confdefs.h. */
8521 int main(int argc, char **argv) { return 0; }
8523 if ac_fn_c_try_link
"$LINENO"; then :
8524 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8526 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8528 rm -f core conftest.err conftest.
$ac_objext \
8529 conftest
$ac_exeext conftest.
$ac_ext
8530 CFLAGS
=$ac_wine_try_cflags_saved
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8533 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8534 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8536 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8537 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8541 # Extract the first word of "prelink", so it can be a program name with args.
8542 set dummy prelink
; ac_word
=$2
8543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8544 $as_echo_n "checking for $ac_word... " >&6; }
8545 if ${ac_cv_path_PRELINK+:} false
; then :
8546 $as_echo_n "(cached) " >&6
8550 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8553 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8554 for as_dir
in /sbin
/usr
/sbin
$PATH
8557 test -z "$as_dir" && as_dir
=.
8558 for ac_exec_ext
in '' $ac_executable_extensions; do
8559 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8560 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8568 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8572 PRELINK
=$ac_cv_path_PRELINK
8573 if test -n "$PRELINK"; then
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8575 $as_echo "$PRELINK" >&6; }
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8578 $as_echo "no" >&6; }
8582 if test "x$PRELINK" = xfalse
8584 as_fn_append wine_warnings
"|prelink not found, base address of core dlls won't be set correctly."
8590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8591 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8592 if ${ac_cv_c_dll_unixware+:} false
; then :
8593 $as_echo_n "(cached) " >&6
8595 ac_wine_try_cflags_saved
=$CFLAGS
8596 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8597 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8598 /* end confdefs.h. */
8601 if ac_fn_c_try_link
"$LINENO"; then :
8602 ac_cv_c_dll_unixware
="yes"
8604 ac_cv_c_dll_unixware
="no"
8606 rm -f core conftest.err conftest.
$ac_objext \
8607 conftest
$ac_exeext conftest.
$ac_ext
8608 CFLAGS
=$ac_wine_try_cflags_saved
8610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8611 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8612 if test "$ac_cv_c_dll_unixware" = "yes"
8614 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8617 libwine_targets
="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8619 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8623 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8624 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8626 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8627 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8629 libwine.so: libwine.so.$libwine_soversion
8630 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8632 install install-lib:: libwine.so.$libwine_version
8633 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8634 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8636 install install-dev::
8637 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8640 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8644 as_fn_append LOADER_RULES
"
8645 $wine_binary: main.o
8646 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8648 wine-installed: main.o
8649 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8654 as_fn_append LIBWINE_RULES
"
8655 EXTRA_TARGETS = $libwine_targets
8658 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8659 enable_winemac_drv
=${enable_winemac_drv:-no}
8663 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8667 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
8670 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 " ;;
8672 ac_prefix_list
="" ;;
8674 for ac_prog
in $ac_prefix_list
8676 # Extract the first word of "$ac_prog", so it can be a program name with args.
8677 set dummy
$ac_prog; ac_word
=$2
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8679 $as_echo_n "checking for $ac_word... " >&6; }
8680 if ${ac_cv_prog_CROSSCC+:} false
; then :
8681 $as_echo_n "(cached) " >&6
8683 if test -n "$CROSSCC"; then
8684 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8686 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8690 test -z "$as_dir" && as_dir
=.
8691 for ac_exec_ext
in '' $ac_executable_extensions; do
8692 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8693 ac_cv_prog_CROSSCC
="$ac_prog"
8694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8703 CROSSCC
=$ac_cv_prog_CROSSCC
8704 if test -n "$CROSSCC"; then
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8706 $as_echo "$CROSSCC" >&6; }
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8709 $as_echo "no" >&6; }
8713 test -n "$CROSSCC" && break
8715 test -n "$CROSSCC" || CROSSCC
="false"
8717 if test "$CROSSCC" != "false"
8721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8722 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8724 /* end confdefs.h. */
8734 if ac_fn_c_try_compile
"$LINENO"; then :
8735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8736 $as_echo "yes" >&6; }
8742 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8748 $as_echo "no" >&6; }
8750 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8756 if test "$ac_cv_header_pthread_h" = "yes"
8758 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8759 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8763 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8764 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8765 $as_echo_n "(cached) " >&6
8767 ac_check_lib_save_LIBS
=$LIBS
8768 LIBS
="-lpthread $LIBS"
8769 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8770 /* end confdefs.h. */
8772 /* Override any GCC internal prototype to avoid an error.
8773 Use char because int might match the return type of a GCC
8774 builtin and then its argument prototype would still apply. */
8778 char pthread_create ();
8782 return pthread_create ();
8787 if ac_fn_c_try_link
"$LINENO"; then :
8788 ac_cv_lib_pthread_pthread_create
=yes
8790 ac_cv_lib_pthread_pthread_create
=no
8792 rm -f core conftest.err conftest.
$ac_objext \
8793 conftest
$ac_exeext conftest.
$ac_ext
8794 LIBS
=$ac_check_lib_save_LIBS
8796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8797 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8798 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8799 PTHREAD_LIBS
="-lpthread"
8806 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8807 case "x$with_pthread" in
8809 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8810 Wine cannot support threads without libpthread.
8811 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8817 $as_echo_n "checking for X... " >&6; }
8820 # Check whether --with-x was given.
8821 if test "${with_x+set}" = set; then :
8825 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8826 if test "x$with_x" = xno
; then
8827 # The user explicitly disabled X.
8830 case $x_includes,$x_libraries in #(
8831 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8832 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8833 $as_echo_n "(cached) " >&6
8835 # One or both of the vars are not set, and there is no cached value.
8836 ac_x_includes
=no ac_x_libraries
=no
8837 rm -f -r conftest.dir
8838 if mkdir conftest.dir
; then
8840 cat >Imakefile
<<'_ACEOF'
8842 @echo incroot='${INCROOT}'
8844 @echo usrlibdir='${USRLIBDIR}'
8846 @echo libdir='${LIBDIR}'
8848 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8849 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8850 for ac_var
in incroot usrlibdir libdir
; do
8851 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8853 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8854 for ac_extension
in a so sl dylib la dll
; do
8855 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8856 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8857 ac_im_usrlibdir
=$ac_im_libdir; break
8860 # Screen out bogus values from the imake configuration. They are
8861 # bogus both because they are the default anyway, and because
8862 # using them would break gcc on systems where it needs fixed includes.
8863 case $ac_im_incroot in
8864 /usr
/include
) ac_x_includes
= ;;
8865 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8867 case $ac_im_usrlibdir in
8868 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8869 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8873 rm -f -r conftest.dir
8876 # Standard set of common directories for X headers.
8877 # Check X11 before X11Rn because it is often a symlink to the current release.
8891 /usr/local/X11/include
8892 /usr/local/X11R7/include
8893 /usr/local/X11R6/include
8894 /usr/local/X11R5/include
8895 /usr/local/X11R4/include
8897 /usr/local/include/X11
8898 /usr/local/include/X11R7
8899 /usr/local/include/X11R6
8900 /usr/local/include/X11R5
8901 /usr/local/include/X11R4
8905 /usr/XFree86/include/X11
8909 /usr/unsupported/include
8911 /usr/local/x11r5/include
8912 /usr/lpp/Xamples/include
8914 /usr/openwin/include
8915 /usr/openwin/share/include'
8917 if test "$ac_x_includes" = no
; then
8918 # Guess where to find include files, by looking for Xlib.h.
8919 # First, try using that file with no special directory specified.
8920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8921 /* end confdefs.h. */
8922 #include <X11/Xlib.h>
8924 if ac_fn_c_try_cpp
"$LINENO"; then :
8925 # We can compile using X headers with no special include directory.
8928 for ac_dir
in $ac_x_header_dirs; do
8929 if test -r "$ac_dir/X11/Xlib.h"; then
8930 ac_x_includes
=$ac_dir
8935 rm -f conftest.err conftest.i conftest.
$ac_ext
8936 fi # $ac_x_includes = no
8938 if test "$ac_x_libraries" = no
; then
8939 # Check for the libraries.
8940 # See if we find them without any special options.
8941 # Don't add to $LIBS permanently.
8944 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8945 /* end confdefs.h. */
8946 #include <X11/Xlib.h>
8955 if ac_fn_c_try_link
"$LINENO"; then :
8957 # We can link X programs with no special library path.
8961 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8963 # Don't even attempt the hair of trying to link an X program!
8964 for ac_extension
in a so sl dylib la dll
; do
8965 if test -r "$ac_dir/libX11.$ac_extension"; then
8966 ac_x_libraries
=$ac_dir
8972 rm -f core conftest.err conftest.
$ac_objext \
8973 conftest
$ac_exeext conftest.
$ac_ext
8974 fi # $ac_x_libraries = no
8976 case $ac_x_includes,$ac_x_libraries in #(
8978 # Didn't find X, or a directory has "'" in its name.
8979 ac_cv_have_x
="have_x=no";; #(
8981 # Record where we found X for the cache.
8982 ac_cv_have_x
="have_x=yes\
8983 ac_x_includes='$ac_x_includes'\
8984 ac_x_libraries='$ac_x_libraries'"
8990 eval "$ac_cv_have_x"
8993 if test "$have_x" != yes; then
8994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
8995 $as_echo "$have_x" >&6; }
8998 # If each of the values was on the command line, it overrides each guess.
8999 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9000 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9001 # Update the cache value to reflect the command line values.
9002 ac_cv_have_x
="have_x=yes\
9003 ac_x_includes='$x_includes'\
9004 ac_x_libraries='$x_libraries'"
9005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9006 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9009 if test "$no_x" = yes; then
9010 # Not all programs may use this symbol, but it does not hurt to define it.
9012 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9014 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9016 if test -n "$x_includes"; then
9017 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9020 # It would also be nice to do this for all -L options, not just this one.
9021 if test -n "$x_libraries"; then
9022 X_LIBS
="$X_LIBS -L$x_libraries"
9023 # For Solaris; some versions of Sun CC require a space after -R and
9024 # others require no space. Words are not sufficient . . . .
9025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9026 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9027 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9028 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9029 ac_c_werror_flag
=yes
9030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9031 /* end confdefs.h. */
9041 if ac_fn_c_try_link
"$LINENO"; then :
9042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9043 $as_echo "no" >&6; }
9044 X_LIBS
="$X_LIBS -R$x_libraries"
9046 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9047 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9048 /* end confdefs.h. */
9058 if ac_fn_c_try_link
"$LINENO"; then :
9059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9060 $as_echo "yes" >&6; }
9061 X_LIBS
="$X_LIBS -R $x_libraries"
9063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9064 $as_echo "neither works" >&6; }
9066 rm -f core conftest.err conftest.
$ac_objext \
9067 conftest
$ac_exeext conftest.
$ac_ext
9069 rm -f core conftest.err conftest.
$ac_objext \
9070 conftest
$ac_exeext conftest.
$ac_ext
9071 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9075 # Check for system-dependent libraries X programs must link with.
9076 # Do this before checking for the system-independent R6 libraries
9077 # (-lICE), since we may need -lsocket or whatever for X linking.
9079 if test "$ISC" = yes; then
9080 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9082 # Martyn Johnson says this is needed for Ultrix, if the X
9083 # libraries were built with DECnet support. And Karl Berry says
9084 # the Alpha needs dnet_stub (dnet does not exist).
9085 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9086 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9087 /* end confdefs.h. */
9089 /* Override any GCC internal prototype to avoid an error.
9090 Use char because int might match the return type of a GCC
9091 builtin and then its argument prototype would still apply. */
9095 char XOpenDisplay ();
9099 return XOpenDisplay ();
9104 if ac_fn_c_try_link
"$LINENO"; then :
9107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9108 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9109 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9110 $as_echo_n "(cached) " >&6
9112 ac_check_lib_save_LIBS
=$LIBS
9114 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9115 /* end confdefs.h. */
9117 /* Override any GCC internal prototype to avoid an error.
9118 Use char because int might match the return type of a GCC
9119 builtin and then its argument prototype would still apply. */
9127 return dnet_ntoa ();
9132 if ac_fn_c_try_link
"$LINENO"; then :
9133 ac_cv_lib_dnet_dnet_ntoa
=yes
9135 ac_cv_lib_dnet_dnet_ntoa
=no
9137 rm -f core conftest.err conftest.
$ac_objext \
9138 conftest
$ac_exeext conftest.
$ac_ext
9139 LIBS
=$ac_check_lib_save_LIBS
9141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9142 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9143 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9144 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9147 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9149 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9150 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9151 $as_echo_n "(cached) " >&6
9153 ac_check_lib_save_LIBS
=$LIBS
9154 LIBS
="-ldnet_stub $LIBS"
9155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9156 /* end confdefs.h. */
9158 /* Override any GCC internal prototype to avoid an error.
9159 Use char because int might match the return type of a GCC
9160 builtin and then its argument prototype would still apply. */
9168 return dnet_ntoa ();
9173 if ac_fn_c_try_link
"$LINENO"; then :
9174 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9176 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9178 rm -f core conftest.err conftest.
$ac_objext \
9179 conftest
$ac_exeext conftest.
$ac_ext
9180 LIBS
=$ac_check_lib_save_LIBS
9182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9183 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9184 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9185 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9190 rm -f core conftest.err conftest.
$ac_objext \
9191 conftest
$ac_exeext conftest.
$ac_ext
9192 LIBS
="$ac_xsave_LIBS"
9194 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9195 # to get the SysV transport functions.
9196 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9198 # The nsl library prevents programs from opening the X display
9199 # on Irix 5.2, according to T.E. Dickey.
9200 # The functions gethostbyname, getservbyname, and inet_addr are
9201 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9202 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9203 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9207 if test $ac_cv_func_gethostbyname = no
; then
9208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9209 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9210 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9211 $as_echo_n "(cached) " >&6
9213 ac_check_lib_save_LIBS
=$LIBS
9215 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9216 /* end confdefs.h. */
9218 /* Override any GCC internal prototype to avoid an error.
9219 Use char because int might match the return type of a GCC
9220 builtin and then its argument prototype would still apply. */
9224 char gethostbyname ();
9228 return gethostbyname ();
9233 if ac_fn_c_try_link
"$LINENO"; then :
9234 ac_cv_lib_nsl_gethostbyname
=yes
9236 ac_cv_lib_nsl_gethostbyname
=no
9238 rm -f core conftest.err conftest.
$ac_objext \
9239 conftest
$ac_exeext conftest.
$ac_ext
9240 LIBS
=$ac_check_lib_save_LIBS
9242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9243 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9244 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9245 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9248 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9250 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9251 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9252 $as_echo_n "(cached) " >&6
9254 ac_check_lib_save_LIBS
=$LIBS
9256 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9257 /* end confdefs.h. */
9259 /* Override any GCC internal prototype to avoid an error.
9260 Use char because int might match the return type of a GCC
9261 builtin and then its argument prototype would still apply. */
9265 char gethostbyname ();
9269 return gethostbyname ();
9274 if ac_fn_c_try_link
"$LINENO"; then :
9275 ac_cv_lib_bsd_gethostbyname
=yes
9277 ac_cv_lib_bsd_gethostbyname
=no
9279 rm -f core conftest.err conftest.
$ac_objext \
9280 conftest
$ac_exeext conftest.
$ac_ext
9281 LIBS
=$ac_check_lib_save_LIBS
9283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9284 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9285 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9286 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9292 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9293 # socket/setsockopt and other routines are undefined under SCO ODT
9294 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9295 # on later versions), says Simon Leinen: it contains gethostby*
9296 # variants that don't use the name server (or something). -lsocket
9297 # must be given before -lnsl if both are needed. We assume that
9298 # if connect needs -lnsl, so does gethostbyname.
9299 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9300 if test "x$ac_cv_func_connect" = xyes
; then :
9304 if test $ac_cv_func_connect = no
; then
9305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9306 $as_echo_n "checking for connect in -lsocket... " >&6; }
9307 if ${ac_cv_lib_socket_connect+:} false
; then :
9308 $as_echo_n "(cached) " >&6
9310 ac_check_lib_save_LIBS
=$LIBS
9311 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9313 /* end confdefs.h. */
9315 /* Override any GCC internal prototype to avoid an error.
9316 Use char because int might match the return type of a GCC
9317 builtin and then its argument prototype would still apply. */
9330 if ac_fn_c_try_link
"$LINENO"; then :
9331 ac_cv_lib_socket_connect
=yes
9333 ac_cv_lib_socket_connect
=no
9335 rm -f core conftest.err conftest.
$ac_objext \
9336 conftest
$ac_exeext conftest.
$ac_ext
9337 LIBS
=$ac_check_lib_save_LIBS
9339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9340 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9341 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9342 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9347 # Guillermo Gomez says -lposix is necessary on A/UX.
9348 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9349 if test "x$ac_cv_func_remove" = xyes
; then :
9353 if test $ac_cv_func_remove = no
; then
9354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9355 $as_echo_n "checking for remove in -lposix... " >&6; }
9356 if ${ac_cv_lib_posix_remove+:} false
; then :
9357 $as_echo_n "(cached) " >&6
9359 ac_check_lib_save_LIBS
=$LIBS
9360 LIBS
="-lposix $LIBS"
9361 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9362 /* end confdefs.h. */
9364 /* Override any GCC internal prototype to avoid an error.
9365 Use char because int might match the return type of a GCC
9366 builtin and then its argument prototype would still apply. */
9379 if ac_fn_c_try_link
"$LINENO"; then :
9380 ac_cv_lib_posix_remove
=yes
9382 ac_cv_lib_posix_remove
=no
9384 rm -f core conftest.err conftest.
$ac_objext \
9385 conftest
$ac_exeext conftest.
$ac_ext
9386 LIBS
=$ac_check_lib_save_LIBS
9388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9389 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9390 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9391 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9396 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9397 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9398 if test "x$ac_cv_func_shmat" = xyes
; then :
9402 if test $ac_cv_func_shmat = no
; then
9403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9404 $as_echo_n "checking for shmat in -lipc... " >&6; }
9405 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9406 $as_echo_n "(cached) " >&6
9408 ac_check_lib_save_LIBS
=$LIBS
9410 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9411 /* end confdefs.h. */
9413 /* Override any GCC internal prototype to avoid an error.
9414 Use char because int might match the return type of a GCC
9415 builtin and then its argument prototype would still apply. */
9428 if ac_fn_c_try_link
"$LINENO"; then :
9429 ac_cv_lib_ipc_shmat
=yes
9431 ac_cv_lib_ipc_shmat
=no
9433 rm -f core conftest.err conftest.
$ac_objext \
9434 conftest
$ac_exeext conftest.
$ac_ext
9435 LIBS
=$ac_check_lib_save_LIBS
9437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9438 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9439 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9440 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9446 # Check for libraries that X11R6 Xt/Xaw programs need.
9447 ac_save_LDFLAGS
=$LDFLAGS
9448 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9449 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9450 # check for ICE first), but we must link in the order -lSM -lICE or
9451 # we get undefined symbols. So assume we have SM if we have ICE.
9452 # These have to be linked with before -lX11, unlike the other
9453 # libraries we check for below, so use a different variable.
9454 # John Interrante, Karl Berry
9455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9456 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9457 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9458 $as_echo_n "(cached) " >&6
9460 ac_check_lib_save_LIBS
=$LIBS
9461 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9462 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9463 /* end confdefs.h. */
9465 /* Override any GCC internal prototype to avoid an error.
9466 Use char because int might match the return type of a GCC
9467 builtin and then its argument prototype would still apply. */
9471 char IceConnectionNumber ();
9475 return IceConnectionNumber ();
9480 if ac_fn_c_try_link
"$LINENO"; then :
9481 ac_cv_lib_ICE_IceConnectionNumber
=yes
9483 ac_cv_lib_ICE_IceConnectionNumber
=no
9485 rm -f core conftest.err conftest.
$ac_objext \
9486 conftest
$ac_exeext conftest.
$ac_ext
9487 LIBS
=$ac_check_lib_save_LIBS
9489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9490 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9491 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9492 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9495 LDFLAGS
=$ac_save_LDFLAGS
9500 if test "$have_x" = "yes"
9502 ac_save_CPPFLAGS
="$CPPFLAGS"
9503 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9506 $as_echo_n "checking for -lX11... " >&6; }
9507 if ${ac_cv_lib_soname_X11+:} false
; then :
9508 $as_echo_n "(cached) " >&6
9510 ac_check_soname_save_LIBS
=$LIBS
9511 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9512 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9513 /* end confdefs.h. */
9515 /* Override any GCC internal prototype to avoid an error.
9516 Use char because int might match the return type of a GCC
9517 builtin and then its argument prototype would still apply. */
9521 char XCreateWindow ();
9525 return XCreateWindow ();
9530 if ac_fn_c_try_link
"$LINENO"; then :
9532 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9533 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'` ;;
9534 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9535 if ${ac_cv_lib_soname_X11:+false} :; then :
9536 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9540 rm -f core conftest.err conftest.
$ac_objext \
9541 conftest
$ac_exeext conftest.
$ac_ext
9542 LIBS
=$ac_check_soname_save_LIBS
9544 if ${ac_cv_lib_soname_X11:+false} :; then :
9545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9546 $as_echo "not found" >&6; }
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9550 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9552 cat >>confdefs.h
<<_ACEOF
9553 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9559 $as_echo_n "checking for -lXext... " >&6; }
9560 if ${ac_cv_lib_soname_Xext+:} false
; then :
9561 $as_echo_n "(cached) " >&6
9563 ac_check_soname_save_LIBS
=$LIBS
9564 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9565 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9566 /* end confdefs.h. */
9568 /* Override any GCC internal prototype to avoid an error.
9569 Use char because int might match the return type of a GCC
9570 builtin and then its argument prototype would still apply. */
9574 char XextCreateExtension ();
9578 return XextCreateExtension ();
9583 if ac_fn_c_try_link
"$LINENO"; then :
9585 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9586 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'` ;;
9587 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9588 if ${ac_cv_lib_soname_Xext:+false} :; then :
9589 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9593 rm -f core conftest.err conftest.
$ac_objext \
9594 conftest
$ac_exeext conftest.
$ac_ext
9595 LIBS
=$ac_check_soname_save_LIBS
9597 if ${ac_cv_lib_soname_Xext:+false} :; then :
9598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9599 $as_echo "not found" >&6; }
9602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9603 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9605 cat >>confdefs.h
<<_ACEOF
9606 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9609 X_LIBS
="$X_LIBS -lXext"
9611 X_LIBS
="$X_LIBS -lX11"
9613 for ac_header
in X11
/Xlib.h \
9616 X11
/Xcursor
/Xcursor.h \
9617 X11
/extensions
/shape.h \
9618 X11
/extensions
/XInput.h \
9619 X11
/extensions
/XInput2.h \
9620 X11
/extensions
/XShm.h \
9621 X11
/extensions
/Xcomposite.h \
9622 X11
/extensions
/Xinerama.h \
9623 X11
/extensions
/Xrandr.h \
9624 X11
/extensions
/Xrender.h \
9625 X11
/extensions
/xf86vmode.h \
9626 X11
/extensions
/xf86vmproto.h
9628 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9629 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9630 # include <X11/Xlib.h>
9632 #ifdef HAVE_X11_XUTIL_H
9633 # include <X11/Xutil.h>
9636 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9637 cat >>confdefs.h
<<_ACEOF
9638 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9646 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9649 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9650 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9651 $as_echo_n "(cached) " >&6
9653 ac_check_lib_save_LIBS
=$LIBS
9654 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9656 /* end confdefs.h. */
9658 /* Override any GCC internal prototype to avoid an error.
9659 Use char because int might match the return type of a GCC
9660 builtin and then its argument prototype would still apply. */
9664 char XkbQueryExtension ();
9668 return XkbQueryExtension ();
9673 if ac_fn_c_try_link
"$LINENO"; then :
9674 ac_cv_lib_X11_XkbQueryExtension
=yes
9676 ac_cv_lib_X11_XkbQueryExtension
=no
9678 rm -f core conftest.err conftest.
$ac_objext \
9679 conftest
$ac_exeext conftest.
$ac_ext
9680 LIBS
=$ac_check_lib_save_LIBS
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9683 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9684 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9686 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9692 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9695 $as_echo_n "checking for -lXcursor... " >&6; }
9696 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9697 $as_echo_n "(cached) " >&6
9699 ac_check_soname_save_LIBS
=$LIBS
9700 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9701 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9702 /* end confdefs.h. */
9704 /* Override any GCC internal prototype to avoid an error.
9705 Use char because int might match the return type of a GCC
9706 builtin and then its argument prototype would still apply. */
9710 char XcursorImageLoadCursor ();
9714 return XcursorImageLoadCursor ();
9719 if ac_fn_c_try_link
"$LINENO"; then :
9721 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9722 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'` ;;
9723 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9724 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9725 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9729 rm -f core conftest.err conftest.
$ac_objext \
9730 conftest
$ac_exeext conftest.
$ac_ext
9731 LIBS
=$ac_check_soname_save_LIBS
9733 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9735 $as_echo "not found" >&6; }
9738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9739 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9741 cat >>confdefs.h
<<_ACEOF
9742 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9748 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9749 case "x$with_xcursor" in
9750 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9752 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9753 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9757 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9760 $as_echo_n "checking for -lXi... " >&6; }
9761 if ${ac_cv_lib_soname_Xi+:} false
; then :
9762 $as_echo_n "(cached) " >&6
9764 ac_check_soname_save_LIBS
=$LIBS
9765 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9766 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9767 /* end confdefs.h. */
9769 /* Override any GCC internal prototype to avoid an error.
9770 Use char because int might match the return type of a GCC
9771 builtin and then its argument prototype would still apply. */
9775 char XOpenDevice ();
9779 return XOpenDevice ();
9784 if ac_fn_c_try_link
"$LINENO"; then :
9786 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9787 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'` ;;
9788 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9789 if ${ac_cv_lib_soname_Xi:+false} :; then :
9790 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9794 rm -f core conftest.err conftest.
$ac_objext \
9795 conftest
$ac_exeext conftest.
$ac_ext
9796 LIBS
=$ac_check_soname_save_LIBS
9798 if ${ac_cv_lib_soname_Xi:+false} :; then :
9799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9800 $as_echo "not found" >&6; }
9803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9804 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9806 cat >>confdefs.h
<<_ACEOF
9807 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9813 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9814 case "x$with_xinput" in
9815 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9817 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9818 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9822 if test "x$ac_cv_lib_soname_Xi" != x
9824 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9825 case "x$with_xinput2" in
9826 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9828 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9829 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9834 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9837 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9838 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9839 $as_echo_n "(cached) " >&6
9841 ac_check_lib_save_LIBS
=$LIBS
9842 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9844 /* end confdefs.h. */
9846 /* Override any GCC internal prototype to avoid an error.
9847 Use char because int might match the return type of a GCC
9848 builtin and then its argument prototype would still apply. */
9852 char XShmQueryExtension ();
9856 return XShmQueryExtension ();
9861 if ac_fn_c_try_link
"$LINENO"; then :
9862 ac_cv_lib_Xext_XShmQueryExtension
=yes
9864 ac_cv_lib_Xext_XShmQueryExtension
=no
9866 rm -f core conftest.err conftest.
$ac_objext \
9867 conftest
$ac_exeext conftest.
$ac_ext
9868 LIBS
=$ac_check_lib_save_LIBS
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9871 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9872 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
9874 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9879 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9880 case "x$with_xshm" in
9881 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9883 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9884 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9888 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9891 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9892 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
9893 $as_echo_n "(cached) " >&6
9895 ac_check_lib_save_LIBS
=$LIBS
9896 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9898 /* end confdefs.h. */
9900 /* Override any GCC internal prototype to avoid an error.
9901 Use char because int might match the return type of a GCC
9902 builtin and then its argument prototype would still apply. */
9906 char XShapeQueryExtension ();
9910 return XShapeQueryExtension ();
9915 if ac_fn_c_try_link
"$LINENO"; then :
9916 ac_cv_lib_Xext_XShapeQueryExtension
=yes
9918 ac_cv_lib_Xext_XShapeQueryExtension
=no
9920 rm -f core conftest.err conftest.
$ac_objext \
9921 conftest
$ac_exeext conftest.
$ac_ext
9922 LIBS
=$ac_check_lib_save_LIBS
9924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
9925 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
9926 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
9928 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
9933 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
9934 case "x$with_xshape" in
9935 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
9937 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
9938 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
9942 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
9945 $as_echo_n "checking for -lXxf86vm... " >&6; }
9946 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
9947 $as_echo_n "(cached) " >&6
9949 ac_check_soname_save_LIBS
=$LIBS
9950 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
9951 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9952 /* end confdefs.h. */
9954 /* Override any GCC internal prototype to avoid an error.
9955 Use char because int might match the return type of a GCC
9956 builtin and then its argument prototype would still apply. */
9960 char XF86VidModeQueryExtension ();
9964 return XF86VidModeQueryExtension ();
9969 if ac_fn_c_try_link
"$LINENO"; then :
9971 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9972 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'` ;;
9973 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9974 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
9975 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9979 rm -f core conftest.err conftest.
$ac_objext \
9980 conftest
$ac_exeext conftest.
$ac_ext
9981 LIBS
=$ac_check_soname_save_LIBS
9983 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
9984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9985 $as_echo "not found" >&6; }
9988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
9989 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
9991 cat >>confdefs.h
<<_ACEOF
9992 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
9998 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
9999 case "x$with_xxf86vm" in
10000 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10002 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10003 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10007 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10010 $as_echo_n "checking for -lXrender... " >&6; }
10011 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10012 $as_echo_n "(cached) " >&6
10014 ac_check_soname_save_LIBS
=$LIBS
10015 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10017 /* end confdefs.h. */
10019 /* Override any GCC internal prototype to avoid an error.
10020 Use char because int might match the return type of a GCC
10021 builtin and then its argument prototype would still apply. */
10025 char XRenderQueryExtension ();
10029 return XRenderQueryExtension ();
10034 if ac_fn_c_try_link
"$LINENO"; then :
10036 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10037 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'` ;;
10038 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10039 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10040 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10044 rm -f core conftest.err conftest.
$ac_objext \
10045 conftest
$ac_exeext conftest.
$ac_ext
10046 LIBS
=$ac_check_soname_save_LIBS
10048 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10050 $as_echo "not found" >&6; }
10053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10054 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10056 cat >>confdefs.h
<<_ACEOF
10057 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10061 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10062 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10063 $as_echo_n "(cached) " >&6
10065 ac_check_lib_save_LIBS
=$LIBS
10066 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10067 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10068 /* end confdefs.h. */
10070 /* Override any GCC internal prototype to avoid an error.
10071 Use char because int might match the return type of a GCC
10072 builtin and then its argument prototype would still apply. */
10076 char XRenderSetPictureTransform ();
10080 return XRenderSetPictureTransform ();
10085 if ac_fn_c_try_link
"$LINENO"; then :
10086 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10088 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10090 rm -f core conftest.err conftest.
$ac_objext \
10091 conftest
$ac_exeext conftest.
$ac_ext
10092 LIBS
=$ac_check_lib_save_LIBS
10094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10095 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10096 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10098 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10103 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10104 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10105 $as_echo_n "(cached) " >&6
10107 ac_check_lib_save_LIBS
=$LIBS
10108 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10109 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10110 /* end confdefs.h. */
10112 /* Override any GCC internal prototype to avoid an error.
10113 Use char because int might match the return type of a GCC
10114 builtin and then its argument prototype would still apply. */
10118 char XRenderCreateLinearGradient ();
10122 return XRenderCreateLinearGradient ();
10127 if ac_fn_c_try_link
"$LINENO"; then :
10128 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10130 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10132 rm -f core conftest.err conftest.
$ac_objext \
10133 conftest
$ac_exeext conftest.
$ac_ext
10134 LIBS
=$ac_check_lib_save_LIBS
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10137 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10138 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10140 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10147 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10148 case "x$with_xrender" in
10149 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10151 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10152 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10156 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10158 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10159 /* end confdefs.h. */
10160 #include <X11/Xlib.h>
10161 #include <X11/extensions/Xrandr.h>
10165 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10170 if ac_fn_c_try_compile
"$LINENO"; then :
10171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10172 $as_echo_n "checking for -lXrandr... " >&6; }
10173 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10174 $as_echo_n "(cached) " >&6
10176 ac_check_soname_save_LIBS
=$LIBS
10177 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10179 /* end confdefs.h. */
10181 /* Override any GCC internal prototype to avoid an error.
10182 Use char because int might match the return type of a GCC
10183 builtin and then its argument prototype would still apply. */
10187 char XRRQueryExtension ();
10191 return XRRQueryExtension ();
10196 if ac_fn_c_try_link
"$LINENO"; then :
10198 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10199 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'` ;;
10200 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10201 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10202 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10206 rm -f core conftest.err conftest.
$ac_objext \
10207 conftest
$ac_exeext conftest.
$ac_ext
10208 LIBS
=$ac_check_soname_save_LIBS
10210 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10212 $as_echo "not found" >&6; }
10215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10216 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10218 cat >>confdefs.h
<<_ACEOF
10219 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10223 /* end confdefs.h. */
10224 #include <X11/Xlib.h>
10225 #include <X11/extensions/Xrandr.h>
10229 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10234 if ac_fn_c_try_compile
"$LINENO"; then :
10236 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10239 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10242 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10244 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10245 case "x$with_xrandr" in
10246 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10248 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10249 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10253 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10256 /* end confdefs.h. */
10257 #include <X11/Xlib.h>
10258 #include <X11/extensions/Xinerama.h>
10262 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10267 if ac_fn_c_try_compile
"$LINENO"; then :
10268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10269 $as_echo_n "checking for -lXinerama... " >&6; }
10270 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10271 $as_echo_n "(cached) " >&6
10273 ac_check_soname_save_LIBS
=$LIBS
10274 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10276 /* end confdefs.h. */
10278 /* Override any GCC internal prototype to avoid an error.
10279 Use char because int might match the return type of a GCC
10280 builtin and then its argument prototype would still apply. */
10284 char XineramaQueryScreens ();
10288 return XineramaQueryScreens ();
10293 if ac_fn_c_try_link
"$LINENO"; then :
10295 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10296 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'` ;;
10297 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10298 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10299 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10303 rm -f core conftest.err conftest.
$ac_objext \
10304 conftest
$ac_exeext conftest.
$ac_ext
10305 LIBS
=$ac_check_soname_save_LIBS
10307 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10309 $as_echo "not found" >&6; }
10312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10313 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10315 cat >>confdefs.h
<<_ACEOF
10316 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10322 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10324 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10325 case "x$with_xinerama" in
10326 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10328 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10329 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10333 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10336 $as_echo_n "checking for -lXcomposite... " >&6; }
10337 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10338 $as_echo_n "(cached) " >&6
10340 ac_check_soname_save_LIBS
=$LIBS
10341 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10342 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10343 /* end confdefs.h. */
10345 /* Override any GCC internal prototype to avoid an error.
10346 Use char because int might match the return type of a GCC
10347 builtin and then its argument prototype would still apply. */
10351 char XCompositeRedirectWindow ();
10355 return XCompositeRedirectWindow ();
10360 if ac_fn_c_try_link
"$LINENO"; then :
10362 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10363 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'` ;;
10364 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10365 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10366 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10370 rm -f core conftest.err conftest.
$ac_objext \
10371 conftest
$ac_exeext conftest.
$ac_ext
10372 LIBS
=$ac_check_soname_save_LIBS
10374 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10376 $as_echo "not found" >&6; }
10379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10380 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10382 cat >>confdefs.h
<<_ACEOF
10383 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10389 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10390 case "x$with_xcomposite" in
10391 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10393 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10394 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10398 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10399 #include <X11/Xlib.h>
10402 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10404 cat >>confdefs.h
<<_ACEOF
10405 #define HAVE_XICCALLBACK_CALLBACK 1
10410 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10411 #include <X11/Xlib.h>
10414 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10416 cat >>confdefs.h
<<_ACEOF
10417 #define HAVE_XEVENT_XCOOKIE 1
10426 if test "x$with_opengl" != "xno"
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10429 $as_echo_n "checking for -lGL... " >&6; }
10430 if ${ac_cv_lib_soname_GL+:} false
; then :
10431 $as_echo_n "(cached) " >&6
10433 ac_check_soname_save_LIBS
=$LIBS
10434 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10435 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10436 /* end confdefs.h. */
10438 /* Override any GCC internal prototype to avoid an error.
10439 Use char because int might match the return type of a GCC
10440 builtin and then its argument prototype would still apply. */
10444 char glXCreateContext ();
10448 return glXCreateContext ();
10453 if ac_fn_c_try_link
"$LINENO"; then :
10455 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10456 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'` ;;
10457 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10458 if ${ac_cv_lib_soname_GL:+false} :; then :
10459 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10463 rm -f core conftest.err conftest.
$ac_objext \
10464 conftest
$ac_exeext conftest.
$ac_ext
10465 LIBS
=$ac_check_soname_save_LIBS
10467 if ${ac_cv_lib_soname_GL:+false} :; then :
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10469 $as_echo "not found" >&6; }
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10471 $as_echo_n "checking for -lGL... " >&6; }
10472 if ${ac_cv_lib_soname_GL+:} false
; then :
10473 $as_echo_n "(cached) " >&6
10475 ac_check_soname_save_LIBS
=$LIBS
10476 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"
10477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10478 /* end confdefs.h. */
10480 /* Override any GCC internal prototype to avoid an error.
10481 Use char because int might match the return type of a GCC
10482 builtin and then its argument prototype would still apply. */
10486 char glXCreateContext ();
10490 return glXCreateContext ();
10495 if ac_fn_c_try_link
"$LINENO"; then :
10497 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10498 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'` ;;
10499 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10500 if ${ac_cv_lib_soname_GL:+false} :; then :
10501 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10505 rm -f core conftest.err conftest.
$ac_objext \
10506 conftest
$ac_exeext conftest.
$ac_ext
10507 LIBS
=$ac_check_soname_save_LIBS
10509 if ${ac_cv_lib_soname_GL:+false} :; then :
10510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10511 $as_echo "not found" >&6; }
10512 if test -f /usr
/X11R
6/lib
/libGL.a
10514 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10515 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10517 opengl_msg
="No OpenGL library found on this system."
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10521 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10523 cat >>confdefs.h
<<_ACEOF
10524 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10527 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"
10530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10531 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10533 cat >>confdefs.h
<<_ACEOF
10534 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10539 if test "x$with_glu" != "xno"
10541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10542 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10543 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10544 $as_echo_n "(cached) " >&6
10546 ac_check_lib_save_LIBS
=$LIBS
10547 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10548 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10549 /* end confdefs.h. */
10551 /* Override any GCC internal prototype to avoid an error.
10552 Use char because int might match the return type of a GCC
10553 builtin and then its argument prototype would still apply. */
10561 return gluLookAt ();
10566 if ac_fn_c_try_link
"$LINENO"; then :
10567 ac_cv_lib_GLU_gluLookAt
=yes
10569 ac_cv_lib_GLU_gluLookAt
=no
10571 rm -f core conftest.err conftest.
$ac_objext \
10572 conftest
$ac_exeext conftest.
$ac_ext
10573 LIBS
=$ac_check_lib_save_LIBS
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10576 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10577 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10581 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10582 case "x$with_glu" in
10583 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10585 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10586 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10591 if test "x$with_osmesa" != "xno"
10593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10594 $as_echo_n "checking for -lOSMesa... " >&6; }
10595 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10596 $as_echo_n "(cached) " >&6
10598 ac_check_soname_save_LIBS
=$LIBS
10599 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10600 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10601 /* end confdefs.h. */
10603 /* Override any GCC internal prototype to avoid an error.
10604 Use char because int might match the return type of a GCC
10605 builtin and then its argument prototype would still apply. */
10618 if ac_fn_c_try_link
"$LINENO"; then :
10620 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10621 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'` ;;
10622 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10623 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10624 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10628 rm -f core conftest.err conftest.
$ac_objext \
10629 conftest
$ac_exeext conftest.
$ac_ext
10630 LIBS
=$ac_check_soname_save_LIBS
10632 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10634 $as_echo "not found" >&6; }
10637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10638 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10640 cat >>confdefs.h
<<_ACEOF
10641 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10646 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10647 case "x$with_osmesa" in
10648 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10650 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10651 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10656 if test -n "$opengl_msg"; then :
10657 case "x$with_opengl" in
10658 x
) as_fn_append wine_warnings
"|$opengl_msg
10659 OpenGL and Direct3D won't be supported." ;;
10661 *) as_fn_error $?
"$opengl_msg
10662 OpenGL and Direct3D won't be supported.
10663 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10667 CPPFLAGS
="$ac_save_CPPFLAGS"
10671 enable_winex11_drv
=${enable_winex11_drv:-no}
10673 if test "x$X_LIBS" = "x"; then :
10676 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10677 without X support, which probably isn't what you want. You will need
10678 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10679 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10683 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10685 if test "$ac_cv_header_CL_cl_h" = "yes"
10687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10688 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10689 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10690 $as_echo_n "(cached) " >&6
10692 ac_check_lib_save_LIBS
=$LIBS
10693 LIBS
="-lOpenCL $LIBS"
10694 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10695 /* end confdefs.h. */
10697 /* Override any GCC internal prototype to avoid an error.
10698 Use char because int might match the return type of a GCC
10699 builtin and then its argument prototype would still apply. */
10703 char clGetPlatformInfo ();
10707 return clGetPlatformInfo ();
10712 if ac_fn_c_try_link
"$LINENO"; then :
10713 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10715 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10717 rm -f core conftest.err conftest.
$ac_objext \
10718 conftest
$ac_exeext conftest.
$ac_ext
10719 LIBS
=$ac_check_lib_save_LIBS
10721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10722 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10723 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10724 OPENCL_LIBS
="-lOpenCL"
10729 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10730 case "x$with_opencl" in
10731 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10733 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10734 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10737 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10739 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10742 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10743 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10744 $as_echo_n "(cached) " >&6
10746 ac_check_lib_save_LIBS
=$LIBS
10747 LIBS
="-lpcap $LIBS"
10748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10749 /* end confdefs.h. */
10751 /* Override any GCC internal prototype to avoid an error.
10752 Use char because int might match the return type of a GCC
10753 builtin and then its argument prototype would still apply. */
10757 char pcap_create ();
10761 return pcap_create ();
10766 if ac_fn_c_try_link
"$LINENO"; then :
10767 ac_cv_lib_pcap_pcap_create
=yes
10769 ac_cv_lib_pcap_pcap_create
=no
10771 rm -f core conftest.err conftest.
$ac_objext \
10772 conftest
$ac_exeext conftest.
$ac_ext
10773 LIBS
=$ac_check_lib_save_LIBS
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10776 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10777 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10783 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10784 case "x$with_pcap" in
10785 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10787 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10788 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10791 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10794 if test "x$with_xml" != "xno"
10796 if ${XML2_CFLAGS:+false} :; then :
10797 if ${PKG_CONFIG+:} false
; then :
10798 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10801 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10802 if ${XML2_LIBS:+false} :; then :
10803 if ${PKG_CONFIG+:} false
; then :
10804 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10807 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10808 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10809 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10810 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10811 ac_save_CPPFLAGS
=$CPPFLAGS
10812 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10813 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10815 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10816 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10817 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10818 cat >>confdefs.h
<<_ACEOF
10819 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10826 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"
10828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10829 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10830 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10831 $as_echo_n "(cached) " >&6
10833 ac_check_lib_save_LIBS
=$LIBS
10834 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10835 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10836 /* end confdefs.h. */
10838 /* Override any GCC internal prototype to avoid an error.
10839 Use char because int might match the return type of a GCC
10840 builtin and then its argument prototype would still apply. */
10844 char xmlParseMemory ();
10848 return xmlParseMemory ();
10853 if ac_fn_c_try_link
"$LINENO"; then :
10854 ac_cv_lib_xml2_xmlParseMemory
=yes
10856 ac_cv_lib_xml2_xmlParseMemory
=no
10858 rm -f core conftest.err conftest.
$ac_objext \
10859 conftest
$ac_exeext conftest.
$ac_ext
10860 LIBS
=$ac_check_lib_save_LIBS
10862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10863 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10864 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
10866 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10873 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10874 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
10875 $as_echo_n "(cached) " >&6
10877 ac_check_lib_save_LIBS
=$LIBS
10878 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10880 /* end confdefs.h. */
10882 /* Override any GCC internal prototype to avoid an error.
10883 Use char because int might match the return type of a GCC
10884 builtin and then its argument prototype would still apply. */
10888 char xmlReadMemory ();
10892 return xmlReadMemory ();
10897 if ac_fn_c_try_link
"$LINENO"; then :
10898 ac_cv_lib_xml2_xmlReadMemory
=yes
10900 ac_cv_lib_xml2_xmlReadMemory
=no
10902 rm -f core conftest.err conftest.
$ac_objext \
10903 conftest
$ac_exeext conftest.
$ac_ext
10904 LIBS
=$ac_check_lib_save_LIBS
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
10907 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
10908 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
10910 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
10914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
10915 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
10916 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
10917 $as_echo_n "(cached) " >&6
10919 ac_check_lib_save_LIBS
=$LIBS
10920 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10921 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10922 /* end confdefs.h. */
10924 /* Override any GCC internal prototype to avoid an error.
10925 Use char because int might match the return type of a GCC
10926 builtin and then its argument prototype would still apply. */
10930 char xmlNewDocPI ();
10934 return xmlNewDocPI ();
10939 if ac_fn_c_try_link
"$LINENO"; then :
10940 ac_cv_lib_xml2_xmlNewDocPI
=yes
10942 ac_cv_lib_xml2_xmlNewDocPI
=no
10944 rm -f core conftest.err conftest.
$ac_objext \
10945 conftest
$ac_exeext conftest.
$ac_ext
10946 LIBS
=$ac_check_lib_save_LIBS
10948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
10949 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
10950 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
10952 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
10957 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
10958 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
10959 $as_echo_n "(cached) " >&6
10961 ac_check_lib_save_LIBS
=$LIBS
10962 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10963 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10964 /* end confdefs.h. */
10966 /* Override any GCC internal prototype to avoid an error.
10967 Use char because int might match the return type of a GCC
10968 builtin and then its argument prototype would still apply. */
10972 char xmlSchemaSetParserStructuredErrors ();
10976 return xmlSchemaSetParserStructuredErrors ();
10981 if ac_fn_c_try_link
"$LINENO"; then :
10982 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
10984 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
10986 rm -f core conftest.err conftest.
$ac_objext \
10987 conftest
$ac_exeext conftest.
$ac_ext
10988 LIBS
=$ac_check_lib_save_LIBS
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
10991 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
10992 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
10994 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
10999 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11000 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11001 $as_echo_n "(cached) " >&6
11003 ac_check_lib_save_LIBS
=$LIBS
11004 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11006 /* end confdefs.h. */
11008 /* Override any GCC internal prototype to avoid an error.
11009 Use char because int might match the return type of a GCC
11010 builtin and then its argument prototype would still apply. */
11014 char xmlSchemaSetValidStructuredErrors ();
11018 return xmlSchemaSetValidStructuredErrors ();
11023 if ac_fn_c_try_link
"$LINENO"; then :
11024 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11026 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11028 rm -f core conftest.err conftest.
$ac_objext \
11029 conftest
$ac_exeext conftest.
$ac_ext
11030 LIBS
=$ac_check_lib_save_LIBS
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11033 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11034 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11036 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11041 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11042 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11043 $as_echo_n "(cached) " >&6
11045 ac_check_lib_save_LIBS
=$LIBS
11046 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11047 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11048 /* end confdefs.h. */
11050 /* Override any GCC internal prototype to avoid an error.
11051 Use char because int might match the return type of a GCC
11052 builtin and then its argument prototype would still apply. */
11056 char xmlFirstElementChild ();
11060 return xmlFirstElementChild ();
11065 if ac_fn_c_try_link
"$LINENO"; then :
11066 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11068 ac_cv_lib_xml2_xmlFirstElementChild
=no
11070 rm -f core conftest.err conftest.
$ac_objext \
11071 conftest
$ac_exeext conftest.
$ac_ext
11072 LIBS
=$ac_check_lib_save_LIBS
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11075 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11076 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11078 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11082 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11084 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11086 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11094 CPPFLAGS
=$ac_save_CPPFLAGS
11095 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11096 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11099 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11100 case "x$with_xml" in
11101 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11103 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11104 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11108 if test "x$with_xslt" != "xno"
11110 if ${XSLT_CFLAGS:+false} :; then :
11111 if ${PKG_CONFIG+:} false
; then :
11112 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11115 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11116 if ${XSLT_LIBS:+false} :; then :
11117 if ${PKG_CONFIG+:} false
; then :
11118 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11121 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11122 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11123 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11124 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11125 ac_save_CPPFLAGS
=$CPPFLAGS
11126 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11127 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11129 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11130 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11131 # include <libxslt/pattern.h>
11134 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11135 cat >>confdefs.h
<<_ACEOF
11136 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11143 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11146 $as_echo_n "checking for -lxslt... " >&6; }
11147 if ${ac_cv_lib_soname_xslt+:} false
; then :
11148 $as_echo_n "(cached) " >&6
11150 ac_check_soname_save_LIBS
=$LIBS
11151 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11153 /* end confdefs.h. */
11155 /* Override any GCC internal prototype to avoid an error.
11156 Use char because int might match the return type of a GCC
11157 builtin and then its argument prototype would still apply. */
11161 char xsltCompilePattern ();
11165 return xsltCompilePattern ();
11170 if ac_fn_c_try_link
"$LINENO"; then :
11172 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11173 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'` ;;
11174 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11175 if ${ac_cv_lib_soname_xslt:+false} :; then :
11176 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11180 rm -f core conftest.err conftest.
$ac_objext \
11181 conftest
$ac_exeext conftest.
$ac_ext
11182 LIBS
=$ac_check_soname_save_LIBS
11184 if ${ac_cv_lib_soname_xslt:+false} :; then :
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11186 $as_echo "not found" >&6; }
11189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11190 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11192 cat >>confdefs.h
<<_ACEOF
11193 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11201 CPPFLAGS
=$ac_save_CPPFLAGS
11202 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11203 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11206 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11207 case "x$with_xslt" in
11208 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11210 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11211 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11215 if test "x$with_dbus" != "xno"
11217 if ${DBUS_CFLAGS:+false} :; then :
11218 if ${PKG_CONFIG+:} false
; then :
11219 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11223 if ${DBUS_LIBS:+false} :; then :
11224 if ${PKG_CONFIG+:} false
; then :
11225 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11230 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11231 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11232 ac_save_CPPFLAGS
=$CPPFLAGS
11233 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11234 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11235 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11237 $as_echo_n "checking for -ldbus-1... " >&6; }
11238 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11239 $as_echo_n "(cached) " >&6
11241 ac_check_soname_save_LIBS
=$LIBS
11242 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11243 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11244 /* end confdefs.h. */
11246 /* Override any GCC internal prototype to avoid an error.
11247 Use char because int might match the return type of a GCC
11248 builtin and then its argument prototype would still apply. */
11252 char dbus_connection_close ();
11256 return dbus_connection_close ();
11261 if ac_fn_c_try_link
"$LINENO"; then :
11263 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11264 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'` ;;
11265 *) 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'`
11266 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11267 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11271 rm -f core conftest.err conftest.
$ac_objext \
11272 conftest
$ac_exeext conftest.
$ac_ext
11273 LIBS
=$ac_check_soname_save_LIBS
11275 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11277 $as_echo "not found" >&6; }
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11281 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11283 cat >>confdefs.h
<<_ACEOF
11284 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11294 CPPFLAGS
=$ac_save_CPPFLAGS
11295 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11296 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11299 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11300 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11301 case "x$with_dbus" in
11302 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11304 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11305 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11309 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11311 if ${HAL_CFLAGS:+false} :; then :
11312 if ${PKG_CONFIG+:} false
; then :
11313 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11317 if ${HAL_LIBS:+false} :; then :
11318 if ${PKG_CONFIG+:} false
; then :
11319 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11323 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11324 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11325 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11326 ac_save_CPPFLAGS
=$CPPFLAGS
11327 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11328 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11329 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11331 $as_echo_n "checking for -lhal... " >&6; }
11332 if ${ac_cv_lib_soname_hal+:} false
; then :
11333 $as_echo_n "(cached) " >&6
11335 ac_check_soname_save_LIBS
=$LIBS
11336 LIBS
="-lhal $HAL_LIBS $LIBS"
11337 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11338 /* end confdefs.h. */
11340 /* Override any GCC internal prototype to avoid an error.
11341 Use char because int might match the return type of a GCC
11342 builtin and then its argument prototype would still apply. */
11346 char libhal_ctx_new ();
11350 return libhal_ctx_new ();
11355 if ac_fn_c_try_link
"$LINENO"; then :
11357 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11358 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'` ;;
11359 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11360 if ${ac_cv_lib_soname_hal:+false} :; then :
11361 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11365 rm -f core conftest.err conftest.
$ac_objext \
11366 conftest
$ac_exeext conftest.
$ac_ext
11367 LIBS
=$ac_check_soname_save_LIBS
11369 if ${ac_cv_lib_soname_hal:+false} :; then :
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11371 $as_echo "not found" >&6; }
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11375 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11377 cat >>confdefs.h
<<_ACEOF
11378 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11388 CPPFLAGS
=$ac_save_CPPFLAGS
11389 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11390 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11392 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11393 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11394 case "x$with_hal" in
11395 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11397 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11398 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11403 if test "x$with_gnutls" != "xno"
11405 if ${GNUTLS_CFLAGS:+false} :; then :
11406 if ${PKG_CONFIG+:} false
; then :
11407 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11411 if ${GNUTLS_LIBS:+false} :; then :
11412 if ${PKG_CONFIG+:} false
; then :
11413 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11418 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11419 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11420 ac_save_CPPFLAGS
=$CPPFLAGS
11421 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11422 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11423 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11424 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11425 /* end confdefs.h. */
11426 #include <gnutls/gnutls.h>
11427 #include <gnutls/crypto.h>
11431 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11436 if ac_fn_c_try_compile
"$LINENO"; then :
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11438 $as_echo_n "checking for -lgnutls... " >&6; }
11439 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11440 $as_echo_n "(cached) " >&6
11442 ac_check_soname_save_LIBS
=$LIBS
11443 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11444 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11445 /* end confdefs.h. */
11447 /* Override any GCC internal prototype to avoid an error.
11448 Use char because int might match the return type of a GCC
11449 builtin and then its argument prototype would still apply. */
11453 char gnutls_global_init ();
11457 return gnutls_global_init ();
11462 if ac_fn_c_try_link
"$LINENO"; then :
11464 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11465 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'` ;;
11466 *) 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'`
11467 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11468 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'`
11472 rm -f core conftest.err conftest.
$ac_objext \
11473 conftest
$ac_exeext conftest.
$ac_ext
11474 LIBS
=$ac_check_soname_save_LIBS
11476 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11478 $as_echo "not found" >&6; }
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11482 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11484 cat >>confdefs.h
<<_ACEOF
11485 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11491 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11497 CPPFLAGS
=$ac_save_CPPFLAGS
11498 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11499 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11502 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11503 case "x$with_gnutls" in
11504 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11506 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11507 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11512 if test "$ac_cv_header_ncurses_h" = "yes"
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11515 $as_echo_n "checking for -lncurses... " >&6; }
11516 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11517 $as_echo_n "(cached) " >&6
11519 ac_check_soname_save_LIBS
=$LIBS
11520 LIBS
="-lncurses $LIBS"
11521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11522 /* end confdefs.h. */
11524 /* Override any GCC internal prototype to avoid an error.
11525 Use char because int might match the return type of a GCC
11526 builtin and then its argument prototype would still apply. */
11539 if ac_fn_c_try_link
"$LINENO"; then :
11541 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11542 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'` ;;
11543 *) 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'`
11544 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11545 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11549 rm -f core conftest.err conftest.
$ac_objext \
11550 conftest
$ac_exeext conftest.
$ac_ext
11551 LIBS
=$ac_check_soname_save_LIBS
11553 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11555 $as_echo "not found" >&6; }
11558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11559 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11561 cat >>confdefs.h
<<_ACEOF
11562 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11565 CURSES_LIBS
="-lncurses"
11567 elif test "$ac_cv_header_curses_h" = "yes"
11569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11570 $as_echo_n "checking for -lcurses... " >&6; }
11571 if ${ac_cv_lib_soname_curses+:} false
; then :
11572 $as_echo_n "(cached) " >&6
11574 ac_check_soname_save_LIBS
=$LIBS
11575 LIBS
="-lcurses $LIBS"
11576 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11577 /* end confdefs.h. */
11579 /* Override any GCC internal prototype to avoid an error.
11580 Use char because int might match the return type of a GCC
11581 builtin and then its argument prototype would still apply. */
11594 if ac_fn_c_try_link
"$LINENO"; then :
11596 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11597 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'` ;;
11598 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11599 if ${ac_cv_lib_soname_curses:+false} :; then :
11600 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11604 rm -f core conftest.err conftest.
$ac_objext \
11605 conftest
$ac_exeext conftest.
$ac_ext
11606 LIBS
=$ac_check_soname_save_LIBS
11608 if ${ac_cv_lib_soname_curses:+false} :; then :
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11610 $as_echo "not found" >&6; }
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11614 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11616 cat >>confdefs.h
<<_ACEOF
11617 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11620 CURSES_LIBS
="-lcurses"
11623 ac_save_LIBS
="$LIBS"
11624 LIBS
="$LIBS $CURSES_LIBS"
11625 for ac_func
in mousemask
11627 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11628 if test "x$ac_cv_func_mousemask" = xyes
; then :
11629 cat >>confdefs.h
<<_ACEOF
11630 #define HAVE_MOUSEMASK 1
11636 LIBS
="$ac_save_LIBS"
11637 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11638 case "x$with_curses" in
11639 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11641 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11642 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11646 if test "x$with_sane" != "xno"
11648 if ${SANE_CFLAGS:+false} :; then :
11649 if ${PKG_CONFIG+:} false
; then :
11650 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11653 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11654 if ${SANE_LIBS:+false} :; then :
11655 if ${PKG_CONFIG+:} false
; then :
11656 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11659 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11661 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11662 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11663 ac_save_CPPFLAGS
=$CPPFLAGS
11664 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11665 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11666 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11668 $as_echo_n "checking for -lsane... " >&6; }
11669 if ${ac_cv_lib_soname_sane+:} false
; then :
11670 $as_echo_n "(cached) " >&6
11672 ac_check_soname_save_LIBS
=$LIBS
11673 LIBS
="-lsane $SANE_LIBS $LIBS"
11674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11675 /* end confdefs.h. */
11677 /* Override any GCC internal prototype to avoid an error.
11678 Use char because int might match the return type of a GCC
11679 builtin and then its argument prototype would still apply. */
11687 return sane_init ();
11692 if ac_fn_c_try_link
"$LINENO"; then :
11694 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11695 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'` ;;
11696 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11697 if ${ac_cv_lib_soname_sane:+false} :; then :
11698 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11702 rm -f core conftest.err conftest.
$ac_objext \
11703 conftest
$ac_exeext conftest.
$ac_ext
11704 LIBS
=$ac_check_soname_save_LIBS
11706 if ${ac_cv_lib_soname_sane:+false} :; then :
11707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11708 $as_echo "not found" >&6; }
11711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11712 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11714 cat >>confdefs.h
<<_ACEOF
11715 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11725 CPPFLAGS
=$ac_save_CPPFLAGS
11726 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11727 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11730 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11731 case "x$with_sane" in
11732 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11734 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11735 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11739 if test "x$with_v4l" != "xno"
11741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11742 $as_echo_n "checking for -lv4l1... " >&6; }
11743 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11744 $as_echo_n "(cached) " >&6
11746 ac_check_soname_save_LIBS
=$LIBS
11747 LIBS
="-lv4l1 $LIBS"
11748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11749 /* end confdefs.h. */
11751 /* Override any GCC internal prototype to avoid an error.
11752 Use char because int might match the return type of a GCC
11753 builtin and then its argument prototype would still apply. */
11761 return v4l1_open ();
11766 if ac_fn_c_try_link
"$LINENO"; then :
11768 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11769 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'` ;;
11770 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11771 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11772 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11776 rm -f core conftest.err conftest.
$ac_objext \
11777 conftest
$ac_exeext conftest.
$ac_ext
11778 LIBS
=$ac_check_soname_save_LIBS
11780 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11782 $as_echo "not found" >&6; }
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11786 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11788 cat >>confdefs.h
<<_ACEOF
11789 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11795 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11796 case "x$with_v4l" in
11797 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11799 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11800 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11804 if test "x$with_gphoto" != "xno"
11806 if ${GPHOTO2_CFLAGS:+false} :; then :
11807 if ${PKG_CONFIG+:} false
; then :
11808 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11811 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11812 if ${GPHOTO2_LIBS:+false} :; then :
11813 if ${PKG_CONFIG+:} false
; then :
11814 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11817 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11818 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11819 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11820 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11821 ac_save_CPPFLAGS
=$CPPFLAGS
11822 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11823 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11824 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11826 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11827 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11828 $as_echo_n "(cached) " >&6
11830 ac_check_lib_save_LIBS
=$LIBS
11831 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11832 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11833 /* end confdefs.h. */
11835 /* Override any GCC internal prototype to avoid an error.
11836 Use char because int might match the return type of a GCC
11837 builtin and then its argument prototype would still apply. */
11841 char gp_camera_new ();
11845 return gp_camera_new ();
11850 if ac_fn_c_try_link
"$LINENO"; then :
11851 ac_cv_lib_gphoto2_gp_camera_new
=yes
11853 ac_cv_lib_gphoto2_gp_camera_new
=no
11855 rm -f core conftest.err conftest.
$ac_objext \
11856 conftest
$ac_exeext conftest.
$ac_ext
11857 LIBS
=$ac_check_lib_save_LIBS
11859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11860 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11861 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
11863 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11866 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11870 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11874 CPPFLAGS
=$ac_save_CPPFLAGS
11875 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11876 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11878 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11879 if ${PKG_CONFIG+:} false
; then :
11880 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11883 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
11884 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11885 if ${PKG_CONFIG+:} false
; then :
11886 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11889 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
11890 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11891 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
11892 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
11893 ac_save_CPPFLAGS
=$CPPFLAGS
11894 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
11895 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
11896 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
11897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
11898 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
11899 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
11900 $as_echo_n "(cached) " >&6
11902 ac_check_lib_save_LIBS
=$LIBS
11903 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
11904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11905 /* end confdefs.h. */
11907 /* Override any GCC internal prototype to avoid an error.
11908 Use char because int might match the return type of a GCC
11909 builtin and then its argument prototype would still apply. */
11913 char gp_port_info_list_new ();
11917 return gp_port_info_list_new ();
11922 if ac_fn_c_try_link
"$LINENO"; then :
11923 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
11925 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
11927 rm -f core conftest.err conftest.
$ac_objext \
11928 conftest
$ac_exeext conftest.
$ac_ext
11929 LIBS
=$ac_check_lib_save_LIBS
11931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
11932 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
11933 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
11935 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
11938 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
11942 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
11946 CPPFLAGS
=$ac_save_CPPFLAGS
11947 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11948 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11951 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
11952 case "x$with_gphoto" in
11953 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
11955 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
11956 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
11959 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
11960 case "x$with_gphoto" in
11961 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
11963 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
11964 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
11969 if test "$ac_cv_header_resolv_h" = "yes"
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
11972 $as_echo_n "checking for resolver library... " >&6; }
11973 if ${ac_cv_have_resolv+:} false
; then :
11974 $as_echo_n "(cached) " >&6
11976 ac_save_LIBS
="$LIBS"
11977 for lib
in '' -lresolv
11979 LIBS
="$lib $ac_save_LIBS"
11980 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11981 /* end confdefs.h. */
11982 #ifdef HAVE_NETINET_IN_H
11983 #include <netinet/in.h>
11985 #include <resolv.h>
11989 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
11994 if ac_fn_c_try_link
"$LINENO"; then :
11995 ac_cv_have_resolv
=${lib:-"none required"}
11997 ac_cv_have_resolv
="not found"
11999 rm -f core conftest.err conftest.
$ac_objext \
12000 conftest
$ac_exeext conftest.
$ac_ext
12001 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12003 LIBS
="$ac_save_LIBS"
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12006 $as_echo "$ac_cv_have_resolv" >&6; }
12008 case "$ac_cv_have_resolv" in
12012 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12015 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12017 RESOLV_LIBS
=$ac_cv_have_resolv
12022 if test "x$with_cms" != "xno"
12024 if ${LCMS2_CFLAGS:+false} :; then :
12025 if ${PKG_CONFIG+:} false
; then :
12026 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12030 if ${LCMS2_LIBS:+false} :; then :
12031 if ${PKG_CONFIG+:} false
; then :
12032 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12036 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12037 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12038 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12039 ac_save_CPPFLAGS
=$CPPFLAGS
12040 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12041 for ac_header
in lcms2.h
12043 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12044 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12045 cat >>confdefs.h
<<_ACEOF
12046 #define HAVE_LCMS2_H 1
12053 if test "$ac_cv_header_lcms2_h" = "yes"
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12056 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12057 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12058 $as_echo_n "(cached) " >&6
12060 ac_check_lib_save_LIBS
=$LIBS
12061 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12062 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12063 /* end confdefs.h. */
12065 /* Override any GCC internal prototype to avoid an error.
12066 Use char because int might match the return type of a GCC
12067 builtin and then its argument prototype would still apply. */
12071 char cmsOpenProfileFromFile ();
12075 return cmsOpenProfileFromFile ();
12080 if ac_fn_c_try_link
"$LINENO"; then :
12081 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12083 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12085 rm -f core conftest.err conftest.
$ac_objext \
12086 conftest
$ac_exeext conftest.
$ac_ext
12087 LIBS
=$ac_check_lib_save_LIBS
12089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12090 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12091 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12093 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12103 CPPFLAGS
=$ac_save_CPPFLAGS
12104 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12105 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12108 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12109 case "x$with_cms" in
12110 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12112 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12113 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12117 if test "x$with_freetype" != "xno"
12119 if ${FREETYPE_CFLAGS:+false} :; then :
12120 if ${PKG_CONFIG+:} false
; then :
12121 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12124 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12125 if ${FREETYPE_LIBS:+false} :; then :
12126 if ${PKG_CONFIG+:} false
; then :
12127 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12130 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12131 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12132 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12133 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12134 ac_save_CPPFLAGS
=$CPPFLAGS
12135 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12136 for ac_header
in ft2build.h
12138 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12139 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12140 cat >>confdefs.h
<<_ACEOF
12141 #define HAVE_FT2BUILD_H 1
12148 if test "$ac_cv_header_ft2build_h" = "yes"
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12151 $as_echo_n "checking for -lfreetype... " >&6; }
12152 if ${ac_cv_lib_soname_freetype+:} false
; then :
12153 $as_echo_n "(cached) " >&6
12155 ac_check_soname_save_LIBS
=$LIBS
12156 LIBS
="-lfreetype $FREETYPE_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 FT_Init_FreeType ();
12170 return FT_Init_FreeType ();
12175 if ac_fn_c_try_link
"$LINENO"; then :
12177 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12178 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'` ;;
12179 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12180 if ${ac_cv_lib_soname_freetype:+false} :; then :
12181 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12185 rm -f core conftest.err conftest.
$ac_objext \
12186 conftest
$ac_exeext conftest.
$ac_ext
12187 LIBS
=$ac_check_soname_save_LIBS
12189 if ${ac_cv_lib_soname_freetype:+false} :; then :
12190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12191 $as_echo "not found" >&6; }
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12195 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12197 cat >>confdefs.h
<<_ACEOF
12198 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12202 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12204 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12205 #include FT_MODULE_H
12207 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12209 cat >>confdefs.h
<<_ACEOF
12210 #define HAVE_FT_TRUETYPEENGINETYPE 1
12221 CPPFLAGS
=$ac_save_CPPFLAGS
12222 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12223 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12226 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12227 case "x$with_freetype" in
12229 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12230 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12233 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12236 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12237 if ${ac_cv_c_ppdev+:} false
; then :
12238 $as_echo_n "(cached) " >&6
12240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12241 /* end confdefs.h. */
12242 #ifdef HAVE_SYS_IOCTL_H
12243 # include <sys/ioctl.h>
12245 #include <linux/ppdev.h>
12249 ioctl (1,PPCLAIM,0)
12254 if ac_fn_c_try_compile
"$LINENO"; then :
12255 ac_cv_c_ppdev
="yes"
12259 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12262 $as_echo "$ac_cv_c_ppdev" >&6; }
12263 if test "$ac_cv_c_ppdev" = "yes"
12266 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12270 ac_wine_check_funcs_save_LIBS
="$LIBS"
12271 LIBS
="$LIBS $PTHREAD_LIBS"
12273 pthread_attr_get_np \
12274 pthread_getattr_np \
12275 pthread_getthreadid_np \
12276 pthread_get_stackaddr_np \
12277 pthread_get_stacksize_np
12279 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12280 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12281 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12282 cat >>confdefs.h
<<_ACEOF
12283 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12289 LIBS
="$ac_wine_check_funcs_save_LIBS"
12291 if test "$ac_cv_header_zlib_h" = "yes"
12293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12294 $as_echo_n "checking for inflate in -lz... " >&6; }
12295 if ${ac_cv_lib_z_inflate+:} false
; then :
12296 $as_echo_n "(cached) " >&6
12298 ac_check_lib_save_LIBS
=$LIBS
12300 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12301 /* end confdefs.h. */
12303 /* Override any GCC internal prototype to avoid an error.
12304 Use char because int might match the return type of a GCC
12305 builtin and then its argument prototype would still apply. */
12318 if ac_fn_c_try_link
"$LINENO"; then :
12319 ac_cv_lib_z_inflate
=yes
12321 ac_cv_lib_z_inflate
=no
12323 rm -f core conftest.err conftest.
$ac_objext \
12324 conftest
$ac_exeext conftest.
$ac_ext
12325 LIBS
=$ac_check_lib_save_LIBS
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12328 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12329 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12331 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12338 if test "x$Z_LIBS" = "x"; then :
12339 case "x$with_zlib" in
12340 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12342 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12343 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12347 if test "x$enable_tools" != xno
12349 if test "$ac_cv_header_gettext_po_h" = "yes"
12351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12352 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12353 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12354 $as_echo_n "(cached) " >&6
12356 ac_check_lib_save_LIBS
=$LIBS
12357 LIBS
="-lgettextpo $LIBS"
12358 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12359 /* end confdefs.h. */
12361 /* Override any GCC internal prototype to avoid an error.
12362 Use char because int might match the return type of a GCC
12363 builtin and then its argument prototype would still apply. */
12367 char po_message_msgctxt ();
12371 return po_message_msgctxt ();
12376 if ac_fn_c_try_link
"$LINENO"; then :
12377 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12379 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12381 rm -f core conftest.err conftest.
$ac_objext \
12382 conftest
$ac_exeext conftest.
$ac_ext
12383 LIBS
=$ac_check_lib_save_LIBS
12385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12386 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12387 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12389 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12391 GETTEXTPO_LIBS
="-lgettextpo"
12396 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12397 case "x$with_gettextpo" in
12398 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12400 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12401 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12406 if test "x$with_gstreamer" != "xno"
12408 if ${GSTREAMER_CFLAGS:+false} :; then :
12409 if ${PKG_CONFIG+:} false
; then :
12410 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12414 if ${GSTREAMER_LIBS:+false} :; then :
12415 if ${PKG_CONFIG+:} false
; then :
12416 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12421 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12422 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12423 ac_save_CPPFLAGS
=$CPPFLAGS
12424 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12426 for i
in $GSTREAMER_CFLAGS
12429 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12432 GSTREAMER_CFLAGS
=$ac_gst_incl
12433 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12434 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12435 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12436 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12437 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12439 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12440 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12441 /* end confdefs.h. */
12442 #include <gst/app/gstappsink.h>
12446 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12451 if ac_fn_c_try_compile
"$LINENO"; then :
12452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12453 $as_echo "yes" >&6; }
12454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12455 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12456 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12457 $as_echo_n "(cached) " >&6
12459 ac_check_lib_save_LIBS
=$LIBS
12460 LIBS
="-lgstreamer-0.10 $LIBS"
12461 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12462 /* end confdefs.h. */
12464 /* Override any GCC internal prototype to avoid an error.
12465 Use char because int might match the return type of a GCC
12466 builtin and then its argument prototype would still apply. */
12470 char gst_pad_get_caps_reffed ();
12474 return gst_pad_get_caps_reffed ();
12479 if ac_fn_c_try_link
"$LINENO"; then :
12480 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12482 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12484 rm -f core conftest.err conftest.
$ac_objext \
12485 conftest
$ac_exeext conftest.
$ac_ext
12486 LIBS
=$ac_check_lib_save_LIBS
12488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12489 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12490 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12492 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12493 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12494 $as_echo_n "(cached) " >&6
12496 ac_check_lib_save_LIBS
=$LIBS
12497 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12498 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12499 /* end confdefs.h. */
12501 /* Override any GCC internal prototype to avoid an error.
12502 Use char because int might match the return type of a GCC
12503 builtin and then its argument prototype would still apply. */
12507 char gst_app_buffer_new ();
12511 return gst_app_buffer_new ();
12516 if ac_fn_c_try_link
"$LINENO"; then :
12517 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12519 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12521 rm -f core conftest.err conftest.
$ac_objext \
12522 conftest
$ac_exeext conftest.
$ac_ext
12523 LIBS
=$ac_check_lib_save_LIBS
12525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12526 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12527 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12535 $as_echo "no" >&6; }
12537 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12542 GSTREAMER_CFLAGS
=""
12546 CPPFLAGS
=$ac_save_CPPFLAGS
12547 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12548 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12551 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12552 case "x$with_gstreamer" in
12553 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12555 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12556 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12559 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12563 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12566 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12567 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12568 $as_echo_n "(cached) " >&6
12570 ac_check_lib_save_LIBS
=$LIBS
12571 LIBS
="-lasound $LIBS"
12572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12573 /* end confdefs.h. */
12575 /* Override any GCC internal prototype to avoid an error.
12576 Use char because int might match the return type of a GCC
12577 builtin and then its argument prototype would still apply. */
12581 char snd_pcm_hw_params_get_access_mask ();
12585 return snd_pcm_hw_params_get_access_mask ();
12590 if ac_fn_c_try_link
"$LINENO"; then :
12591 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12593 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12595 rm -f core conftest.err conftest.
$ac_objext \
12596 conftest
$ac_exeext conftest.
$ac_ext
12597 LIBS
=$ac_check_lib_save_LIBS
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12600 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12601 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12602 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12603 /* end confdefs.h. */
12604 #ifdef HAVE_ALSA_ASOUNDLIB_H
12605 #include <alsa/asoundlib.h>
12606 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12607 #include <sys/asoundlib.h>
12612 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12617 if ac_fn_c_try_compile
"$LINENO"; then :
12618 ALSA_LIBS
="-lasound"
12620 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12625 if test "x$with_oss" != xno
12627 ac_save_CPPFLAGS
="$CPPFLAGS"
12628 if test -f /etc
/oss.conf
12632 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12633 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12634 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12635 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12636 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12638 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12640 cat >>confdefs.h
<<_ACEOF
12641 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12644 OSS4_CFLAGS
="$ac_oss_incl"
12651 CPPFLAGS
="$ac_save_CPPFLAGS"
12652 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12654 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12658 if test "x$with_capi" != "xno"
12660 if ${CAPI20_CFLAGS:+false} :; then :
12661 if ${PKG_CONFIG+:} false
; then :
12662 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12666 if ${CAPI20_LIBS:+false} :; then :
12667 if ${PKG_CONFIG+:} false
; then :
12668 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12673 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12674 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12675 ac_save_CPPFLAGS
=$CPPFLAGS
12676 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12677 for ac_header
in capi20.h linux
/capi.h
12679 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12680 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12682 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12683 cat >>confdefs.h
<<_ACEOF
12684 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12691 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12694 $as_echo_n "checking for -lcapi20... " >&6; }
12695 if ${ac_cv_lib_soname_capi20+:} false
; then :
12696 $as_echo_n "(cached) " >&6
12698 ac_check_soname_save_LIBS
=$LIBS
12699 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12700 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12701 /* end confdefs.h. */
12703 /* Override any GCC internal prototype to avoid an error.
12704 Use char because int might match the return type of a GCC
12705 builtin and then its argument prototype would still apply. */
12709 char capi20_register ();
12713 return capi20_register ();
12718 if ac_fn_c_try_link
"$LINENO"; then :
12720 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12721 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'` ;;
12722 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12723 if ${ac_cv_lib_soname_capi20:+false} :; then :
12724 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12728 rm -f core conftest.err conftest.
$ac_objext \
12729 conftest
$ac_exeext conftest.
$ac_ext
12730 LIBS
=$ac_check_soname_save_LIBS
12732 if ${ac_cv_lib_soname_capi20:+false} :; then :
12733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12734 $as_echo "not found" >&6; }
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12738 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12740 cat >>confdefs.h
<<_ACEOF
12741 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12747 CPPFLAGS
=$ac_save_CPPFLAGS
12748 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12749 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12752 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12753 case "x$with_capi" in
12754 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12756 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12757 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12763 if test "x$with_cups" != "xno"
12765 ac_save_CPPFLAGS
="$CPPFLAGS"
12766 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
12767 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
12768 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12769 for ac_header
in cups
/cups.h
12771 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12772 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12773 cat >>confdefs.h
<<_ACEOF
12774 #define HAVE_CUPS_CUPS_H 1
12776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12777 $as_echo_n "checking for -lcups... " >&6; }
12778 if ${ac_cv_lib_soname_cups+:} false
; then :
12779 $as_echo_n "(cached) " >&6
12781 ac_check_soname_save_LIBS
=$LIBS
12782 LIBS
="-lcups $ac_cups_libs $LIBS"
12783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12784 /* end confdefs.h. */
12786 /* Override any GCC internal prototype to avoid an error.
12787 Use char because int might match the return type of a GCC
12788 builtin and then its argument prototype would still apply. */
12792 char cupsGetDefault ();
12796 return cupsGetDefault ();
12801 if ac_fn_c_try_link
"$LINENO"; then :
12803 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12804 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'` ;;
12805 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12806 if ${ac_cv_lib_soname_cups:+false} :; then :
12807 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12811 rm -f core conftest.err conftest.
$ac_objext \
12812 conftest
$ac_exeext conftest.
$ac_ext
12813 LIBS
=$ac_check_soname_save_LIBS
12815 if ${ac_cv_lib_soname_cups:+false} :; then :
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12817 $as_echo "not found" >&6; }
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12821 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12823 cat >>confdefs.h
<<_ACEOF
12824 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12827 CUPS_CFLAGS
="$ac_cups_cflags"
12833 CPPFLAGS
="$ac_save_CPPFLAGS"
12835 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12836 case "x$with_cups" in
12837 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12839 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
12840 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12844 if test "x$with_fontconfig" != "xno"
12846 if ${FONTCONFIG_CFLAGS:+false} :; then :
12847 if ${PKG_CONFIG+:} false
; then :
12848 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12851 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12852 if ${FONTCONFIG_LIBS:+false} :; then :
12853 if ${PKG_CONFIG+:} false
; then :
12854 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12857 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
12859 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12860 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
12861 ac_save_CPPFLAGS
=$CPPFLAGS
12862 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
12863 for ac_header
in fontconfig
/fontconfig.h
12865 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
12866 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
12867 cat >>confdefs.h
<<_ACEOF
12868 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
12875 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
12878 $as_echo_n "checking for -lfontconfig... " >&6; }
12879 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
12880 $as_echo_n "(cached) " >&6
12882 ac_check_soname_save_LIBS
=$LIBS
12883 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
12884 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12885 /* end confdefs.h. */
12887 /* Override any GCC internal prototype to avoid an error.
12888 Use char because int might match the return type of a GCC
12889 builtin and then its argument prototype would still apply. */
12902 if ac_fn_c_try_link
"$LINENO"; then :
12904 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12905 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'` ;;
12906 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12907 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
12908 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12912 rm -f core conftest.err conftest.
$ac_objext \
12913 conftest
$ac_exeext conftest.
$ac_ext
12914 LIBS
=$ac_check_soname_save_LIBS
12916 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12918 $as_echo "not found" >&6; }
12919 FONTCONFIG_CFLAGS
=""
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
12922 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
12924 cat >>confdefs.h
<<_ACEOF
12925 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
12931 FONTCONFIG_CFLAGS
=""
12933 CPPFLAGS
=$ac_save_CPPFLAGS
12934 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12935 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12938 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
12939 case "x$with_fontconfig" in
12940 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
12942 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
12943 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
12947 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
12949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
12950 $as_echo_n "checking for -lgsm... " >&6; }
12951 if ${ac_cv_lib_soname_gsm+:} false
; then :
12952 $as_echo_n "(cached) " >&6
12954 ac_check_soname_save_LIBS
=$LIBS
12956 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12957 /* end confdefs.h. */
12959 /* Override any GCC internal prototype to avoid an error.
12960 Use char because int might match the return type of a GCC
12961 builtin and then its argument prototype would still apply. */
12965 char gsm_create ();
12969 return gsm_create ();
12974 if ac_fn_c_try_link
"$LINENO"; then :
12976 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12977 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'` ;;
12978 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12979 if ${ac_cv_lib_soname_gsm:+false} :; then :
12980 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12984 rm -f core conftest.err conftest.
$ac_objext \
12985 conftest
$ac_exeext conftest.
$ac_ext
12986 LIBS
=$ac_check_soname_save_LIBS
12988 if ${ac_cv_lib_soname_gsm:+false} :; then :
12989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12990 $as_echo "not found" >&6; }
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
12994 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
12996 cat >>confdefs.h
<<_ACEOF
12997 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13003 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13004 case "x$with_gsm" in
13005 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13007 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13008 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13012 if test "x$with_jpeg" != "xno"
13014 if ${JPEG_CFLAGS:+false} :; then :
13015 if ${PKG_CONFIG+:} false
; then :
13016 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13020 if ${JPEG_LIBS:+false} :; then :
13021 if ${PKG_CONFIG+:} false
; then :
13022 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13027 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13028 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13029 ac_save_CPPFLAGS
=$CPPFLAGS
13030 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13031 for ac_header
in jpeglib.h
13033 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13034 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13035 cat >>confdefs.h
<<_ACEOF
13036 #define HAVE_JPEGLIB_H 1
13043 if test "$ac_cv_header_jpeglib_h" = "yes"
13045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13046 $as_echo_n "checking for -ljpeg... " >&6; }
13047 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13048 $as_echo_n "(cached) " >&6
13050 ac_check_soname_save_LIBS
=$LIBS
13051 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13053 /* end confdefs.h. */
13055 /* Override any GCC internal prototype to avoid an error.
13056 Use char because int might match the return type of a GCC
13057 builtin and then its argument prototype would still apply. */
13061 char jpeg_start_decompress ();
13065 return jpeg_start_decompress ();
13070 if ac_fn_c_try_link
"$LINENO"; then :
13072 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13073 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'` ;;
13074 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13075 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13076 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13080 rm -f core conftest.err conftest.
$ac_objext \
13081 conftest
$ac_exeext conftest.
$ac_ext
13082 LIBS
=$ac_check_soname_save_LIBS
13084 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13086 $as_echo "not found" >&6; }
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13090 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13092 cat >>confdefs.h
<<_ACEOF
13093 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13101 CPPFLAGS
=$ac_save_CPPFLAGS
13102 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13103 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13106 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13107 case "x$with_jpeg" in
13108 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13110 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13111 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13115 if test "x$with_png" != "xno"
13117 if ${PNG_CFLAGS:+false} :; then :
13118 if ${PKG_CONFIG+:} false
; then :
13119 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13122 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13123 if ${PNG_LIBS:+false} :; then :
13124 if ${PKG_CONFIG+:} false
; then :
13125 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13128 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13130 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13131 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13132 ac_save_CPPFLAGS
=$CPPFLAGS
13133 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13134 for ac_header
in png.h
13136 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13137 if test "x$ac_cv_header_png_h" = xyes
; then :
13138 cat >>confdefs.h
<<_ACEOF
13139 #define HAVE_PNG_H 1
13146 if test "$ac_cv_header_png_h" = "yes"
13148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13149 $as_echo_n "checking for -lpng... " >&6; }
13150 if ${ac_cv_lib_soname_png+:} false
; then :
13151 $as_echo_n "(cached) " >&6
13153 ac_check_soname_save_LIBS
=$LIBS
13154 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13156 /* end confdefs.h. */
13158 /* Override any GCC internal prototype to avoid an error.
13159 Use char because int might match the return type of a GCC
13160 builtin and then its argument prototype would still apply. */
13164 char png_create_read_struct ();
13168 return png_create_read_struct ();
13173 if ac_fn_c_try_link
"$LINENO"; then :
13175 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13176 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'` ;;
13177 *) 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'`
13178 if ${ac_cv_lib_soname_png:+false} :; then :
13179 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13183 rm -f core conftest.err conftest.
$ac_objext \
13184 conftest
$ac_exeext conftest.
$ac_ext
13185 LIBS
=$ac_check_soname_save_LIBS
13187 if ${ac_cv_lib_soname_png:+false} :; then :
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13189 $as_echo "not found" >&6; }
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13193 $as_echo "$ac_cv_lib_soname_png" >&6; }
13195 cat >>confdefs.h
<<_ACEOF
13196 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13199 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13200 /* end confdefs.h. */
13205 typeof(png_set_expand_gray_1_2_4_to_8) *p
13210 if ac_fn_c_try_compile
"$LINENO"; then :
13212 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13215 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13220 CPPFLAGS
=$ac_save_CPPFLAGS
13221 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13222 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13225 if test "x$ac_cv_lib_soname_png" = "x"; then :
13226 case "x$with_png" in
13227 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13229 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13230 This is an error since --with-png was requested." "$LINENO" 5 ;;
13234 if test "x$with_tiff" != "xno"
13236 if ${TIFF_CFLAGS:+false} :; then :
13237 if ${PKG_CONFIG+:} false
; then :
13238 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13242 if ${TIFF_LIBS:+false} :; then :
13243 if ${PKG_CONFIG+:} false
; then :
13244 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13249 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13250 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13251 ac_save_CPPFLAGS
=$CPPFLAGS
13252 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13253 for ac_header
in tiffio.h
13255 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13256 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13257 cat >>confdefs.h
<<_ACEOF
13258 #define HAVE_TIFFIO_H 1
13265 if test "$ac_cv_header_tiffio_h" = "yes"
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13268 $as_echo_n "checking for -ltiff... " >&6; }
13269 if ${ac_cv_lib_soname_tiff+:} false
; then :
13270 $as_echo_n "(cached) " >&6
13272 ac_check_soname_save_LIBS
=$LIBS
13273 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13274 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13275 /* end confdefs.h. */
13277 /* Override any GCC internal prototype to avoid an error.
13278 Use char because int might match the return type of a GCC
13279 builtin and then its argument prototype would still apply. */
13283 char TIFFClientOpen ();
13287 return TIFFClientOpen ();
13292 if ac_fn_c_try_link
"$LINENO"; then :
13294 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13295 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'` ;;
13296 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13297 if ${ac_cv_lib_soname_tiff:+false} :; then :
13298 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13302 rm -f core conftest.err conftest.
$ac_objext \
13303 conftest
$ac_exeext conftest.
$ac_ext
13304 LIBS
=$ac_check_soname_save_LIBS
13306 if ${ac_cv_lib_soname_tiff:+false} :; then :
13307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13308 $as_echo "not found" >&6; }
13311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13312 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13314 cat >>confdefs.h
<<_ACEOF
13315 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13321 CPPFLAGS
=$ac_save_CPPFLAGS
13322 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13323 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13326 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13327 case "x$with_tiff" in
13328 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13330 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13331 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13335 if test "x$with_mpg123" != "xno"
13337 if ${MPG123_CFLAGS:+false} :; then :
13338 if ${PKG_CONFIG+:} false
; then :
13339 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13343 if ${MPG123_LIBS:+false} :; then :
13344 if ${PKG_CONFIG+:} false
; then :
13345 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13349 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13350 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13351 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13352 ac_save_CPPFLAGS
=$CPPFLAGS
13353 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13354 for ac_header
in mpg123.h
13356 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13357 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13358 cat >>confdefs.h
<<_ACEOF
13359 #define HAVE_MPG123_H 1
13366 if test "$ac_cv_header_mpg123_h" = "yes"
13368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13369 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13370 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13371 $as_echo_n "(cached) " >&6
13373 ac_check_lib_save_LIBS
=$LIBS
13374 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13375 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13376 /* end confdefs.h. */
13378 /* Override any GCC internal prototype to avoid an error.
13379 Use char because int might match the return type of a GCC
13380 builtin and then its argument prototype would still apply. */
13384 char mpg123_feed ();
13388 return mpg123_feed ();
13393 if ac_fn_c_try_link
"$LINENO"; then :
13394 ac_cv_lib_mpg123_mpg123_feed
=yes
13396 ac_cv_lib_mpg123_mpg123_feed
=no
13398 rm -f core conftest.err conftest.
$ac_objext \
13399 conftest
$ac_exeext conftest.
$ac_ext
13400 LIBS
=$ac_check_lib_save_LIBS
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13403 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13404 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13414 CPPFLAGS
=$ac_save_CPPFLAGS
13415 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13416 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13419 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13420 case "x$with_mpg123" in
13421 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13423 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13424 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13427 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}
13429 if test "$ac_cv_header_AL_al_h" = "yes"
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13432 $as_echo_n "checking for -lopenal... " >&6; }
13433 if ${ac_cv_lib_soname_openal+:} false
; then :
13434 $as_echo_n "(cached) " >&6
13436 ac_check_soname_save_LIBS
=$LIBS
13437 LIBS
="-lopenal $LIBS"
13438 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13439 /* end confdefs.h. */
13441 /* Override any GCC internal prototype to avoid an error.
13442 Use char because int might match the return type of a GCC
13443 builtin and then its argument prototype would still apply. */
13447 char alGetSource3i ();
13451 return alGetSource3i ();
13456 if ac_fn_c_try_link
"$LINENO"; then :
13458 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13459 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'` ;;
13460 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13461 if ${ac_cv_lib_soname_openal:+false} :; then :
13462 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13466 rm -f core conftest.err conftest.
$ac_objext \
13467 conftest
$ac_exeext conftest.
$ac_ext
13468 LIBS
=$ac_check_soname_save_LIBS
13470 if ${ac_cv_lib_soname_openal:+false} :; then :
13471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13472 $as_echo "not found" >&6; }
13475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13476 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13478 cat >>confdefs.h
<<_ACEOF
13479 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13482 OPENAL_LIBS
="-lopenal"
13484 ac_cv_lib_openal
=yes
13486 cat >>confdefs.h
<<_ACEOF
13487 #define HAVE_OPENAL 1
13492 if test "x$ac_cv_lib_openal" != xyes
; then :
13493 case "x$with_openal" in
13494 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
13496 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
13497 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13500 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13502 if test "$ac_cv_header_kstat_h" = "yes"
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13505 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13506 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13507 $as_echo_n "(cached) " >&6
13509 ac_check_lib_save_LIBS
=$LIBS
13510 LIBS
="-lkstat $LIBS"
13511 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13512 /* end confdefs.h. */
13514 /* Override any GCC internal prototype to avoid an error.
13515 Use char because int might match the return type of a GCC
13516 builtin and then its argument prototype would still apply. */
13520 char kstat_open ();
13524 return kstat_open ();
13529 if ac_fn_c_try_link
"$LINENO"; then :
13530 ac_cv_lib_kstat_kstat_open
=yes
13532 ac_cv_lib_kstat_kstat_open
=no
13534 rm -f core conftest.err conftest.
$ac_objext \
13535 conftest
$ac_exeext conftest.
$ac_ext
13536 LIBS
=$ac_check_lib_save_LIBS
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13539 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13540 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13542 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13544 KSTAT_LIBS
="-lkstat"
13550 if test "$ac_cv_header_libprocstat_h" = "yes"
13552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13553 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13554 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13555 $as_echo_n "(cached) " >&6
13557 ac_check_lib_save_LIBS
=$LIBS
13558 LIBS
="-lprocstat $LIBS"
13559 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13560 /* end confdefs.h. */
13562 /* Override any GCC internal prototype to avoid an error.
13563 Use char because int might match the return type of a GCC
13564 builtin and then its argument prototype would still apply. */
13568 char procstat_open_sysctl ();
13572 return procstat_open_sysctl ();
13577 if ac_fn_c_try_link
"$LINENO"; then :
13578 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13580 ac_cv_lib_procstat_procstat_open_sysctl
=no
13582 rm -f core conftest.err conftest.
$ac_objext \
13583 conftest
$ac_exeext conftest.
$ac_ext
13584 LIBS
=$ac_check_lib_save_LIBS
13586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13587 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13588 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13590 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13592 PROCSTAT_LIBS
="-lprocstat"
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13599 $as_echo_n "checking for -lodbc... " >&6; }
13600 if ${ac_cv_lib_soname_odbc+:} false
; then :
13601 $as_echo_n "(cached) " >&6
13603 ac_check_soname_save_LIBS
=$LIBS
13604 LIBS
="-lodbc $LIBS"
13605 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13606 /* end confdefs.h. */
13608 /* Override any GCC internal prototype to avoid an error.
13609 Use char because int might match the return type of a GCC
13610 builtin and then its argument prototype would still apply. */
13614 char SQLConnect ();
13618 return SQLConnect ();
13623 if ac_fn_c_try_link
"$LINENO"; then :
13625 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13626 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'` ;;
13627 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13628 if ${ac_cv_lib_soname_odbc:+false} :; then :
13629 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13633 rm -f core conftest.err conftest.
$ac_objext \
13634 conftest
$ac_exeext conftest.
$ac_ext
13635 LIBS
=$ac_check_soname_save_LIBS
13637 if ${ac_cv_lib_soname_odbc:+false} :; then :
13638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13639 $as_echo "not found" >&6; }
13640 cat >>confdefs.h
<<_ACEOF
13641 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13646 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13648 cat >>confdefs.h
<<_ACEOF
13649 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13655 if test "x$with_netapi" != "xno"
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13658 $as_echo_n "checking for -lnetapi... " >&6; }
13659 if ${ac_cv_lib_soname_netapi+:} false
; then :
13660 $as_echo_n "(cached) " >&6
13662 ac_check_soname_save_LIBS
=$LIBS
13663 LIBS
="-lnetapi $LIBS"
13664 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13665 /* end confdefs.h. */
13667 /* Override any GCC internal prototype to avoid an error.
13668 Use char because int might match the return type of a GCC
13669 builtin and then its argument prototype would still apply. */
13673 char libnetapi_init ();
13677 return libnetapi_init ();
13682 if ac_fn_c_try_link
"$LINENO"; then :
13684 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13685 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'` ;;
13686 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13687 if ${ac_cv_lib_soname_netapi:+false} :; then :
13688 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13692 rm -f core conftest.err conftest.
$ac_objext \
13693 conftest
$ac_exeext conftest.
$ac_ext
13694 LIBS
=$ac_check_soname_save_LIBS
13696 if ${ac_cv_lib_soname_netapi:+false} :; then :
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13698 $as_echo "not found" >&6; }
13699 cat >>confdefs.h
<<_ACEOF
13700 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13705 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13707 cat >>confdefs.h
<<_ACEOF
13708 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13715 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13716 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
13717 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
13718 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
13720 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13721 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
13722 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13724 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13730 if test "x${GCC}" = "xyes"
13732 EXTRACFLAGS
="-Wall -pipe"
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13735 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13736 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13737 $as_echo_n "(cached) " >&6
13739 if test "$cross_compiling" = yes; then :
13740 ac_cv_c_gcc_strength_bug
="yes"
13742 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13743 /* end confdefs.h. */
13744 int L[4] = {0,1,2,3};
13748 static int Array[3];
13749 unsigned int B = 3;
13751 for(i=0; i<B; i++) Array[i] = i - 3;
13752 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13754 return (Array[1] != -2 || L[2] != 3)
13759 if ac_fn_c_try_run
"$LINENO"; then :
13760 ac_cv_c_gcc_strength_bug
="no"
13762 ac_cv_c_gcc_strength_bug
="yes"
13764 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13765 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13770 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13771 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13773 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13777 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13778 if ${ac_cv_cflags__fno_builtin+:} false
; then :
13779 $as_echo_n "(cached) " >&6
13781 ac_wine_try_cflags_saved
=$CFLAGS
13782 CFLAGS
="$CFLAGS -fno-builtin"
13783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13784 /* end confdefs.h. */
13785 int main(int argc, char **argv) { return 0; }
13787 if ac_fn_c_try_link
"$LINENO"; then :
13788 ac_cv_cflags__fno_builtin
=yes
13790 ac_cv_cflags__fno_builtin
=no
13792 rm -f core conftest.err conftest.
$ac_objext \
13793 conftest
$ac_exeext conftest.
$ac_ext
13794 CFLAGS
=$ac_wine_try_cflags_saved
13796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13797 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13798 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
13799 BUILTINFLAG
="-fno-builtin"
13802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13803 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13804 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
13805 $as_echo_n "(cached) " >&6
13807 ac_wine_try_cflags_saved
=$CFLAGS
13808 CFLAGS
="$CFLAGS -fno-strict-aliasing"
13809 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13810 /* end confdefs.h. */
13811 int main(int argc, char **argv) { return 0; }
13813 if ac_fn_c_try_link
"$LINENO"; then :
13814 ac_cv_cflags__fno_strict_aliasing
=yes
13816 ac_cv_cflags__fno_strict_aliasing
=no
13818 rm -f core conftest.err conftest.
$ac_objext \
13819 conftest
$ac_exeext conftest.
$ac_ext
13820 CFLAGS
=$ac_wine_try_cflags_saved
13822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13823 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13824 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
13825 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
13827 saved_CFLAGS
=$CFLAGS
13828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
13829 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
13830 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
13831 $as_echo_n "(cached) " >&6
13833 ac_wine_try_cflags_saved
=$CFLAGS
13834 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13835 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13836 /* end confdefs.h. */
13837 int main(int argc, char **argv) { return 0; }
13839 if ac_fn_c_try_link
"$LINENO"; then :
13840 ac_cv_cflags__Werror_unknown_warning_option
=yes
13842 ac_cv_cflags__Werror_unknown_warning_option
=no
13844 rm -f core conftest.err conftest.
$ac_objext \
13845 conftest
$ac_exeext conftest.
$ac_ext
13846 CFLAGS
=$ac_wine_try_cflags_saved
13848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
13849 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
13850 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
13851 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
13854 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
13855 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
13856 $as_echo_n "(cached) " >&6
13858 ac_wine_try_cflags_saved
=$CFLAGS
13859 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
13860 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13861 /* end confdefs.h. */
13862 int main(int argc, char **argv) { return 0; }
13864 if ac_fn_c_try_link
"$LINENO"; then :
13865 ac_cv_cflags__Wdeclaration_after_statement
=yes
13867 ac_cv_cflags__Wdeclaration_after_statement
=no
13869 rm -f core conftest.err conftest.
$ac_objext \
13870 conftest
$ac_exeext conftest.
$ac_ext
13871 CFLAGS
=$ac_wine_try_cflags_saved
13873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
13874 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
13875 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
13876 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
13878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
13879 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
13880 if ${ac_cv_cflags__Wempty_body+:} false
; then :
13881 $as_echo_n "(cached) " >&6
13883 ac_wine_try_cflags_saved
=$CFLAGS
13884 CFLAGS
="$CFLAGS -Wempty-body"
13885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13886 /* end confdefs.h. */
13887 int main(int argc, char **argv) { return 0; }
13889 if ac_fn_c_try_link
"$LINENO"; then :
13890 ac_cv_cflags__Wempty_body
=yes
13892 ac_cv_cflags__Wempty_body
=no
13894 rm -f core conftest.err conftest.
$ac_objext \
13895 conftest
$ac_exeext conftest.
$ac_ext
13896 CFLAGS
=$ac_wine_try_cflags_saved
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
13899 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
13900 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
13901 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
13903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
13904 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
13905 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
13906 $as_echo_n "(cached) " >&6
13908 ac_wine_try_cflags_saved
=$CFLAGS
13909 CFLAGS
="$CFLAGS -Wignored-qualifiers"
13910 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13911 /* end confdefs.h. */
13912 int main(int argc, char **argv) { return 0; }
13914 if ac_fn_c_try_link
"$LINENO"; then :
13915 ac_cv_cflags__Wignored_qualifiers
=yes
13917 ac_cv_cflags__Wignored_qualifiers
=no
13919 rm -f core conftest.err conftest.
$ac_objext \
13920 conftest
$ac_exeext conftest.
$ac_ext
13921 CFLAGS
=$ac_wine_try_cflags_saved
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
13924 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
13925 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
13926 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
13929 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
13930 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
13931 $as_echo_n "(cached) " >&6
13933 ac_wine_try_cflags_saved
=$CFLAGS
13934 CFLAGS
="$CFLAGS -Wstrict-prototypes"
13935 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13936 /* end confdefs.h. */
13937 int main(int argc, char **argv) { return 0; }
13939 if ac_fn_c_try_link
"$LINENO"; then :
13940 ac_cv_cflags__Wstrict_prototypes
=yes
13942 ac_cv_cflags__Wstrict_prototypes
=no
13944 rm -f core conftest.err conftest.
$ac_objext \
13945 conftest
$ac_exeext conftest.
$ac_ext
13946 CFLAGS
=$ac_wine_try_cflags_saved
13948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
13949 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
13950 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
13951 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
13954 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
13955 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
13956 $as_echo_n "(cached) " >&6
13958 ac_wine_try_cflags_saved
=$CFLAGS
13959 CFLAGS
="$CFLAGS -Wtype-limits"
13960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13961 /* end confdefs.h. */
13962 int main(int argc, char **argv) { return 0; }
13964 if ac_fn_c_try_link
"$LINENO"; then :
13965 ac_cv_cflags__Wtype_limits
=yes
13967 ac_cv_cflags__Wtype_limits
=no
13969 rm -f core conftest.err conftest.
$ac_objext \
13970 conftest
$ac_exeext conftest.
$ac_ext
13971 CFLAGS
=$ac_wine_try_cflags_saved
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
13974 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
13975 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
13976 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
13979 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
13980 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
13981 $as_echo_n "(cached) " >&6
13983 ac_wine_try_cflags_saved
=$CFLAGS
13984 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
13985 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13986 /* end confdefs.h. */
13987 int main(int argc, char **argv) { return 0; }
13989 if ac_fn_c_try_link
"$LINENO"; then :
13990 ac_cv_cflags__Wunused_but_set_parameter
=yes
13992 ac_cv_cflags__Wunused_but_set_parameter
=no
13994 rm -f core conftest.err conftest.
$ac_objext \
13995 conftest
$ac_exeext conftest.
$ac_ext
13996 CFLAGS
=$ac_wine_try_cflags_saved
13998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
13999 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14000 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14001 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14004 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14005 if ${ac_cv_cflags__Wvla+:} false
; then :
14006 $as_echo_n "(cached) " >&6
14008 ac_wine_try_cflags_saved
=$CFLAGS
14009 CFLAGS
="$CFLAGS -Wvla"
14010 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14011 /* end confdefs.h. */
14012 int main(int argc, char **argv) { return 0; }
14014 if ac_fn_c_try_link
"$LINENO"; then :
14015 ac_cv_cflags__Wvla
=yes
14017 ac_cv_cflags__Wvla
=no
14019 rm -f core conftest.err conftest.
$ac_objext \
14020 conftest
$ac_exeext conftest.
$ac_ext
14021 CFLAGS
=$ac_wine_try_cflags_saved
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14024 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14025 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14026 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14029 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14030 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14031 $as_echo_n "(cached) " >&6
14033 ac_wine_try_cflags_saved
=$CFLAGS
14034 CFLAGS
="$CFLAGS -Wwrite-strings"
14035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14036 /* end confdefs.h. */
14037 int main(int argc, char **argv) { return 0; }
14039 if ac_fn_c_try_link
"$LINENO"; then :
14040 ac_cv_cflags__Wwrite_strings
=yes
14042 ac_cv_cflags__Wwrite_strings
=no
14044 rm -f core conftest.err conftest.
$ac_objext \
14045 conftest
$ac_exeext conftest.
$ac_ext
14046 CFLAGS
=$ac_wine_try_cflags_saved
14048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14049 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14050 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14051 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14055 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14056 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14057 $as_echo_n "(cached) " >&6
14059 ac_wine_try_cflags_saved
=$CFLAGS
14060 CFLAGS
="$CFLAGS -Wpointer-arith"
14061 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14062 /* end confdefs.h. */
14063 int main(int argc, char **argv) { return 0; }
14065 if ac_fn_c_try_link
"$LINENO"; then :
14066 ac_cv_cflags__Wpointer_arith
=yes
14068 ac_cv_cflags__Wpointer_arith
=no
14070 rm -f core conftest.err conftest.
$ac_objext \
14071 conftest
$ac_exeext conftest.
$ac_ext
14072 CFLAGS
=$ac_wine_try_cflags_saved
14074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14075 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14076 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14077 saved_string_h_CFLAGS
=$CFLAGS
14078 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14080 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14081 if ${ac_cv_c_string_h_warnings+:} false
; then :
14082 $as_echo_n "(cached) " >&6
14084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14085 /* end confdefs.h. */
14086 #include <string.h>
14095 if ac_fn_c_try_compile
"$LINENO"; then :
14096 ac_cv_c_string_h_warnings
=no
14098 ac_cv_c_string_h_warnings
=yes
14100 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14103 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14104 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14105 CFLAGS
=$saved_string_h_CFLAGS
14108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14109 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14110 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14111 $as_echo_n "(cached) " >&6
14113 ac_wine_try_cflags_saved
=$CFLAGS
14114 CFLAGS
="$CFLAGS -Wlogical-op"
14115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14116 /* end confdefs.h. */
14117 int main(int argc, char **argv) { return 0; }
14119 if ac_fn_c_try_link
"$LINENO"; then :
14120 ac_cv_cflags__Wlogical_op
=yes
14122 ac_cv_cflags__Wlogical_op
=no
14124 rm -f core conftest.err conftest.
$ac_objext \
14125 conftest
$ac_exeext conftest.
$ac_ext
14126 CFLAGS
=$ac_wine_try_cflags_saved
14128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14129 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14130 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14131 saved_string_h_CFLAGS
=$CFLAGS
14132 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14134 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14135 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14136 $as_echo_n "(cached) " >&6
14138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14139 /* end confdefs.h. */
14140 #include <string.h>
14141 char*f(const char *h,char n) {return strchr(h,n);}
14150 if ac_fn_c_try_compile
"$LINENO"; then :
14151 ac_cv_c_logicalop_noisy
=no
14153 ac_cv_c_logicalop_noisy
=yes
14155 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14158 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14159 CFLAGS
=$saved_string_h_CFLAGS
14160 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14163 CFLAGS
=$saved_CFLAGS
14165 for ac_flag
in $CFLAGS; do
14167 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14168 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14169 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14170 $as_echo_n "(cached) " >&6
14172 ac_wine_try_cflags_saved
=$CFLAGS
14173 CFLAGS
="$CFLAGS -gdwarf-2"
14174 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14175 /* end confdefs.h. */
14176 int main(int argc, char **argv) { return 0; }
14178 if ac_fn_c_try_link
"$LINENO"; then :
14179 ac_cv_cflags__gdwarf_2
=yes
14181 ac_cv_cflags__gdwarf_2
=no
14183 rm -f core conftest.err conftest.
$ac_objext \
14184 conftest
$ac_exeext conftest.
$ac_ext
14185 CFLAGS
=$ac_wine_try_cflags_saved
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14188 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14189 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14190 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14193 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14194 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14195 $as_echo_n "(cached) " >&6
14197 ac_wine_try_cflags_saved
=$CFLAGS
14198 CFLAGS
="$CFLAGS -gstrict-dwarf"
14199 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14200 /* end confdefs.h. */
14201 int main(int argc, char **argv) { return 0; }
14203 if ac_fn_c_try_link
"$LINENO"; then :
14204 ac_cv_cflags__gstrict_dwarf
=yes
14206 ac_cv_cflags__gstrict_dwarf
=no
14208 rm -f core conftest.err conftest.
$ac_objext \
14209 conftest
$ac_exeext conftest.
$ac_ext
14210 CFLAGS
=$ac_wine_try_cflags_saved
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14213 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14214 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14215 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14221 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14222 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14223 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14224 $as_echo_n "(cached) " >&6
14226 ac_wine_try_cflags_saved
=$CFLAGS
14227 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14229 /* end confdefs.h. */
14230 int main(int argc, char **argv) { return 0; }
14232 if ac_fn_c_try_link
"$LINENO"; then :
14233 ac_cv_cflags__fno_omit_frame_pointer
=yes
14235 ac_cv_cflags__fno_omit_frame_pointer
=no
14237 rm -f core conftest.err conftest.
$ac_objext \
14238 conftest
$ac_exeext conftest.
$ac_ext
14239 CFLAGS
=$ac_wine_try_cflags_saved
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14242 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14243 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14244 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14249 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14250 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14251 if ${ac_cv_cflags__Wno_format+:} false
; then :
14252 $as_echo_n "(cached) " >&6
14254 ac_wine_try_cflags_saved
=$CFLAGS
14255 CFLAGS
="$CFLAGS -Wno-format"
14256 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14257 /* end confdefs.h. */
14258 int main(int argc, char **argv) { return 0; }
14260 if ac_fn_c_try_link
"$LINENO"; then :
14261 ac_cv_cflags__Wno_format
=yes
14263 ac_cv_cflags__Wno_format
=no
14265 rm -f core conftest.err conftest.
$ac_objext \
14266 conftest
$ac_exeext conftest.
$ac_ext
14267 CFLAGS
=$ac_wine_try_cflags_saved
14269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14270 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14271 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14272 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14276 if test "x$enable_maintainer_mode" = "xyes"
14278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14279 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14280 if ${ac_cv_cflags__Werror+:} false
; then :
14281 $as_echo_n "(cached) " >&6
14283 ac_wine_try_cflags_saved
=$CFLAGS
14284 CFLAGS
="$CFLAGS -Werror"
14285 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14286 /* end confdefs.h. */
14287 int main(int argc, char **argv) { return 0; }
14289 if ac_fn_c_try_link
"$LINENO"; then :
14290 ac_cv_cflags__Werror
=yes
14292 ac_cv_cflags__Werror
=no
14294 rm -f core conftest.err conftest.
$ac_objext \
14295 conftest
$ac_exeext conftest.
$ac_ext
14296 CFLAGS
=$ac_wine_try_cflags_saved
14298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14299 $as_echo "$ac_cv_cflags__Werror" >&6; }
14300 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14301 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14305 saved_CFLAGS
="$CFLAGS"
14306 CFLAGS
="$CFLAGS -Werror"
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14308 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14309 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14310 $as_echo_n "(cached) " >&6
14312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14313 /* end confdefs.h. */
14314 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14323 if ac_fn_c_try_compile
"$LINENO"; then :
14324 ac_cv_have_ms_hook_prologue
="yes"
14326 ac_cv_have_ms_hook_prologue
="no"
14328 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14331 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14332 CFLAGS
="$saved_CFLAGS"
14333 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14336 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14339 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14346 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14347 if ${ac_cv_c_fortify_enabled+:} false
; then :
14348 $as_echo_n "(cached) " >&6
14350 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14351 /* end confdefs.h. */
14352 #include <string.h>
14356 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14357 #error Fortify enabled
14363 if ac_fn_c_try_compile
"$LINENO"; then :
14364 ac_cv_c_fortify_enabled
=no
14366 ac_cv_c_fortify_enabled
=yes
14368 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14371 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14372 if test "$ac_cv_c_fortify_enabled" = yes
14374 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14379 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14380 if ${ac_cv_c_extern_prefix+:} false
; then :
14381 $as_echo_n "(cached) " >&6
14383 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14384 /* end confdefs.h. */
14385 extern int ac_test;
14389 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14394 if ac_fn_c_try_link
"$LINENO"; then :
14395 ac_cv_c_extern_prefix
="yes"
14397 ac_cv_c_extern_prefix
="no"
14399 rm -f core conftest.err conftest.
$ac_objext \
14400 conftest
$ac_exeext conftest.
$ac_ext
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14403 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14408 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14409 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14410 $as_echo_n "(cached) " >&6
14412 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14413 /* end confdefs.h. */
14415 #define __stdcall __attribute__((__stdcall__))
14417 int __stdcall ac_test(int i) { return i; }
14421 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14426 if ac_fn_c_try_link
"$LINENO"; then :
14427 ac_cv_c_stdcall_suffix
="yes"
14429 ac_cv_c_stdcall_suffix
="no"
14431 rm -f core conftest.err conftest.
$ac_objext \
14432 conftest
$ac_exeext conftest.
$ac_ext
14434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14435 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14436 *) ac_cv_c_stdcall_suffix
="no" ;;
14440 if test "$ac_cv_c_extern_prefix" = "yes"
14442 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14444 asm_name_prefix
="_"
14446 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14452 if test "$ac_cv_c_stdcall_suffix" = "yes"
14454 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14457 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14463 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14464 if ${ac_cv_asm_func_def+:} false
; then :
14465 $as_echo_n "(cached) " >&6
14467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14468 /* end confdefs.h. */
14473 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14478 if ac_fn_c_try_link
"$LINENO"; then :
14479 ac_cv_asm_func_def
=".def"
14481 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14482 /* end confdefs.h. */
14487 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14492 if ac_fn_c_try_link
"$LINENO"; then :
14493 ac_cv_asm_func_def
=".type @function"
14495 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14496 /* end confdefs.h. */
14501 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14506 if ac_fn_c_try_link
"$LINENO"; then :
14507 ac_cv_asm_func_def
=".type 2"
14509 ac_cv_asm_func_def
="unknown"
14511 rm -f core conftest.err conftest.
$ac_objext \
14512 conftest
$ac_exeext conftest.
$ac_ext
14514 rm -f core conftest.err conftest.
$ac_objext \
14515 conftest
$ac_exeext conftest.
$ac_ext
14517 rm -f core conftest.err conftest.
$ac_objext \
14518 conftest
$ac_exeext conftest.
$ac_ext
14520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14521 $as_echo "$ac_cv_asm_func_def" >&6; }
14524 case "$ac_cv_asm_func_def" in
14526 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14528 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14530 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14532 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14534 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14536 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14538 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14540 asm_func_header
="" ;;
14543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14544 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14545 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14546 $as_echo_n "(cached) " >&6
14548 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14549 /* end confdefs.h. */
14550 asm(".text\n\t.long 0");
14559 if ac_fn_c_try_compile
"$LINENO"; then :
14560 ac_cv_c_asm_outside_funcs
="yes"
14562 ac_cv_c_asm_outside_funcs
="no"
14564 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14567 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14570 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14571 if ${ac_cv_c_dot_previous+:} false
; then :
14572 $as_echo_n "(cached) " >&6
14574 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14575 /* end confdefs.h. */
14580 asm(".text\nac_test:\t.long 0\n\t.previous");
14585 if ac_fn_c_try_link
"$LINENO"; then :
14586 ac_cv_c_dot_previous
="yes"
14588 ac_cv_c_dot_previous
="no"
14590 rm -f core conftest.err conftest.
$ac_objext \
14591 conftest
$ac_exeext conftest.
$ac_ext
14593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14594 $as_echo "$ac_cv_c_dot_previous" >&6; }
14596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14597 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14598 if ${ac_cv_c_cfi_support+:} false
; then :
14599 $as_echo_n "(cached) " >&6
14601 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14602 /* end confdefs.h. */
14603 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14612 if ac_fn_c_try_compile
"$LINENO"; then :
14613 ac_cv_c_cfi_support
="yes"
14615 ac_cv_c_cfi_support
="no"
14617 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14620 $as_echo "$ac_cv_c_cfi_support" >&6; }
14622 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14623 asm_func_trailer
=""
14624 if test "$ac_cv_c_dot_previous" = "yes"
14626 asm_func_trailer
="\\n\\t.previous"
14628 if test "$ac_cv_c_cfi_support" = "yes"
14630 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14631 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14633 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14635 UNWINDFLAGS
=-fasynchronous-unwind-tables
14638 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14640 if test "x$enable_win64" = "xyes"
14642 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14646 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14649 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14651 cat >>confdefs.h
<<_ACEOF
14652 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14656 cat >>confdefs.h
<<_ACEOF
14657 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14662 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14665 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14670 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14677 *i
[3456789]86*|x86_64
*)
14678 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14679 loader_programs
="$loader_programs $wine_binary-preloader"
14680 as_fn_append LOADER_RULES
"
14681 $wine_binary-preloader: preloader.o
14682 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14684 install install-lib:: $wine_binary-preloader
14685 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14688 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14690 preloader_EXTRADEFS = $BUILTINFLAG
14695 as_fn_append LOADER_RULES
"
14696 PROGRAMS = $loader_programs
14700 ac_save_CFLAGS
="$CFLAGS"
14701 CFLAGS
="$CFLAGS $BUILTINFLAG"
14780 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14781 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14782 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14783 cat >>confdefs.h
<<_ACEOF
14784 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14790 CFLAGS
="$ac_save_CFLAGS"
14792 if test "$ac_cv_func_dlopen" = no
14794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14795 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14796 if ${ac_cv_lib_dl_dlopen+:} false
; then :
14797 $as_echo_n "(cached) " >&6
14799 ac_check_lib_save_LIBS
=$LIBS
14801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14802 /* end confdefs.h. */
14804 /* Override any GCC internal prototype to avoid an error.
14805 Use char because int might match the return type of a GCC
14806 builtin and then its argument prototype would still apply. */
14819 if ac_fn_c_try_link
"$LINENO"; then :
14820 ac_cv_lib_dl_dlopen
=yes
14822 ac_cv_lib_dl_dlopen
=no
14824 rm -f core conftest.err conftest.
$ac_objext \
14825 conftest
$ac_exeext conftest.
$ac_ext
14826 LIBS
=$ac_check_lib_save_LIBS
14828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14829 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14830 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
14831 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
14837 ac_wine_check_funcs_save_LIBS
="$LIBS"
14838 LIBS
="$LIBS $DL_LIBS"
14839 for ac_func
in dladdr
14841 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
14842 if test "x$ac_cv_func_dladdr" = xyes
; then :
14843 cat >>confdefs.h
<<_ACEOF
14844 #define HAVE_DLADDR 1
14850 LIBS
="$ac_wine_check_funcs_save_LIBS"
14852 if test "$ac_cv_func_poll" = no
14854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
14855 $as_echo_n "checking for poll in -lpoll... " >&6; }
14856 if ${ac_cv_lib_poll_poll+:} false
; then :
14857 $as_echo_n "(cached) " >&6
14859 ac_check_lib_save_LIBS
=$LIBS
14860 LIBS
="-lpoll $LIBS"
14861 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14862 /* end confdefs.h. */
14864 /* Override any GCC internal prototype to avoid an error.
14865 Use char because int might match the return type of a GCC
14866 builtin and then its argument prototype would still apply. */
14879 if ac_fn_c_try_link
"$LINENO"; then :
14880 ac_cv_lib_poll_poll
=yes
14882 ac_cv_lib_poll_poll
=no
14884 rm -f core conftest.err conftest.
$ac_objext \
14885 conftest
$ac_exeext conftest.
$ac_ext
14886 LIBS
=$ac_check_lib_save_LIBS
14888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
14889 $as_echo "$ac_cv_lib_poll_poll" >&6; }
14890 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
14891 $as_echo "#define HAVE_POLL 1" >>confdefs.h
14898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
14899 $as_echo_n "checking for library containing gethostbyname... " >&6; }
14900 if ${ac_cv_search_gethostbyname+:} false
; then :
14901 $as_echo_n "(cached) " >&6
14903 ac_func_search_save_LIBS
=$LIBS
14904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14905 /* end confdefs.h. */
14907 /* Override any GCC internal prototype to avoid an error.
14908 Use char because int might match the return type of a GCC
14909 builtin and then its argument prototype would still apply. */
14913 char gethostbyname ();
14917 return gethostbyname ();
14922 for ac_lib
in '' nsl
; do
14923 if test -z "$ac_lib"; then
14924 ac_res
="none required"
14927 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14929 if ac_fn_c_try_link
"$LINENO"; then :
14930 ac_cv_search_gethostbyname
=$ac_res
14932 rm -f core conftest.err conftest.
$ac_objext \
14934 if ${ac_cv_search_gethostbyname+:} false
; then :
14938 if ${ac_cv_search_gethostbyname+:} false
; then :
14941 ac_cv_search_gethostbyname
=no
14943 rm conftest.
$ac_ext
14944 LIBS
=$ac_func_search_save_LIBS
14946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
14947 $as_echo "$ac_cv_search_gethostbyname" >&6; }
14948 ac_res
=$ac_cv_search_gethostbyname
14949 if test "$ac_res" != no
; then :
14950 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
14956 $as_echo_n "checking for library containing connect... " >&6; }
14957 if ${ac_cv_search_connect+:} false
; then :
14958 $as_echo_n "(cached) " >&6
14960 ac_func_search_save_LIBS
=$LIBS
14961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14962 /* end confdefs.h. */
14964 /* Override any GCC internal prototype to avoid an error.
14965 Use char because int might match the return type of a GCC
14966 builtin and then its argument prototype would still apply. */
14979 for ac_lib
in '' socket
; do
14980 if test -z "$ac_lib"; then
14981 ac_res
="none required"
14984 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14986 if ac_fn_c_try_link
"$LINENO"; then :
14987 ac_cv_search_connect
=$ac_res
14989 rm -f core conftest.err conftest.
$ac_objext \
14991 if ${ac_cv_search_connect+:} false
; then :
14995 if ${ac_cv_search_connect+:} false
; then :
14998 ac_cv_search_connect
=no
15000 rm conftest.
$ac_ext
15001 LIBS
=$ac_func_search_save_LIBS
15003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15004 $as_echo "$ac_cv_search_connect" >&6; }
15005 ac_res
=$ac_cv_search_connect
15006 if test "$ac_res" != no
; then :
15007 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15013 $as_echo_n "checking for library containing inet_aton... " >&6; }
15014 if ${ac_cv_search_inet_aton+:} false
; then :
15015 $as_echo_n "(cached) " >&6
15017 ac_func_search_save_LIBS
=$LIBS
15018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15019 /* end confdefs.h. */
15021 /* Override any GCC internal prototype to avoid an error.
15022 Use char because int might match the return type of a GCC
15023 builtin and then its argument prototype would still apply. */
15031 return inet_aton ();
15036 for ac_lib
in '' resolv
; do
15037 if test -z "$ac_lib"; then
15038 ac_res
="none required"
15041 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15043 if ac_fn_c_try_link
"$LINENO"; then :
15044 ac_cv_search_inet_aton
=$ac_res
15046 rm -f core conftest.err conftest.
$ac_objext \
15048 if ${ac_cv_search_inet_aton+:} false
; then :
15052 if ${ac_cv_search_inet_aton+:} false
; then :
15055 ac_cv_search_inet_aton
=no
15057 rm conftest.
$ac_ext
15058 LIBS
=$ac_func_search_save_LIBS
15060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15061 $as_echo "$ac_cv_search_inet_aton" >&6; }
15062 ac_res
=$ac_cv_search_inet_aton
15063 if test "$ac_res" != no
; then :
15064 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15084 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15085 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15086 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15087 cat >>confdefs.h
<<_ACEOF
15088 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15097 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15098 if ${ac_cv_search_clock_gettime+:} false
; then :
15099 $as_echo_n "(cached) " >&6
15101 ac_func_search_save_LIBS
=$LIBS
15102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15103 /* end confdefs.h. */
15105 /* Override any GCC internal prototype to avoid an error.
15106 Use char because int might match the return type of a GCC
15107 builtin and then its argument prototype would still apply. */
15111 char clock_gettime ();
15115 return clock_gettime ();
15120 for ac_lib
in '' rt
; do
15121 if test -z "$ac_lib"; then
15122 ac_res
="none required"
15125 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15127 if ac_fn_c_try_link
"$LINENO"; then :
15128 ac_cv_search_clock_gettime
=$ac_res
15130 rm -f core conftest.err conftest.
$ac_objext \
15132 if ${ac_cv_search_clock_gettime+:} false
; then :
15136 if ${ac_cv_search_clock_gettime+:} false
; then :
15139 ac_cv_search_clock_gettime
=no
15141 rm conftest.
$ac_ext
15142 LIBS
=$ac_func_search_save_LIBS
15144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15145 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15146 ac_res
=$ac_cv_search_clock_gettime
15147 if test "$ac_res" != no
; then :
15148 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15150 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15152 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15160 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15162 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15164 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15166 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15167 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15168 $as_echo_n "(cached) " >&6
15170 ac_check_lib_save_LIBS
=$LIBS
15171 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15172 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15173 /* end confdefs.h. */
15175 /* Override any GCC internal prototype to avoid an error.
15176 Use char because int might match the return type of a GCC
15177 builtin and then its argument prototype would still apply. */
15181 char ldap_initialize ();
15185 return ldap_initialize ();
15190 if ac_fn_c_try_link
"$LINENO"; then :
15191 ac_cv_lib_ldap_r_ldap_initialize
=yes
15193 ac_cv_lib_ldap_r_ldap_initialize
=no
15195 rm -f core conftest.err conftest.
$ac_objext \
15196 conftest
$ac_exeext conftest.
$ac_ext
15197 LIBS
=$ac_check_lib_save_LIBS
15199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15200 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15201 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15203 $as_echo_n "checking for ber_init in -llber... " >&6; }
15204 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15205 $as_echo_n "(cached) " >&6
15207 ac_check_lib_save_LIBS
=$LIBS
15208 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15209 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15210 /* end confdefs.h. */
15212 /* Override any GCC internal prototype to avoid an error.
15213 Use char because int might match the return type of a GCC
15214 builtin and then its argument prototype would still apply. */
15222 return ber_init ();
15227 if ac_fn_c_try_link
"$LINENO"; then :
15228 ac_cv_lib_lber_ber_init
=yes
15230 ac_cv_lib_lber_ber_init
=no
15232 rm -f core conftest.err conftest.
$ac_objext \
15233 conftest
$ac_exeext conftest.
$ac_ext
15234 LIBS
=$ac_check_lib_save_LIBS
15236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15237 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15238 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15240 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15242 LDAP_LIBS
="-lldap_r -llber"
15249 ac_wine_check_funcs_save_LIBS
="$LIBS"
15250 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15252 ldap_count_references \
15253 ldap_first_reference \
15254 ldap_next_reference \
15255 ldap_parse_reference \
15256 ldap_parse_sort_control \
15257 ldap_parse_sortresponse_control \
15258 ldap_parse_vlv_control \
15259 ldap_parse_vlvresponse_control
15261 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15262 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15263 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15264 cat >>confdefs.h
<<_ACEOF
15265 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15271 LIBS
="$ac_wine_check_funcs_save_LIBS"
15273 if test "x$LDAP_LIBS" = "x"; then :
15274 case "x$with_ldap" in
15275 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15277 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15278 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15283 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15284 if ${wine_cv_one_arg_mkdir+:} false
; then :
15285 $as_echo_n "(cached) " >&6
15287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15288 /* end confdefs.h. */
15289 #include <sys/stat.h>
15298 if ac_fn_c_try_compile
"$LINENO"; then :
15299 wine_cv_one_arg_mkdir
=yes
15301 wine_cv_one_arg_mkdir
=no
15303 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15306 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15307 if test "$wine_cv_one_arg_mkdir" = "yes"
15310 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15315 $as_echo_n "checking for sched_setaffinity... " >&6; }
15316 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15317 $as_echo_n "(cached) " >&6
15319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15320 /* end confdefs.h. */
15321 #define _GNU_SOURCE
15326 sched_setaffinity(0, 0, 0);
15331 if ac_fn_c_try_link
"$LINENO"; then :
15332 wine_cv_have_sched_setaffinity
=yes
15334 wine_cv_have_sched_setaffinity
=no
15336 rm -f core conftest.err conftest.
$ac_objext \
15337 conftest
$ac_exeext conftest.
$ac_ext
15339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15340 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15341 if test "$wine_cv_have_sched_setaffinity" = "yes"
15344 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15349 $as_echo_n "checking for fallocate... " >&6; }
15350 if ${wine_cv_have_fallocate+:} false
; then :
15351 $as_echo_n "(cached) " >&6
15353 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15354 /* end confdefs.h. */
15355 #define _GNU_SOURCE
15360 fallocate(-1, 0, 0, 0);
15365 if ac_fn_c_try_link
"$LINENO"; then :
15366 wine_cv_have_fallocate
=yes
15368 wine_cv_have_fallocate
=no
15370 rm -f core conftest.err conftest.
$ac_objext \
15371 conftest
$ac_exeext conftest.
$ac_ext
15373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15374 $as_echo "$wine_cv_have_fallocate" >&6; }
15375 if test "$wine_cv_have_fallocate" = "yes"
15378 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15384 $as_echo_n "checking for inline... " >&6; }
15385 if ${ac_cv_c_inline+:} false
; then :
15386 $as_echo_n "(cached) " >&6
15389 for ac_kw
in inline __inline__ __inline
; do
15390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15391 /* end confdefs.h. */
15392 #ifndef __cplusplus
15394 static $ac_kw foo_t static_foo () {return 0; }
15395 $ac_kw foo_t foo () {return 0; }
15399 if ac_fn_c_try_compile
"$LINENO"; then :
15400 ac_cv_c_inline
=$ac_kw
15402 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15403 test "$ac_cv_c_inline" != no
&& break
15407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15408 $as_echo "$ac_cv_c_inline" >&6; }
15410 case $ac_cv_c_inline in
15413 case $ac_cv_c_inline in
15415 *) ac_val
=$ac_cv_c_inline;;
15417 cat >>confdefs.h
<<_ACEOF
15418 #ifndef __cplusplus
15419 #define inline $ac_val
15425 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15426 if test "x$ac_cv_type_mode_t" = xyes
; then :
15428 cat >>confdefs.h
<<_ACEOF
15429 #define HAVE_MODE_T 1
15434 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15435 if test "x$ac_cv_type_off_t" = xyes
; then :
15437 cat >>confdefs.h
<<_ACEOF
15438 #define HAVE_OFF_T 1
15443 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15444 if test "x$ac_cv_type_pid_t" = xyes
; then :
15446 cat >>confdefs.h
<<_ACEOF
15447 #define HAVE_PID_T 1
15452 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15453 if test "x$ac_cv_type_size_t" = xyes
; then :
15455 cat >>confdefs.h
<<_ACEOF
15456 #define HAVE_SIZE_T 1
15461 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15462 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15464 cat >>confdefs.h
<<_ACEOF
15465 #define HAVE_SSIZE_T 1
15470 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15471 if test "x$ac_cv_type_long_long" = xyes
; then :
15473 cat >>confdefs.h
<<_ACEOF
15474 #define HAVE_LONG_LONG 1
15479 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15480 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15482 cat >>confdefs.h
<<_ACEOF
15483 #define HAVE_FSBLKCNT_T 1
15488 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15489 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15491 cat >>confdefs.h
<<_ACEOF
15492 #define HAVE_FSFILCNT_T 1
15498 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15499 #include <signal.h>
15501 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15503 cat >>confdefs.h
<<_ACEOF
15504 #define HAVE_SIGSET_T 1
15510 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15512 if test "x$ac_cv_type_request_sense" = xyes
; then :
15514 cat >>confdefs.h
<<_ACEOF
15515 #define HAVE_REQUEST_SENSE 1
15522 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15523 #ifdef HAVE_SYS_SOCKET_H
15524 #include <sys/socket.h>
15526 #ifdef HAVE_SYS_SOCKETVAR_H
15527 #include <sys/socketvar.h>
15529 #ifdef HAVE_NET_ROUTE_H
15530 #include <net/route.h>
15532 #ifdef HAVE_NETINET_IN_H
15533 #include <netinet/in.h>
15535 #ifdef HAVE_NETINET_IN_SYSTM_H
15536 #include <netinet/in_systm.h>
15538 #ifdef HAVE_NETINET_IP_H
15539 #include <netinet/ip.h>
15541 #ifdef HAVE_NETINET_IN_PCB_H
15542 #include <netinet/in_pcb.h>
15545 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15547 cat >>confdefs.h
<<_ACEOF
15548 #define HAVE_STRUCT_XINPGEN 1
15555 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15558 #ifdef HAVE_SYS_LINK_H
15559 #include <sys/link.h>
15562 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15564 cat >>confdefs.h
<<_ACEOF
15565 #define HAVE_STRUCT_R_DEBUG 1
15570 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15573 #ifdef HAVE_SYS_LINK_H
15574 #include <sys/link.h>
15577 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15579 cat >>confdefs.h
<<_ACEOF
15580 #define HAVE_STRUCT_LINK_MAP 1
15587 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15588 #include <linux/input.h>
15591 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15593 cat >>confdefs.h
<<_ACEOF
15594 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15602 $as_echo_n "checking for sigaddset... " >&6; }
15603 if ${wine_cv_have_sigaddset+:} false
; then :
15604 $as_echo_n "(cached) " >&6
15606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15607 /* end confdefs.h. */
15608 #include <signal.h>
15612 sigset_t set; sigaddset(&set,SIGTERM);
15617 if ac_fn_c_try_link
"$LINENO"; then :
15618 wine_cv_have_sigaddset
=yes
15620 wine_cv_have_sigaddset
=no
15622 rm -f core conftest.err conftest.
$ac_objext \
15623 conftest
$ac_exeext conftest.
$ac_ext
15625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15626 $as_echo "$wine_cv_have_sigaddset" >&6; }
15627 if test "$wine_cv_have_sigaddset" = "yes"
15630 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15636 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15637 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15638 $as_echo_n "(cached) " >&6
15640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15641 /* end confdefs.h. */
15649 struct hostent *result;
15656 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15657 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15663 if ac_fn_c_try_link
"$LINENO"; then :
15664 wine_cv_linux_gethostbyname_r_6
=yes
15666 wine_cv_linux_gethostbyname_r_6
=no
15669 rm -f core conftest.err conftest.
$ac_objext \
15670 conftest
$ac_exeext conftest.
$ac_ext
15673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15674 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15675 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15678 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15682 if test "$ac_cv_header_linux_joystick_h" = "yes"
15684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15685 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15686 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15687 $as_echo_n "(cached) " >&6
15689 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15690 /* end confdefs.h. */
15692 #include <sys/ioctl.h>
15693 #include <sys/types.h>
15694 #include <linux/joystick.h>
15696 struct js_event blub;
15697 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15698 #error "no 2.2 header"
15709 if ac_fn_c_try_compile
"$LINENO"; then :
15710 wine_cv_linux_joystick_22_api
=yes
15712 wine_cv_linux_joystick_22_api
=no
15714 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15718 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15719 if test "$wine_cv_linux_joystick_22_api" = "yes"
15722 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15728 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15729 #ifdef HAVE_SYS_PARAM_H
15730 # include <sys/param.h>
15732 #ifdef HAVE_SYS_MOUNT_H
15733 # include <sys/mount.h>
15735 #ifdef HAVE_SYS_VFS_H
15736 # include <sys/vfs.h>
15738 #ifdef HAVE_SYS_STATFS_H
15739 # include <sys/statfs.h>
15742 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
15744 cat >>confdefs.h
<<_ACEOF
15745 #define HAVE_STRUCT_STATFS_F_BFREE 1
15750 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15751 #ifdef HAVE_SYS_PARAM_H
15752 # include <sys/param.h>
15754 #ifdef HAVE_SYS_MOUNT_H
15755 # include <sys/mount.h>
15757 #ifdef HAVE_SYS_VFS_H
15758 # include <sys/vfs.h>
15760 #ifdef HAVE_SYS_STATFS_H
15761 # include <sys/statfs.h>
15764 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
15766 cat >>confdefs.h
<<_ACEOF
15767 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15772 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15773 #ifdef HAVE_SYS_PARAM_H
15774 # include <sys/param.h>
15776 #ifdef HAVE_SYS_MOUNT_H
15777 # include <sys/mount.h>
15779 #ifdef HAVE_SYS_VFS_H
15780 # include <sys/vfs.h>
15782 #ifdef HAVE_SYS_STATFS_H
15783 # include <sys/statfs.h>
15786 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
15788 cat >>confdefs.h
<<_ACEOF
15789 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15794 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15795 #ifdef HAVE_SYS_PARAM_H
15796 # include <sys/param.h>
15798 #ifdef HAVE_SYS_MOUNT_H
15799 # include <sys/mount.h>
15801 #ifdef HAVE_SYS_VFS_H
15802 # include <sys/vfs.h>
15804 #ifdef HAVE_SYS_STATFS_H
15805 # include <sys/statfs.h>
15808 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
15810 cat >>confdefs.h
<<_ACEOF
15811 #define HAVE_STRUCT_STATFS_F_FFREE 1
15816 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
15817 #ifdef HAVE_SYS_PARAM_H
15818 # include <sys/param.h>
15820 #ifdef HAVE_SYS_MOUNT_H
15821 # include <sys/mount.h>
15823 #ifdef HAVE_SYS_VFS_H
15824 # include <sys/vfs.h>
15826 #ifdef HAVE_SYS_STATFS_H
15827 # include <sys/statfs.h>
15830 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
15832 cat >>confdefs.h
<<_ACEOF
15833 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
15838 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
15839 #ifdef HAVE_SYS_PARAM_H
15840 # include <sys/param.h>
15842 #ifdef HAVE_SYS_MOUNT_H
15843 # include <sys/mount.h>
15845 #ifdef HAVE_SYS_VFS_H
15846 # include <sys/vfs.h>
15848 #ifdef HAVE_SYS_STATFS_H
15849 # include <sys/statfs.h>
15852 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
15854 cat >>confdefs.h
<<_ACEOF
15855 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
15862 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
15863 #include <sys/statvfs.h>
15866 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
15868 cat >>confdefs.h
<<_ACEOF
15869 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
15876 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
15877 #include <dirent.h>
15880 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
15882 cat >>confdefs.h
<<_ACEOF
15883 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
15890 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
15891 #ifdef HAVE_SYS_SOCKET_H
15892 # include <sys/socket.h>
15894 #ifdef HAVE_SYS_UN_H
15895 # include <sys/un.h>
15898 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
15900 cat >>confdefs.h
<<_ACEOF
15901 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
15906 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
15907 #ifdef HAVE_SYS_SOCKET_H
15908 # include <sys/socket.h>
15910 #ifdef HAVE_SYS_UN_H
15911 # include <sys/un.h>
15914 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
15916 cat >>confdefs.h
<<_ACEOF
15917 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
15922 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
15923 #ifdef HAVE_SYS_SOCKET_H
15924 # include <sys/socket.h>
15926 #ifdef HAVE_SYS_UN_H
15927 # include <sys/un.h>
15930 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
15932 cat >>confdefs.h
<<_ACEOF
15933 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
15940 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
15941 #ifdef HAVE_SCSI_SG_H
15942 #include <scsi/sg.h>
15945 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
15947 cat >>confdefs.h
<<_ACEOF
15948 #define HAVE_SCSIREQ_T_CMD 1
15953 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>
15954 #ifdef HAVE_SCSI_SG_H
15955 #include <scsi/sg.h>
15958 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
15960 cat >>confdefs.h
<<_ACEOF
15961 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
15968 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
15970 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
15972 cat >>confdefs.h
<<_ACEOF
15973 #define HAVE_SIGINFO_T_SI_FD 1
15980 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
15981 #ifdef HAVE_SYS_MTIO_H
15982 #include <sys/mtio.h>
15985 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
15987 cat >>confdefs.h
<<_ACEOF
15988 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
15993 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
15994 #ifdef HAVE_SYS_MTIO_H
15995 #include <sys/mtio.h>
15998 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16000 cat >>confdefs.h
<<_ACEOF
16001 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16006 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16007 #ifdef HAVE_SYS_MTIO_H
16008 #include <sys/mtio.h>
16011 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16013 cat >>confdefs.h
<<_ACEOF
16014 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16021 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16022 #include <getopt.h>
16025 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16027 cat >>confdefs.h
<<_ACEOF
16028 #define HAVE_STRUCT_OPTION_NAME 1
16035 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16036 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16038 cat >>confdefs.h
<<_ACEOF
16039 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16044 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16045 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16047 cat >>confdefs.h
<<_ACEOF
16048 #define HAVE_STRUCT_STAT_ST_MTIM 1
16053 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16054 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16056 cat >>confdefs.h
<<_ACEOF
16057 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16062 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16063 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16065 cat >>confdefs.h
<<_ACEOF
16066 #define HAVE_STRUCT_STAT_ST_CTIM 1
16071 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16072 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16074 cat >>confdefs.h
<<_ACEOF
16075 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16080 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16081 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16083 cat >>confdefs.h
<<_ACEOF
16084 #define HAVE_STRUCT_STAT_ST_ATIM 1
16089 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16090 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16092 cat >>confdefs.h
<<_ACEOF
16093 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16098 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16099 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16101 cat >>confdefs.h
<<_ACEOF
16102 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16107 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16108 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16110 cat >>confdefs.h
<<_ACEOF
16111 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16116 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16117 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16119 cat >>confdefs.h
<<_ACEOF
16120 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16125 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16126 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16128 cat >>confdefs.h
<<_ACEOF
16129 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16134 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16135 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16137 cat >>confdefs.h
<<_ACEOF
16138 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16145 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
16146 #include <sys/types.h>
16148 #ifdef HAVE_NETINET_IN_H
16149 #include <netinet/in.h>
16152 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16154 cat >>confdefs.h
<<_ACEOF
16155 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16162 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16163 #include <resolv.h>
16166 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16168 cat >>confdefs.h
<<_ACEOF
16169 #define HAVE_STRUCT___RES_STATE 1
16176 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
16177 #include <resolv.h>
16180 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16182 cat >>confdefs.h
<<_ACEOF
16183 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16190 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16191 #include <sys/types.h>
16193 #ifdef HAVE_NETINET_IN_H
16194 # include <netinet/in.h>
16196 #ifdef HAVE_ARPA_NAMESER_H
16197 # include <arpa/nameser.h>
16200 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16202 cat >>confdefs.h
<<_ACEOF
16203 #define HAVE_NS_MSG__MSG_PTR 1
16210 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16211 #include <sys/types.h>
16213 #ifdef HAVE_NETINET_IP_H
16214 #include <netinet/ip.h>
16216 #ifdef HAVE_NETINET_IP_ICMP_H
16217 #include <netinet/ip_icmp.h>
16219 #ifdef HAVE_NETINET_ICMP_VAR_H
16220 #include <netinet/icmp_var.h>
16223 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16225 cat >>confdefs.h
<<_ACEOF
16226 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16233 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16234 #include <sys/types.h>
16236 #ifdef HAVE_ALIAS_H
16239 #ifdef HAVE_SYS_SOCKET_H
16240 #include <sys/socket.h>
16242 #ifdef HAVE_SYS_SOCKETVAR_H
16243 #include <sys/socketvar.h>
16245 #ifdef HAVE_SYS_TIMEOUT_H
16246 #include <sys/timeout.h>
16248 #ifdef HAVE_NETINET_IN_H
16249 #include <netinet/in.h>
16251 #ifdef HAVE_NETINET_IN_SYSTM_H
16252 #include <netinet/in_systm.h>
16254 #ifdef HAVE_NETINET_IP_H
16255 #include <netinet/ip.h>
16257 #ifdef HAVE_NETINET_IP_VAR_H
16258 #include <netinet/ip_var.h>
16260 #ifdef HAVE_NETINET_IP_ICMP_H
16261 #include <netinet/ip_icmp.h>
16263 #ifdef HAVE_NETINET_ICMP_VAR_H
16264 #include <netinet/icmp_var.h>
16267 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16269 cat >>confdefs.h
<<_ACEOF
16270 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16277 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16278 #include <sys/types.h>
16280 #ifdef HAVE_SYS_SOCKETVAR_H
16281 #include <sys/socketvar.h>
16283 #ifdef HAVE_NETINET_IN_H
16284 #include <netinet/in.h>
16286 #ifdef HAVE_NETINET_IP_VAR_H
16287 #include <netinet/ip_var.h>
16290 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16292 cat >>confdefs.h
<<_ACEOF
16293 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16300 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
16301 #include <netinet/ip_var.h>
16304 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16306 cat >>confdefs.h
<<_ACEOF
16307 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16314 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16315 #include <sys/types.h>
16317 #ifdef HAVE_SYS_SOCKETVAR_H
16318 #include <sys/socketvar.h>
16320 #ifdef HAVE_NETINET_IN_H
16321 #include <netinet/in.h>
16323 #ifdef HAVE_NETINET_TCP_H
16324 #include <netinet/tcp.h>
16326 #ifdef HAVE_NETINET_TCP_VAR_H
16327 #include <netinet/tcp_var.h>
16330 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16332 cat >>confdefs.h
<<_ACEOF
16333 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16340 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
16341 #include <netinet/tcp_var.h>
16344 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16346 cat >>confdefs.h
<<_ACEOF
16347 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16354 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16355 #include <sys/types.h>
16357 #ifdef HAVE_NETINET_IN_H
16358 #include <netinet/in.h>
16360 #ifdef HAVE_NETINET_IP_VAR_H
16361 #include <netinet/ip_var.h>
16363 #ifdef HAVE_NETINET_UDP_H
16364 #include <netinet/udp.h>
16366 #ifdef HAVE_NETINET_UDP_VAR_H
16367 #include <netinet/udp_var.h>
16370 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16372 cat >>confdefs.h
<<_ACEOF
16373 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16380 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16381 #include <sys/types.h>
16383 #ifdef HAVE_NET_IF_H
16384 # include <net/if.h>
16387 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16389 cat >>confdefs.h
<<_ACEOF
16390 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16398 $as_echo_n "checking for timezone variable... " >&6; }
16399 if ${ac_cv_have_timezone+:} false
; then :
16400 $as_echo_n "(cached) " >&6
16402 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16403 /* end confdefs.h. */
16413 if ac_fn_c_try_link
"$LINENO"; then :
16414 ac_cv_have_timezone
="yes"
16416 ac_cv_have_timezone
="no"
16418 rm -f core conftest.err conftest.
$ac_objext \
16419 conftest
$ac_exeext conftest.
$ac_ext
16421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16422 $as_echo "$ac_cv_have_timezone" >&6; }
16423 if test "$ac_cv_have_timezone" = "yes"
16426 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16430 $as_echo_n "checking for daylight variable... " >&6; }
16431 if ${ac_cv_have_daylight+:} false
; then :
16432 $as_echo_n "(cached) " >&6
16434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16435 /* end confdefs.h. */
16445 if ac_fn_c_try_link
"$LINENO"; then :
16446 ac_cv_have_daylight
="yes"
16448 ac_cv_have_daylight
="no"
16450 rm -f core conftest.err conftest.
$ac_objext \
16451 conftest
$ac_exeext conftest.
$ac_ext
16453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16454 $as_echo "$ac_cv_have_daylight" >&6; }
16455 if test "$ac_cv_have_daylight" = "yes"
16458 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16462 ac_save_LIBS
="$LIBS"
16464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16465 $as_echo_n "checking for isfinite... " >&6; }
16466 if ${ac_cv_have_isfinite+:} false
; then :
16467 $as_echo_n "(cached) " >&6
16469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16470 /* end confdefs.h. */
16471 #define _GNU_SOURCE
16476 float f = 0.0; return isfinite(f)
16481 if ac_fn_c_try_link
"$LINENO"; then :
16482 ac_cv_have_isfinite
="yes"
16484 ac_cv_have_isfinite
="no"
16486 rm -f core conftest.err conftest.
$ac_objext \
16487 conftest
$ac_exeext conftest.
$ac_ext
16489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16490 $as_echo "$ac_cv_have_isfinite" >&6; }
16491 if test "$ac_cv_have_isfinite" = "yes"
16494 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16499 $as_echo_n "checking for isinf... " >&6; }
16500 if ${ac_cv_have_isinf+:} false
; then :
16501 $as_echo_n "(cached) " >&6
16503 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16504 /* end confdefs.h. */
16509 float f = 0.0; return isinf(f)
16514 if ac_fn_c_try_link
"$LINENO"; then :
16515 ac_cv_have_isinf
="yes"
16517 ac_cv_have_isinf
="no"
16519 rm -f core conftest.err conftest.
$ac_objext \
16520 conftest
$ac_exeext conftest.
$ac_ext
16522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16523 $as_echo "$ac_cv_have_isinf" >&6; }
16524 if test "$ac_cv_have_isinf" = "yes"
16527 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16532 $as_echo_n "checking for isnan... " >&6; }
16533 if ${ac_cv_have_isnan+:} false
; then :
16534 $as_echo_n "(cached) " >&6
16536 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16537 /* end confdefs.h. */
16542 float f = 0.0; return isnan(f)
16547 if ac_fn_c_try_link
"$LINENO"; then :
16548 ac_cv_have_isnan
="yes"
16550 ac_cv_have_isnan
="no"
16552 rm -f core conftest.err conftest.
$ac_objext \
16553 conftest
$ac_exeext conftest.
$ac_ext
16555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16556 $as_echo "$ac_cv_have_isnan" >&6; }
16557 if test "$ac_cv_have_isnan" = "yes"
16560 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16589 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16590 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16591 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16592 cat >>confdefs.h
<<_ACEOF
16593 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16599 LIBS
="$ac_save_LIBS"
16601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16602 $as_echo_n "checking for __builtin_clz... " >&6; }
16603 if ${ac_cv_have___builtin_clz+:} false
; then :
16604 $as_echo_n "(cached) " >&6
16606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16607 /* end confdefs.h. */
16612 return __builtin_clz(1)
16617 if ac_fn_c_try_link
"$LINENO"; then :
16618 ac_cv_have___builtin_clz
="yes"
16620 ac_cv_have___builtin_clz
="no"
16622 rm -f core conftest.err conftest.
$ac_objext \
16623 conftest
$ac_exeext conftest.
$ac_ext
16625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16626 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16627 if test "$ac_cv_have___builtin_clz" = "yes"
16630 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16636 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16637 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16638 if ${ac_cv_cpp_def___i386__+:} false
; then :
16639 $as_echo_n "(cached) " >&6
16641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16642 /* end confdefs.h. */
16647 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16648 $EGREP "yes" >/dev
/null
2>&1; then :
16649 ac_cv_cpp_def___i386__
=yes
16651 ac_cv_cpp_def___i386__
=no
16656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16657 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16658 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
16659 CFLAGS
="$CFLAGS -D__i386__"
16660 LINTFLAGS
="$LINTFLAGS -D__i386__"
16662 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16663 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16664 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16665 $as_echo_n "(cached) " >&6
16667 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16668 /* end confdefs.h. */
16673 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16674 $EGREP "yes" >/dev
/null
2>&1; then :
16675 ac_cv_cpp_def___x86_64__
=yes
16677 ac_cv_cpp_def___x86_64__
=no
16682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16683 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16684 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
16685 CFLAGS
="$CFLAGS -D__x86_64__"
16686 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
16688 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16689 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16690 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
16691 $as_echo_n "(cached) " >&6
16693 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16694 /* end confdefs.h. */
16695 #ifndef __sparc64__
16699 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16700 $EGREP "yes" >/dev
/null
2>&1; then :
16701 ac_cv_cpp_def___sparc64__
=yes
16703 ac_cv_cpp_def___sparc64__
=no
16708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16709 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16710 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
16711 CFLAGS
="$CFLAGS -D__sparc64__"
16712 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
16714 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16715 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16716 if ${ac_cv_cpp_def___sparc__+:} false
; then :
16717 $as_echo_n "(cached) " >&6
16719 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16720 /* end confdefs.h. */
16725 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16726 $EGREP "yes" >/dev
/null
2>&1; then :
16727 ac_cv_cpp_def___sparc__
=yes
16729 ac_cv_cpp_def___sparc__
=no
16734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16735 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16736 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
16737 CFLAGS
="$CFLAGS -D__sparc__"
16738 LINTFLAGS
="$LINTFLAGS -D__sparc__"
16740 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16741 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16742 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
16743 $as_echo_n "(cached) " >&6
16745 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16746 /* end confdefs.h. */
16747 #ifndef __powerpc64__
16751 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16752 $EGREP "yes" >/dev
/null
2>&1; then :
16753 ac_cv_cpp_def___powerpc64__
=yes
16755 ac_cv_cpp_def___powerpc64__
=no
16760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16761 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16762 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
16763 CFLAGS
="$CFLAGS -D__powerpc64__"
16764 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
16766 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16767 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16768 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
16769 $as_echo_n "(cached) " >&6
16771 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16772 /* end confdefs.h. */
16773 #ifndef __powerpc__
16777 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16778 $EGREP "yes" >/dev
/null
2>&1; then :
16779 ac_cv_cpp_def___powerpc__
=yes
16781 ac_cv_cpp_def___powerpc__
=no
16786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16787 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16788 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
16789 CFLAGS
="$CFLAGS -D__powerpc__"
16790 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
16792 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16793 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16794 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
16795 $as_echo_n "(cached) " >&6
16797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16798 /* end confdefs.h. */
16799 #ifndef __aarch64__
16803 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16804 $EGREP "yes" >/dev
/null
2>&1; then :
16805 ac_cv_cpp_def___aarch64__
=yes
16807 ac_cv_cpp_def___aarch64__
=no
16812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
16813 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
16814 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
16815 CFLAGS
="$CFLAGS -D__aarch64__"
16816 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
16818 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
16819 $as_echo_n "checking whether we need to define __arm__... " >&6; }
16820 if ${ac_cv_cpp_def___arm__+:} false
; then :
16821 $as_echo_n "(cached) " >&6
16823 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16824 /* end confdefs.h. */
16829 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16830 $EGREP "yes" >/dev
/null
2>&1; then :
16831 ac_cv_cpp_def___arm__
=yes
16833 ac_cv_cpp_def___arm__
=no
16838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
16839 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
16840 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
16841 CFLAGS
="$CFLAGS -D__arm__"
16842 LINTFLAGS
="$LINTFLAGS -D__arm__"
16846 case $host_vendor in
16847 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
16848 $as_echo_n "checking whether we need to define __sun__... " >&6; }
16849 if ${ac_cv_cpp_def___sun__+:} false
; then :
16850 $as_echo_n "(cached) " >&6
16852 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16853 /* end confdefs.h. */
16858 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16859 $EGREP "yes" >/dev
/null
2>&1; then :
16860 ac_cv_cpp_def___sun__
=yes
16862 ac_cv_cpp_def___sun__
=no
16867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
16868 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
16869 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
16870 CFLAGS
="$CFLAGS -D__sun__"
16871 LINTFLAGS
="$LINTFLAGS -D__sun__"
16879 ac_config_commands
="$ac_config_commands include/stamp-h"
16881 $as_echo_n "creating Makefile rules..." >&6
16883 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
16884 SOCKET_LIBS = $SOCKET_LIBS
16885 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
16886 IOKIT_LIBS = $IOKIT_LIBS
16887 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
16888 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
16889 CORESERVICES_LIBS = $CORESERVICES_LIBS
16890 APPKIT_LIBS = $APPKIT_LIBS
16891 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
16892 SECURITY_LIBS = $SECURITY_LIBS
16893 COREAUDIO_LIBS = $COREAUDIO_LIBS
16894 OPENAL_LIBS = $OPENAL_LIBS
16895 OPENCL_LIBS = $OPENCL_LIBS
16896 QUICKTIME_LIBS = $QUICKTIME_LIBS
16897 CARBON_LIBS = $CARBON_LIBS
16898 PTHREAD_LIBS = $PTHREAD_LIBS
16899 X_CFLAGS = $X_CFLAGS
16900 X_PRE_LIBS = $X_PRE_LIBS
16902 X_EXTRA_LIBS = $X_EXTRA_LIBS
16903 XML2_CFLAGS = $XML2_CFLAGS
16904 XML2_LIBS = $XML2_LIBS
16905 XSLT_CFLAGS = $XSLT_CFLAGS
16906 XSLT_LIBS = $XSLT_LIBS
16907 DBUS_CFLAGS = $DBUS_CFLAGS
16908 DBUS_LIBS = $DBUS_LIBS
16909 HAL_CFLAGS = $HAL_CFLAGS
16910 HAL_LIBS = $HAL_LIBS
16911 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
16912 GNUTLS_LIBS = $GNUTLS_LIBS
16913 SANE_CFLAGS = $SANE_CFLAGS
16914 SANE_LIBS = $SANE_LIBS
16915 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
16916 GPHOTO2_LIBS = $GPHOTO2_LIBS
16917 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
16918 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
16919 RESOLV_LIBS = $RESOLV_LIBS
16920 LCMS2_CFLAGS = $LCMS2_CFLAGS
16921 LCMS2_LIBS = $LCMS2_LIBS
16922 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
16923 FREETYPE_LIBS = $FREETYPE_LIBS
16925 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
16926 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
16927 GSTREAMER_LIBS = $GSTREAMER_LIBS
16928 ALSA_LIBS = $ALSA_LIBS
16929 OSS4_CFLAGS = $OSS4_CFLAGS
16930 CAPI20_CFLAGS = $CAPI20_CFLAGS
16931 CAPI20_LIBS = $CAPI20_LIBS
16932 CUPS_CFLAGS = $CUPS_CFLAGS
16933 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
16934 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
16935 JPEG_CFLAGS = $JPEG_CFLAGS
16936 JPEG_LIBS = $JPEG_LIBS
16937 PNG_CFLAGS = $PNG_CFLAGS
16938 PNG_LIBS = $PNG_LIBS
16939 TIFF_CFLAGS = $TIFF_CFLAGS
16940 TIFF_LIBS = $TIFF_LIBS
16941 MPG123_CFLAGS = $MPG123_CFLAGS
16942 MPG123_LIBS = $MPG123_LIBS
16943 KSTAT_LIBS = $KSTAT_LIBS
16944 PROCSTAT_LIBS = $PROCSTAT_LIBS
16946 POLL_LIBS = $POLL_LIBS
16948 LDAP_LIBS = $LDAP_LIBS
16953 wine_fn_append_rule
"
16954 # Rules automatically generated by configure
16956 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
16961 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
16962 @./config.status Make.tmp Makefile"
16964 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
16965 .gitignore: config.status
16966 @./config.status .gitignore"
16968 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
16969 @echo \"crosstest is not supported (mingw not installed?)\" && false"
16971 if test "x$enable_fonts" != xno
; then
16972 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
16973 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
16974 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
16975 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
16976 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf
16978 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
16979 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
16980 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
16981 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
16982 ac_config_links
="$ac_config_links wine:tools/winewrapper"
16983 wine_fn_config_symlink wine
16984 if test "x$enable_win64" != xno
; then
16985 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
16986 wine_fn_config_symlink wine64
16989 wine_fn_config_dll acledit enable_acledit
16990 wine_fn_config_dll aclui enable_aclui implib
16991 wine_fn_config_dll activeds enable_activeds implib
16992 wine_fn_config_dll actxprxy enable_actxprxy clean
16993 wine_fn_config_lib adsiid
16994 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
16995 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
16996 wine_fn_config_dll advpack enable_advpack implib
16997 wine_fn_config_test dlls
/advpack
/tests advpack_test
16998 wine_fn_config_dll amstream enable_amstream clean
16999 wine_fn_config_test dlls
/amstream
/tests amstream_test
17000 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17001 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17002 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17003 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17004 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17005 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17006 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17007 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17008 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17009 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17010 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17011 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17012 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17013 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17014 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17015 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17016 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17017 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17018 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17019 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17020 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17021 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17022 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17023 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17024 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17025 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17026 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17027 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17028 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17029 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17030 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17031 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17032 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17033 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17034 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17035 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17036 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17037 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17038 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17039 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17040 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17041 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17042 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17043 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17044 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17045 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17046 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17047 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17048 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17049 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17050 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17051 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17052 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17053 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17054 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17055 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17056 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17057 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17058 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17059 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17060 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17061 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17062 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17063 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17064 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17065 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17066 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17067 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17068 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17069 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17070 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17071 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17072 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17073 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17074 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17075 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17076 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17077 wine_fn_config_dll apphelp enable_apphelp
17078 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17079 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17080 wine_fn_config_dll atl enable_atl clean
,implib
17081 wine_fn_config_test dlls
/atl
/tests atl_test
17082 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17083 wine_fn_config_test dlls
/atl100
/tests atl100_test
17084 wine_fn_config_dll atl110 enable_atl110 clean
17085 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17086 wine_fn_config_test dlls
/atl80
/tests atl80_test
17087 wine_fn_config_dll atl90 enable_atl90 clean
17088 wine_fn_config_dll authz enable_authz
17089 wine_fn_config_dll avicap32 enable_avicap32 implib
17090 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17091 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17092 wine_fn_config_dll avifile.dll16 enable_win16
17093 wine_fn_config_dll avrt enable_avrt implib
17094 wine_fn_config_dll bcrypt enable_bcrypt
17095 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17096 wine_fn_config_dll browseui enable_browseui clean
,po
17097 wine_fn_config_test dlls
/browseui
/tests browseui_test
17098 wine_fn_config_dll cabinet enable_cabinet implib
17099 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17100 wine_fn_config_dll capi2032 enable_capi2032 implib
17101 wine_fn_config_dll cards enable_cards implib
17102 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17103 wine_fn_config_dll clusapi enable_clusapi implib
17104 wine_fn_config_dll combase enable_combase
17105 wine_fn_config_test dlls
/combase
/tests combase_test
17106 wine_fn_config_dll comcat enable_comcat
17107 wine_fn_config_test dlls
/comcat
/tests comcat_test
17108 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17109 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17110 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17111 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17112 wine_fn_config_dll
comm.drv16 enable_win16
17113 wine_fn_config_dll commdlg.dll16 enable_win16
17114 wine_fn_config_dll compobj.dll16 enable_win16
17115 wine_fn_config_dll compstui enable_compstui implib
17116 wine_fn_config_dll comsvcs enable_comsvcs implib
17117 wine_fn_config_dll connect enable_connect
17118 wine_fn_config_dll credui enable_credui implib
,po
17119 wine_fn_config_test dlls
/credui
/tests credui_test
17120 wine_fn_config_dll crtdll enable_crtdll implib
17121 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17122 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17123 wine_fn_config_dll cryptdlg enable_cryptdlg po
17124 wine_fn_config_dll cryptdll enable_cryptdll implib
17125 wine_fn_config_dll cryptext enable_cryptext
17126 wine_fn_config_dll cryptnet enable_cryptnet implib
17127 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17128 wine_fn_config_dll cryptui enable_cryptui implib
,po
17129 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17130 wine_fn_config_dll ctapi32 enable_ctapi32
17131 wine_fn_config_dll ctl3d.dll16 enable_win16
17132 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17133 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17134 wine_fn_config_dll d2d1 enable_d2d1 implib
17135 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17136 wine_fn_config_dll d3d10 enable_d3d10 implib
17137 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17138 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17139 wine_fn_config_dll d3d10core enable_d3d10core implib
17140 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17141 wine_fn_config_dll d3d11 enable_d3d11
17142 wine_fn_config_dll d3d8 enable_d3d8 implib
17143 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17144 wine_fn_config_dll d3d9 enable_d3d9 implib
17145 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17146 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17147 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17148 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17149 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17150 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17151 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17152 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17153 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17154 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17155 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17156 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17157 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17158 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17159 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17160 wine_fn_config_dll d3dim enable_d3dim implib
17161 wine_fn_config_dll d3drm enable_d3drm implib
17162 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17163 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17164 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17165 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17166 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17167 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17168 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17169 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17170 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17171 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17172 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17173 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17174 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17175 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17176 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17177 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17178 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17179 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17180 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17181 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17182 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17183 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17184 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17185 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17186 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17187 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17188 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17189 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17190 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17191 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17192 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17193 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17194 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17195 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17196 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17197 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17198 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17199 wine_fn_config_dll dbgeng enable_dbgeng implib
17200 wine_fn_config_dll dbghelp enable_dbghelp implib
17201 wine_fn_config_dll dciman32 enable_dciman32 implib
17202 wine_fn_config_dll ddeml.dll16 enable_win16
17203 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17204 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17205 wine_fn_config_dll ddrawex enable_ddrawex clean
17206 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17207 wine_fn_config_dll devenum enable_devenum clean
,po
17208 wine_fn_config_test dlls
/devenum
/tests devenum_test
17209 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17210 wine_fn_config_dll difxapi enable_difxapi
17211 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17212 wine_fn_config_test dlls
/dinput
/tests dinput_test
17213 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17214 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17215 wine_fn_config_dll dispdib.dll16 enable_win16
17216 wine_fn_config_dll dispex enable_dispex clean
17217 wine_fn_config_test dlls
/dispex
/tests dispex_test
17218 wine_fn_config_dll display.drv16 enable_win16
17219 wine_fn_config_dll dmband enable_dmband clean
17220 wine_fn_config_test dlls
/dmband
/tests dmband_test
17221 wine_fn_config_dll dmcompos enable_dmcompos clean
17222 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17223 wine_fn_config_dll dmime enable_dmime clean
17224 wine_fn_config_test dlls
/dmime
/tests dmime_test
17225 wine_fn_config_dll dmloader enable_dmloader clean
17226 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17227 wine_fn_config_dll dmscript enable_dmscript clean
17228 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17229 wine_fn_config_dll dmstyle enable_dmstyle clean
17230 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17231 wine_fn_config_dll dmsynth enable_dmsynth clean
17232 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17233 wine_fn_config_dll dmusic enable_dmusic clean
17234 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17235 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17236 wine_fn_config_dll dnsapi enable_dnsapi implib
17237 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17238 wine_fn_config_dll dplay enable_dplay implib
17239 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17240 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17241 wine_fn_config_dll dpnaddr enable_dpnaddr
17242 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17243 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17244 wine_fn_config_dll dpnhpast enable_dpnhpast
17245 wine_fn_config_dll dpnlobby enable_dpnlobby
17246 wine_fn_config_dll dpvoice enable_dpvoice clean
17247 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17248 wine_fn_config_dll dpwsockx enable_dpwsockx
17249 wine_fn_config_dll drmclien enable_drmclien
17250 wine_fn_config_dll dsound enable_dsound clean
,implib
17251 wine_fn_config_test dlls
/dsound
/tests dsound_test
17252 wine_fn_config_dll dssenh enable_dssenh
17253 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17254 wine_fn_config_dll dswave enable_dswave clean
17255 wine_fn_config_test dlls
/dswave
/tests dswave_test
17256 wine_fn_config_dll dwmapi enable_dwmapi implib
17257 wine_fn_config_dll dwrite enable_dwrite implib
17258 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17259 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17260 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17261 wine_fn_config_lib dxerr8
17262 wine_fn_config_lib dxerr9
17263 wine_fn_config_dll dxgi enable_dxgi implib
17264 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17265 wine_fn_config_lib dxguid
17266 wine_fn_config_dll dxva2 enable_dxva2
17267 wine_fn_config_dll evr enable_evr
17268 wine_fn_config_dll explorerframe enable_explorerframe clean
17269 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17270 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17271 wine_fn_config_dll faultrep enable_faultrep implib
17272 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17273 wine_fn_config_dll fltlib enable_fltlib
17274 wine_fn_config_dll fntcache enable_fntcache
17275 wine_fn_config_dll fontsub enable_fontsub
17276 wine_fn_config_dll fusion enable_fusion
17277 wine_fn_config_test dlls
/fusion
/tests fusion_test
17278 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17279 wine_fn_config_dll gameux enable_gameux clean
17280 wine_fn_config_test dlls
/gameux
/tests gameux_test
17281 wine_fn_config_dll gdi.exe16 enable_win16
17282 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17283 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17284 wine_fn_config_dll gdiplus enable_gdiplus implib
17285 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17286 wine_fn_config_dll glu32 enable_glu32 implib
17287 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17288 wine_fn_config_dll gpkcsp enable_gpkcsp
17289 wine_fn_config_dll hal enable_hal
17290 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17291 wine_fn_config_dll hid enable_hid implib
17292 wine_fn_config_dll hlink enable_hlink clean
,implib
17293 wine_fn_config_test dlls
/hlink
/tests hlink_test
17294 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17295 wine_fn_config_dll httpapi enable_httpapi
17296 wine_fn_config_dll iccvid enable_iccvid po
17297 wine_fn_config_dll icmp enable_icmp
17298 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17299 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17300 wine_fn_config_dll ifsmgr.vxd enable_win16
17301 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17302 wine_fn_config_dll imagehlp enable_imagehlp implib
17303 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17304 wine_fn_config_dll imm.dll16 enable_win16
17305 wine_fn_config_dll imm32 enable_imm32 implib
17306 wine_fn_config_test dlls
/imm32
/tests imm32_test
17307 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17308 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17309 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17310 wine_fn_config_dll inetmib1 enable_inetmib1
17311 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17312 wine_fn_config_dll infosoft enable_infosoft clean
17313 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17314 wine_fn_config_dll initpki enable_initpki
17315 wine_fn_config_dll inkobj enable_inkobj
17316 wine_fn_config_dll inseng enable_inseng clean
17317 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17318 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17319 wine_fn_config_dll itircl enable_itircl
17320 wine_fn_config_dll itss enable_itss clean
17321 wine_fn_config_test dlls
/itss
/tests itss_test
17322 wine_fn_config_dll joy.cpl enable_joy_cpl po
17323 wine_fn_config_dll jscript enable_jscript clean
,po
17324 wine_fn_config_test dlls
/jscript
/tests jscript_test
17325 wine_fn_config_dll jsproxy enable_jsproxy implib
17326 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17327 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17328 wine_fn_config_dll keyboard.drv16 enable_win16
17329 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17330 wine_fn_config_dll ksuser enable_ksuser
17331 wine_fn_config_dll ktmw32 enable_ktmw32
17332 wine_fn_config_dll loadperf enable_loadperf implib
17333 wine_fn_config_dll localspl enable_localspl po
17334 wine_fn_config_test dlls
/localspl
/tests localspl_test
17335 wine_fn_config_dll localui enable_localui po
17336 wine_fn_config_test dlls
/localui
/tests localui_test
17337 wine_fn_config_dll lz32 enable_lz32 implib
17338 wine_fn_config_test dlls
/lz32
/tests lz32_test
17339 wine_fn_config_dll lzexpand.dll16 enable_win16
17340 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17341 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17342 wine_fn_config_dll mapistub enable_mapistub
17343 wine_fn_config_dll mciavi32 enable_mciavi32
17344 wine_fn_config_dll mcicda enable_mcicda
17345 wine_fn_config_dll mciqtz32 enable_mciqtz32
17346 wine_fn_config_dll mciseq enable_mciseq
17347 wine_fn_config_dll mciwave enable_mciwave
17348 wine_fn_config_dll mf enable_mf
17349 wine_fn_config_dll mfplat enable_mfplat
17350 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17351 wine_fn_config_dll mgmtapi enable_mgmtapi
17352 wine_fn_config_dll midimap enable_midimap
17353 wine_fn_config_dll mlang enable_mlang clean
,implib
17354 wine_fn_config_test dlls
/mlang
/tests mlang_test
17355 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17356 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17357 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17358 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17359 wine_fn_config_dll mmdevldr.vxd enable_win16
17360 wine_fn_config_dll mmsystem.dll16 enable_win16
17361 wine_fn_config_dll monodebg.vxd enable_win16
17362 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17363 wine_fn_config_dll mouse.drv16 enable_win16
17364 wine_fn_config_dll mpr enable_mpr implib
,po
17365 wine_fn_config_test dlls
/mpr
/tests mpr_test
17366 wine_fn_config_dll mprapi enable_mprapi implib
17367 wine_fn_config_dll msacm.dll16 enable_win16
17368 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17369 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17370 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17371 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17372 wine_fn_config_dll msasn1 enable_msasn1 implib
17373 wine_fn_config_dll mscat32 enable_mscat32
17374 wine_fn_config_dll mscms enable_mscms implib
17375 wine_fn_config_test dlls
/mscms
/tests mscms_test
17376 wine_fn_config_dll mscoree enable_mscoree clean
17377 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17378 wine_fn_config_dll msctf enable_msctf clean
17379 wine_fn_config_test dlls
/msctf
/tests msctf_test
17380 wine_fn_config_dll msctfp enable_msctfp clean
17381 wine_fn_config_dll msdaps enable_msdaps clean
17382 wine_fn_config_dll msdmo enable_msdmo implib
17383 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17384 wine_fn_config_dll msftedit enable_msftedit
17385 wine_fn_config_dll msg711.acm enable_msg711_acm
17386 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17387 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17388 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17389 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17390 wine_fn_config_dll msi enable_msi clean
,implib
,po
17391 wine_fn_config_test dlls
/msi
/tests msi_test
17392 wine_fn_config_dll msident enable_msident clean
17393 wine_fn_config_dll msimg32 enable_msimg32 implib
17394 wine_fn_config_dll msimsg enable_msimsg
17395 wine_fn_config_dll msimtf enable_msimtf clean
17396 wine_fn_config_dll msisip enable_msisip
17397 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17398 wine_fn_config_dll msls31 enable_msls31
17399 wine_fn_config_dll msnet32 enable_msnet32
17400 wine_fn_config_dll mspatcha enable_mspatcha implib
17401 wine_fn_config_dll msrle32 enable_msrle32 po
17402 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17403 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17404 wine_fn_config_dll mssign32 enable_mssign32
17405 wine_fn_config_dll mssip32 enable_mssip32
17406 wine_fn_config_dll mstask enable_mstask clean
17407 wine_fn_config_test dlls
/mstask
/tests mstask_test
17408 wine_fn_config_dll msvcirt enable_msvcirt
17409 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17410 wine_fn_config_dll msvcm80 enable_msvcm80
17411 wine_fn_config_dll msvcm90 enable_msvcm90
17412 wine_fn_config_dll msvcp100 enable_msvcp100
17413 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17414 wine_fn_config_dll msvcp110 enable_msvcp110
17415 wine_fn_config_dll msvcp120 enable_msvcp120
17416 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17417 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17418 wine_fn_config_dll msvcp60 enable_msvcp60
17419 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17420 wine_fn_config_dll msvcp70 enable_msvcp70
17421 wine_fn_config_dll msvcp71 enable_msvcp71
17422 wine_fn_config_dll msvcp80 enable_msvcp80
17423 wine_fn_config_dll msvcp90 enable_msvcp90
17424 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17425 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17426 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17427 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17428 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17429 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17430 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17431 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17432 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17433 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17434 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17435 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17436 wine_fn_config_dll msvcrt enable_msvcrt implib
17437 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17438 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17439 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17440 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17441 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17442 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17443 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17444 wine_fn_config_dll msvidc32 enable_msvidc32 po
17445 wine_fn_config_dll msvideo.dll16 enable_win16
17446 wine_fn_config_dll mswsock enable_mswsock implib
17447 wine_fn_config_dll msxml enable_msxml clean
17448 wine_fn_config_dll msxml2 enable_msxml2 clean
17449 wine_fn_config_dll msxml3 enable_msxml3 clean
17450 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17451 wine_fn_config_dll msxml4 enable_msxml4 clean
17452 wine_fn_config_dll msxml6 enable_msxml6 clean
17453 wine_fn_config_dll nddeapi enable_nddeapi implib
17454 wine_fn_config_dll ndis.sys enable_ndis_sys
17455 wine_fn_config_dll netapi32 enable_netapi32 implib
17456 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17457 wine_fn_config_dll netcfgx enable_netcfgx clean
17458 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17459 wine_fn_config_dll netprofm enable_netprofm clean
17460 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17461 wine_fn_config_dll newdev enable_newdev implib
17462 wine_fn_config_dll normaliz enable_normaliz implib
17463 wine_fn_config_dll npmshtml enable_npmshtml
17464 wine_fn_config_dll npptools enable_npptools
17465 wine_fn_config_dll ntdll enable_ntdll implib
17466 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17467 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17468 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17469 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17470 wine_fn_config_dll ntprint enable_ntprint
17471 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17472 wine_fn_config_dll objsel enable_objsel clean
17473 wine_fn_config_dll odbc32 enable_odbc32 implib
17474 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17475 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17476 wine_fn_config_dll odbccu32 enable_odbccu32
17477 wine_fn_config_dll ole2.dll16 enable_win16
17478 wine_fn_config_dll ole2conv.dll16 enable_win16
17479 wine_fn_config_dll ole2disp.dll16 enable_win16
17480 wine_fn_config_dll ole2nls.dll16 enable_win16
17481 wine_fn_config_dll ole2prox.dll16 enable_win16
17482 wine_fn_config_dll ole2thk.dll16 enable_win16
17483 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17484 wine_fn_config_test dlls
/ole32
/tests ole32_test
17485 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17486 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17487 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17488 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17489 wine_fn_config_dll olecli.dll16 enable_win16
17490 wine_fn_config_dll olecli32 enable_olecli32 implib
17491 wine_fn_config_dll oledb32 enable_oledb32 clean
17492 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17493 wine_fn_config_dll oledlg enable_oledlg implib
,po
17494 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17495 wine_fn_config_dll olepro32 enable_olepro32 implib
17496 wine_fn_config_dll olesvr.dll16 enable_win16
17497 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17498 wine_fn_config_dll olethk32 enable_olethk32
17499 wine_fn_config_dll openal32 enable_openal32
17500 wine_fn_config_dll opencl enable_opencl
17501 wine_fn_config_dll opengl32 enable_opengl32 implib
17502 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17503 wine_fn_config_dll packager enable_packager clean
17504 wine_fn_config_test dlls
/packager
/tests packager_test
17505 wine_fn_config_dll pdh enable_pdh implib
17506 wine_fn_config_test dlls
/pdh
/tests pdh_test
17507 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17508 wine_fn_config_dll pidgen enable_pidgen
17509 wine_fn_config_dll powrprof enable_powrprof implib
17510 wine_fn_config_dll printui enable_printui
17511 wine_fn_config_dll prntvpt enable_prntvpt
17512 wine_fn_config_dll propsys enable_propsys clean
,implib
17513 wine_fn_config_test dlls
/propsys
/tests propsys_test
17514 wine_fn_config_dll psapi enable_psapi implib
17515 wine_fn_config_test dlls
/psapi
/tests psapi_test
17516 wine_fn_config_dll pstorec enable_pstorec clean
17517 wine_fn_config_dll qcap enable_qcap
17518 wine_fn_config_test dlls
/qcap
/tests qcap_test
17519 wine_fn_config_dll qedit enable_qedit clean
17520 wine_fn_config_test dlls
/qedit
/tests qedit_test
17521 wine_fn_config_dll qmgr enable_qmgr clean
17522 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17523 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17524 wine_fn_config_dll quartz enable_quartz clean
,implib
17525 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17526 wine_fn_config_dll query enable_query
17527 wine_fn_config_dll rasapi16.dll16 enable_win16
17528 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17529 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17530 wine_fn_config_dll rasdlg enable_rasdlg implib
17531 wine_fn_config_dll regapi enable_regapi
17532 wine_fn_config_dll resutils enable_resutils implib
17533 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17534 wine_fn_config_test dlls
/riched20
/tests riched20_test
17535 wine_fn_config_dll riched32 enable_riched32
17536 wine_fn_config_test dlls
/riched32
/tests riched32_test
17537 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17538 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17539 wine_fn_config_dll rsabase enable_rsabase
17540 wine_fn_config_dll rsaenh enable_rsaenh implib
17541 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17542 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17543 wine_fn_config_dll rtutils enable_rtutils implib
17544 wine_fn_config_dll samlib enable_samlib
17545 wine_fn_config_dll sane.ds enable_sane_ds po
17546 wine_fn_config_dll scarddlg enable_scarddlg
17547 wine_fn_config_dll sccbase enable_sccbase
17548 wine_fn_config_dll schannel enable_schannel
17549 wine_fn_config_test dlls
/schannel
/tests schannel_test
17550 wine_fn_config_dll schedsvc enable_schedsvc clean
17551 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17552 wine_fn_config_dll scrrun enable_scrrun clean
17553 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17554 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17555 wine_fn_config_dll secur32 enable_secur32 implib
17556 wine_fn_config_test dlls
/secur32
/tests secur32_test
17557 wine_fn_config_dll security enable_security
17558 wine_fn_config_dll sensapi enable_sensapi implib
17559 wine_fn_config_dll serialui enable_serialui implib
,po
17560 wine_fn_config_test dlls
/serialui
/tests serialui_test
17561 wine_fn_config_dll setupapi enable_setupapi implib
,po
17562 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17563 wine_fn_config_dll setupx.dll16 enable_win16
17564 wine_fn_config_dll sfc enable_sfc implib
17565 wine_fn_config_dll sfc_os enable_sfc_os implib
17566 wine_fn_config_dll shdoclc enable_shdoclc po
17567 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17568 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17569 wine_fn_config_dll shell.dll16 enable_win16
17570 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17571 wine_fn_config_test dlls
/shell32
/tests shell32_test
17572 wine_fn_config_dll shfolder enable_shfolder implib
17573 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17574 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17575 wine_fn_config_dll slbcsp enable_slbcsp
17576 wine_fn_config_dll slc enable_slc implib
17577 wine_fn_config_test dlls
/slc
/tests slc_test
17578 wine_fn_config_dll snmpapi enable_snmpapi implib
17579 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17580 wine_fn_config_dll softpub enable_softpub
17581 wine_fn_config_dll sound.drv16 enable_win16
17582 wine_fn_config_dll spoolss enable_spoolss implib
17583 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17584 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17585 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17586 wine_fn_config_dll sti enable_sti clean
,implib
17587 wine_fn_config_test dlls
/sti
/tests sti_test
17588 wine_fn_config_dll storage.dll16 enable_win16
17589 wine_fn_config_dll stress.dll16 enable_win16
17590 wine_fn_config_lib strmbase
17591 wine_fn_config_lib strmiids
17592 wine_fn_config_dll svrapi enable_svrapi
17593 wine_fn_config_dll sxs enable_sxs implib
17594 wine_fn_config_test dlls
/sxs
/tests sxs_test
17595 wine_fn_config_dll system.drv16 enable_win16
17596 wine_fn_config_dll t2embed enable_t2embed
17597 wine_fn_config_dll tapi32 enable_tapi32 implib
17598 wine_fn_config_dll taskschd enable_taskschd clean
17599 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17600 wine_fn_config_dll toolhelp.dll16 enable_win16
17601 wine_fn_config_dll traffic enable_traffic
17602 wine_fn_config_dll twain.dll16 enable_win16
17603 wine_fn_config_dll twain_32 enable_twain_32
17604 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17605 wine_fn_config_dll typelib.dll16 enable_win16
17606 wine_fn_config_dll unicows enable_unicows implib
17607 wine_fn_config_dll updspapi enable_updspapi
17608 wine_fn_config_dll url enable_url implib
17609 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17610 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17611 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17612 wine_fn_config_dll user.exe16 enable_win16
17613 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17614 wine_fn_config_test dlls
/user32
/tests user32_test
17615 wine_fn_config_dll userenv enable_userenv implib
17616 wine_fn_config_test dlls
/userenv
/tests userenv_test
17617 wine_fn_config_dll usp10 enable_usp10 implib
17618 wine_fn_config_test dlls
/usp10
/tests usp10_test
17619 wine_fn_config_lib uuid
17620 wine_fn_config_dll uxtheme enable_uxtheme implib
17621 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17622 wine_fn_config_dll vbscript enable_vbscript clean
17623 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17624 wine_fn_config_dll vcomp enable_vcomp
17625 wine_fn_config_dll vcomp100 enable_vcomp100
17626 wine_fn_config_dll vcomp90 enable_vcomp90
17627 wine_fn_config_dll vdhcp.vxd enable_win16
17628 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17629 wine_fn_config_dll ver.dll16 enable_win16
17630 wine_fn_config_dll version enable_version implib
17631 wine_fn_config_test dlls
/version
/tests version_test
17632 wine_fn_config_dll vmm.vxd enable_win16
17633 wine_fn_config_dll vnbt.vxd enable_win16
17634 wine_fn_config_dll vnetbios.vxd enable_win16
17635 wine_fn_config_dll vssapi enable_vssapi
17636 wine_fn_config_dll vtdapi.vxd enable_win16
17637 wine_fn_config_dll vwin32.vxd enable_win16
17638 wine_fn_config_dll w32skrnl enable_win16
17639 wine_fn_config_dll w32sys.dll16 enable_win16
17640 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17641 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
17642 wine_fn_config_dll wbemprox enable_wbemprox clean
17643 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17644 wine_fn_config_dll webservices enable_webservices implib
17645 wine_fn_config_dll wer enable_wer implib
17646 wine_fn_config_test dlls
/wer
/tests wer_test
17647 wine_fn_config_dll wevtapi enable_wevtapi
17648 wine_fn_config_dll wiaservc enable_wiaservc clean
17649 wine_fn_config_dll win32s16.dll16 enable_win16
17650 wine_fn_config_dll win87em.dll16 enable_win16
17651 wine_fn_config_dll winaspi.dll16 enable_win16
17652 wine_fn_config_dll windebug.dll16 enable_win16
17653 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17654 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17655 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17656 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17657 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17658 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17659 wine_fn_config_lib winecrt0
17660 wine_fn_config_dll wined3d enable_wined3d implib
17661 wine_fn_config_dll winegstreamer enable_winegstreamer
17662 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17663 wine_fn_config_dll winemac.drv enable_winemac_drv
17664 wine_fn_config_dll winemapi enable_winemapi
17665 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17666 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17667 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17668 wine_fn_config_dll wineps16.drv16 enable_win16
17669 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17670 wine_fn_config_dll winex11.drv enable_winex11_drv
17671 wine_fn_config_dll wing.dll16 enable_win16
17672 wine_fn_config_dll wing32 enable_wing32
17673 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17674 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17675 wine_fn_config_dll wininet enable_wininet implib
,po
17676 wine_fn_config_test dlls
/wininet
/tests wininet_test
17677 wine_fn_config_dll winmm enable_winmm implib
,po
17678 wine_fn_config_test dlls
/winmm
/tests winmm_test
17679 wine_fn_config_dll winnls.dll16 enable_win16
17680 wine_fn_config_dll winnls32 enable_winnls32 implib
17681 wine_fn_config_dll winscard enable_winscard implib
17682 wine_fn_config_dll winsock.dll16 enable_win16
17683 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17684 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17685 wine_fn_config_dll winsta enable_winsta
17686 wine_fn_config_dll wintab.dll16 enable_win16
17687 wine_fn_config_dll wintab32 enable_wintab32 implib
17688 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17689 wine_fn_config_dll wintrust enable_wintrust implib
17690 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17691 wine_fn_config_dll wlanapi enable_wlanapi
17692 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
17693 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
17694 wine_fn_config_dll wmi enable_wmi
17695 wine_fn_config_dll wmiutils enable_wmiutils clean
17696 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
17697 wine_fn_config_dll wmp enable_wmp clean
17698 wine_fn_config_test dlls
/wmp
/tests wmp_test
17699 wine_fn_config_dll wmvcore enable_wmvcore
17700 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17701 wine_fn_config_dll wow32 enable_win16 implib
17702 wine_fn_config_dll wpcap enable_wpcap
17703 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17704 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
17705 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17706 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
17707 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17708 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
17709 wine_fn_config_dll wsock32 enable_wsock32 implib
17710 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17711 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
17712 wine_fn_config_dll wuapi enable_wuapi clean
17713 wine_fn_config_dll wuaueng enable_wuaueng
17714 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
17715 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
17716 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
17717 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
17718 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
17719 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
17720 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
17721 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17722 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
17723 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
17724 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
17725 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
17726 wine_fn_config_dll xinput1_1 enable_xinput1_1
17727 wine_fn_config_dll xinput1_2 enable_xinput1_2
17728 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17729 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
17730 wine_fn_config_dll xinput1_4 enable_xinput1_4
17731 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17732 wine_fn_config_dll xmllite enable_xmllite implib
17733 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
17734 wine_fn_config_dll xolehlp enable_xolehlp
17735 wine_fn_config_dll xpsprint enable_xpsprint
17736 wine_fn_config_dll xpssvcs enable_xpssvcs
17737 wine_fn_config_makefile documentation enable_documentation clean
17738 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
17739 wine_fn_config_makefile include enable_include clean
,install-dev
17740 wine_fn_config_makefile libs
/port enable_libs_port
17741 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,install-dev
,install-lib
17742 wine_fn_config_makefile libs
/wpp enable_libs_wpp
17743 wine_fn_config_makefile loader enable_loader clean
,install-lib
,manpage
17744 wine_fn_config_program arp enable_arp
install
17745 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
17746 wine_fn_config_program attrib enable_attrib
install,po
17747 wine_fn_config_program cabarc enable_cabarc
install
17748 wine_fn_config_program cacls enable_cacls
install
17749 wine_fn_config_program
clock enable_clock
install,po
17750 wine_fn_config_program cmd enable_cmd
install,po
17751 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
17752 wine_fn_config_program conhost enable_conhost
install
17753 wine_fn_config_program control enable_control
install
17754 wine_fn_config_program cscript enable_cscript clean
,install
17755 wine_fn_config_program dpnsvr enable_dpnsvr
install
17756 wine_fn_config_program dxdiag enable_dxdiag
install,po
17757 wine_fn_config_program eject enable_eject
install
17758 wine_fn_config_program
expand enable_expand
install
17759 wine_fn_config_program explorer enable_explorer
install,po
17760 wine_fn_config_program extrac32 enable_extrac32
install
17761 wine_fn_config_program findstr enable_findstr
install
17762 wine_fn_config_program hh enable_hh
install
17763 wine_fn_config_program hostname enable_hostname
install,po
17764 wine_fn_config_program icinfo enable_icinfo
install
17765 wine_fn_config_program iexplore enable_iexplore
install
17766 wine_fn_config_program ipconfig enable_ipconfig
install,po
17767 wine_fn_config_program lodctr enable_lodctr
install
17768 wine_fn_config_program mofcomp enable_mofcomp
install
17769 wine_fn_config_program mshta enable_mshta
install
17770 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
17771 wine_fn_config_program net enable_net
install,po
17772 wine_fn_config_program netsh enable_netsh
install
17773 wine_fn_config_program netstat enable_netstat
install,po
17774 wine_fn_config_program ngen enable_ngen
install
17775 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
17776 wine_fn_config_program oleview enable_oleview
install,po
17777 wine_fn_config_program
ping enable_ping
install
17778 wine_fn_config_program plugplay enable_plugplay
install
17779 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
17780 wine_fn_config_program progman enable_progman
install,po
17781 wine_fn_config_program reg enable_reg
install,po
17782 wine_fn_config_test programs
/reg
/tests reg.exe_test
17783 wine_fn_config_program regasm enable_regasm
install
17784 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
17785 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
17786 wine_fn_config_program regsvcs enable_regsvcs
install
17787 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
17788 wine_fn_config_program rpcss enable_rpcss clean
,install
17789 wine_fn_config_program rundll.exe16 enable_win16
install
17790 wine_fn_config_program rundll32 enable_rundll32
install
17791 wine_fn_config_program sc enable_sc
install
17792 wine_fn_config_program schtasks enable_schtasks
install
17793 wine_fn_config_program sdbinst enable_sdbinst
install
17794 wine_fn_config_program secedit enable_secedit
install
17795 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
17796 wine_fn_config_program services enable_services clean
,install
17797 wine_fn_config_test programs
/services
/tests services.exe_test
17798 wine_fn_config_program spoolsv enable_spoolsv
install
17799 wine_fn_config_program start enable_start
install,po
17800 wine_fn_config_program svchost enable_svchost
install
17801 wine_fn_config_program systeminfo enable_systeminfo
install
17802 wine_fn_config_program taskkill enable_taskkill
install,po
17803 wine_fn_config_program tasklist enable_tasklist
install
17804 wine_fn_config_program taskmgr enable_taskmgr
install,po
17805 wine_fn_config_program termsv enable_termsv
install
17806 wine_fn_config_program uninstaller enable_uninstaller
install,po
17807 wine_fn_config_program unlodctr enable_unlodctr
install
17808 wine_fn_config_program view enable_view
install,po
17809 wine_fn_config_program wevtutil enable_wevtutil
install
17810 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
17811 wine_fn_config_program winebrowser enable_winebrowser
install
17812 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
17813 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
17814 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
17815 wine_fn_config_program winedevice enable_winedevice
install
17816 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
17817 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
17818 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
17819 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
17820 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
17821 wine_fn_config_program winetest enable_winetest clean
17822 wine_fn_config_program winevdm enable_win16
install
17823 wine_fn_config_program winhelp.exe16 enable_win16
install
17824 wine_fn_config_program winhlp32 enable_winhlp32
install,po
17825 wine_fn_config_program winoldap.mod16 enable_win16
install
17826 wine_fn_config_program winver enable_winver
install
17827 wine_fn_config_program wmic enable_wmic
install,po
17828 wine_fn_config_program wordpad enable_wordpad
install,po
17829 wine_fn_config_program
write enable_write
install,po
17830 wine_fn_config_program wscript enable_wscript clean
,install
17831 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
17832 wine_fn_config_program wusa enable_wusa
install
17833 wine_fn_config_program xcopy enable_xcopy
install,po
17834 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
17835 wine_fn_config_makefile server enable_server clean
,install-lib
,manpage
17836 wine_fn_config_tool tools clean
,install-dev
,install-lib
,manpage
17837 wine_fn_config_tool tools
/sfnt2fon clean
17838 wine_fn_config_tool tools
/widl clean
,install-dev
,manpage
17839 wine_fn_config_tool tools
/winebuild clean
,install-dev
,manpage
17840 wine_fn_config_tool tools
/winedump clean
,install-dev
,manpage
17841 wine_fn_config_tool tools
/winegcc clean
,install-dev
,manpage
17842 wine_fn_config_tool tools
/wmc clean
,install-dev
,manpage
17843 wine_fn_config_tool tools
/wrc clean
,install-dev
,manpage
17895 wine_fn_ignore_file
".gitignore"
17896 wine_fn_ignore_file
"Makefile"
17897 wine_fn_ignore_file
"TAGS"
17898 wine_fn_ignore_file
"tags"
17899 wine_fn_ignore_file
"autom4te.cache"
17900 wine_fn_ignore_file
"config.cache"
17901 wine_fn_ignore_file
"config.log"
17902 wine_fn_ignore_file
"config.status"
17903 wine_fn_ignore_file
"configure.lineno"
17904 wine_fn_ignore_file
"include/config.h"
17905 wine_fn_ignore_file
"include/stamp-h"
17906 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
17908 if test "x$enable_tools" != xno
17910 wine_fn_ignore_file
"tools/makedep$ac_exeext"
17911 ac_config_commands
="$ac_config_commands tools/makedep"
17915 ac_config_commands
="$ac_config_commands Makefile"
17918 ac_config_files
="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
17922 if test "x$enable_maintainer_mode" = xyes
17924 wine_fn_append_rule
"configure: configure.ac aclocal.m4
17925 autoconf --warnings=all
17926 include/config.h.in: include/stamp-h.in
17927 include/stamp-h.in: configure.ac aclocal.m4
17928 autoheader --warnings=all
17929 @echo timestamp > \$@"
17932 if test "x$with_gettextpo" = xyes
17934 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
17935 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
17936 \$(LINGUAS:%=po/%.po): po/wine.pot
17937 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
17938 po/wine.pot: \$(ALL_POT_FILES)
17939 msgcat -o \$@ \$(ALL_POT_FILES)"
17942 if test "$MSGFMT" != false
17944 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
17946 \$(RM) \$(LINGUAS:%=po/%.mo)"
17949 test "$srcdir" = . || posrc
="$srcdir/po"
17952 wine_fn_ignore_file
"po/$i.mo"
17953 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
17954 \$(MSGFMT) -o \$@ $posrc/$i.po"
17960 if test "x$enable_tools" != xno
17962 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
17963 @./config.status tools/makedep
17964 Makefile: tools/makedep$ac_exeext
17966 \$(RM) tools/makedep$ac_exeext"
17968 wine_fn_append_rule
"\$(MAKEDEP):
17969 @echo \"You need to run make in $TOOLSDIR first\" && false"
17972 if test -n "$with_wine64"
17974 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
17975 fonts server tools:
17976 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
17977 $with_wine64/loader/wine:
17978 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
17979 $with_wine64/loader/wine-preloader:
17980 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
17982 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
17984 as_fn_append LOADER_RULES
"
17985 install install-lib:: wine.inf install-man-pages
17986 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
17987 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
17990 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
17994 if test "$srcdir" = .
17996 ac_config_commands
="$ac_config_commands .gitignore"
18000 $as_echo " done" >&6
18001 cat >confcache
<<\_ACEOF
18002 # This file is a shell script that caches the results of configure
18003 # tests run on this system so they can be shared between configure
18004 # scripts and configure runs, see configure's option --config-cache.
18005 # It is not useful on other systems. If it contains results you don't
18006 # want to keep, you may remove or edit it.
18008 # config.status only pays attention to the cache file if you give it
18009 # the --recheck option to rerun configure.
18011 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18012 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18013 # following values.
18017 # The following way of writing the cache mishandles newlines in values,
18018 # but we know of no workaround that is simple, portable, and efficient.
18019 # So, we kill variables containing newlines.
18020 # Ultrix sh set writes to stderr and can't be redirected directly,
18021 # and sets the high bit in the cache file unless we assign to the vars.
18023 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18024 eval ac_val
=\$
$ac_var
18028 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18029 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18032 _ | IFS | as_nl
) ;; #(
18033 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18034 *) { eval $ac_var=; unset $ac_var;} ;;
18040 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18041 *${as_nl}ac_space
=\
*)
18042 # `set' does not quote correctly, so add quotes: double-quote
18043 # substitution turns \\\\ into \\, and sed turns \\ into \.
18046 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18049 # `set' quotes correctly as required by POSIX, so do not add quotes.
18050 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18059 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18061 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18063 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18064 if test -w "$cache_file"; then
18065 if test "x$cache_file" != "x/dev/null"; then
18066 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18067 $as_echo "$as_me: updating cache $cache_file" >&6;}
18068 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18069 cat confcache
>"$cache_file"
18071 case $cache_file in #(
18073 mv -f confcache
"$cache_file"$$
&&
18074 mv -f "$cache_file"$$
"$cache_file" ;; #(
18076 mv -f confcache
"$cache_file" ;;
18081 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18082 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18087 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18088 # Let make expand exec_prefix.
18089 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18091 DEFS
=-DHAVE_CONFIG_H
18096 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18097 # 1. Remove the extension, and $U if already installed.
18098 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18099 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18100 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18101 # will be set to the directory where LIBOBJS objects are built.
18102 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18103 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18105 LIBOBJS
=$ac_libobjs
18107 LTLIBOBJS
=$ac_ltlibobjs
18111 : "${CONFIG_STATUS=./config.status}"
18113 ac_clean_files_save
=$ac_clean_files
18114 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18115 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18116 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18118 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18120 # Generated by $as_me.
18121 # Run this file to recreate the current configuration.
18122 # Compiler output produced by configure, useful for debugging
18123 # configure, is in config.log if it exists.
18126 ac_cs_recheck=false
18129 SHELL=\${CONFIG_SHELL-$SHELL}
18132 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18133 ## -------------------- ##
18134 ## M4sh Initialization. ##
18135 ## -------------------- ##
18137 # Be more Bourne compatible
18138 DUALCASE
=1; export DUALCASE
# for MKS sh
18139 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18142 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18143 # is contrary to our usage. Disable this feature.
18144 alias -g '${1+"$@"}'='"$@"'
18145 setopt NO_GLOB_SUBST
18147 case `(set -o) 2>/dev/null` in #(
18159 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18160 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18161 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18162 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18163 # Prefer a ksh shell builtin over an external printf program on Solaris,
18164 # but without wasting forks for bash or zsh.
18165 if test -z "$BASH_VERSION$ZSH_VERSION" \
18166 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18167 as_echo='print
-r --'
18168 as_echo_n='print
-rn --'
18169 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18170 as_echo='printf %s
\n'
18171 as_echo_n='printf %s
'
18173 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18174 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18175 as_echo_n='/usr
/ucb
/echo -n'
18177 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18178 as_echo_n_body='eval
18182 expr "X$arg" : "X\\(.*\\)$as_nl";
18183 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18185 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18187 export as_echo_n_body
18188 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18190 export as_echo_body
18191 as_echo='sh
-c $as_echo_body as_echo
'
18194 # The user is always right.
18195 if test "${PATH_SEPARATOR+set}" != set; then
18197 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18198 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18205 # We need space, tab and new line, in precisely that order. Quoting is
18206 # there to prevent editors from complaining about space-tab.
18207 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18208 # splitting by setting IFS to empty value.)
18211 # Find who we are. Look in the path if we contain no directory separator.
18214 *[\\/]* ) as_myself=$0 ;;
18215 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18216 for as_dir in $PATH
18219 test -z "$as_dir" && as_dir=.
18220 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18226 # We did not find ourselves, most probably we were run as `sh COMMAND'
18227 # in which case we are not to be found in the path.
18228 if test "x$as_myself" = x
; then
18231 if test ! -f "$as_myself"; then
18232 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18236 # Unset variables that we do not need and which cause bugs (e.g. in
18237 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18238 # suppresses any "Segmentation fault" message there. '((' could
18239 # trigger a bug in pdksh 5.2.14.
18240 for as_var
in BASH_ENV ENV MAIL MAILPATH
18241 do eval test x\
${$as_var+set} = xset \
18242 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18255 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18258 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18259 # ----------------------------------------
18260 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18261 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18262 # script with STATUS, using 1 if that was 0.
18265 as_status
=$1; test $as_status -eq 0 && as_status
=1
18267 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18268 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18270 $as_echo "$as_me: error: $2" >&2
18271 as_fn_exit
$as_status
18275 # as_fn_set_status STATUS
18276 # -----------------------
18277 # Set $? to STATUS, without forking.
18278 as_fn_set_status
()
18281 } # as_fn_set_status
18283 # as_fn_exit STATUS
18284 # -----------------
18285 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18289 as_fn_set_status
$1
18295 # Portably unset VAR.
18298 { eval $1=; unset $1;}
18300 as_unset
=as_fn_unset
18301 # as_fn_append VAR VALUE
18302 # ----------------------
18303 # Append the text in VALUE to the end of the definition contained in VAR. Take
18304 # advantage of any shell optimizations that allow amortized linear growth over
18305 # repeated appends, instead of the typical quadratic growth present in naive
18307 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18308 eval 'as_fn_append ()
18319 # as_fn_arith ARG...
18320 # ------------------
18321 # Perform arithmetic evaluation on the ARGs, and store the result in the
18322 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18323 # must be portable across $(()) and expr.
18324 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18325 eval 'as_fn_arith ()
18332 as_val
=`expr "$@" || test $? -eq 1`
18337 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18338 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18344 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18345 as_basename
=basename
18350 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18356 as_me
=`$as_basename -- "$0" ||
18357 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18358 X"$0" : 'X\(//\)$' \| \
18359 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18361 sed '/^.*\/\([^/][^/]*\)\/*$/{
18375 # Avoid depending upon Character Ranges.
18376 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18377 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18378 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18379 as_cr_digits
='0123456789'
18380 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18382 ECHO_C
= ECHO_N
= ECHO_T
=
18383 case `echo -n x` in #(((((
18385 case `echo 'xy\c'` in
18386 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18388 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18395 rm -f conf$$ conf$$.exe conf$$.
file
18396 if test -d conf$$.dir
; then
18397 rm -f conf$$.dir
/conf$$.
file
18400 mkdir conf$$.dir
2>/dev
/null
18402 if (echo >conf$$.
file) 2>/dev
/null
; then
18403 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18405 # ... but there are two gotchas:
18406 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18407 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18408 # In both cases, we have to default to `cp -pR'.
18409 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18411 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18419 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18420 rmdir conf$$.dir
2>/dev
/null
18425 # Create "$as_dir" as a directory, including parents if necessary.
18430 -*) as_dir
=.
/$as_dir;;
18432 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18436 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18437 *) as_qdir
=$as_dir;;
18439 as_dirs
="'$as_qdir' $as_dirs"
18440 as_dir
=`$as_dirname -- "$as_dir" ||
18441 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18442 X"$as_dir" : 'X\(//\)[^/]' \| \
18443 X"$as_dir" : 'X\(//\)$' \| \
18444 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18445 $as_echo X"$as_dir" |
18446 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18450 /^X\(\/\/\)[^/].*/{
18463 test -d "$as_dir" && break
18465 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18466 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18470 if mkdir
-p .
2>/dev
/null
; then
18471 as_mkdir_p
='mkdir -p "$as_dir"'
18473 test -d .
/-p && rmdir .
/-p
18478 # as_fn_executable_p FILE
18479 # -----------------------
18480 # Test if FILE is an executable regular file.
18481 as_fn_executable_p
()
18483 test -f "$1" && test -x "$1"
18484 } # as_fn_executable_p
18485 as_test_x
='test -x'
18486 as_executable_p
=as_fn_executable_p
18488 # Sed expression to map a string onto a valid CPP name.
18489 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18491 # Sed expression to map a string onto a valid variable name.
18492 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18496 ## ----------------------------------- ##
18497 ## Main body of $CONFIG_STATUS script. ##
18498 ## ----------------------------------- ##
18500 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18502 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18503 # Save the log message, to keep $0 and so on meaningful, and to
18504 # report actual input values of CONFIG_FILES etc. instead of their
18505 # values after options handling.
18507 This file was extended by Wine $as_me 1.7.46, which was
18508 generated by GNU Autoconf 2.69. Invocation command line was
18510 CONFIG_FILES = $CONFIG_FILES
18511 CONFIG_HEADERS = $CONFIG_HEADERS
18512 CONFIG_LINKS = $CONFIG_LINKS
18513 CONFIG_COMMANDS = $CONFIG_COMMANDS
18516 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18521 case $ac_config_files in *"
18522 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18525 case $ac_config_headers in *"
18526 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18530 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18531 # Files that config.status was made for.
18532 config_files="$ac_config_files"
18533 config_headers="$ac_config_headers"
18534 config_links="$ac_config_links"
18535 config_commands="$ac_config_commands"
18539 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18541 \`$as_me' instantiates files and other configuration actions
18542 from templates according to the current configuration. Unless the files
18543 and actions are specified as TAGs, all are instantiated by default.
18545 Usage: $0 [OPTION]... [TAG]...
18547 -h, --help print this help, then exit
18548 -V, --version print version number and configuration settings, then exit
18549 --config print configuration, then exit
18550 -q, --quiet, --silent
18551 do not print progress messages
18552 -d, --debug don't remove temporary files
18553 --recheck update $as_me by reconfiguring in the same conditions
18554 --file=FILE[:TEMPLATE]
18555 instantiate the configuration file FILE
18556 --header=FILE[:TEMPLATE]
18557 instantiate the configuration header FILE
18559 Configuration files:
18562 Configuration headers:
18565 Configuration links:
18568 Configuration commands:
18571 Report bugs to <wine-devel@winehq.org>.
18572 Wine home page: <http://www.winehq.org>."
18575 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18576 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18578 Wine config.status 1.7.46
18579 configured by $0, generated by GNU Autoconf 2.69,
18580 with options \\"\$ac_cs_config\\"
18582 Copyright (C) 2012 Free Software Foundation, Inc.
18583 This config.status script is free software; the Free Software Foundation
18584 gives unlimited permission to copy, distribute and modify it."
18588 test -n "\$AWK" || AWK=awk
18591 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18592 # The default lists apply if the user does not specify any file.
18598 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18599 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18603 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18615 # Handling of the options.
18616 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18618 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18619 $as_echo "$ac_cs_version"; exit ;;
18620 --config |
--confi |
--conf |
--con |
--co |
--c )
18621 $as_echo "$ac_cs_config"; exit ;;
18622 --debug |
--debu |
--deb |
--de |
--d |
-d )
18624 --file |
--fil |
--fi |
--f )
18627 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18628 '') as_fn_error $?
"missing file argument" ;;
18630 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18631 ac_need_defaults
=false
;;
18632 --header |
--heade |
--head |
--hea )
18635 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18637 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18638 ac_need_defaults
=false
;;
18640 # Conflict between --help and --header
18641 as_fn_error $?
"ambiguous option: \`$1'
18642 Try \`$0 --help' for more information.";;
18643 --help |
--hel |
-h )
18644 $as_echo "$ac_cs_usage"; exit ;;
18645 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18646 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18649 # This is an error.
18650 -*) as_fn_error $?
"unrecognized option: \`$1'
18651 Try \`$0 --help' for more information." ;;
18653 *) as_fn_append ac_config_targets
" $1"
18654 ac_need_defaults
=false
;;
18660 ac_configure_extra_args
=
18662 if $ac_cs_silent; then
18664 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18668 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18669 if \$ac_cs_recheck; then
18670 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18672 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18673 CONFIG_SHELL='$SHELL'
18674 export CONFIG_SHELL
18679 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18683 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18684 ## Running $as_me. ##
18690 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18694 wine_fn_output_makedep ()
18696 as_dir=tools; as_fn_mkdir_p
18697 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18699 wine_fn_output_makefile ()
18701 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18702 `cat $wine_rules_file`
18704 as_fn_error $? "could not create Makefile" "$LINENO" 5
18706 wine_fn_output_gitignore ()
18708 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18711 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18716 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18718 # Handling of arguments.
18719 for ac_config_target
in $ac_config_targets
18721 case $ac_config_target in
18722 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
18723 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
18724 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18725 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18726 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18727 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18728 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18729 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18730 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
18731 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18732 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
18733 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
18734 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18735 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
18737 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18742 # If the user did not use the arguments to specify the items to instantiate,
18743 # then the envvar interface is used. Set only those that are not.
18744 # We use the long form for the default assignment because of an extremely
18745 # bizarre bug on SunOS 4.1.3.
18746 if $ac_need_defaults; then
18747 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18748 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
18749 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
18750 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
18753 # Have a temporary directory for convenience. Make it in the build tree
18754 # simply because there is no reason against having it here, and in addition,
18755 # creating and moving files from /tmp can sometimes cause problems.
18756 # Hook for its removal unless debugging.
18757 # Note that there is a small window in which the directory will not be cleaned:
18758 # after its creation but before its name has been assigned to `$tmp'.
18762 trap 'exit_status=$?
18763 : "${ac_tmp:=$tmp}"
18764 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18766 trap 'as_fn_exit 1' 1 2 13 15
18768 # Create a (secure) tmp directory for tmp files.
18771 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18775 tmp
=.
/conf$$
-$RANDOM
18776 (umask 077 && mkdir
"$tmp")
18777 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18780 # Set up the scripts for CONFIG_FILES section.
18781 # No need to generate them if there are no CONFIG_FILES.
18782 # This happens for instance with `./config.status config.h'.
18783 if test -n "$CONFIG_FILES"; then
18786 ac_cr
=`echo X | tr X '\015'`
18787 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18788 # But we know of no other shell where ac_cr would be empty at this
18789 # point, so we can use a bashism as a fallback.
18790 if test "x$ac_cr" = x
; then
18791 eval ac_cr
=\$
\'\\r
\'
18793 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18794 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18797 ac_cs_awk_cr
=$ac_cr
18800 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18805 echo "cat >conf$$subs.awk <<_ACEOF" &&
18806 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18808 } >conf$$subs.sh ||
18809 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18810 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18812 for ac_last_try in false false false false false :; do
18813 . ./conf$$subs.sh ||
18814 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18816 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
18817 if test $ac_delim_n = $ac_delim_num; then
18819 elif $ac_last_try; then
18820 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18822 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18825 rm -f conf$$subs.sh
18827 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18828 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
18832 s/^/S["/; s
/!.
*/"]=/
18842 s/\(.\{148\}\)..*/\1/
18844 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
18849 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18856 s/\(.\{148\}\)..*/\1/
18858 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
18862 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18867 ' <conf$$subs.awk | sed '
18872 ' >>$CONFIG_STATUS || ac_write_fail=1
18873 rm -f conf$$subs.awk
18874 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18876 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
18877 for (key in S) S_is_set[key] = 1
18883 nfields = split(line, field, "@
")
18885 len = length(field[1])
18886 for (i = 2; i < nfields; i++) {
18888 keylen = length(key)
18889 if (S_is_set[key]) {
18891 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18892 len += length(value) + length(field[++i])
18903 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18904 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18905 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
18908 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
18909 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
18912 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
18913 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
18914 # trailing colons and then remove the whole line if VPATH becomes empty
18915 # (actually we leave an empty line to preserve line numbers).
18916 if test "x
$srcdir" = x.; then
18917 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
18935 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18936 fi # test -n "$CONFIG_FILES"
18938 # Set up the scripts for CONFIG_HEADERS section.
18939 # No need to generate them if there are no CONFIG_HEADERS.
18940 # This happens for instance with `./config.status Makefile'.
18941 if test -n "$CONFIG_HEADERS"; then
18942 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
18946 # Transform confdefs.h into an awk script `defines.awk', embedded as
18947 # here-document in config.status, that substitutes the proper values into
18948 # config.h.in to produce config.h.
18950 # Create a delimiter string that does not exist in confdefs.h, to ease
18951 # handling of long lines.
18953 for ac_last_try in false false :; do
18954 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
18955 if test -z "$ac_tt"; then
18957 elif $ac_last_try; then
18958 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
18960 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18964 # For the awk script, D is an array of macro values keyed by name,
18965 # likewise P contains macro parameters if any. Preserve backslash
18966 # newline sequences.
18968 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18970 s/.\{148\}/&'"$ac_delim"'/g
18973 s/^[ ]*#[ ]*define[ ][ ]*/ /
18980 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
18982 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
18986 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
18987 D["\
1"]=" \
3\\\\\\n
"\\/p
18989 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
18994 s/.\{148\}/&'"$ac_delim"'/g
18999 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19002 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19004 ' <confdefs.h | sed '
19005 s/'"$ac_delim"'/"\\\
19006 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19008 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19009 for (key in D) D_is_set[key] = 1
19012 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19014 split(line, arg, " ")
19015 if (arg[1] == "#") {
19019 defundef
= substr
(arg
[1], 2)
19022 split(mac1
, mac2
, "(") #)
19024 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19025 if (D_is_set
[macro
]) {
19026 # Preserve the white space surrounding the "#".
19027 print prefix
"define", macro P
[macro
] D
[macro
]
19030 # Replace #undef with comments. This is necessary, for example,
19031 # in the case of _POSIX_SOURCE, which is predefined and required
19032 # on some systems where configure will not decide to define it.
19033 if (defundef
== "undef") {
19034 print
"/*", prefix defundef
, macro
, "*/"
19042 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19043 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19044 fi # test -n "$CONFIG_HEADERS"
19047 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19052 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19054 case $ac_mode$ac_tag in
19056 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19057 :[FH
]-) ac_tag
=-:-;;
19058 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19075 -) ac_f
="$ac_tmp/stdin";;
19076 *) # Look for the file first in the build tree, then in the source tree
19077 # (if the path is not absolute). The absolute path cannot be DOS-style,
19078 # because $ac_f cannot contain `:'.
19082 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19084 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19086 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19087 as_fn_append ac_file_inputs
" '$ac_f'"
19090 # Let's still pretend it is `configure' which instantiates (i.e., don't
19091 # use $as_me), people would be surprised to read:
19092 # /* config.h. Generated by config.status. */
19093 configure_input
='Generated from '`
19094 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19096 if test x
"$ac_file" != x-
; then
19097 configure_input
="$ac_file. $configure_input"
19098 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19099 $as_echo "$as_me: creating $ac_file" >&6;}
19101 # Neutralize special characters interpreted by sed in replacement strings.
19102 case $configure_input in #(
19103 *\
&* |
*\|
* |
*\\* )
19104 ac_sed_conf_input
=`$as_echo "$configure_input" |
19105 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19106 *) ac_sed_conf_input
=$configure_input;;
19110 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19111 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19116 ac_dir
=`$as_dirname -- "$ac_file" ||
19117 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19118 X"$ac_file" : 'X\(//\)[^/]' \| \
19119 X"$ac_file" : 'X\(//\)$' \| \
19120 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19121 $as_echo X"$ac_file" |
19122 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19126 /^X\(\/\/\)[^/].*/{
19139 as_dir
="$ac_dir"; as_fn_mkdir_p
19143 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19145 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19146 # A ".." for each directory in $ac_dir_suffix.
19147 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19148 case $ac_top_builddir_sub in
19149 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19150 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19153 ac_abs_top_builddir
=$ac_pwd
19154 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19155 # for backward compatibility:
19156 ac_top_builddir
=$ac_top_build_prefix
19159 .
) # We are building in place.
19161 ac_top_srcdir
=$ac_top_builddir_sub
19162 ac_abs_top_srcdir
=$ac_pwd ;;
19163 [\\/]* | ?
:[\\/]* ) # Absolute name.
19164 ac_srcdir
=$srcdir$ac_dir_suffix;
19165 ac_top_srcdir
=$srcdir
19166 ac_abs_top_srcdir
=$srcdir ;;
19167 *) # Relative name.
19168 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19169 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19170 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19172 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19183 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19184 # If the template does not know about datarootdir, expand it.
19185 # FIXME: This hack should be removed a few years after 2.60.
19186 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19197 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19198 *datarootdir
*) ac_datarootdir_seen
=yes;;
19199 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19200 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19201 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19203 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19204 ac_datarootdir_hack='
19205 s&@datadir@&$datadir&g
19206 s&@docdir@&$docdir&g
19207 s&@infodir@&$infodir&g
19208 s&@localedir@&$localedir&g
19209 s&@mandir@&$mandir&g
19210 s&\\\${datarootdir}&$datarootdir&g' ;;
19214 # Neutralize VPATH when `$srcdir' = `.'.
19215 # Shell code in configure.ac might set extrasub.
19216 # FIXME: do we really want to maintain this feature?
19217 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19218 ac_sed_extra="$ac_vpsub
19221 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19223 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19224 s|@configure_input@|
$ac_sed_conf_input|
;t t
19225 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19226 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19227 s
&@srcdir@
&$ac_srcdir&;t t
19228 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19229 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19230 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19231 s
&@builddir@
&$ac_builddir&;t t
19232 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19233 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19234 $ac_datarootdir_hack
19236 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19237 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19239 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19240 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19241 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19242 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19243 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19244 which seems to be undefined. Please make sure it is defined" >&5
19245 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19246 which seems to be undefined. Please make sure it is defined" >&2;}
19248 rm -f "$ac_tmp/stdin"
19250 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19251 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19253 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19259 if test x"$ac_file" != x-; then
19261 $as_echo "/* $configure_input */" \
19262 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19263 } >"$ac_tmp/config.h" \
19264 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19265 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19266 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19267 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19270 mv "$ac_tmp/config.h" "$ac_file" \
19271 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19274 $as_echo "/* $configure_input */" \
19275 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19276 || as_fn_error $? "could not create -" "$LINENO" 5
19284 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19287 # Prefer the file from the source tree if names are identical.
19288 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19289 ac_source=$srcdir/$ac_source
19292 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19293 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19295 if test ! -r "$ac_source"; then
19296 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19300 # Try a relative symlink, then a hard link, then a copy.
19302 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19303 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19305 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19306 ln "$ac_source" "$ac_file" 2>/dev/null ||
19307 cp -p "$ac_source" "$ac_file" ||
19308 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19311 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19312 $as_echo "$as_me: executing $ac_file commands" >&6;}
19317 case $ac_file$ac_mode in
19318 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19319 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19320 "Makefile":C) wine_fn_output_makefile Makefile ;;
19321 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19329 ac_clean_files=$ac_clean_files_save
19331 test $ac_write_fail = 0 ||
19332 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19335 # configure is writing to config.log, and then calls config.status.
19336 # config.status does its own redirection, appending to config.log.
19337 # Unfortunately, on DOS this fails, as config.log is still kept open
19338 # by configure, so config.status won't be able to
write to it
; its
19339 # output is simply discarded. So we exec the FD to /dev/null,
19340 # effectively closing config.log, so it can be properly (re)opened and
19341 # appended to by config.status. When coming back to configure, we
19342 # need to make the FD available again.
19343 if test "$no_create" != yes; then
19345 ac_config_status_args
=
19346 test "$silent" = yes &&
19347 ac_config_status_args
="$ac_config_status_args --quiet"
19349 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19351 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19352 # would make configure fail if this is the last instruction.
19353 $ac_cs_success || as_fn_exit
1
19355 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19356 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19357 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19361 if test "$no_create" = "yes"
19367 if test "x$wine_notices != "x
; then
19370 for msg
in $wine_notices; do
19372 if ${msg:+false} :; then :
19375 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19376 $as_echo "$as_me: $msg" >&6;}
19381 for msg
in $wine_warnings; do
19383 if ${msg:+false} :; then :
19387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19388 $as_echo "$as_me: WARNING: $msg" >&2;}
19394 $as_me: Finished. Do '${ac_make}' to compile Wine.