2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.54.
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.54'
584 PACKAGE_STRING
='Wine 1.7.54'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='http://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
635 EXCESS_PRECISION_CFLAGS
701 APPLICATIONSERVICES_LIBS
787 program_transform_name
800 enable_option_checking
804 enable_maintainer_mode
862 enable_api_ms_win_core_com_l1_1_0
863 enable_api_ms_win_core_console_l1_1_0
864 enable_api_ms_win_core_datetime_l1_1_0
865 enable_api_ms_win_core_datetime_l1_1_1
866 enable_api_ms_win_core_debug_l1_1_0
867 enable_api_ms_win_core_debug_l1_1_1
868 enable_api_ms_win_core_errorhandling_l1_1_0
869 enable_api_ms_win_core_errorhandling_l1_1_1
870 enable_api_ms_win_core_errorhandling_l1_1_2
871 enable_api_ms_win_core_fibers_l1_1_0
872 enable_api_ms_win_core_fibers_l1_1_1
873 enable_api_ms_win_core_file_l1_1_0
874 enable_api_ms_win_core_file_l1_2_0
875 enable_api_ms_win_core_file_l2_1_0
876 enable_api_ms_win_core_file_l2_1_1
877 enable_api_ms_win_core_handle_l1_1_0
878 enable_api_ms_win_core_heap_l1_1_0
879 enable_api_ms_win_core_heap_l1_2_0
880 enable_api_ms_win_core_heap_obsolete_l1_1_0
881 enable_api_ms_win_core_interlocked_l1_1_0
882 enable_api_ms_win_core_interlocked_l1_2_0
883 enable_api_ms_win_core_io_l1_1_1
884 enable_api_ms_win_core_kernel32_legacy_l1_1_0
885 enable_api_ms_win_core_libraryloader_l1_1_0
886 enable_api_ms_win_core_libraryloader_l1_1_1
887 enable_api_ms_win_core_localization_l1_2_0
888 enable_api_ms_win_core_localization_l1_2_1
889 enable_api_ms_win_core_localization_obsolete_l1_1_0
890 enable_api_ms_win_core_localregistry_l1_1_0
891 enable_api_ms_win_core_memory_l1_1_0
892 enable_api_ms_win_core_memory_l1_1_1
893 enable_api_ms_win_core_misc_l1_1_0
894 enable_api_ms_win_core_namedpipe_l1_1_0
895 enable_api_ms_win_core_namedpipe_l1_2_0
896 enable_api_ms_win_core_processenvironment_l1_1_0
897 enable_api_ms_win_core_processenvironment_l1_2_0
898 enable_api_ms_win_core_processthreads_l1_1_0
899 enable_api_ms_win_core_processthreads_l1_1_1
900 enable_api_ms_win_core_processthreads_l1_1_2
901 enable_api_ms_win_core_profile_l1_1_0
902 enable_api_ms_win_core_psapi_l1_1_0
903 enable_api_ms_win_core_registry_l1_1_0
904 enable_api_ms_win_core_rtlsupport_l1_1_0
905 enable_api_ms_win_core_rtlsupport_l1_2_0
906 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
907 enable_api_ms_win_core_string_l1_1_0
908 enable_api_ms_win_core_synch_l1_1_0
909 enable_api_ms_win_core_synch_l1_2_0
910 enable_api_ms_win_core_sysinfo_l1_1_0
911 enable_api_ms_win_core_sysinfo_l1_2_0
912 enable_api_ms_win_core_sysinfo_l1_2_1
913 enable_api_ms_win_core_threadpool_legacy_l1_1_0
914 enable_api_ms_win_core_timezone_l1_1_0
915 enable_api_ms_win_core_url_l1_1_0
916 enable_api_ms_win_core_util_l1_1_0
917 enable_api_ms_win_core_winrt_error_l1_1_0
918 enable_api_ms_win_core_winrt_error_l1_1_1
919 enable_api_ms_win_core_winrt_l1_1_0
920 enable_api_ms_win_core_winrt_string_l1_1_0
921 enable_api_ms_win_core_xstate_l2_1_0
922 enable_api_ms_win_crt_conio_l1_1_0
923 enable_api_ms_win_crt_convert_l1_1_0
924 enable_api_ms_win_crt_environment_l1_1_0
925 enable_api_ms_win_crt_filesystem_l1_1_0
926 enable_api_ms_win_crt_heap_l1_1_0
927 enable_api_ms_win_crt_locale_l1_1_0
928 enable_api_ms_win_crt_math_l1_1_0
929 enable_api_ms_win_crt_multibyte_l1_1_0
930 enable_api_ms_win_crt_private_l1_1_0
931 enable_api_ms_win_crt_process_l1_1_0
932 enable_api_ms_win_crt_runtime_l1_1_0
933 enable_api_ms_win_crt_stdio_l1_1_0
934 enable_api_ms_win_crt_string_l1_1_0
935 enable_api_ms_win_crt_time_l1_1_0
936 enable_api_ms_win_crt_utility_l1_1_0
937 enable_api_ms_win_downlevel_advapi32_l1_1_0
938 enable_api_ms_win_downlevel_advapi32_l2_1_0
939 enable_api_ms_win_downlevel_normaliz_l1_1_0
940 enable_api_ms_win_downlevel_ole32_l1_1_0
941 enable_api_ms_win_downlevel_shell32_l1_1_0
942 enable_api_ms_win_downlevel_shlwapi_l1_1_0
943 enable_api_ms_win_downlevel_shlwapi_l2_1_0
944 enable_api_ms_win_downlevel_user32_l1_1_0
945 enable_api_ms_win_downlevel_version_l1_1_0
946 enable_api_ms_win_eventing_provider_l1_1_0
947 enable_api_ms_win_ntuser_dc_access_l1_1_0
948 enable_api_ms_win_security_base_l1_1_0
949 enable_api_ms_win_security_base_l1_2_0
950 enable_api_ms_win_security_sddl_l1_1_0
951 enable_api_ms_win_service_core_l1_1_1
952 enable_api_ms_win_service_management_l1_1_0
953 enable_api_ms_win_service_winsvc_l1_2_0
996 enable_d3dcompiler_33
997 enable_d3dcompiler_34
998 enable_d3dcompiler_35
999 enable_d3dcompiler_36
1000 enable_d3dcompiler_37
1001 enable_d3dcompiler_38
1002 enable_d3dcompiler_39
1003 enable_d3dcompiler_40
1004 enable_d3dcompiler_41
1005 enable_d3dcompiler_42
1006 enable_d3dcompiler_43
1007 enable_d3dcompiler_46
1008 enable_d3dcompiler_47
1086 enable_explorerframe
1087 enable_ext_ms_win_gdi_devcaps_l1_1_0
1247 enable_photometadatahandler
1334 enable_windowscodecs
1335 enable_windowscodecsext
1337 enable_winecoreaudio_drv
1339 enable_winegstreamer
1340 enable_winejoystick_drv
1346 enable_winepulse_drv
1347 enable_wineqtdecoder
1412 enable_aspnet_regiis
1445 enable_presentationfontcache
1458 enable_servicemodelreg
1479 enable_winemenubuilder
1481 enable_winemsibuilder
1495 ac_precious_vars
='build_alias
1546 # Initialize some variables set by options.
1548 ac_init_version
=false
1549 ac_unrecognized_opts
=
1550 ac_unrecognized_sep
=
1551 # The variables have the same names as the options, with
1552 # dashes changed to underlines.
1553 cache_file
=/dev
/null
1560 program_transform_name
=s
,x
,x
,
1568 # Installation directory options.
1569 # These are left unexpanded so users can "make install exec_prefix=/foo"
1570 # and all the variables that are supposed to be based on exec_prefix
1571 # by default will actually change.
1572 # Use braces instead of parens because sh, perl, etc. also accept them.
1573 # (The list follows the same order as the GNU Coding Standards.)
1574 bindir
='${exec_prefix}/bin'
1575 sbindir
='${exec_prefix}/sbin'
1576 libexecdir
='${exec_prefix}/libexec'
1577 datarootdir
='${prefix}/share'
1578 datadir
='${datarootdir}'
1579 sysconfdir
='${prefix}/etc'
1580 sharedstatedir
='${prefix}/com'
1581 localstatedir
='${prefix}/var'
1582 runstatedir
='${localstatedir}/run'
1583 includedir
='${prefix}/include'
1584 oldincludedir
='/usr/include'
1585 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1586 infodir
='${datarootdir}/info'
1591 libdir
='${exec_prefix}/lib'
1592 localedir
='${datarootdir}/locale'
1593 mandir
='${datarootdir}/man'
1599 # If the previous option needs an argument, assign it.
1600 if test -n "$ac_prev"; then
1601 eval $ac_prev=\
$ac_option
1607 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1612 # Accept the important Cygnus configure options, so we can diagnose typos.
1614 case $ac_dashdash$ac_option in
1618 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1620 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1621 bindir
=$ac_optarg ;;
1623 -build |
--build |
--buil |
--bui |
--bu)
1624 ac_prev
=build_alias
;;
1625 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1626 build_alias
=$ac_optarg ;;
1628 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1629 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1630 ac_prev
=cache_file
;;
1631 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1632 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1633 cache_file
=$ac_optarg ;;
1635 --config-cache |
-C)
1636 cache_file
=config.cache
;;
1638 -datadir |
--datadir |
--datadi |
--datad)
1640 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1641 datadir
=$ac_optarg ;;
1643 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1644 |
--dataroo |
--dataro |
--datar)
1645 ac_prev
=datarootdir
;;
1646 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1647 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1648 datarootdir
=$ac_optarg ;;
1650 -disable-* |
--disable-*)
1651 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1652 # Reject names that are not valid shell variable names.
1653 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1654 as_fn_error $?
"invalid feature name: $ac_useropt"
1655 ac_useropt_orig
=$ac_useropt
1656 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1657 case $ac_user_opts in
1659 "enable_
$ac_useropt"
1661 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1662 ac_unrecognized_sep
=', ';;
1664 eval enable_
$ac_useropt=no
;;
1666 -docdir |
--docdir |
--docdi |
--doc |
--do)
1668 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1669 docdir
=$ac_optarg ;;
1671 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1673 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1674 dvidir
=$ac_optarg ;;
1676 -enable-* |
--enable-*)
1677 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1678 # Reject names that are not valid shell variable names.
1679 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1680 as_fn_error $?
"invalid feature name: $ac_useropt"
1681 ac_useropt_orig
=$ac_useropt
1682 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1683 case $ac_user_opts in
1685 "enable_
$ac_useropt"
1687 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1688 ac_unrecognized_sep
=', ';;
1690 eval enable_
$ac_useropt=\
$ac_optarg ;;
1692 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1693 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1694 |
--exec |
--exe |
--ex)
1695 ac_prev
=exec_prefix
;;
1696 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1697 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1698 |
--exec=* |
--exe=* |
--ex=*)
1699 exec_prefix
=$ac_optarg ;;
1701 -gas |
--gas |
--ga |
--g)
1702 # Obsolete; use --with-gas.
1705 -help |
--help |
--hel |
--he |
-h)
1706 ac_init_help
=long
;;
1707 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1708 ac_init_help
=recursive
;;
1709 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1710 ac_init_help
=short
;;
1712 -host |
--host |
--hos |
--ho)
1713 ac_prev
=host_alias
;;
1714 -host=* |
--host=* |
--hos=* |
--ho=*)
1715 host_alias
=$ac_optarg ;;
1717 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1719 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1721 htmldir
=$ac_optarg ;;
1723 -includedir |
--includedir |
--includedi |
--included |
--include \
1724 |
--includ |
--inclu |
--incl |
--inc)
1725 ac_prev
=includedir
;;
1726 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1727 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1728 includedir
=$ac_optarg ;;
1730 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1732 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1733 infodir
=$ac_optarg ;;
1735 -libdir |
--libdir |
--libdi |
--libd)
1737 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1738 libdir
=$ac_optarg ;;
1740 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1741 |
--libexe |
--libex |
--libe)
1742 ac_prev
=libexecdir
;;
1743 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1744 |
--libexe=* |
--libex=* |
--libe=*)
1745 libexecdir
=$ac_optarg ;;
1747 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1748 ac_prev
=localedir
;;
1749 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1750 localedir
=$ac_optarg ;;
1752 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1753 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1754 ac_prev
=localstatedir
;;
1755 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1756 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1757 localstatedir
=$ac_optarg ;;
1759 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1761 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1762 mandir
=$ac_optarg ;;
1764 -nfp |
--nfp |
--nf)
1765 # Obsolete; use --without-fp.
1768 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1769 |
--no-cr |
--no-c |
-n)
1772 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1773 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1776 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1777 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1778 |
--oldin |
--oldi |
--old |
--ol |
--o)
1779 ac_prev
=oldincludedir
;;
1780 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1781 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1782 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1783 oldincludedir
=$ac_optarg ;;
1785 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1787 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1788 prefix
=$ac_optarg ;;
1790 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1791 |
--program-pre |
--program-pr |
--program-p)
1792 ac_prev
=program_prefix
;;
1793 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1794 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1795 program_prefix
=$ac_optarg ;;
1797 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1798 |
--program-suf |
--program-su |
--program-s)
1799 ac_prev
=program_suffix
;;
1800 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1801 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1802 program_suffix
=$ac_optarg ;;
1804 -program-transform-name |
--program-transform-name \
1805 |
--program-transform-nam |
--program-transform-na \
1806 |
--program-transform-n |
--program-transform- \
1807 |
--program-transform |
--program-transfor \
1808 |
--program-transfo |
--program-transf \
1809 |
--program-trans |
--program-tran \
1810 |
--progr-tra |
--program-tr |
--program-t)
1811 ac_prev
=program_transform_name
;;
1812 -program-transform-name=* |
--program-transform-name=* \
1813 |
--program-transform-nam=* |
--program-transform-na=* \
1814 |
--program-transform-n=* |
--program-transform-=* \
1815 |
--program-transform=* |
--program-transfor=* \
1816 |
--program-transfo=* |
--program-transf=* \
1817 |
--program-trans=* |
--program-tran=* \
1818 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1819 program_transform_name
=$ac_optarg ;;
1821 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1823 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1824 pdfdir
=$ac_optarg ;;
1826 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1828 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1831 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1832 |
-silent |
--silent |
--silen |
--sile |
--sil)
1835 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1836 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1837 |
--run |
--ru |
--r)
1838 ac_prev
=runstatedir
;;
1839 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1840 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1841 |
--run=* |
--ru=* |
--r=*)
1842 runstatedir
=$ac_optarg ;;
1844 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1846 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1848 sbindir
=$ac_optarg ;;
1850 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1851 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1852 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1854 ac_prev
=sharedstatedir
;;
1855 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1856 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1857 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1859 sharedstatedir
=$ac_optarg ;;
1861 -site |
--site |
--sit)
1863 -site=* |
--site=* |
--sit=*)
1866 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1868 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1869 srcdir
=$ac_optarg ;;
1871 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1872 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1873 ac_prev
=sysconfdir
;;
1874 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1875 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1876 sysconfdir
=$ac_optarg ;;
1878 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1879 ac_prev
=target_alias
;;
1880 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1881 target_alias
=$ac_optarg ;;
1883 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1886 -version |
--version |
--versio |
--versi |
--vers |
-V)
1887 ac_init_version
=: ;;
1890 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1891 # Reject names that are not valid shell variable names.
1892 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1893 as_fn_error $?
"invalid package name: $ac_useropt"
1894 ac_useropt_orig
=$ac_useropt
1895 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1896 case $ac_user_opts in
1900 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1901 ac_unrecognized_sep
=', ';;
1903 eval with_
$ac_useropt=\
$ac_optarg ;;
1905 -without-* |
--without-*)
1906 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1907 # Reject names that are not valid shell variable names.
1908 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1909 as_fn_error $?
"invalid package name: $ac_useropt"
1910 ac_useropt_orig
=$ac_useropt
1911 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1912 case $ac_user_opts in
1916 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1917 ac_unrecognized_sep
=', ';;
1919 eval with_
$ac_useropt=no
;;
1922 # Obsolete; use --with-x.
1925 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1926 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1927 ac_prev
=x_includes
;;
1928 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1929 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1930 x_includes
=$ac_optarg ;;
1932 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1933 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1934 ac_prev
=x_libraries
;;
1935 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1936 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1937 x_libraries
=$ac_optarg ;;
1939 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1940 Try \`$0 --help' for more information"
1944 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1945 # Reject names that are not valid shell variable names.
1946 case $ac_envvar in #(
1947 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1948 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1950 eval $ac_envvar=\
$ac_optarg
1951 export $ac_envvar ;;
1954 # FIXME: should be removed in autoconf 3.0.
1955 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1956 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1957 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1958 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1964 if test -n "$ac_prev"; then
1965 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1966 as_fn_error $?
"missing argument to $ac_option"
1969 if test -n "$ac_unrecognized_opts"; then
1970 case $enable_option_checking in
1972 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1973 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1977 # Check all directory arguments for consistency.
1978 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1979 datadir sysconfdir sharedstatedir localstatedir includedir \
1980 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1981 libdir localedir mandir runstatedir
1983 eval ac_val
=\$
$ac_var
1984 # Remove trailing slashes.
1987 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1988 eval $ac_var=\
$ac_val;;
1990 # Be sure to have absolute directory names.
1992 [\\/$
]* | ?
:[\\/]* ) continue;;
1993 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1995 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1998 # There might be people who depend on the old broken behavior: `$host'
1999 # used to hold the argument of --host etc.
2000 # FIXME: To remove some day.
2003 target
=$target_alias
2005 # FIXME: To remove some day.
2006 if test "x$host_alias" != x
; then
2007 if test "x$build_alias" = x
; then
2008 cross_compiling
=maybe
2009 elif test "x$build_alias" != "x$host_alias"; then
2015 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2017 test "$silent" = yes && exec 6>/dev
/null
2020 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2021 ac_ls_di
=`ls -di .` &&
2022 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2023 as_fn_error $?
"working directory cannot be determined"
2024 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2025 as_fn_error $?
"pwd does not report name of working directory"
2028 # Find the source files, if location was not specified.
2029 if test -z "$srcdir"; then
2030 ac_srcdir_defaulted
=yes
2031 # Try the directory containing this script, then the parent directory.
2032 ac_confdir
=`$as_dirname -- "$as_myself" ||
2033 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2034 X"$as_myself" : 'X\(//\)[^/]' \| \
2035 X"$as_myself" : 'X\(//\)$' \| \
2036 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2037 $as_echo X"$as_myself" |
2038 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2056 if test ! -r "$srcdir/$ac_unique_file"; then
2060 ac_srcdir_defaulted
=no
2062 if test ! -r "$srcdir/$ac_unique_file"; then
2063 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2064 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2066 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2068 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2070 # When building in place, set srcdir=.
2071 if test "$ac_abs_confdir" = "$ac_pwd"; then
2074 # Remove unnecessary trailing slashes from srcdir.
2075 # Double slashes in file names in object file debugging info
2076 # mess up M-x gdb in Emacs.
2078 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2080 for ac_var
in $ac_precious_vars; do
2081 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2082 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2083 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2084 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2088 # Report the --help message.
2090 if test "$ac_init_help" = "long"; then
2091 # Omit some internal or obsolete options to make the list less imposing.
2092 # This message is too long to be a string in the A/UX 3.1 sh.
2094 \`configure' configures Wine 1.7.54 to adapt to many kinds of systems.
2096 Usage: $0 [OPTION]... [VAR=VALUE]...
2098 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2099 VAR=VALUE. See below for descriptions of some of the useful variables.
2101 Defaults for the options are specified in brackets.
2104 -h, --help display this help and exit
2105 --help=short display options specific to this package
2106 --help=recursive display the short help of all the included packages
2107 -V, --version display version information and exit
2108 -q, --quiet, --silent do not print \`checking ...' messages
2109 --cache-file=FILE cache test results in FILE [disabled]
2110 -C, --config-cache alias for \`--cache-file=config.cache'
2111 -n, --no-create do not create output files
2112 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2114 Installation directories:
2115 --prefix=PREFIX install architecture-independent files in PREFIX
2116 [$ac_default_prefix]
2117 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2120 By default, \`make install' will install all the files in
2121 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2122 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2123 for instance \`--prefix=\$HOME'.
2125 For better control, use the options below.
2127 Fine tuning of the installation directories:
2128 --bindir=DIR user executables [EPREFIX/bin]
2129 --sbindir=DIR system admin executables [EPREFIX/sbin]
2130 --libexecdir=DIR program executables [EPREFIX/libexec]
2131 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2132 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2133 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2134 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2135 --libdir=DIR object code libraries [EPREFIX/lib]
2136 --includedir=DIR C header files [PREFIX/include]
2137 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2138 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2139 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2140 --infodir=DIR info documentation [DATAROOTDIR/info]
2141 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2142 --mandir=DIR man documentation [DATAROOTDIR/man]
2143 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2144 --htmldir=DIR html documentation [DOCDIR]
2145 --dvidir=DIR dvi documentation [DOCDIR]
2146 --pdfdir=DIR pdf documentation [DOCDIR]
2147 --psdir=DIR ps documentation [DOCDIR]
2153 --x-includes=DIR X include files are
in DIR
2154 --x-libraries=DIR X library files are
in DIR
2157 --build=BUILD configure
for building on BUILD
[guessed
]
2158 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2162 if test -n "$ac_init_help"; then
2163 case $ac_init_help in
2164 short | recursive
) echo "Configuration of Wine 1.7.54:";;
2169 --disable-option-checking ignore unrecognized
--enable/--with options
2170 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2171 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2172 --disable-win16 do not include Win16 support
2173 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2175 --disable-tests do not build the regression tests
2176 --enable-maintainer-mode
2177 enable maintainer-specific build rules
2178 --disable-largefile omit support for large files
2181 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2182 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2183 --without-alsa do not use the Alsa sound support
2184 --without-capi do not use CAPI (ISDN support)
2185 --without-cms do not use CMS (color management support)
2186 --without-coreaudio do not use the CoreAudio sound support
2187 --without-cups do not use CUPS
2188 --without-curses do not use (n)curses
2189 --without-dbus do not use DBus (dynamic device support)
2190 --without-fontconfig do not use fontconfig
2191 --without-freetype do not use the FreeType library
2192 --without-gettext do not use gettext
2193 --with-gettextpo use the GetTextPO library to rebuild po files
2194 --without-gphoto do not use gphoto (Digital Camera support)
2195 --without-glu do not use the GLU library
2196 --without-gnutls do not use GnuTLS (schannel support)
2197 --without-gsm do not use libgsm (GSM 06.10 codec support)
2198 --without-gstreamer do not use GStreamer (codecs support)
2199 --without-hal do not use HAL (dynamic device support)
2200 --without-jpeg do not use JPEG
2201 --without-ldap do not use LDAP
2202 --without-mpg123 do not use the mpg123 library
2203 --without-netapi do not use the Samba NetAPI library
2204 --without-openal do not use OpenAL
2205 --without-opencl do not use OpenCL
2206 --without-opengl do not use OpenGL
2207 --without-osmesa do not use the OSMesa library
2208 --without-oss do not use the OSS sound support
2209 --without-pcap do not use the Packet Capture library
2210 --without-png do not use PNG
2211 --without-pthread do not use the pthread library
2212 --without-pulse do not use PulseAudio sound support
2213 --without-sane do not use SANE (scanner support)
2214 --without-tiff do not use TIFF
2215 --without-v4l do not use v4l1 (v4l support)
2216 --without-xcomposite do not use the Xcomposite extension
2217 --without-xcursor do not use the Xcursor extension
2218 --without-xinerama do not use Xinerama (multi-monitor support)
2219 --without-xinput do not use the Xinput extension
2220 --without-xinput2 do not use the Xinput 2 extension
2221 --without-xml do not use XML
2222 --without-xrandr do not use Xrandr (resolution changes)
2223 --without-xrender do not use the Xrender extension
2224 --without-xshape do not use the Xshape extension
2225 --without-xshm do not use XShm (shared memory extension)
2226 --without-xslt do not use XSLT
2227 --without-xxf86vm do not use XFree video mode extension
2228 --without-zlib do not use Zlib (data compression)
2229 --with-wine-tools=DIR use Wine tools from directory DIR
2230 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2231 --with-x use the X Window System
2233 Some influential environment variables:
2234 CC C compiler command
2235 CFLAGS C compiler flags
2236 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2237 nonstandard directory <lib dir>
2238 LIBS libraries to pass to the linker, e.g. -l<library>
2239 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2240 you have headers in a nonstandard directory <include dir>
2241 CXX C++ compiler command
2242 CXXFLAGS C++ compiler flags
2244 XMKMF Path to xmkmf, Makefile generator for X Window System
2245 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2246 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2247 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2248 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2249 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2250 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2251 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2252 HAL_LIBS Linker flags for hal, overriding pkg-config
2254 C compiler flags for gnutls, overriding pkg-config
2255 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2256 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2257 SANE_LIBS Linker flags for libsane, overriding pkg-config
2259 C compiler flags for libgphoto2, overriding pkg-config
2261 Linker flags for libgphoto2, overriding pkg-config
2263 C compiler flags for libgphoto2_port, overriding pkg-config
2265 Linker flags for libgphoto2_port, overriding pkg-config
2267 C compiler flags for lcms2, overriding pkg-config
2268 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2270 C compiler flags for freetype2, overriding pkg-config
2272 Linker flags for freetype2, overriding pkg-config
2274 C compiler flags for libpulse, overriding pkg-config
2275 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2277 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2279 Linker flags for gstreamer-app-0.10, overriding pkg-config
2281 C compiler flags for capi20, overriding pkg-config
2282 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2284 C compiler flags for fontconfig, overriding pkg-config
2286 Linker flags for fontconfig, overriding pkg-config
2287 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2288 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2289 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2290 PNG_LIBS Linker flags for libpng, overriding pkg-config
2291 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2292 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2294 C compiler flags for libmpg123, overriding pkg-config
2295 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2297 Use these variables to override the choices made by `configure' or to
help
2298 it to
find libraries and programs with nonstandard names
/locations.
2300 Report bugs to
<wine-devel@winehq.org
>.
2301 Wine home page
: <http
://www.winehq.org
>.
2306 if test "$ac_init_help" = "recursive"; then
2307 # If there are subdirs, report their specific --help.
2308 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2309 test -d "$ac_dir" ||
2310 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2315 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2317 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2318 # A ".." for each directory in $ac_dir_suffix.
2319 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2320 case $ac_top_builddir_sub in
2321 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2322 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2325 ac_abs_top_builddir
=$ac_pwd
2326 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2327 # for backward compatibility:
2328 ac_top_builddir
=$ac_top_build_prefix
2331 .
) # We are building in place.
2333 ac_top_srcdir
=$ac_top_builddir_sub
2334 ac_abs_top_srcdir
=$ac_pwd ;;
2335 [\\/]* | ?
:[\\/]* ) # Absolute name.
2336 ac_srcdir
=$srcdir$ac_dir_suffix;
2337 ac_top_srcdir
=$srcdir
2338 ac_abs_top_srcdir
=$srcdir ;;
2340 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2341 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2342 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2344 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2346 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2347 # Check for guested configure.
2348 if test -f "$ac_srcdir/configure.gnu"; then
2350 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2351 elif test -f "$ac_srcdir/configure"; then
2353 $SHELL "$ac_srcdir/configure" --help=recursive
2355 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2357 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2361 test -n "$ac_init_help" && exit $ac_status
2362 if $ac_init_version; then
2364 Wine configure
1.7.54
2365 generated by GNU Autoconf
2.69
2367 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2368 This configure
script is free software
; the Free Software Foundation
2369 gives unlimited permission to copy
, distribute and modify it.
2374 ## ------------------------ ##
2375 ## Autoconf initialization. ##
2376 ## ------------------------ ##
2378 # ac_fn_c_try_compile LINENO
2379 # --------------------------
2380 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2381 ac_fn_c_try_compile
()
2383 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2384 rm -f conftest.
$ac_objext
2385 if { { ac_try
="$ac_compile"
2387 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2388 *) ac_try_echo=$ac_try;;
2390 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2391 $as_echo "$ac_try_echo"; } >&5
2392 (eval "$ac_compile") 2>conftest.err
2394 if test -s conftest.err; then
2395 grep -v '^ *+' conftest.err >conftest.er1
2396 cat conftest.er1 >&5
2397 mv -f conftest.er1 conftest.err
2399 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2400 test $ac_status = 0; } && {
2401 test -z "$ac_c_werror_flag" ||
2402 test ! -s conftest.err
2403 } && test -s conftest.$ac_objext; then :
2406 $as_echo "$as_me: failed program was:" >&5
2407 sed 's/^/| /' conftest.$ac_ext >&5
2411 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2412 as_fn_set_status $ac_retval
2414 } # ac_fn_c_try_compile
2416 # ac_fn_cxx_try_compile LINENO
2417 # ----------------------------
2418 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2419 ac_fn_cxx_try_compile ()
2421 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2422 rm -f conftest.$ac_objext
2423 if { { ac_try="$ac_compile"
2425 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2426 *) ac_try_echo
=$ac_try;;
2428 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2429 $as_echo "$ac_try_echo"; } >&5
2430 (eval "$ac_compile") 2>conftest.err
2432 if test -s conftest.err
; then
2433 grep -v '^ *+' conftest.err
>conftest.er1
2434 cat conftest.er1
>&5
2435 mv -f conftest.er1 conftest.err
2437 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2438 test $ac_status = 0; } && {
2439 test -z "$ac_cxx_werror_flag" ||
2440 test ! -s conftest.err
2441 } && test -s conftest.
$ac_objext; then :
2444 $as_echo "$as_me: failed program was:" >&5
2445 sed 's/^/| /' conftest.
$ac_ext >&5
2449 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2450 as_fn_set_status
$ac_retval
2452 } # ac_fn_cxx_try_compile
2454 # ac_fn_c_try_link LINENO
2455 # -----------------------
2456 # Try to link conftest.$ac_ext, and return whether this succeeded.
2459 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2460 rm -f conftest.
$ac_objext conftest
$ac_exeext
2461 if { { ac_try
="$ac_link"
2463 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2464 *) ac_try_echo=$ac_try;;
2466 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2467 $as_echo "$ac_try_echo"; } >&5
2468 (eval "$ac_link") 2>conftest.err
2470 if test -s conftest.err; then
2471 grep -v '^ *+' conftest.err >conftest.er1
2472 cat conftest.er1 >&5
2473 mv -f conftest.er1 conftest.err
2475 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2476 test $ac_status = 0; } && {
2477 test -z "$ac_c_werror_flag" ||
2478 test ! -s conftest.err
2479 } && test -s conftest$ac_exeext && {
2480 test "$cross_compiling" = yes ||
2481 test -x conftest$ac_exeext
2485 $as_echo "$as_me: failed program was:" >&5
2486 sed 's/^/| /' conftest.$ac_ext >&5
2490 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2491 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2492 # interfere with the next link command; also delete a directory that is
2493 # left behind by Apple's compiler. We do this before executing the actions.
2494 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2495 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2496 as_fn_set_status $ac_retval
2498 } # ac_fn_c_try_link
2500 # ac_fn_c_try_cpp LINENO
2501 # ----------------------
2502 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2505 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2506 if { { ac_try="$ac_cpp conftest.$ac_ext"
2508 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2509 *) ac_try_echo
=$ac_try;;
2511 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2512 $as_echo "$ac_try_echo"; } >&5
2513 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2515 if test -s conftest.err
; then
2516 grep -v '^ *+' conftest.err
>conftest.er1
2517 cat conftest.er1
>&5
2518 mv -f conftest.er1 conftest.err
2520 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2521 test $ac_status = 0; } > conftest.i
&& {
2522 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2523 test ! -s conftest.err
2527 $as_echo "$as_me: failed program was:" >&5
2528 sed 's/^/| /' conftest.
$ac_ext >&5
2532 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2533 as_fn_set_status
$ac_retval
2537 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2538 # -------------------------------------------------------
2539 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2540 # the include files in INCLUDES and setting the cache variable VAR
2542 ac_fn_c_check_header_mongrel
()
2544 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2545 if eval \
${$3+:} false
; then :
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2547 $as_echo_n "checking for $2... " >&6; }
2548 if eval \
${$3+:} false
; then :
2549 $as_echo_n "(cached) " >&6
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2553 $as_echo "$ac_res" >&6; }
2555 # Is the header compilable?
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2557 $as_echo_n "checking $2 usability... " >&6; }
2558 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2559 /* end confdefs.h. */
2563 if ac_fn_c_try_compile
"$LINENO"; then :
2564 ac_header_compiler
=yes
2566 ac_header_compiler
=no
2568 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2570 $as_echo "$ac_header_compiler" >&6; }
2572 # Is the header present?
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2574 $as_echo_n "checking $2 presence... " >&6; }
2575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2576 /* end confdefs.h. */
2579 if ac_fn_c_try_cpp
"$LINENO"; then :
2580 ac_header_preproc
=yes
2582 ac_header_preproc
=no
2584 rm -f conftest.err conftest.i conftest.
$ac_ext
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2586 $as_echo "$ac_header_preproc" >&6; }
2588 # So? What about this header?
2589 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2592 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2594 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2598 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2600 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2602 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2604 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2606 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2607 ( $as_echo "## ------------------------------------ ##
2608 ## Report this to wine-devel@winehq.org ##
2609 ## ------------------------------------ ##"
2610 ) |
sed "s/^/$as_me: WARNING: /" >&2
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2614 $as_echo_n "checking for $2... " >&6; }
2615 if eval \
${$3+:} false
; then :
2616 $as_echo_n "(cached) " >&6
2618 eval "$3=\$ac_header_compiler"
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2622 $as_echo "$ac_res" >&6; }
2624 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2626 } # ac_fn_c_check_header_mongrel
2628 # ac_fn_c_try_run LINENO
2629 # ----------------------
2630 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2631 # that executables *can* be run.
2634 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2635 if { { ac_try
="$ac_link"
2637 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2638 *) ac_try_echo=$ac_try;;
2640 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2641 $as_echo "$ac_try_echo"; } >&5
2642 (eval "$ac_link") 2>&5
2644 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2645 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2646 { { case "(($ac_try" in
2647 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2648 *) ac_try_echo
=$ac_try;;
2650 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2651 $as_echo "$ac_try_echo"; } >&5
2652 (eval "$ac_try") 2>&5
2654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2655 test $ac_status = 0; }; }; then :
2658 $as_echo "$as_me: program exited with status $ac_status" >&5
2659 $as_echo "$as_me: failed program was:" >&5
2660 sed 's/^/| /' conftest.
$ac_ext >&5
2662 ac_retval
=$ac_status
2664 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2665 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2666 as_fn_set_status
$ac_retval
2670 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2671 # -------------------------------------------------------
2672 # Tests whether HEADER exists and can be compiled using the include files in
2673 # INCLUDES, setting the cache variable VAR accordingly.
2674 ac_fn_c_check_header_compile
()
2676 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2678 $as_echo_n "checking for $2... " >&6; }
2679 if eval \
${$3+:} false
; then :
2680 $as_echo_n "(cached) " >&6
2682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2683 /* end confdefs.h. */
2687 if ac_fn_c_try_compile
"$LINENO"; then :
2692 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2696 $as_echo "$ac_res" >&6; }
2697 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2699 } # ac_fn_c_check_header_compile
2701 # ac_fn_c_check_func LINENO FUNC VAR
2702 # ----------------------------------
2703 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2704 ac_fn_c_check_func
()
2706 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2708 $as_echo_n "checking for $2... " >&6; }
2709 if eval \
${$3+:} false
; then :
2710 $as_echo_n "(cached) " >&6
2712 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2713 /* end confdefs.h. */
2714 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2715 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2716 #define $2 innocuous_$2
2718 /* System header to define __stub macros and hopefully few prototypes,
2719 which can conflict with char $2 (); below.
2720 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2721 <limits.h> exists even on freestanding compilers. */
2724 # include <limits.h>
2726 # include <assert.h>
2731 /* Override any GCC internal prototype to avoid an error.
2732 Use char because int might match the return type of a GCC
2733 builtin and then its argument prototype would still apply. */
2738 /* The GNU C library defines this for functions which it implements
2739 to always fail with ENOSYS. Some functions are actually named
2740 something starting with __ and the normal name is an alias. */
2741 #if defined __stub_$2 || defined __stub___$2
2753 if ac_fn_c_try_link
"$LINENO"; then :
2758 rm -f core conftest.err conftest.
$ac_objext \
2759 conftest
$ac_exeext 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_func
2768 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2769 # ----------------------------------------------------
2770 # Tries to find if the field MEMBER exists in type AGGR, after including
2771 # INCLUDES, setting cache variable VAR accordingly.
2772 ac_fn_c_check_member
()
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.$3" >&5
2776 $as_echo_n "checking for $2.$3... " >&6; }
2777 if eval \
${$4+:} false
; then :
2778 $as_echo_n "(cached) " >&6
2780 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2781 /* end confdefs.h. */
2793 if ac_fn_c_try_compile
"$LINENO"; then :
2796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2797 /* end confdefs.h. */
2803 if (sizeof ac_aggr.$3)
2809 if ac_fn_c_try_compile
"$LINENO"; then :
2814 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2816 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2820 $as_echo "$ac_res" >&6; }
2821 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2823 } # ac_fn_c_check_member
2825 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2826 # -------------------------------------------
2827 # Tests whether TYPE exists after having included INCLUDES, setting cache
2828 # variable VAR accordingly.
2829 ac_fn_c_check_type
()
2831 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2833 $as_echo_n "checking for $2... " >&6; }
2834 if eval \
${$3+:} false
; then :
2835 $as_echo_n "(cached) " >&6
2838 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2839 /* end confdefs.h. */
2850 if ac_fn_c_try_compile
"$LINENO"; then :
2851 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2852 /* end confdefs.h. */
2863 if ac_fn_c_try_compile
"$LINENO"; then :
2868 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2870 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2874 $as_echo "$ac_res" >&6; }
2875 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2877 } # ac_fn_c_check_type
2878 cat >config.log
<<_ACEOF
2879 This file contains any messages produced by compilers while
2880 running configure, to aid debugging if configure makes a mistake.
2882 It was created by Wine $as_me 1.7.54, which was
2883 generated by GNU Autoconf 2.69. Invocation command line was
2895 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2896 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2897 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2898 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2899 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2901 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2902 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2904 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2905 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2906 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2907 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2908 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2909 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2910 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2914 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2918 test -z "$as_dir" && as_dir
=.
2919 $as_echo "PATH: $as_dir"
2935 # Keep a trace of the command line.
2936 # Strip out --no-create and --no-recursion so they do not pile up.
2937 # Strip out --silent because we don't want to record it for future runs.
2938 # Also quote any args containing shell meta-characters.
2939 # Make two passes to allow for proper duplicate-argument suppression.
2943 ac_must_keep_next
=false
2949 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2950 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2951 |
-silent |
--silent |
--silen |
--sile |
--sil)
2954 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2957 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2959 as_fn_append ac_configure_args1
" '$ac_arg'"
2960 if test $ac_must_keep_next = true
; then
2961 ac_must_keep_next
=false
# Got value, back to normal.
2964 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2965 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2966 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2967 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2968 case "$ac_configure_args0 " in
2969 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2972 -* ) ac_must_keep_next
=true
;;
2975 as_fn_append ac_configure_args
" '$ac_arg'"
2980 { ac_configure_args0
=; unset ac_configure_args0
;}
2981 { ac_configure_args1
=; unset ac_configure_args1
;}
2983 # When interrupted or exit'd, cleanup temporary files, and complete
2984 # config.log. We remove comments because anyway the quotes in there
2985 # would cause problems or look ugly.
2986 # WARNING: Use '\'' to represent an apostrophe within the trap.
2987 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2988 trap 'exit_status=$?
2989 # Save into config.log some information that might help in debugging.
2993 $as_echo "## ---------------- ##
2994 ## Cache variables. ##
2995 ## ---------------- ##"
2997 # The following way of writing the cache mishandles newlines in values,
2999 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3000 eval ac_val=\$$ac_var
3004 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3005 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3008 _ | IFS | as_nl) ;; #(
3009 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3010 *) { eval $ac_var=; unset $ac_var;} ;;
3015 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3016 *${as_nl}ac_space=\ *)
3018 "s/'\''/'\''\\\\'\'''\''/g;
3019 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3022 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3029 $as_echo "## ----------------- ##
3030 ## Output variables. ##
3031 ## ----------------- ##"
3033 for ac_var in $ac_subst_vars
3035 eval ac_val=\$$ac_var
3037 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3039 $as_echo "$ac_var='\''$ac_val'\''"
3043 if test -n "$ac_subst_files"; then
3044 $as_echo "## ------------------- ##
3045 ## File substitutions. ##
3046 ## ------------------- ##"
3048 for ac_var
in $ac_subst_files
3050 eval ac_val
=\$
$ac_var
3052 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3054 $as_echo "$ac_var='\''$ac_val'\''"
3059 if test -s confdefs.h; then
3060 $as_echo "## ----------- ##
3067 test "$ac_signal" != 0 &&
3068 $as_echo "$as_me: caught signal $ac_signal"
3069 $as_echo "$as_me: exit $exit_status"
3071 rm -f core *.core core.conftest.* &&
3072 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3075 for ac_signal
in 1 2 13 15; do
3076 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3080 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3081 rm -f -r conftest
* confdefs.h
3083 $as_echo "/* confdefs.h */" > confdefs.h
3085 # Predefined preprocessor variables.
3087 cat >>confdefs.h
<<_ACEOF
3088 #define PACKAGE_NAME "$PACKAGE_NAME"
3091 cat >>confdefs.h
<<_ACEOF
3092 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3095 cat >>confdefs.h
<<_ACEOF
3096 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3099 cat >>confdefs.h
<<_ACEOF
3100 #define PACKAGE_STRING "$PACKAGE_STRING"
3103 cat >>confdefs.h
<<_ACEOF
3104 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3107 cat >>confdefs.h
<<_ACEOF
3108 #define PACKAGE_URL "$PACKAGE_URL"
3112 # Let the site file select an alternate cache file if it wants to.
3113 # Prefer an explicitly selected file to automatically selected ones.
3116 if test -n "$CONFIG_SITE"; then
3117 # We do not want a PATH search for config.site.
3118 case $CONFIG_SITE in #((
3119 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3120 */*) ac_site_file1
=$CONFIG_SITE;;
3121 *) ac_site_file1
=.
/$CONFIG_SITE;;
3123 elif test "x$prefix" != xNONE
; then
3124 ac_site_file1
=$prefix/share
/config.site
3125 ac_site_file2
=$prefix/etc
/config.site
3127 ac_site_file1
=$ac_default_prefix/share
/config.site
3128 ac_site_file2
=$ac_default_prefix/etc
/config.site
3130 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3132 test "x$ac_site_file" = xNONE
&& continue
3133 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3135 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3136 sed 's/^/| /' "$ac_site_file" >&5
3138 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3139 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3140 as_fn_error $?
"failed to load site script $ac_site_file
3141 See \`config.log' for more details" "$LINENO" 5; }
3145 if test -r "$cache_file"; then
3146 # Some versions of bash will fail to source /dev/null (special files
3147 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3148 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3150 $as_echo "$as_me: loading cache $cache_file" >&6;}
3152 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3153 *) .
"./$cache_file";;
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3158 $as_echo "$as_me: creating cache $cache_file" >&6;}
3162 # Check that the precious variables saved in the cache have kept the same
3164 ac_cache_corrupted
=false
3165 for ac_var
in $ac_precious_vars; do
3166 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3167 eval ac_new_set
=\
$ac_env_${ac_var}_set
3168 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3169 eval ac_new_val
=\
$ac_env_${ac_var}_value
3170 case $ac_old_set,$ac_new_set in
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3173 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3174 ac_cache_corrupted
=: ;;
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3177 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3178 ac_cache_corrupted
=: ;;
3181 if test "x$ac_old_val" != "x$ac_new_val"; then
3182 # differences in whitespace do not lead to failure.
3183 ac_old_val_w
=`echo x $ac_old_val`
3184 ac_new_val_w
=`echo x $ac_new_val`
3185 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3186 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3187 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3188 ac_cache_corrupted
=:
3190 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3191 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3192 eval $ac_var=\
$ac_old_val
3194 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3195 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3196 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3197 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3200 # Pass precious variables to config.status.
3201 if test "$ac_new_set" = set; then
3203 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3204 *) ac_arg
=$ac_var=$ac_new_val ;;
3206 case " $ac_configure_args " in
3207 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3208 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3212 if $ac_cache_corrupted; then
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3214 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3216 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3217 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3219 ## -------------------- ##
3220 ## Main body of script. ##
3221 ## -------------------- ##
3224 ac_cpp
='$CPP $CPPFLAGS'
3225 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3226 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3227 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3231 ac_config_headers
="$ac_config_headers include/config.h"
3234 for ac_dir
in tools
"$srcdir"/tools
; do
3235 if test -f "$ac_dir/install-sh"; then
3237 ac_install_sh
="$ac_aux_dir/install-sh -c"
3239 elif test -f "$ac_dir/install.sh"; then
3241 ac_install_sh
="$ac_aux_dir/install.sh -c"
3243 elif test -f "$ac_dir/shtool"; then
3245 ac_install_sh
="$ac_aux_dir/shtool install -c"
3249 if test -z "$ac_aux_dir"; then
3250 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3253 # These three variables are undocumented and unsupported,
3254 # and are intended to be withdrawn in a future Autoconf release.
3255 # They can cause serious problems if a builder's source tree is in a directory
3256 # whose full name contains unusual characters.
3257 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3258 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3259 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3263 libwine_version
="1.0"
3267 # Check whether --enable-win16 was given.
3268 if test "${enable_win16+set}" = set; then :
3269 enableval
=$enable_win16;
3272 # Check whether --enable-win64 was given.
3273 if test "${enable_win64+set}" = set; then :
3274 enableval
=$enable_win64;
3277 # Check whether --enable-tests was given.
3278 if test "${enable_tests+set}" = set; then :
3279 enableval
=$enable_tests;
3282 # Check whether --enable-maintainer-mode was given.
3283 if test "${enable_maintainer_mode+set}" = set; then :
3284 enableval
=$enable_maintainer_mode;
3289 # Check whether --with-alsa was given.
3290 if test "${with_alsa+set}" = set; then :
3291 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3295 # Check whether --with-capi was given.
3296 if test "${with_capi+set}" = set; then :
3301 # Check whether --with-cms was given.
3302 if test "${with_cms+set}" = set; then :
3307 # Check whether --with-coreaudio was given.
3308 if test "${with_coreaudio+set}" = set; then :
3309 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3313 # Check whether --with-cups was given.
3314 if test "${with_cups+set}" = set; then :
3319 # Check whether --with-curses was given.
3320 if test "${with_curses+set}" = set; then :
3321 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3325 # Check whether --with-dbus was given.
3326 if test "${with_dbus+set}" = set; then :
3331 # Check whether --with-fontconfig was given.
3332 if test "${with_fontconfig+set}" = set; then :
3333 withval
=$with_fontconfig;
3337 # Check whether --with-freetype was given.
3338 if test "${with_freetype+set}" = set; then :
3339 withval
=$with_freetype;
3343 # Check whether --with-gettext was given.
3344 if test "${with_gettext+set}" = set; then :
3345 withval
=$with_gettext;
3349 # Check whether --with-gettextpo was given.
3350 if test "${with_gettextpo+set}" = set; then :
3351 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3355 # Check whether --with-gphoto was given.
3356 if test "${with_gphoto+set}" = set; then :
3357 withval
=$with_gphoto;
3361 # Check whether --with-glu was given.
3362 if test "${with_glu+set}" = set; then :
3367 # Check whether --with-gnutls was given.
3368 if test "${with_gnutls+set}" = set; then :
3369 withval
=$with_gnutls;
3373 # Check whether --with-gsm was given.
3374 if test "${with_gsm+set}" = set; then :
3375 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3379 # Check whether --with-gstreamer was given.
3380 if test "${with_gstreamer+set}" = set; then :
3381 withval
=$with_gstreamer;
3385 # Check whether --with-hal was given.
3386 if test "${with_hal+set}" = set; then :
3391 # Check whether --with-jpeg was given.
3392 if test "${with_jpeg+set}" = set; then :
3397 # Check whether --with-ldap was given.
3398 if test "${with_ldap+set}" = set; then :
3399 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3403 # Check whether --with-mpg123 was given.
3404 if test "${with_mpg123+set}" = set; then :
3405 withval
=$with_mpg123;
3409 # Check whether --with-netapi was given.
3410 if test "${with_netapi+set}" = set; then :
3411 withval
=$with_netapi;
3415 # Check whether --with-openal was given.
3416 if test "${with_openal+set}" = set; then :
3417 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3421 # Check whether --with-opencl was given.
3422 if test "${with_opencl+set}" = set; then :
3423 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3427 # Check whether --with-opengl was given.
3428 if test "${with_opengl+set}" = set; then :
3429 withval
=$with_opengl;
3433 # Check whether --with-osmesa was given.
3434 if test "${with_osmesa+set}" = set; then :
3435 withval
=$with_osmesa;
3439 # Check whether --with-oss was given.
3440 if test "${with_oss+set}" = set; then :
3445 # Check whether --with-pcap was given.
3446 if test "${with_pcap+set}" = set; then :
3447 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3451 # Check whether --with-png was given.
3452 if test "${with_png+set}" = set; then :
3457 # Check whether --with-pthread was given.
3458 if test "${with_pthread+set}" = set; then :
3459 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3463 # Check whether --with-pulse was given.
3464 if test "${with_pulse+set}" = set; then :
3465 withval
=$with_pulse;
3469 # Check whether --with-sane was given.
3470 if test "${with_sane+set}" = set; then :
3475 # Check whether --with-tiff was given.
3476 if test "${with_tiff+set}" = set; then :
3481 # Check whether --with-v4l was given.
3482 if test "${with_v4l+set}" = set; then :
3487 # Check whether --with-xcomposite was given.
3488 if test "${with_xcomposite+set}" = set; then :
3489 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3493 # Check whether --with-xcursor was given.
3494 if test "${with_xcursor+set}" = set; then :
3495 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3499 # Check whether --with-xinerama was given.
3500 if test "${with_xinerama+set}" = set; then :
3501 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3505 # Check whether --with-xinput was given.
3506 if test "${with_xinput+set}" = set; then :
3507 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3511 # Check whether --with-xinput2 was given.
3512 if test "${with_xinput2+set}" = set; then :
3513 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3517 # Check whether --with-xml was given.
3518 if test "${with_xml+set}" = set; then :
3523 # Check whether --with-xrandr was given.
3524 if test "${with_xrandr+set}" = set; then :
3525 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3529 # Check whether --with-xrender was given.
3530 if test "${with_xrender+set}" = set; then :
3531 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3535 # Check whether --with-xshape was given.
3536 if test "${with_xshape+set}" = set; then :
3537 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3541 # Check whether --with-xshm was given.
3542 if test "${with_xshm+set}" = set; then :
3543 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3547 # Check whether --with-xslt was given.
3548 if test "${with_xslt+set}" = set; then :
3553 # Check whether --with-xxf86vm was given.
3554 if test "${with_xxf86vm+set}" = set; then :
3555 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
3559 # Check whether --with-zlib was given.
3560 if test "${with_zlib+set}" = set; then :
3561 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3566 # Check whether --with-wine-tools was given.
3567 if test "${with_wine_tools+set}" = set; then :
3568 withval
=$with_wine_tools;
3572 # Check whether --with-wine64 was given.
3573 if test "${with_wine64+set}" = set; then :
3574 withval
=$with_wine64;
3578 # Make sure we can run config.sub.
3579 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3580 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3583 $as_echo_n "checking build system type... " >&6; }
3584 if ${ac_cv_build+:} false
; then :
3585 $as_echo_n "(cached) " >&6
3587 ac_build_alias
=$build_alias
3588 test "x$ac_build_alias" = x
&&
3589 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3590 test "x$ac_build_alias" = x
&&
3591 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3592 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3593 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3597 $as_echo "$ac_cv_build" >&6; }
3598 case $ac_cv_build in
3600 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3603 ac_save_IFS
=$IFS; IFS
='-'
3609 # Remember, the first character of IFS is used to create $*,
3610 # except with old shells:
3613 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3617 $as_echo_n "checking host system type... " >&6; }
3618 if ${ac_cv_host+:} false
; then :
3619 $as_echo_n "(cached) " >&6
3621 if test "x$host_alias" = x
; then
3622 ac_cv_host
=$ac_cv_build
3624 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3625 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3630 $as_echo "$ac_cv_host" >&6; }
3633 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3636 ac_save_IFS
=$IFS; IFS
='-'
3642 # Remember, the first character of IFS is used to create $*,
3643 # except with old shells:
3646 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3652 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3653 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3654 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3660 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3662 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3663 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3664 $as_echo_n "(cached) " >&6
3666 cat >conftest.
make <<\_ACEOF
3669 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3671 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3672 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3674 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3676 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3680 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3682 $as_echo "yes" >&6; }
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3686 $as_echo "no" >&6; }
3687 SET_MAKE
="MAKE=${MAKE-make}"
3691 ac_cpp
='$CPP $CPPFLAGS'
3692 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3693 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3694 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3695 if test -n "$ac_tool_prefix"; then
3696 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3697 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3699 $as_echo_n "checking for $ac_word... " >&6; }
3700 if ${ac_cv_prog_CC+:} false
; then :
3701 $as_echo_n "(cached) " >&6
3703 if test -n "$CC"; then
3704 ac_cv_prog_CC
="$CC" # Let the user override the test.
3706 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3710 test -z "$as_dir" && as_dir
=.
3711 for ac_exec_ext
in '' $ac_executable_extensions; do
3712 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3713 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3724 if test -n "$CC"; then
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3726 $as_echo "$CC" >&6; }
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3729 $as_echo "no" >&6; }
3734 if test -z "$ac_cv_prog_CC"; then
3736 # Extract the first word of "gcc", so it can be a program name with args.
3737 set dummy gcc
; ac_word
=$2
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3739 $as_echo_n "checking for $ac_word... " >&6; }
3740 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3741 $as_echo_n "(cached) " >&6
3743 if test -n "$ac_ct_CC"; then
3744 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3746 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3750 test -z "$as_dir" && as_dir
=.
3751 for ac_exec_ext
in '' $ac_executable_extensions; do
3752 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3753 ac_cv_prog_ac_ct_CC
="gcc"
3754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3763 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3764 if test -n "$ac_ct_CC"; then
3765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3766 $as_echo "$ac_ct_CC" >&6; }
3768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3769 $as_echo "no" >&6; }
3772 if test "x$ac_ct_CC" = x
; then
3775 case $cross_compiling:$ac_tool_warned in
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3778 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3779 ac_tool_warned
=yes ;;
3787 if test -z "$CC"; then
3788 if test -n "$ac_tool_prefix"; then
3789 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3790 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3792 $as_echo_n "checking for $ac_word... " >&6; }
3793 if ${ac_cv_prog_CC+:} false
; then :
3794 $as_echo_n "(cached) " >&6
3796 if test -n "$CC"; then
3797 ac_cv_prog_CC
="$CC" # Let the user override the test.
3799 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3803 test -z "$as_dir" && as_dir
=.
3804 for ac_exec_ext
in '' $ac_executable_extensions; do
3805 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3806 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3817 if test -n "$CC"; then
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3819 $as_echo "$CC" >&6; }
3821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3822 $as_echo "no" >&6; }
3828 if test -z "$CC"; then
3829 # Extract the first word of "cc", so it can be a program name with args.
3830 set dummy cc
; ac_word
=$2
3831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3832 $as_echo_n "checking for $ac_word... " >&6; }
3833 if ${ac_cv_prog_CC+:} false
; then :
3834 $as_echo_n "(cached) " >&6
3836 if test -n "$CC"; then
3837 ac_cv_prog_CC
="$CC" # Let the user override the test.
3840 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3844 test -z "$as_dir" && as_dir
=.
3845 for ac_exec_ext
in '' $ac_executable_extensions; do
3846 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3847 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3848 ac_prog_rejected
=yes
3852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3859 if test $ac_prog_rejected = yes; then
3860 # We found a bogon in the path, so make sure we never use it.
3861 set dummy
$ac_cv_prog_CC
3863 if test $# != 0; then
3864 # We chose a different compiler from the bogus one.
3865 # However, it has the same basename, so the bogon will be chosen
3866 # first if we set CC to just the basename; use the full file name.
3868 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3874 if test -n "$CC"; then
3875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3876 $as_echo "$CC" >&6; }
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3879 $as_echo "no" >&6; }
3884 if test -z "$CC"; then
3885 if test -n "$ac_tool_prefix"; then
3886 for ac_prog
in cl.exe
3888 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3889 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3891 $as_echo_n "checking for $ac_word... " >&6; }
3892 if ${ac_cv_prog_CC+:} false
; then :
3893 $as_echo_n "(cached) " >&6
3895 if test -n "$CC"; then
3896 ac_cv_prog_CC
="$CC" # Let the user override the test.
3898 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3902 test -z "$as_dir" && as_dir
=.
3903 for ac_exec_ext
in '' $ac_executable_extensions; do
3904 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3905 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3916 if test -n "$CC"; then
3917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3918 $as_echo "$CC" >&6; }
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3921 $as_echo "no" >&6; }
3925 test -n "$CC" && break
3928 if test -z "$CC"; then
3930 for ac_prog
in cl.exe
3932 # Extract the first word of "$ac_prog", so it can be a program name with args.
3933 set dummy
$ac_prog; ac_word
=$2
3934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3935 $as_echo_n "checking for $ac_word... " >&6; }
3936 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3937 $as_echo_n "(cached) " >&6
3939 if test -n "$ac_ct_CC"; then
3940 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3942 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3946 test -z "$as_dir" && as_dir
=.
3947 for ac_exec_ext
in '' $ac_executable_extensions; do
3948 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3949 ac_cv_prog_ac_ct_CC
="$ac_prog"
3950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3959 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3960 if test -n "$ac_ct_CC"; then
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3962 $as_echo "$ac_ct_CC" >&6; }
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3965 $as_echo "no" >&6; }
3969 test -n "$ac_ct_CC" && break
3972 if test "x$ac_ct_CC" = x
; then
3975 case $cross_compiling:$ac_tool_warned in
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3978 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3979 ac_tool_warned
=yes ;;
3988 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3989 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3990 as_fn_error $?
"no acceptable C compiler found in \$PATH
3991 See \`config.log' for more details" "$LINENO" 5; }
3993 # Provide some information about the compiler.
3994 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3997 for ac_option
in --version -v -V -qversion; do
3998 { { ac_try
="$ac_compiler $ac_option >&5"
4000 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4001 *) ac_try_echo=$ac_try;;
4003 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4004 $as_echo "$ac_try_echo"; } >&5
4005 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4007 if test -s conftest.err; then
4009 ... rest of stderr output deleted ...
4010 10q' conftest.err >conftest.er1
4011 cat conftest.er1 >&5
4013 rm -f conftest.er1 conftest.err
4014 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4015 test $ac_status = 0; }
4018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4019 /* end confdefs.h. */
4029 ac_clean_files_save=$ac_clean_files
4030 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4031 # Try to create an executable without -o first, disregard a.out.
4032 # It will help us diagnose broken compilers, and finding out an intuition
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4035 $as_echo_n "checking whether the C compiler works... " >&6; }
4036 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4038 # The possible output files:
4039 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4042 for ac_file in $ac_files
4045 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4046 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4051 if { { ac_try="$ac_link_default"
4053 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4054 *) ac_try_echo
=$ac_try;;
4056 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4057 $as_echo "$ac_try_echo"; } >&5
4058 (eval "$ac_link_default") 2>&5
4060 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4061 test $ac_status = 0; }; then :
4062 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4063 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4064 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4065 # so that the user can short-circuit this test for compilers unknown to
4067 for ac_file
in $ac_files ''
4069 test -f "$ac_file" ||
continue
4071 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4074 # We found the default executable, but exeext='' is most
4078 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4080 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4082 # We set ac_cv_exeext here because the later test for it is not
4083 # safe: cross compilers may not add the suffix if given an `-o'
4084 # argument, so we may need to know it at that point already.
4085 # Even if this section looks crufty: it has the advantage of
4092 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4097 if test -z "$ac_file"; then :
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4099 $as_echo "no" >&6; }
4100 $as_echo "$as_me: failed program was:" >&5
4101 sed 's/^/| /' conftest.
$ac_ext >&5
4103 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4104 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4105 as_fn_error
77 "C compiler cannot create executables
4106 See \`config.log' for more details" "$LINENO" 5; }
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4109 $as_echo "yes" >&6; }
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4112 $as_echo_n "checking for C compiler default output file name... " >&6; }
4113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4114 $as_echo "$ac_file" >&6; }
4115 ac_exeext
=$ac_cv_exeext
4117 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4118 ac_clean_files
=$ac_clean_files_save
4119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4120 $as_echo_n "checking for suffix of executables... " >&6; }
4121 if { { ac_try
="$ac_link"
4123 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4124 *) ac_try_echo=$ac_try;;
4126 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4127 $as_echo "$ac_try_echo"; } >&5
4128 (eval "$ac_link") 2>&5
4130 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4131 test $ac_status = 0; }; then :
4132 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4133 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4134 # work properly (i.e., refer to `conftest.exe'), while it won't with
4136 for ac_file
in conftest.exe conftest conftest.
*; do
4137 test -f "$ac_file" ||
continue
4139 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4140 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4146 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4147 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4148 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4149 See \`config.log' for more details" "$LINENO" 5; }
4151 rm -f conftest conftest
$ac_cv_exeext
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4153 $as_echo "$ac_cv_exeext" >&6; }
4155 rm -f conftest.
$ac_ext
4156 EXEEXT
=$ac_cv_exeext
4158 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4159 /* end confdefs.h. */
4164 FILE *f = fopen ("conftest.out", "w");
4165 return ferror (f) || fclose (f) != 0;
4171 ac_clean_files
="$ac_clean_files conftest.out"
4172 # Check that the compiler produces executables we can run. If not, either
4173 # the compiler is broken, or we cross compile.
4174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4175 $as_echo_n "checking whether we are cross compiling... " >&6; }
4176 if test "$cross_compiling" != yes; then
4177 { { ac_try
="$ac_link"
4179 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4180 *) ac_try_echo=$ac_try;;
4182 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4183 $as_echo "$ac_try_echo"; } >&5
4184 (eval "$ac_link") 2>&5
4186 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4187 test $ac_status = 0; }
4188 if { ac_try='./conftest$ac_cv_exeext'
4189 { { case "(($ac_try" in
4190 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4191 *) ac_try_echo
=$ac_try;;
4193 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4194 $as_echo "$ac_try_echo"; } >&5
4195 (eval "$ac_try") 2>&5
4197 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4198 test $ac_status = 0; }; }; then
4201 if test "$cross_compiling" = maybe
; then
4204 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4205 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4206 as_fn_error $?
"cannot run C compiled programs.
4207 If you meant to cross compile, use \`--host'.
4208 See \`config.log' for more details" "$LINENO" 5; }
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4213 $as_echo "$cross_compiling" >&6; }
4215 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4216 ac_clean_files
=$ac_clean_files_save
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4218 $as_echo_n "checking for suffix of object files... " >&6; }
4219 if ${ac_cv_objext+:} false
; then :
4220 $as_echo_n "(cached) " >&6
4222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4223 /* end confdefs.h. */
4233 rm -f conftest.o conftest.obj
4234 if { { ac_try
="$ac_compile"
4236 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4237 *) ac_try_echo=$ac_try;;
4239 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4240 $as_echo "$ac_try_echo"; } >&5
4241 (eval "$ac_compile") 2>&5
4243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4244 test $ac_status = 0; }; then :
4245 for ac_file in conftest.o conftest.obj conftest.*; do
4246 test -f "$ac_file" || continue;
4248 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4249 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4254 $as_echo "$as_me: failed program was:" >&5
4255 sed 's/^/| /' conftest.$ac_ext >&5
4257 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4258 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4259 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4260 See \
`config.log' for more details" "$LINENO" 5; }
4262 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4265 $as_echo "$ac_cv_objext" >&6; }
4266 OBJEXT=$ac_cv_objext
4268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4269 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4270 if ${ac_cv_c_compiler_gnu+:} false; then :
4271 $as_echo_n "(cached) " >&6
4273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4274 /* end confdefs.h. */
4287 if ac_fn_c_try_compile "$LINENO"; then :
4292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4293 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4297 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4298 if test $ac_compiler_gnu = yes; then
4303 ac_test_CFLAGS=${CFLAGS+set}
4304 ac_save_CFLAGS=$CFLAGS
4305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4306 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4307 if ${ac_cv_prog_cc_g+:} false; then :
4308 $as_echo_n "(cached) " >&6
4310 ac_save_c_werror_flag=$ac_c_werror_flag
4311 ac_c_werror_flag=yes
4314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4315 /* end confdefs.h. */
4325 if ac_fn_c_try_compile "$LINENO"; then :
4329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4330 /* end confdefs.h. */
4340 if ac_fn_c_try_compile "$LINENO"; then :
4343 ac_c_werror_flag=$ac_save_c_werror_flag
4345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4346 /* end confdefs.h. */
4356 if ac_fn_c_try_compile "$LINENO"; then :
4359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4364 ac_c_werror_flag=$ac_save_c_werror_flag
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4367 $as_echo "$ac_cv_prog_cc_g" >&6; }
4368 if test "$ac_test_CFLAGS" = set; then
4369 CFLAGS=$ac_save_CFLAGS
4370 elif test $ac_cv_prog_cc_g = yes; then
4371 if test "$GCC" = yes; then
4377 if test "$GCC" = yes; then
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4384 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4385 if ${ac_cv_prog_cc_c89+:} false; then :
4386 $as_echo_n "(cached) " >&6
4388 ac_cv_prog_cc_c89=no
4390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4391 /* end confdefs.h. */
4395 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4396 struct buf { int x; };
4397 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4398 static char *e (p, i)
4404 static char *f (char * (*g) (char **, int), char **p, ...)
4409 s = g (p, va_arg (v,int));
4414 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4415 function prototypes and stuff, but not '\xHH' hex character constants.
4416 These don't provoke an error unfortunately, instead are silently treated
4417 as 'x'. The following induces an error, until -std is added to get
4418 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4419 array size at least. It's necessary to write '\x00'==0 to get something
4420 that's true only with -std. */
4421 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4423 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4424 inside strings and character constants. */
4426 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4428 int test (int i, double x);
4429 struct s1 {int (*f) (int a);};
4430 struct s2 {int (*f) (double a);};
4431 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4437 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4442 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4443 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4445 CC="$ac_save_CC $ac_arg"
4446 if ac_fn_c_try_compile "$LINENO"; then :
4447 ac_cv_prog_cc_c89=$ac_arg
4449 rm -f core conftest.err conftest.$ac_objext
4450 test "x$ac_cv_prog_cc_c89" != "xno" && break
4452 rm -f conftest.$ac_ext
4457 case "x$ac_cv_prog_cc_c89" in
4459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4460 $as_echo "none needed" >&6; } ;;
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4463 $as_echo "unsupported" >&6; } ;;
4465 CC="$CC $ac_cv_prog_cc_c89"
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4467 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4469 if test "x$ac_cv_prog_cc_c89" != xno; then :
4474 ac_cpp='$CPP $CPPFLAGS'
4475 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4476 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4477 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4480 ac_cpp='$CXXCPP $CPPFLAGS'
4481 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4482 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4483 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4484 if test -z "$CXX"; then
4485 if test -n "$CCC"; then
4488 if test -n "$ac_tool_prefix"; then
4489 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4491 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4492 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4494 $as_echo_n "checking for $ac_word... " >&6; }
4495 if ${ac_cv_prog_CXX+:} false; then :
4496 $as_echo_n "(cached) " >&6
4498 if test -n "$CXX"; then
4499 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4505 test -z "$as_dir" && as_dir=.
4506 for ac_exec_ext in '' $ac_executable_extensions; do
4507 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4508 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4519 if test -n "$CXX"; then
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4521 $as_echo "$CXX" >&6; }
4523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4524 $as_echo "no" >&6; }
4528 test -n "$CXX" && break
4531 if test -z "$CXX"; then
4533 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4535 # Extract the first word of "$ac_prog", so it can be a program name with args.
4536 set dummy $ac_prog; ac_word=$2
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4538 $as_echo_n "checking for $ac_word... " >&6; }
4539 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4540 $as_echo_n "(cached) " >&6
4542 if test -n "$ac_ct_CXX"; then
4543 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4549 test -z "$as_dir" && as_dir=.
4550 for ac_exec_ext in '' $ac_executable_extensions; do
4551 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4552 ac_cv_prog_ac_ct_CXX="$ac_prog"
4553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4562 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4563 if test -n "$ac_ct_CXX"; then
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4565 $as_echo "$ac_ct_CXX" >&6; }
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4568 $as_echo "no" >&6; }
4572 test -n "$ac_ct_CXX" && break
4575 if test "x$ac_ct_CXX" = x; then
4578 case $cross_compiling:$ac_tool_warned in
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4581 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4582 ac_tool_warned=yes ;;
4590 # Provide some information about the compiler.
4591 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4594 for ac_option in --version -v -V -qversion; do
4595 { { ac_try="$ac_compiler $ac_option >&5"
4597 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4598 *) ac_try_echo
=$ac_try;;
4600 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4601 $as_echo "$ac_try_echo"; } >&5
4602 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4604 if test -s conftest.err
; then
4606 ... rest of stderr output deleted ...
4607 10q' conftest.err
>conftest.er1
4608 cat conftest.er1
>&5
4610 rm -f conftest.er1 conftest.err
4611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4612 test $ac_status = 0; }
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4616 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4617 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4618 $as_echo_n "(cached) " >&6
4620 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4621 /* end confdefs.h. */
4634 if ac_fn_cxx_try_compile
"$LINENO"; then :
4639 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4640 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4644 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4645 if test $ac_compiler_gnu = yes; then
4650 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4651 ac_save_CXXFLAGS
=$CXXFLAGS
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4653 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4654 if ${ac_cv_prog_cxx_g+:} false
; then :
4655 $as_echo_n "(cached) " >&6
4657 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4658 ac_cxx_werror_flag
=yes
4661 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4662 /* end confdefs.h. */
4672 if ac_fn_cxx_try_compile
"$LINENO"; then :
4673 ac_cv_prog_cxx_g
=yes
4676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4677 /* end confdefs.h. */
4687 if ac_fn_cxx_try_compile
"$LINENO"; then :
4690 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4692 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4693 /* end confdefs.h. */
4703 if ac_fn_cxx_try_compile
"$LINENO"; then :
4704 ac_cv_prog_cxx_g
=yes
4706 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4708 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4710 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4711 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4714 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4715 if test "$ac_test_CXXFLAGS" = set; then
4716 CXXFLAGS
=$ac_save_CXXFLAGS
4717 elif test $ac_cv_prog_cxx_g = yes; then
4718 if test "$GXX" = yes; then
4724 if test "$GXX" = yes; then
4731 ac_cpp
='$CPP $CPPFLAGS'
4732 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4733 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4734 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4736 if test -n "$ac_tool_prefix"; then
4737 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4738 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4740 $as_echo_n "checking for $ac_word... " >&6; }
4741 if ${ac_cv_prog_CPPBIN+:} false
; then :
4742 $as_echo_n "(cached) " >&6
4744 if test -n "$CPPBIN"; then
4745 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4747 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4751 test -z "$as_dir" && as_dir
=.
4752 for ac_exec_ext
in '' $ac_executable_extensions; do
4753 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4754 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4764 CPPBIN
=$ac_cv_prog_CPPBIN
4765 if test -n "$CPPBIN"; then
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4767 $as_echo "$CPPBIN" >&6; }
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4770 $as_echo "no" >&6; }
4775 if test -z "$ac_cv_prog_CPPBIN"; then
4776 ac_ct_CPPBIN
=$CPPBIN
4777 # Extract the first word of "cpp", so it can be a program name with args.
4778 set dummy cpp
; ac_word
=$2
4779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4780 $as_echo_n "checking for $ac_word... " >&6; }
4781 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4782 $as_echo_n "(cached) " >&6
4784 if test -n "$ac_ct_CPPBIN"; then
4785 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4787 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4791 test -z "$as_dir" && as_dir
=.
4792 for ac_exec_ext
in '' $ac_executable_extensions; do
4793 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4794 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4804 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4805 if test -n "$ac_ct_CPPBIN"; then
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4807 $as_echo "$ac_ct_CPPBIN" >&6; }
4809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4810 $as_echo "no" >&6; }
4813 if test "x$ac_ct_CPPBIN" = x
; then
4816 case $cross_compiling:$ac_tool_warned in
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4819 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4820 ac_tool_warned
=yes ;;
4822 CPPBIN
=$ac_ct_CPPBIN
4825 CPPBIN
="$ac_cv_prog_CPPBIN"
4829 cat >>confdefs.h
<<_ACEOF
4830 #define EXEEXT "$ac_exeext"
4833 if test -n "$ac_tool_prefix"; then
4834 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4835 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4837 $as_echo_n "checking for $ac_word... " >&6; }
4838 if ${ac_cv_prog_LD+:} false
; then :
4839 $as_echo_n "(cached) " >&6
4841 if test -n "$LD"; then
4842 ac_cv_prog_LD
="$LD" # Let the user override the test.
4844 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4848 test -z "$as_dir" && as_dir
=.
4849 for ac_exec_ext
in '' $ac_executable_extensions; do
4850 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4851 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4862 if test -n "$LD"; then
4863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4864 $as_echo "$LD" >&6; }
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4867 $as_echo "no" >&6; }
4872 if test -z "$ac_cv_prog_LD"; then
4874 # Extract the first word of "ld", so it can be a program name with args.
4875 set dummy ld
; ac_word
=$2
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4877 $as_echo_n "checking for $ac_word... " >&6; }
4878 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4879 $as_echo_n "(cached) " >&6
4881 if test -n "$ac_ct_LD"; then
4882 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4884 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4888 test -z "$as_dir" && as_dir
=.
4889 for ac_exec_ext
in '' $ac_executable_extensions; do
4890 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4891 ac_cv_prog_ac_ct_LD
="ld"
4892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4901 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4902 if test -n "$ac_ct_LD"; then
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4904 $as_echo "$ac_ct_LD" >&6; }
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4907 $as_echo "no" >&6; }
4910 if test "x$ac_ct_LD" = x
; then
4913 case $cross_compiling:$ac_tool_warned in
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4916 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4917 ac_tool_warned
=yes ;;
4928 if test "x$enable_win64" = "xyes"
4933 notice_platform
="64-bit "
4940 notice_platform
="32-bit "
4943 enable_win16
=${enable_win16:-yes}
4945 with_fontconfig
=${with_fontconfig:-no}
4948 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4953 $as_echo_n "checking whether $CC works... " >&6; }
4955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4956 /* end confdefs.h. */
4966 if ac_fn_c_try_link
"$LINENO"; then :
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4968 $as_echo "yes" >&6; }
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971 $as_echo "no" >&6; }
4972 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4974 rm -f core conftest.err conftest.
$ac_objext \
4975 conftest
$ac_exeext conftest.
$ac_ext
4977 notice_platform
="32-bit "
4980 enable_win16
=${enable_win16:-yes}
4982 if test "x${GCC}" = "xyes"
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4985 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4987 /* end confdefs.h. */
4992 void func(__builtin_ms_va_list *args);
4997 if ac_fn_c_try_compile
"$LINENO"; then :
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4999 $as_echo "yes" >&6; }
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5002 $as_echo "no" >&6; }
5003 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5005 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5014 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5016 /* end confdefs.h. */
5017 int ac_test(int i) { return i; }
5021 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5026 if ac_fn_c_try_link
"$LINENO"; then :
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5028 $as_echo "yes" >&6; }
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5031 $as_echo "no" >&6; }
5032 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5034 rm -f core conftest.err conftest.
$ac_objext \
5035 conftest
$ac_exeext conftest.
$ac_ext
5036 CFLAGS
="$CFLAGS -marm"
5040 *-mingw32*|
*-cygwin*)
5041 enable_win16
=${enable_win16:-no}
5042 CFLAGS
="$CFLAGS -D_WIN32"
5045 enable_win16
=${enable_win16:-yes}
5049 enable_win16
=${enable_win16:-no}
5050 enable_win64
=${enable_win64:-no}
5052 enable_winetest
=${enable_winetest:-$enable_tests}
5054 if test -n "$with_wine64"
5056 if test "x$enable_win64" = "xyes"
5058 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5059 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5061 enable_fonts
=${enable_fonts:-no}
5062 enable_server
=${enable_server:-no}
5063 elif test "x$enable_win64" = "xyes"
5065 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5069 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5070 if ${wine_cv_toolsdir+:} false
; then :
5071 $as_echo_n "(cached) " >&6
5073 wine_cv_toolsdir
="$with_wine_tools"
5074 if test -z "$with_wine_tools"; then
5075 if test "$cross_compiling" = "yes"; then
5076 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5077 elif test -n "$with_wine64"; then
5078 wine_cv_toolsdir
="$with_wine64"
5081 if test -z "$wine_cv_toolsdir"; then
5082 wine_makedep
=tools
/makedep
5083 wine_cv_toolsdir
="\$(top_builddir)"
5084 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5085 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5086 case "$wine_cv_toolsdir" in
5088 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5090 enable_tools
=${enable_tools:-no}
5091 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5093 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5097 $as_echo "$wine_cv_toolsdir" >&6; }
5098 TOOLSDIR
=$wine_cv_toolsdir
5100 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5102 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5108 # Extract the first word of "$ac_prog", so it can be a program name with args.
5109 set dummy
$ac_prog; ac_word
=$2
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5111 $as_echo_n "checking for $ac_word... " >&6; }
5112 if ${ac_cv_prog_FLEX+:} false
; then :
5113 $as_echo_n "(cached) " >&6
5115 if test -n "$FLEX"; then
5116 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5118 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5122 test -z "$as_dir" && as_dir
=.
5123 for ac_exec_ext
in '' $ac_executable_extensions; do
5124 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5125 ac_cv_prog_FLEX
="$ac_prog"
5126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5135 FLEX
=$ac_cv_prog_FLEX
5136 if test -n "$FLEX"; then
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5138 $as_echo "$FLEX" >&6; }
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5141 $as_echo "no" >&6; }
5145 test -n "$FLEX" && break
5147 test -n "$FLEX" || FLEX
="none"
5149 if test "$FLEX" = "none"
5151 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5154 $as_echo_n "checking whether flex is recent enough... " >&6; }
5155 cat >conftest.l
<<EOF
5157 #include "prediluvian.h"
5161 if $FLEX -t conftest.l
>/dev
/null
2>&5
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5164 $as_echo "yes" >&6; }
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5167 $as_echo "no" >&6; }
5168 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5171 for ac_prog
in bison
5173 # Extract the first word of "$ac_prog", so it can be a program name with args.
5174 set dummy
$ac_prog; ac_word
=$2
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5176 $as_echo_n "checking for $ac_word... " >&6; }
5177 if ${ac_cv_prog_BISON+:} false
; then :
5178 $as_echo_n "(cached) " >&6
5180 if test -n "$BISON"; then
5181 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5183 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5187 test -z "$as_dir" && as_dir
=.
5188 for ac_exec_ext
in '' $ac_executable_extensions; do
5189 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5190 ac_cv_prog_BISON
="$ac_prog"
5191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5200 BISON
=$ac_cv_prog_BISON
5201 if test -n "$BISON"; then
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5203 $as_echo "$BISON" >&6; }
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5206 $as_echo "no" >&6; }
5210 test -n "$BISON" && break
5212 test -n "$BISON" || BISON
="none"
5214 if test "$BISON" = "none"
5216 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5219 if test -n "$ac_tool_prefix"; then
5220 for ac_prog
in ar gar
5222 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5223 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5225 $as_echo_n "checking for $ac_word... " >&6; }
5226 if ${ac_cv_prog_AR+:} false
; then :
5227 $as_echo_n "(cached) " >&6
5229 if test -n "$AR"; then
5230 ac_cv_prog_AR
="$AR" # Let the user override the test.
5232 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5236 test -z "$as_dir" && as_dir
=.
5237 for ac_exec_ext
in '' $ac_executable_extensions; do
5238 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5239 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5250 if test -n "$AR"; then
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5252 $as_echo "$AR" >&6; }
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5255 $as_echo "no" >&6; }
5259 test -n "$AR" && break
5262 if test -z "$AR"; then
5264 for ac_prog
in ar gar
5266 # Extract the first word of "$ac_prog", so it can be a program name with args.
5267 set dummy
$ac_prog; ac_word
=$2
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5269 $as_echo_n "checking for $ac_word... " >&6; }
5270 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5271 $as_echo_n "(cached) " >&6
5273 if test -n "$ac_ct_AR"; then
5274 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5276 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5280 test -z "$as_dir" && as_dir
=.
5281 for ac_exec_ext
in '' $ac_executable_extensions; do
5282 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5283 ac_cv_prog_ac_ct_AR
="$ac_prog"
5284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5293 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5294 if test -n "$ac_ct_AR"; then
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5296 $as_echo "$ac_ct_AR" >&6; }
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5299 $as_echo "no" >&6; }
5303 test -n "$ac_ct_AR" && break
5306 if test "x$ac_ct_AR" = x
; then
5309 case $cross_compiling:$ac_tool_warned in
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5312 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5313 ac_tool_warned
=yes ;;
5319 if test -n "$ac_tool_prefix"; then
5320 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5321 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5323 $as_echo_n "checking for $ac_word... " >&6; }
5324 if ${ac_cv_prog_STRIP+:} false
; then :
5325 $as_echo_n "(cached) " >&6
5327 if test -n "$STRIP"; then
5328 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5330 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5334 test -z "$as_dir" && as_dir
=.
5335 for ac_exec_ext
in '' $ac_executable_extensions; do
5336 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5337 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5347 STRIP
=$ac_cv_prog_STRIP
5348 if test -n "$STRIP"; then
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5350 $as_echo "$STRIP" >&6; }
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5353 $as_echo "no" >&6; }
5358 if test -z "$ac_cv_prog_STRIP"; then
5360 # Extract the first word of "strip", so it can be a program name with args.
5361 set dummy strip
; ac_word
=$2
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5363 $as_echo_n "checking for $ac_word... " >&6; }
5364 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5365 $as_echo_n "(cached) " >&6
5367 if test -n "$ac_ct_STRIP"; then
5368 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5370 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5374 test -z "$as_dir" && as_dir
=.
5375 for ac_exec_ext
in '' $ac_executable_extensions; do
5376 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5377 ac_cv_prog_ac_ct_STRIP
="strip"
5378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5387 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5388 if test -n "$ac_ct_STRIP"; then
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5390 $as_echo "$ac_ct_STRIP" >&6; }
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5393 $as_echo "no" >&6; }
5396 if test "x$ac_ct_STRIP" = x
; then
5399 case $cross_compiling:$ac_tool_warned in
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5402 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5403 ac_tool_warned
=yes ;;
5408 STRIP
="$ac_cv_prog_STRIP"
5413 if test -n "$ac_tool_prefix"; then
5414 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5415 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5417 $as_echo_n "checking for $ac_word... " >&6; }
5418 if ${ac_cv_prog_RANLIB+:} false
; then :
5419 $as_echo_n "(cached) " >&6
5421 if test -n "$RANLIB"; then
5422 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5424 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5428 test -z "$as_dir" && as_dir
=.
5429 for ac_exec_ext
in '' $ac_executable_extensions; do
5430 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5431 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5441 RANLIB
=$ac_cv_prog_RANLIB
5442 if test -n "$RANLIB"; then
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5444 $as_echo "$RANLIB" >&6; }
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5447 $as_echo "no" >&6; }
5452 if test -z "$ac_cv_prog_RANLIB"; then
5453 ac_ct_RANLIB
=$RANLIB
5454 # Extract the first word of "ranlib", so it can be a program name with args.
5455 set dummy ranlib
; ac_word
=$2
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5457 $as_echo_n "checking for $ac_word... " >&6; }
5458 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5459 $as_echo_n "(cached) " >&6
5461 if test -n "$ac_ct_RANLIB"; then
5462 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5464 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5468 test -z "$as_dir" && as_dir
=.
5469 for ac_exec_ext
in '' $ac_executable_extensions; do
5470 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5471 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5481 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5482 if test -n "$ac_ct_RANLIB"; then
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5484 $as_echo "$ac_ct_RANLIB" >&6; }
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5487 $as_echo "no" >&6; }
5490 if test "x$ac_ct_RANLIB" = x
; then
5493 case $cross_compiling:$ac_tool_warned in
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5496 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5497 ac_tool_warned
=yes ;;
5499 RANLIB
=$ac_ct_RANLIB
5502 RANLIB
="$ac_cv_prog_RANLIB"
5505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5506 $as_echo_n "checking whether ln -s works... " >&6; }
5508 if test "$LN_S" = "ln -s"; then
5509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5510 $as_echo "yes" >&6; }
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5513 $as_echo "no, using $LN_S" >&6; }
5516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5517 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5518 if ${ac_cv_path_GREP+:} false
; then :
5519 $as_echo_n "(cached) " >&6
5521 if test -z "$GREP"; then
5522 ac_path_GREP_found
=false
5523 # Loop through the user's path and test for each of PROGNAME-LIST
5524 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5525 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5528 test -z "$as_dir" && as_dir
=.
5529 for ac_prog
in grep ggrep
; do
5530 for ac_exec_ext
in '' $ac_executable_extensions; do
5531 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5532 as_fn_executable_p
"$ac_path_GREP" ||
continue
5533 # Check for GNU ac_path_GREP and select it if it is found.
5534 # Check for GNU $ac_path_GREP
5535 case `"$ac_path_GREP" --version 2>&1` in
5537 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5540 $as_echo_n 0123456789 >"conftest.in"
5543 cat "conftest.in" "conftest.in" >"conftest.tmp"
5544 mv "conftest.tmp" "conftest.in"
5545 cp "conftest.in" "conftest.nl"
5546 $as_echo 'GREP' >> "conftest.nl"
5547 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5548 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5549 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5550 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5551 # Best one so far, save it but keep looking for a better one
5552 ac_cv_path_GREP
="$ac_path_GREP"
5553 ac_path_GREP_max
=$ac_count
5555 # 10*(2^10) chars as input seems more than enough
5556 test $ac_count -gt 10 && break
5558 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5561 $ac_path_GREP_found && break 3
5566 if test -z "$ac_cv_path_GREP"; then
5567 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5570 ac_cv_path_GREP
=$GREP
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5575 $as_echo "$ac_cv_path_GREP" >&6; }
5576 GREP
="$ac_cv_path_GREP"
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5580 $as_echo_n "checking for egrep... " >&6; }
5581 if ${ac_cv_path_EGREP+:} false
; then :
5582 $as_echo_n "(cached) " >&6
5584 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5585 then ac_cv_path_EGREP
="$GREP -E"
5587 if test -z "$EGREP"; then
5588 ac_path_EGREP_found
=false
5589 # Loop through the user's path and test for each of PROGNAME-LIST
5590 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5591 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5594 test -z "$as_dir" && as_dir
=.
5595 for ac_prog
in egrep; do
5596 for ac_exec_ext
in '' $ac_executable_extensions; do
5597 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5598 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5599 # Check for GNU ac_path_EGREP and select it if it is found.
5600 # Check for GNU $ac_path_EGREP
5601 case `"$ac_path_EGREP" --version 2>&1` in
5603 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5606 $as_echo_n 0123456789 >"conftest.in"
5609 cat "conftest.in" "conftest.in" >"conftest.tmp"
5610 mv "conftest.tmp" "conftest.in"
5611 cp "conftest.in" "conftest.nl"
5612 $as_echo 'EGREP' >> "conftest.nl"
5613 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5614 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5615 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5616 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5617 # Best one so far, save it but keep looking for a better one
5618 ac_cv_path_EGREP
="$ac_path_EGREP"
5619 ac_path_EGREP_max
=$ac_count
5621 # 10*(2^10) chars as input seems more than enough
5622 test $ac_count -gt 10 && break
5624 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5627 $ac_path_EGREP_found && break 3
5632 if test -z "$ac_cv_path_EGREP"; then
5633 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5636 ac_cv_path_EGREP
=$EGREP
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5642 $as_echo "$ac_cv_path_EGREP" >&6; }
5643 EGREP
="$ac_cv_path_EGREP"
5646 # Extract the first word of "ldconfig", so it can be a program name with args.
5647 set dummy ldconfig
; ac_word
=$2
5648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5649 $as_echo_n "checking for $ac_word... " >&6; }
5650 if ${ac_cv_path_LDCONFIG+:} false
; then :
5651 $as_echo_n "(cached) " >&6
5655 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5658 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5659 for as_dir
in /sbin
/usr
/sbin
$PATH
5662 test -z "$as_dir" && as_dir
=.
5663 for ac_exec_ext
in '' $ac_executable_extensions; do
5664 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5665 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5673 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5677 LDCONFIG
=$ac_cv_path_LDCONFIG
5678 if test -n "$LDCONFIG"; then
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5680 $as_echo "$LDCONFIG" >&6; }
5682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5683 $as_echo "no" >&6; }
5687 for ac_prog
in msgfmt
5689 # Extract the first word of "$ac_prog", so it can be a program name with args.
5690 set dummy
$ac_prog; ac_word
=$2
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5692 $as_echo_n "checking for $ac_word... " >&6; }
5693 if ${ac_cv_prog_MSGFMT+:} false
; then :
5694 $as_echo_n "(cached) " >&6
5696 if test -n "$MSGFMT"; then
5697 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5699 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5703 test -z "$as_dir" && as_dir
=.
5704 for ac_exec_ext
in '' $ac_executable_extensions; do
5705 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5706 ac_cv_prog_MSGFMT
="$ac_prog"
5707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5716 MSGFMT
=$ac_cv_prog_MSGFMT
5717 if test -n "$MSGFMT"; then
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5719 $as_echo "$MSGFMT" >&6; }
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5722 $as_echo "no" >&6; }
5726 test -n "$MSGFMT" && break
5728 test -n "$MSGFMT" || MSGFMT
="false"
5730 if ${ac_tool_prefix+:} false
; then :
5731 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5732 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5734 $as_echo_n "checking for $ac_word... " >&6; }
5735 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5736 $as_echo_n "(cached) " >&6
5738 if test -n "$PKG_CONFIG"; then
5739 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5741 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5745 test -z "$as_dir" && as_dir
=.
5746 for ac_exec_ext
in '' $ac_executable_extensions; do
5747 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5748 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5758 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5759 if test -n "$PKG_CONFIG"; then
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5761 $as_echo "$PKG_CONFIG" >&6; }
5763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5764 $as_echo "no" >&6; }
5769 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5770 if test "x$cross_compiling" = xyes
; then :
5773 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5774 # Extract the first word of "pkg-config", so it can be a program name with args.
5775 set dummy pkg-config
; ac_word
=$2
5776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5777 $as_echo_n "checking for $ac_word... " >&6; }
5778 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5779 $as_echo_n "(cached) " >&6
5781 if test -n "$PKG_CONFIG"; then
5782 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5784 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5788 test -z "$as_dir" && as_dir
=.
5789 for ac_exec_ext
in '' $ac_executable_extensions; do
5790 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5791 ac_cv_prog_PKG_CONFIG
="pkg-config"
5792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5801 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5802 if test -n "$PKG_CONFIG"; then
5803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5804 $as_echo "$PKG_CONFIG" >&6; }
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5807 $as_echo "no" >&6; }
5813 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5816 if test "x$enable_maintainer_mode" != "xyes"
5823 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5824 for ac_prog
in fontforge
5826 # Extract the first word of "$ac_prog", so it can be a program name with args.
5827 set dummy
$ac_prog; ac_word
=$2
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5829 $as_echo_n "checking for $ac_word... " >&6; }
5830 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5831 $as_echo_n "(cached) " >&6
5833 if test -n "$FONTFORGE"; then
5834 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5836 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5840 test -z "$as_dir" && as_dir
=.
5841 for ac_exec_ext
in '' $ac_executable_extensions; do
5842 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5843 ac_cv_prog_FONTFORGE
="$ac_prog"
5844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5853 FONTFORGE
=$ac_cv_prog_FONTFORGE
5854 if test -n "$FONTFORGE"; then
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5856 $as_echo "$FONTFORGE" >&6; }
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5859 $as_echo "no" >&6; }
5863 test -n "$FONTFORGE" && break
5865 test -n "$FONTFORGE" || FONTFORGE
="false"
5867 for ac_prog
in rsvg-convert rsvg
5869 # Extract the first word of "$ac_prog", so it can be a program name with args.
5870 set dummy
$ac_prog; ac_word
=$2
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5872 $as_echo_n "checking for $ac_word... " >&6; }
5873 if ${ac_cv_prog_RSVG+:} false
; then :
5874 $as_echo_n "(cached) " >&6
5876 if test -n "$RSVG"; then
5877 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5879 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5883 test -z "$as_dir" && as_dir
=.
5884 for ac_exec_ext
in '' $ac_executable_extensions; do
5885 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5886 ac_cv_prog_RSVG
="$ac_prog"
5887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5896 RSVG
=$ac_cv_prog_RSVG
5897 if test -n "$RSVG"; then
5898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5899 $as_echo "$RSVG" >&6; }
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5902 $as_echo "no" >&6; }
5906 test -n "$RSVG" && break
5908 test -n "$RSVG" || RSVG
="false"
5910 for ac_prog
in convert
5912 # Extract the first word of "$ac_prog", so it can be a program name with args.
5913 set dummy
$ac_prog; ac_word
=$2
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5915 $as_echo_n "checking for $ac_word... " >&6; }
5916 if ${ac_cv_prog_CONVERT+:} false
; then :
5917 $as_echo_n "(cached) " >&6
5919 if test -n "$CONVERT"; then
5920 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5922 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5926 test -z "$as_dir" && as_dir
=.
5927 for ac_exec_ext
in '' $ac_executable_extensions; do
5928 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5929 ac_cv_prog_CONVERT
="$ac_prog"
5930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5939 CONVERT
=$ac_cv_prog_CONVERT
5940 if test -n "$CONVERT"; then
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5942 $as_echo "$CONVERT" >&6; }
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5945 $as_echo "no" >&6; }
5949 test -n "$CONVERT" && break
5951 test -n "$CONVERT" || CONVERT
="false"
5953 for ac_prog
in icotool
5955 # Extract the first word of "$ac_prog", so it can be a program name with args.
5956 set dummy
$ac_prog; ac_word
=$2
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5958 $as_echo_n "checking for $ac_word... " >&6; }
5959 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5960 $as_echo_n "(cached) " >&6
5962 if test -n "$ICOTOOL"; then
5963 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5965 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5969 test -z "$as_dir" && as_dir
=.
5970 for ac_exec_ext
in '' $ac_executable_extensions; do
5971 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5972 ac_cv_prog_ICOTOOL
="$ac_prog"
5973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5982 ICOTOOL
=$ac_cv_prog_ICOTOOL
5983 if test -n "$ICOTOOL"; then
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5985 $as_echo "$ICOTOOL" >&6; }
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5988 $as_echo "no" >&6; }
5992 test -n "$ICOTOOL" && break
5994 test -n "$ICOTOOL" || ICOTOOL
="false"
5996 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5997 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5999 if test "$CONVERT" = false
6001 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6004 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6005 convert_version
=`convert --version | head -n1`
6006 if test "x$convert_version" != "x"
6008 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6009 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6010 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6015 if test "$CONVERT" = false
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6018 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6019 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6022 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6026 if test "$ICOTOOL" = false
6028 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6031 $as_echo_n "checking for recent enough icotool... " >&6; }
6032 icotool_version
=`icotool --version | head -n1`
6033 if test "x$icotool_version" != "x"
6035 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6036 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6037 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6040 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6043 if test "$ICOTOOL" = false
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6046 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6047 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6050 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6056 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6059 test "x$with_gettext" != xno || MSGFMT
=false
6060 if test "$MSGFMT" != "false"
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6063 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6064 cat >conftest.po
<<EOF
6070 if $MSGFMT -o /dev
/null conftest.po
2>&5
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6073 $as_echo "yes" >&6; }
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6076 $as_echo "no" >&6; }
6080 if test "$MSGFMT" = false
; then :
6081 case "x$with_gettext" in
6082 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6084 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6085 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6091 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6092 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6093 $as_echo_n "(cached) " >&6
6095 ac_check_lib_save_LIBS
=$LIBS
6097 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6098 /* end confdefs.h. */
6100 /* Override any GCC internal prototype to avoid an error.
6101 Use char because int might match the return type of a GCC
6102 builtin and then its argument prototype would still apply. */
6106 char i386_set_ldt ();
6110 return i386_set_ldt ();
6115 if ac_fn_c_try_link
"$LINENO"; then :
6116 ac_cv_lib_i386_i386_set_ldt
=yes
6118 ac_cv_lib_i386_i386_set_ldt
=no
6120 rm -f core conftest.err conftest.
$ac_objext \
6121 conftest
$ac_exeext conftest.
$ac_ext
6122 LIBS
=$ac_check_lib_save_LIBS
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6125 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6126 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6127 cat >>confdefs.h
<<_ACEOF
6128 #define HAVE_LIBI386 1
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6136 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6137 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6138 $as_echo_n "(cached) " >&6
6140 ac_check_lib_save_LIBS
=$LIBS
6141 LIBS
="-lossaudio $LIBS"
6142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6143 /* end confdefs.h. */
6145 /* Override any GCC internal prototype to avoid an error.
6146 Use char because int might match the return type of a GCC
6147 builtin and then its argument prototype would still apply. */
6155 return _oss_ioctl ();
6160 if ac_fn_c_try_link
"$LINENO"; then :
6161 ac_cv_lib_ossaudio__oss_ioctl
=yes
6163 ac_cv_lib_ossaudio__oss_ioctl
=no
6165 rm -f core conftest.err conftest.
$ac_objext \
6166 conftest
$ac_exeext conftest.
$ac_ext
6167 LIBS
=$ac_check_lib_save_LIBS
6169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6170 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6171 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6172 cat >>confdefs.h
<<_ACEOF
6173 #define HAVE_LIBOSSAUDIO 1
6176 LIBS
="-lossaudio $LIBS"
6185 # Check whether --enable-largefile was given.
6186 if test "${enable_largefile+set}" = set; then :
6187 enableval
=$enable_largefile;
6190 if test "$enable_largefile" != no
; then
6192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6193 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6194 if ${ac_cv_sys_largefile_CC+:} false
; then :
6195 $as_echo_n "(cached) " >&6
6197 ac_cv_sys_largefile_CC
=no
6198 if test "$GCC" != yes; then
6201 # IRIX 6.2 and later do not support large files by default,
6202 # so use the C compiler's -n32 option if that helps.
6203 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6204 /* end confdefs.h. */
6205 #include <sys/types.h>
6206 /* Check that off_t can represent 2**63 - 1 correctly.
6207 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6208 since some C++ compilers masquerading as C compilers
6209 incorrectly reject 9223372036854775807. */
6210 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6211 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6212 && LARGE_OFF_T % 2147483647 == 1)
6222 if ac_fn_c_try_compile
"$LINENO"; then :
6225 rm -f core conftest.err conftest.
$ac_objext
6227 if ac_fn_c_try_compile
"$LINENO"; then :
6228 ac_cv_sys_largefile_CC
=' -n32'; break
6230 rm -f core conftest.err conftest.
$ac_objext
6234 rm -f conftest.
$ac_ext
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6238 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6239 if test "$ac_cv_sys_largefile_CC" != no
; then
6240 CC
=$CC$ac_cv_sys_largefile_CC
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6244 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6245 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6246 $as_echo_n "(cached) " >&6
6249 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6250 /* end confdefs.h. */
6251 #include <sys/types.h>
6252 /* Check that off_t can represent 2**63 - 1 correctly.
6253 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6254 since some C++ compilers masquerading as C compilers
6255 incorrectly reject 9223372036854775807. */
6256 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6257 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6258 && LARGE_OFF_T % 2147483647 == 1)
6268 if ac_fn_c_try_compile
"$LINENO"; then :
6269 ac_cv_sys_file_offset_bits
=no
; break
6271 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6272 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6273 /* end confdefs.h. */
6274 #define _FILE_OFFSET_BITS 64
6275 #include <sys/types.h>
6276 /* Check that off_t can represent 2**63 - 1 correctly.
6277 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6278 since some C++ compilers masquerading as C compilers
6279 incorrectly reject 9223372036854775807. */
6280 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6281 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6282 && LARGE_OFF_T % 2147483647 == 1)
6292 if ac_fn_c_try_compile
"$LINENO"; then :
6293 ac_cv_sys_file_offset_bits
=64; break
6295 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6296 ac_cv_sys_file_offset_bits
=unknown
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6301 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6302 case $ac_cv_sys_file_offset_bits in #(
6305 cat >>confdefs.h
<<_ACEOF
6306 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6311 if test $ac_cv_sys_file_offset_bits = unknown
; then
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6313 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6314 if ${ac_cv_sys_large_files+:} false
; then :
6315 $as_echo_n "(cached) " >&6
6318 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6319 /* end confdefs.h. */
6320 #include <sys/types.h>
6321 /* Check that off_t can represent 2**63 - 1 correctly.
6322 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6323 since some C++ compilers masquerading as C compilers
6324 incorrectly reject 9223372036854775807. */
6325 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6326 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6327 && LARGE_OFF_T % 2147483647 == 1)
6337 if ac_fn_c_try_compile
"$LINENO"; then :
6338 ac_cv_sys_large_files
=no
; break
6340 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6341 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6342 /* end confdefs.h. */
6343 #define _LARGE_FILES 1
6344 #include <sys/types.h>
6345 /* Check that off_t can represent 2**63 - 1 correctly.
6346 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6347 since some C++ compilers masquerading as C compilers
6348 incorrectly reject 9223372036854775807. */
6349 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6350 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6351 && LARGE_OFF_T % 2147483647 == 1)
6361 if ac_fn_c_try_compile
"$LINENO"; then :
6362 ac_cv_sys_large_files
=1; break
6364 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6365 ac_cv_sys_large_files
=unknown
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6370 $as_echo "$ac_cv_sys_large_files" >&6; }
6371 case $ac_cv_sys_large_files in #(
6374 cat >>confdefs.h
<<_ACEOF
6375 #define _LARGE_FILES $ac_cv_sys_large_files
6387 ac_cpp
='$CPP $CPPFLAGS'
6388 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6389 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6390 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6392 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6393 # On Suns, sometimes $CPP names a directory.
6394 if test -n "$CPP" && test -d "$CPP"; then
6397 if test -z "$CPP"; then
6398 if ${ac_cv_prog_CPP+:} false
; then :
6399 $as_echo_n "(cached) " >&6
6401 # Double quotes because CPP needs to be expanded
6402 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6405 for ac_c_preproc_warn_flag
in '' yes
6407 # Use a header file that comes with gcc, so configuring glibc
6408 # with a fresh cross-compiler works.
6409 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6410 # <limits.h> exists even on freestanding compilers.
6411 # On the NeXT, cc -E runs the code through the compiler's parser,
6412 # not just through cpp. "Syntax error" is here to catch this case.
6413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6414 /* end confdefs.h. */
6416 # include <limits.h>
6418 # include <assert.h>
6422 if ac_fn_c_try_cpp
"$LINENO"; then :
6425 # Broken: fails on valid input.
6428 rm -f conftest.err conftest.i conftest.
$ac_ext
6430 # OK, works on sane cases. Now check whether nonexistent headers
6431 # can be detected and how.
6432 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6433 /* end confdefs.h. */
6434 #include <ac_nonexistent.h>
6436 if ac_fn_c_try_cpp
"$LINENO"; then :
6437 # Broken: success on invalid input.
6440 # Passes both tests.
6444 rm -f conftest.err conftest.i conftest.
$ac_ext
6447 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6448 rm -f conftest.i conftest.err conftest.
$ac_ext
6449 if $ac_preproc_ok; then :
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6462 $as_echo "$CPP" >&6; }
6464 for ac_c_preproc_warn_flag
in '' yes
6466 # Use a header file that comes with gcc, so configuring glibc
6467 # with a fresh cross-compiler works.
6468 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6469 # <limits.h> exists even on freestanding compilers.
6470 # On the NeXT, cc -E runs the code through the compiler's parser,
6471 # not just through cpp. "Syntax error" is here to catch this case.
6472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6473 /* end confdefs.h. */
6475 # include <limits.h>
6477 # include <assert.h>
6481 if ac_fn_c_try_cpp
"$LINENO"; then :
6484 # Broken: fails on valid input.
6487 rm -f conftest.err conftest.i conftest.
$ac_ext
6489 # OK, works on sane cases. Now check whether nonexistent headers
6490 # can be detected and how.
6491 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6492 /* end confdefs.h. */
6493 #include <ac_nonexistent.h>
6495 if ac_fn_c_try_cpp
"$LINENO"; then :
6496 # Broken: success on invalid input.
6499 # Passes both tests.
6503 rm -f conftest.err conftest.i conftest.
$ac_ext
6506 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6507 rm -f conftest.i conftest.err conftest.
$ac_ext
6508 if $ac_preproc_ok; then :
6511 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6512 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6513 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6514 See \`config.log' for more details" "$LINENO" 5; }
6518 ac_cpp
='$CPP $CPPFLAGS'
6519 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6520 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6521 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6525 $as_echo_n "checking for ANSI C header files... " >&6; }
6526 if ${ac_cv_header_stdc+:} false
; then :
6527 $as_echo_n "(cached) " >&6
6529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6530 /* end confdefs.h. */
6544 if ac_fn_c_try_compile
"$LINENO"; then :
6545 ac_cv_header_stdc
=yes
6547 ac_cv_header_stdc
=no
6549 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6551 if test $ac_cv_header_stdc = yes; then
6552 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6553 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6554 /* end confdefs.h. */
6558 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6559 $EGREP "memchr" >/dev
/null
2>&1; then :
6562 ac_cv_header_stdc
=no
6568 if test $ac_cv_header_stdc = yes; then
6569 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6571 /* end confdefs.h. */
6575 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6576 $EGREP "free" >/dev
/null
2>&1; then :
6579 ac_cv_header_stdc
=no
6585 if test $ac_cv_header_stdc = yes; then
6586 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6587 if test "$cross_compiling" = yes; then :
6590 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6591 /* end confdefs.h. */
6594 #if ((' ' & 0x0FF) == 0x020)
6595 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6596 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6598 # define ISLOWER(c) \
6599 (('a' <= (c) && (c) <= 'i') \
6600 || ('j' <= (c) && (c) <= 'r') \
6601 || ('s' <= (c) && (c) <= 'z'))
6602 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6605 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6610 for (i = 0; i < 256; i++)
6611 if (XOR (islower (i), ISLOWER (i))
6612 || toupper (i) != TOUPPER (i))
6617 if ac_fn_c_try_run
"$LINENO"; then :
6620 ac_cv_header_stdc
=no
6622 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6623 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6629 $as_echo "$ac_cv_header_stdc" >&6; }
6630 if test $ac_cv_header_stdc = yes; then
6632 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6636 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6637 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6638 inttypes.h stdint.h unistd.h
6640 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6641 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6643 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6644 cat >>confdefs.h
<<_ACEOF
6645 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6655 ApplicationServices
/ApplicationServices.h \
6656 AudioToolbox
/AudioConverter.h \
6657 AudioUnit
/AudioUnit.h \
6658 AudioUnit
/AudioComponent.h \
6661 CoreAudio
/CoreAudio.h \
6662 CoreServices
/CoreServices.h \
6663 DiskArbitration
/DiskArbitration.h \
6665 IOKit
/hid
/IOHIDLib.h \
6668 QuickTime
/ImageCompression.h \
6669 Security
/Security.h \
6720 netinet
/in_systm.h \
6783 valgrind
/memcheck.h \
6784 valgrind
/valgrind.h \
6788 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6789 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6790 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6791 cat >>confdefs.h
<<_ACEOF
6792 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6800 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6801 if ${ac_cv_header_stat_broken+:} false
; then :
6802 $as_echo_n "(cached) " >&6
6804 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6805 /* end confdefs.h. */
6806 #include <sys/types.h>
6807 #include <sys/stat.h>
6809 #if defined S_ISBLK && defined S_IFDIR
6810 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6813 #if defined S_ISBLK && defined S_IFCHR
6814 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6817 #if defined S_ISLNK && defined S_IFREG
6818 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6821 #if defined S_ISSOCK && defined S_IFREG
6822 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6826 if ac_fn_c_try_compile
"$LINENO"; then :
6827 ac_cv_header_stat_broken
=no
6829 ac_cv_header_stat_broken
=yes
6831 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6834 $as_echo "$ac_cv_header_stat_broken" >&6; }
6835 if test $ac_cv_header_stat_broken = yes; then
6837 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6843 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6845 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6846 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6847 #ifdef HAVE_SYS_PARAM_H
6848 # include <sys/param.h>
6851 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6852 cat >>confdefs.h
<<_ACEOF
6853 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6868 netinet
/if_ether.h \
6869 netinet
/if_inarp.h \
6878 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6879 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6880 #ifdef HAVE_SYS_SOCKET_H
6881 # include <sys/socket.h>
6883 #ifdef HAVE_SYS_SOCKETVAR_H
6884 # include <sys/socketvar.h>
6886 #ifdef HAVE_NET_ROUTE_H
6887 # include <net/route.h>
6889 #ifdef HAVE_NETINET_IN_H
6890 # include <netinet/in.h>
6892 #ifdef HAVE_NETINET_IN_SYSTM_H
6893 # include <netinet/in_systm.h>
6895 #ifdef HAVE_NET_IF_H
6896 # include <net/if.h>
6898 #ifdef HAVE_NETINET_IP_H
6899 # include <netinet/ip.h>
6902 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6903 cat >>confdefs.h
<<_ACEOF
6904 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6912 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6914 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6915 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6919 #ifdef HAVE_SYS_SOCKET_H
6920 # include <sys/socket.h>
6922 #ifdef HAVE_SYS_SOCKETVAR_H
6923 # include <sys/socketvar.h>
6925 #ifdef HAVE_SYS_TIMEOUT_H
6926 # include <sys/timeout.h>
6928 #ifdef HAVE_NETINET_IN_H
6929 # include <netinet/in.h>
6931 #ifdef HAVE_NETINET_IN_SYSTM_H
6932 # include <netinet/in_systm.h>
6934 #ifdef HAVE_NETINET_IP_H
6935 # include <netinet/ip.h>
6937 #ifdef HAVE_NETINET_IP_VAR_H
6938 # include <netinet/ip_var.h>
6940 #ifdef HAVE_NETINET_IP_ICMP_H
6941 # include <netinet/ip_icmp.h>
6943 #ifdef HAVE_NETINET_UDP_H
6944 # include <netinet/udp.h>
6946 #ifdef HAVE_NETINET_TCP_H
6947 # include <netinet/tcp.h>
6949 #ifdef HAVE_NETINET_TCP_TIMER_H
6950 #include <netinet/tcp_timer.h>
6953 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6954 cat >>confdefs.h
<<_ACEOF
6955 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6963 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6965 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6966 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6967 #ifdef HAVE_ASM_TYPES_H
6968 # include <asm/types.h>
6970 #ifdef HAVE_SYS_SOCKET_H
6971 # include <sys/socket.h>
6973 #ifdef HAVE_LINUX_TYPES_H
6974 # include <linux/types.h>
6977 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6978 cat >>confdefs.h
<<_ACEOF
6979 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6987 for ac_header
in mach-o
/dyld_images.h
6989 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6990 # include <stdbool.h>
6992 #ifdef HAVE_STDINT_H
6993 # include <stdint.h>
6996 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6997 cat >>confdefs.h
<<_ACEOF
6998 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7006 for ac_header
in resolv.h
7008 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7009 #ifdef HAVE_SYS_SOCKET_H
7010 # include <sys/socket.h>
7012 #ifdef HAVE_NETINET_IN_H
7013 # include <netinet/in.h>
7015 #ifdef HAVE_ARPA_NAMESER_H
7016 # include <arpa/nameser.h>
7019 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7020 cat >>confdefs.h
<<_ACEOF
7021 #define HAVE_RESOLV_H 1
7029 for ac_header
in ifaddrs.h
7031 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7033 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7034 cat >>confdefs.h
<<_ACEOF
7035 #define HAVE_IFADDRS_H 1
7043 for ac_header
in sys
/ucontext.h
7045 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7047 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7048 cat >>confdefs.h
<<_ACEOF
7049 #define HAVE_SYS_UCONTEXT_H 1
7057 for ac_header
in sys
/thr.h
7059 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7060 #ifdef HAVE_SYS_UCONTEXT_H
7061 #include <sys/ucontext.h>
7064 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7065 cat >>confdefs.h
<<_ACEOF
7066 #define HAVE_SYS_THR_H 1
7074 for ac_header
in pthread_np.h
7076 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7077 #include <pthread.h>
7080 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7081 cat >>confdefs.h
<<_ACEOF
7082 #define HAVE_PTHREAD_NP_H 1
7090 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7092 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7093 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7094 #include <sys/time.h>
7096 #include <sys/types.h>
7097 #ifdef HAVE_ASM_TYPES_H
7098 #include <asm/types.h>
7101 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7102 cat >>confdefs.h
<<_ACEOF
7103 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7111 for ac_header
in libprocstat.h
7113 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7114 #include <sys/param.h>
7116 #ifdef HAVE_SYS_QUEUE_H
7117 #include <sys/queue.h>
7119 #ifdef HAVE_SYS_SOCKET_H
7120 #include <sys/socket.h>
7123 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7124 cat >>confdefs.h
<<_ACEOF
7125 #define HAVE_LIBPROCSTAT_H 1
7134 dlldir
="\${libdir}/wine"
7136 DLLFLAGS
="-D_REENTRANT"
7145 STATIC_IMPLIBEXT
="def.a"
7146 # Extract the first word of "ldd", so it can be a program name with args.
7147 set dummy ldd
; ac_word
=$2
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7149 $as_echo_n "checking for $ac_word... " >&6; }
7150 if ${ac_cv_path_LDD+:} false
; then :
7151 $as_echo_n "(cached) " >&6
7155 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7158 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7159 as_dummy
="/sbin:/usr/sbin:$PATH"
7160 for as_dir
in $as_dummy
7163 test -z "$as_dir" && as_dir
=.
7164 for ac_exec_ext
in '' $ac_executable_extensions; do
7165 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7166 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7174 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7179 if test -n "$LDD"; then
7180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7181 $as_echo "$LDD" >&6; }
7183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7184 $as_echo "no" >&6; }
7188 if test -n "$ac_tool_prefix"; then
7189 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7190 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7192 $as_echo_n "checking for $ac_word... " >&6; }
7193 if ${ac_cv_prog_OTOOL+:} false
; then :
7194 $as_echo_n "(cached) " >&6
7196 if test -n "$OTOOL"; then
7197 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7199 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7203 test -z "$as_dir" && as_dir
=.
7204 for ac_exec_ext
in '' $ac_executable_extensions; do
7205 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7206 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7216 OTOOL
=$ac_cv_prog_OTOOL
7217 if test -n "$OTOOL"; then
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7219 $as_echo "$OTOOL" >&6; }
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7222 $as_echo "no" >&6; }
7227 if test -z "$ac_cv_prog_OTOOL"; then
7229 # Extract the first word of "otool", so it can be a program name with args.
7230 set dummy otool
; ac_word
=$2
7231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7232 $as_echo_n "checking for $ac_word... " >&6; }
7233 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7234 $as_echo_n "(cached) " >&6
7236 if test -n "$ac_ct_OTOOL"; then
7237 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7239 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7243 test -z "$as_dir" && as_dir
=.
7244 for ac_exec_ext
in '' $ac_executable_extensions; do
7245 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7246 ac_cv_prog_ac_ct_OTOOL
="otool"
7247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7256 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7257 if test -n "$ac_ct_OTOOL"; then
7258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7259 $as_echo "$ac_ct_OTOOL" >&6; }
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7262 $as_echo "no" >&6; }
7265 if test "x$ac_ct_OTOOL" = x
; then
7268 case $cross_compiling:$ac_tool_warned in
7270 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7271 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7272 ac_tool_warned
=yes ;;
7277 OTOOL
="$ac_cv_prog_OTOOL"
7280 if test -n "$ac_tool_prefix"; then
7281 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7282 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7284 $as_echo_n "checking for $ac_word... " >&6; }
7285 if ${ac_cv_prog_READELF+:} false
; then :
7286 $as_echo_n "(cached) " >&6
7288 if test -n "$READELF"; then
7289 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7291 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7295 test -z "$as_dir" && as_dir
=.
7296 for ac_exec_ext
in '' $ac_executable_extensions; do
7297 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7298 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7308 READELF
=$ac_cv_prog_READELF
7309 if test -n "$READELF"; then
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7311 $as_echo "$READELF" >&6; }
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7314 $as_echo "no" >&6; }
7319 if test -z "$ac_cv_prog_READELF"; then
7320 ac_ct_READELF
=$READELF
7321 # Extract the first word of "readelf", so it can be a program name with args.
7322 set dummy readelf
; ac_word
=$2
7323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7324 $as_echo_n "checking for $ac_word... " >&6; }
7325 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7326 $as_echo_n "(cached) " >&6
7328 if test -n "$ac_ct_READELF"; then
7329 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7331 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7335 test -z "$as_dir" && as_dir
=.
7336 for ac_exec_ext
in '' $ac_executable_extensions; do
7337 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7338 ac_cv_prog_ac_ct_READELF
="readelf"
7339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7348 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7349 if test -n "$ac_ct_READELF"; then
7350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7351 $as_echo "$ac_ct_READELF" >&6; }
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7354 $as_echo "no" >&6; }
7357 if test "x$ac_ct_READELF" = x
; then
7360 case $cross_compiling:$ac_tool_warned in
7362 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7363 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7364 ac_tool_warned
=yes ;;
7366 READELF
=$ac_ct_READELF
7369 READELF
="$ac_cv_prog_READELF"
7372 wine_rules_file
=conf$
$rules.
make
7373 rm -f $wine_rules_file
7375 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7376 ALL_TEST_RESOURCES
=""
7379 wine_fn_append_file
()
7381 as_fn_append
$1 " \\$as_nl $2"
7384 wine_fn_ignore_file
()
7387 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7388 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7389 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7393 wine_fn_append_rule
()
7395 $as_echo "$1" >>$wine_rules_file
7400 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7403 wine_fn_depend_rules
()
7405 if wine_fn_has_flag config
7407 wine_fn_append_rule \
7408 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile config.status \$(MAKEDEP)
7409 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir
7410 depend: $ac_dir/depend
7411 .PHONY: $ac_dir/depend
7412 $ac_dir/depend: \$(MAKEDEP) dummy
7413 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir"
7415 wine_fn_append_rule \
7416 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7418 depend: $ac_dir/depend
7419 .PHONY: $ac_dir/depend
7420 $ac_dir/depend: \$(MAKEDEP) dummy
7421 \$(MAKEDEP) $ac_dir"
7425 wine_fn_pot_rules
()
7427 test "x$with_gettextpo" = xyes ||
return
7429 if wine_fn_has_flag mc
7431 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7432 wine_fn_append_rule \
7433 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7434 @cd $ac_dir && \$(MAKE) msg.pot
7435 $ac_dir/msg.pot: tools/wmc include"
7437 if wine_fn_has_flag po
7439 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7440 wine_fn_append_rule \
7441 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7442 @cd $ac_dir && \$(MAKE) rsrc.pot
7443 $ac_dir/rsrc.pot: tools/wrc include"
7447 wine_fn_all_rules
()
7449 wine_fn_depend_rules
7450 wine_fn_append_rule \
7453 $ac_dir: $ac_dir/Makefile dummy
7454 @cd $ac_dir && \$(MAKE)"
7457 wine_fn_install_rules
()
7459 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7461 wine_fn_append_rule \
7462 ".PHONY: $ac_dir/install $ac_dir/uninstall
7463 $ac_dir/install:: $ac_dir
7464 @cd $ac_dir && \$(MAKE) install
7465 $ac_dir/uninstall:: $ac_dir/Makefile
7466 @cd $ac_dir && \$(MAKE) uninstall
7467 install:: $ac_dir/install
7468 __uninstall__: $ac_dir/uninstall"
7470 if wine_fn_has_flag install-lib
7472 wine_fn_append_rule \
7473 ".PHONY: $ac_dir/install-lib
7474 $ac_dir/install-lib:: $ac_dir
7475 @cd $ac_dir && \$(MAKE) install-lib
7476 install-lib:: $ac_dir/install-lib"
7479 if wine_fn_has_flag install-dev
7481 wine_fn_append_rule \
7482 ".PHONY: $ac_dir/install-dev
7483 $ac_dir/install-dev:: $ac_dir
7484 @cd $ac_dir && \$(MAKE) install-dev
7485 install-dev:: $ac_dir/install-dev"
7489 wine_fn_clean_rules
()
7492 ac_extraclean
="$ac_dir/Makefile"
7493 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7495 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7498 if wine_fn_has_flag clean
7500 wine_fn_append_rule \
7501 "__clean__: $ac_dir/clean
7502 .PHONY: $ac_dir/clean
7503 $ac_dir/clean: $ac_dir/Makefile
7504 @cd $ac_dir && \$(MAKE) clean
7505 \$(RM) $ac_extraclean"
7507 wine_fn_append_rule \
7508 "__clean__: $ac_dir/clean
7509 .PHONY: $ac_dir/clean
7510 $ac_dir/clean: dummy
7511 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7515 wine_fn_disabled_rules
()
7518 ac_extraclean
="$ac_dir/Makefile"
7519 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7521 wine_fn_append_rule \
7522 "__clean__: $ac_dir/clean
7523 .PHONY: $ac_dir/clean
7524 $ac_dir/clean: dummy
7525 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7528 wine_fn_config_makefile
()
7534 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7535 wine_fn_disabled_rules
; return
7538 wine_fn_install_rules
7542 wine_fn_config_lib
()
7546 ac_dir
=dlls
/$ac_name
7549 if test "x$enable_tools" = xno
; then :
7552 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7557 wine_fn_append_rule \
7558 ".PHONY: $ac_dir/install $ac_dir/uninstall
7559 $ac_dir/install:: $ac_dir
7560 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7562 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7563 install install-dev:: $ac_dir/install
7564 __uninstall__: $ac_dir/uninstall
7565 __builddeps__: $ac_dir
7569 wine_fn_config_dll
()
7572 ac_dir
=dlls
/$ac_name
7575 ac_implib
=${4:-$ac_name}
7576 ac_file
=$ac_dir/lib
$ac_implib
7581 if test "x$enable_tools" = xno
; then :
7584 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7587 *16) ac_implibflags
=" -m16" ;;
7589 *) ac_dll
=$ac_dll.dll
;;
7593 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7594 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7595 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7596 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7598 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7599 if wine_fn_has_flag implib
&& test "$ac_enable" != enable_win16
7601 wine_fn_depend_rules
7602 wine_fn_clean_rules
$ac_clean
7604 wine_fn_disabled_rules
$ac_clean
7609 wine_fn_clean_rules
$ac_clean
7610 wine_fn_append_rule \
7611 "$ac_dir: __builddeps__
7612 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7613 @cd $ac_dir && \$(MAKE) \$@
7614 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7615 install install-lib:: $ac_dir/install-lib
7616 __uninstall__: $ac_dir/uninstall"
7617 if test -n "$DLLEXT"
7619 wine_fn_append_rule \
7620 "$ac_dir/install-lib:: $ac_dir
7621 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7622 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7624 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7626 wine_fn_append_rule \
7627 "$ac_dir/install-lib:: $ac_dir
7628 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7630 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7636 if wine_fn_has_flag staticimplib
7638 wine_fn_append_rule \
7639 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7640 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7641 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7642 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7643 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7644 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7645 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7646 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7647 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7649 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7650 install install-dev:: $ac_dir/install-dev
7651 __uninstall__: $ac_dir/uninstall"
7653 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7655 wine_fn_append_rule \
7656 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7657 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7659 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7662 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7664 wine_fn_append_rule \
7665 "__builddeps__: $ac_file.cross.a
7666 $ac_file.cross.a: $ac_dir/Makefile dummy
7667 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7670 elif wine_fn_has_flag implib
7672 wine_fn_append_rule \
7673 "__builddeps__: $ac_file.$IMPLIBEXT
7674 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7675 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7676 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7677 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7678 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7679 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7680 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7682 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7683 install install-dev:: $ac_dir/install-dev
7684 __uninstall__: $ac_dir/uninstall"
7685 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7687 wine_fn_append_rule \
7688 "__builddeps__: $ac_file.cross.a
7689 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7690 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7693 if test "$ac_name" != "$ac_implib"
7695 wine_fn_append_rule \
7696 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7697 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7698 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7700 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7701 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7702 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7704 wine_fn_append_rule \
7705 "__builddeps__: dlls/lib$ac_implib.cross.a
7706 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7707 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7709 \$(RM) dlls/lib$ac_implib.cross.a"
7710 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7716 wine_fn_config_program
()
7719 ac_dir
=programs
/$ac_name
7726 *) ac_program
=$ac_program.exe
;;
7730 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7731 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7732 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7733 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7735 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7736 wine_fn_disabled_rules
$ac_clean; return
7740 wine_fn_clean_rules
$ac_clean
7741 wine_fn_append_rule
"$ac_dir: __builddeps__"
7744 wine_fn_has_flag
install ||
return
7745 wine_fn_append_rule \
7746 ".PHONY: $ac_dir/install $ac_dir/uninstall
7747 install install-lib:: $ac_dir/install
7748 __uninstall__: $ac_dir/uninstall"
7750 if test -n "$DLLEXT"
7752 wine_fn_append_rule \
7753 "$ac_dir/install:: $ac_dir
7754 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7755 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7757 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7759 if test -z "$with_wine64" && wine_fn_has_flag installbin
7761 wine_fn_append_rule \
7762 "$ac_dir/install:: __tooldeps__
7763 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7765 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7768 wine_fn_append_rule \
7769 "$ac_dir/install:: $ac_dir
7770 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7772 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7775 if test -z "$with_wine64" && wine_fn_has_flag manpage
7777 wine_fn_append_rule \
7778 "$ac_dir/install:: $ac_dir
7779 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7781 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7785 wine_fn_config_test
()
7792 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7793 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7795 if test "x$enable_tests" = xno
; then :
7796 wine_fn_disabled_rules
$ac_clean; return
7799 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7801 wine_fn_clean_rules
$ac_clean
7803 wine_fn_append_rule \
7804 "$ac_dir: programs/winetest/Makefile __builddeps__
7805 programs/winetest: $ac_dir
7806 check test: $ac_dir/test
7807 .PHONY: $ac_dir/test
7809 @cd $ac_dir && \$(MAKE) test
7811 \$(RM) $ac_dir/*.ok"
7813 if test -n "$CROSSTARGET"
7815 wine_fn_append_rule \
7816 "crosstest: $ac_dir/crosstest
7817 .PHONY: $ac_dir/crosstest
7818 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7819 @cd $ac_dir && \$(MAKE) crosstest"
7823 wine_fn_config_tool
()
7827 if test "x$enable_tools" = xno
; then :
7832 wine_fn_install_rules
7835 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7836 wine_fn_append_rule
"$ac_dir: libs/port"
7838 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7842 wine_fn_config_symlink
()
7845 if test "x$1" = "x-d"
7851 wine_fn_append_rule \
7853 @./config.status \$@
7856 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7857 test -n "$ac_linkdir" ||
return
7858 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7862 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7863 loader_programs
="$wine_binary"
7864 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7873 if test -n "$ac_tool_prefix"; then
7874 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7875 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7877 $as_echo_n "checking for $ac_word... " >&6; }
7878 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7879 $as_echo_n "(cached) " >&6
7881 if test -n "$DLLTOOL"; then
7882 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7884 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7888 test -z "$as_dir" && as_dir
=.
7889 for ac_exec_ext
in '' $ac_executable_extensions; do
7890 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7891 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7901 DLLTOOL
=$ac_cv_prog_DLLTOOL
7902 if test -n "$DLLTOOL"; then
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7904 $as_echo "$DLLTOOL" >&6; }
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7907 $as_echo "no" >&6; }
7912 if test -z "$ac_cv_prog_DLLTOOL"; then
7913 ac_ct_DLLTOOL
=$DLLTOOL
7914 # Extract the first word of "dlltool", so it can be a program name with args.
7915 set dummy dlltool
; ac_word
=$2
7916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7917 $as_echo_n "checking for $ac_word... " >&6; }
7918 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7919 $as_echo_n "(cached) " >&6
7921 if test -n "$ac_ct_DLLTOOL"; then
7922 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7924 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7928 test -z "$as_dir" && as_dir
=.
7929 for ac_exec_ext
in '' $ac_executable_extensions; do
7930 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7931 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7941 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7942 if test -n "$ac_ct_DLLTOOL"; then
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7944 $as_echo "$ac_ct_DLLTOOL" >&6; }
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7947 $as_echo "no" >&6; }
7950 if test "x$ac_ct_DLLTOOL" = x
; then
7953 case $cross_compiling:$ac_tool_warned in
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7957 ac_tool_warned
=yes ;;
7959 DLLTOOL
=$ac_ct_DLLTOOL
7962 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7968 STATIC_IMPLIBEXT
="a"
7969 enable_iphlpapi
=${enable_iphlpapi:-no}
7970 enable_kernel32
=${enable_kernel32:-no}
7971 enable_msvcrt
=${enable_msvcrt:-no}
7972 enable_ntdll
=${enable_ntdll:-no}
7973 enable_ws2_32
=${enable_ws2_32:-no}
7974 enable_loader
=${enable_loader:-no}
7975 enable_server
=${enable_server:-no}
7976 with_x
=${with_x:-no}
7977 with_pthread
=${with_pthread:-no}
7983 SOCKET_LIBS
="-lws2_32"
7987 libwine_targets
="libwine.dll libwine.a"
7989 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7991 all: libwine.dll libwine.a
7993 libwine.a: \$(srcdir)/wine.def
7994 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7996 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7997 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7999 install install-lib:: libwine.dll
8000 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
8002 install install-dev:: libwine.a
8003 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
8006 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
8012 for ac_header
in libunwind.h
8014 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8015 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8016 cat >>confdefs.h
<<_ACEOF
8017 #define HAVE_LIBUNWIND_H 1
8025 DLLFLAGS
="$DLLFLAGS -fPIC"
8026 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8027 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8028 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8029 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8031 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8033 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8035 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8037 CORESERVICES_LIBS
="-framework CoreServices"
8039 APPKIT_LIBS
="-framework AppKit"
8041 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8043 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8044 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8045 $as_echo_n "(cached) " >&6
8047 ac_wine_try_cflags_saved
=$CFLAGS
8048 CFLAGS
="$CFLAGS -Wl,-no_pie"
8049 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8050 /* end confdefs.h. */
8051 int main(int argc, char **argv) { return 0; }
8053 if ac_fn_c_try_link
"$LINENO"; then :
8054 ac_cv_cflags__Wl__no_pie
=yes
8056 ac_cv_cflags__Wl__no_pie
=no
8058 rm -f core conftest.err conftest.
$ac_objext \
8059 conftest
$ac_exeext conftest.
$ac_ext
8060 CFLAGS
=$ac_wine_try_cflags_saved
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8063 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8064 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8065 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8067 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8069 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8072 if test "$ac_cv_header_Security_Security_h" = "yes"
8074 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8076 ac_save_LIBS
="$LIBS"
8077 LIBS
="$LIBS $SECURITY_LIBS"
8078 for ac_func
in SSLCopyPeerCertificates
8080 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8081 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8082 cat >>confdefs.h
<<_ACEOF
8083 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8089 LIBS
="$ac_save_LIBS"
8090 with_gnutls
=${with_gnutls:-no}
8092 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8094 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8096 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8099 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8102 ac_save_LIBS
="$LIBS"
8103 LIBS
="$LIBS $COREAUDIO_LIBS"
8104 for ac_func
in AUGraphAddNode
8106 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8107 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8108 cat >>confdefs.h
<<_ACEOF
8109 #define HAVE_AUGRAPHADDNODE 1
8115 LIBS
="$ac_save_LIBS"
8117 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8119 OPENAL_LIBS
="-framework OpenAL"
8122 cat >>confdefs.h
<<_ACEOF
8123 #define HAVE_OPENAL 1
8126 ac_cv_lib_openal
=yes
8128 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8130 OPENCL_LIBS
="-framework OpenCL"
8132 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8134 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8136 ac_save_LIBS
="$LIBS"
8137 LIBS
="$LIBS $IOKIT_LIBS"
8138 for ac_func
in IOHIDManagerCreate
8140 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8141 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8142 cat >>confdefs.h
<<_ACEOF
8143 #define HAVE_IOHIDMANAGERCREATE 1
8149 LIBS
="$ac_save_LIBS"
8151 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8153 ac_save_LIBS
="$LIBS"
8154 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8156 $as_echo_n "checking for the QuickTime framework... " >&6; }
8157 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8158 /* end confdefs.h. */
8159 #include <QuickTime/ImageCompression.h>
8163 CodecManagerVersion(NULL);
8168 if ac_fn_c_try_link
"$LINENO"; then :
8169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8170 $as_echo "yes" >&6; }
8171 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8173 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8176 $as_echo "no" >&6; }
8177 ac_cv_header_QuickTime_ImageCompression_h
=no
8179 rm -f core conftest.err conftest.
$ac_objext \
8180 conftest
$ac_exeext conftest.
$ac_ext
8181 LIBS
="$ac_save_LIBS"
8183 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8185 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8187 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8189 CARBON_LIBS
="-framework Carbon"
8193 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8195 ac_save_LIBS
="$LIBS"
8196 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8197 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8198 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8199 enable_winemac_drv
=${enable_winemac_drv:-yes}
8202 LIBS
="$ac_save_LIBS"
8205 if test "x$enable_win16" = "xyes"
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8208 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8209 if test "$cross_compiling" = yes; then :
8210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8211 $as_echo "cross-compiling, assuming yes" >&6; }
8213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8214 /* end confdefs.h. */
8217 "good:\tnop;nop\n\t"
8218 ".globl _testfunc\n"
8219 "_testfunc:\tcallw good");
8220 extern void testfunc();
8224 unsigned short *p = (unsigned short *)testfunc;
8225 return p[0] != 0xe866 || p[1] != 0xfffa
8230 if ac_fn_c_try_run
"$LINENO"; then :
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8232 $as_echo "yes" >&6; }
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8235 $as_echo "no" >&6; }
8236 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
8238 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8239 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8244 libwine_targets
="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8246 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8250 libwine.$libwine_version.dylib: \$(OBJS)
8251 \$(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 \$@
8253 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8254 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8256 libwine.dylib: libwine.$libwine_soversion.dylib
8257 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8259 install install-lib:: libwine.$libwine_version.dylib
8260 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8261 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8263 install install-dev::
8264 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8267 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8271 as_fn_append LOADER_RULES
"
8272 ${wine_binary}_OBJS = main.o
8273 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8274 $wine_binary $wine_binary-installed: wine_info.plist
8279 DLLFLAGS
="$DLLFLAGS -fPIC"
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8283 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8284 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8285 $as_echo_n "(cached) " >&6
8287 ac_wine_try_cflags_saved
=$CFLAGS
8288 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8289 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8290 /* end confdefs.h. */
8291 int main(int argc, char **argv) { return 0; }
8293 if ac_fn_c_try_link
"$LINENO"; then :
8294 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8296 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8298 rm -f core conftest.err conftest.
$ac_objext \
8299 conftest
$ac_exeext conftest.
$ac_ext
8300 CFLAGS
=$ac_wine_try_cflags_saved
8302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8303 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8304 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8305 LDEXECFLAGS
="-Wl,--export-dynamic"
8307 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8309 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8310 if eval \
${$as_ac_var+:} false
; then :
8311 $as_echo_n "(cached) " >&6
8313 ac_wine_try_cflags_saved
=$CFLAGS
8314 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8315 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8316 /* end confdefs.h. */
8317 int main(int argc, char **argv) { return 0; }
8319 if ac_fn_c_try_link
"$LINENO"; then :
8320 eval "$as_ac_var=yes"
8322 eval "$as_ac_var=no"
8324 rm -f core conftest.err conftest.
$ac_objext \
8325 conftest
$ac_exeext conftest.
$ac_ext
8326 CFLAGS
=$ac_wine_try_cflags_saved
8328 eval ac_res
=\$
$as_ac_var
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8330 $as_echo "$ac_res" >&6; }
8331 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8332 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8333 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8335 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8337 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8338 if eval \
${$as_ac_var+:} false
; then :
8339 $as_echo_n "(cached) " >&6
8341 ac_wine_try_cflags_saved
=$CFLAGS
8342 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8344 /* end confdefs.h. */
8345 int main(int argc, char **argv) { return 0; }
8347 if ac_fn_c_try_link
"$LINENO"; then :
8348 eval "$as_ac_var=yes"
8350 eval "$as_ac_var=no"
8352 rm -f core conftest.err conftest.
$ac_objext \
8353 conftest
$ac_exeext conftest.
$ac_ext
8354 CFLAGS
=$ac_wine_try_cflags_saved
8356 eval ac_res
=\$
$as_ac_var
8357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8358 $as_echo "$ac_res" >&6; }
8359 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8360 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8361 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8366 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8367 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8368 $as_echo_n "(cached) " >&6
8370 ac_wine_try_cflags_saved
=$CFLAGS
8371 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8372 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8373 /* end confdefs.h. */
8374 int main(int argc, char **argv) { return 0; }
8376 if ac_fn_c_try_link
"$LINENO"; then :
8377 ac_cv_cflags__Wl___enable_new_dtags
=yes
8379 ac_cv_cflags__Wl___enable_new_dtags
=no
8381 rm -f core conftest.err conftest.
$ac_objext \
8382 conftest
$ac_exeext conftest.
$ac_ext
8383 CFLAGS
=$ac_wine_try_cflags_saved
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8386 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8387 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8388 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8392 *i
[3456789]86* | x86_64
)
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8394 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8395 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8396 $as_echo_n "(cached) " >&6
8398 ac_wine_try_cflags_saved
=$CFLAGS
8399 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8400 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8401 /* end confdefs.h. */
8402 int main(int argc, char **argv) { return 0; }
8404 if ac_fn_c_try_link
"$LINENO"; then :
8405 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8407 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8409 rm -f core conftest.err conftest.
$ac_objext \
8410 conftest
$ac_exeext conftest.
$ac_ext
8411 CFLAGS
=$ac_wine_try_cflags_saved
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8414 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8415 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8416 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8421 libwine_targets
="libwine.so"
8423 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8427 libwine.so: \$(OBJS)
8428 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8430 install install-lib:: libwine.so
8431 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8434 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8438 as_fn_append LOADER_RULES
"
8439 ${wine_binary}_OBJS = main.o
8440 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8445 DLLFLAGS
="$DLLFLAGS -fPIC"
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8448 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8449 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8450 $as_echo_n "(cached) " >&6
8452 ac_wine_try_cflags_saved
=$CFLAGS
8453 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8454 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8455 /* end confdefs.h. */
8458 if ac_fn_c_try_link
"$LINENO"; then :
8459 ac_cv_c_dll_gnuelf
="yes"
8461 ac_cv_c_dll_gnuelf
="no"
8463 rm -f core conftest.err conftest.
$ac_objext \
8464 conftest
$ac_exeext conftest.
$ac_ext
8465 CFLAGS
=$ac_wine_try_cflags_saved
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8468 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8469 if test "$ac_cv_c_dll_gnuelf" = "yes"
8471 LDSHARED
="\$(CC) -shared"
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8473 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8474 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8475 $as_echo_n "(cached) " >&6
8477 ac_wine_try_cflags_saved
=$CFLAGS
8478 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8480 /* end confdefs.h. */
8481 int main(int argc, char **argv) { return 0; }
8483 if ac_fn_c_try_link
"$LINENO"; then :
8484 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8486 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8488 rm -f core conftest.err conftest.
$ac_objext \
8489 conftest
$ac_exeext conftest.
$ac_ext
8490 CFLAGS
=$ac_wine_try_cflags_saved
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8493 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8494 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8495 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8498 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8499 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8500 $as_echo_n "(cached) " >&6
8502 ac_wine_try_cflags_saved
=$CFLAGS
8503 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8504 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8505 /* end confdefs.h. */
8506 int main(int argc, char **argv) { return 0; }
8508 if ac_fn_c_try_link
"$LINENO"; then :
8509 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8511 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8513 rm -f core conftest.err conftest.
$ac_objext \
8514 conftest
$ac_exeext conftest.
$ac_ext
8515 CFLAGS
=$ac_wine_try_cflags_saved
8517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8518 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8519 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8520 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8524 echo '{ global: *; };' >conftest.map
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8526 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8527 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8528 $as_echo_n "(cached) " >&6
8530 ac_wine_try_cflags_saved
=$CFLAGS
8531 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8533 /* end confdefs.h. */
8534 int main(int argc, char **argv) { return 0; }
8536 if ac_fn_c_try_link
"$LINENO"; then :
8537 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8539 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8541 rm -f core conftest.err conftest.
$ac_objext \
8542 conftest
$ac_exeext conftest.
$ac_ext
8543 CFLAGS
=$ac_wine_try_cflags_saved
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8546 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8547 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8548 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8553 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8554 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8555 $as_echo_n "(cached) " >&6
8557 ac_wine_try_cflags_saved
=$CFLAGS
8558 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8559 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8560 /* end confdefs.h. */
8561 int main(int argc, char **argv) { return 0; }
8563 if ac_fn_c_try_link
"$LINENO"; then :
8564 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8566 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8568 rm -f core conftest.err conftest.
$ac_objext \
8569 conftest
$ac_exeext conftest.
$ac_ext
8570 CFLAGS
=$ac_wine_try_cflags_saved
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8573 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8574 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8575 LDEXECFLAGS
="-Wl,--export-dynamic"
8578 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8580 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8581 if eval \
${$as_ac_var+:} false
; then :
8582 $as_echo_n "(cached) " >&6
8584 ac_wine_try_cflags_saved
=$CFLAGS
8585 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8587 /* end confdefs.h. */
8588 int main(int argc, char **argv) { return 0; }
8590 if ac_fn_c_try_link
"$LINENO"; then :
8591 eval "$as_ac_var=yes"
8593 eval "$as_ac_var=no"
8595 rm -f core conftest.err conftest.
$ac_objext \
8596 conftest
$ac_exeext conftest.
$ac_ext
8597 CFLAGS
=$ac_wine_try_cflags_saved
8599 eval ac_res
=\$
$as_ac_var
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8601 $as_echo "$ac_res" >&6; }
8602 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8603 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8604 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8606 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8608 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8609 if eval \
${$as_ac_var+:} false
; then :
8610 $as_echo_n "(cached) " >&6
8612 ac_wine_try_cflags_saved
=$CFLAGS
8613 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8614 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8615 /* end confdefs.h. */
8616 int main(int argc, char **argv) { return 0; }
8618 if ac_fn_c_try_link
"$LINENO"; then :
8619 eval "$as_ac_var=yes"
8621 eval "$as_ac_var=no"
8623 rm -f core conftest.err conftest.
$ac_objext \
8624 conftest
$ac_exeext conftest.
$ac_ext
8625 CFLAGS
=$ac_wine_try_cflags_saved
8627 eval ac_res
=\$
$as_ac_var
8628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8629 $as_echo "$ac_res" >&6; }
8630 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8631 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8632 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8637 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8638 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8639 $as_echo_n "(cached) " >&6
8641 ac_wine_try_cflags_saved
=$CFLAGS
8642 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8644 /* end confdefs.h. */
8645 int main(int argc, char **argv) { return 0; }
8647 if ac_fn_c_try_link
"$LINENO"; then :
8648 ac_cv_cflags__Wl___enable_new_dtags
=yes
8650 ac_cv_cflags__Wl___enable_new_dtags
=no
8652 rm -f core conftest.err conftest.
$ac_objext \
8653 conftest
$ac_exeext conftest.
$ac_ext
8654 CFLAGS
=$ac_wine_try_cflags_saved
8656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8657 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8658 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8659 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8663 *i
[3456789]86* | x86_64
)
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8665 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8666 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8667 $as_echo_n "(cached) " >&6
8669 ac_wine_try_cflags_saved
=$CFLAGS
8670 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8672 /* end confdefs.h. */
8673 int main(int argc, char **argv) { return 0; }
8675 if ac_fn_c_try_link
"$LINENO"; then :
8676 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8678 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8680 rm -f core conftest.err conftest.
$ac_objext \
8681 conftest
$ac_exeext conftest.
$ac_ext
8682 CFLAGS
=$ac_wine_try_cflags_saved
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8685 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8686 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8688 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8689 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8694 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8695 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8696 $as_echo_n "(cached) " >&6
8698 ac_wine_try_cflags_saved
=$CFLAGS
8699 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8700 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8701 /* end confdefs.h. */
8702 int main(int argc, char **argv) { return 0; }
8704 if ac_fn_c_try_link
"$LINENO"; then :
8705 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8707 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8709 rm -f core conftest.err conftest.
$ac_objext \
8710 conftest
$ac_exeext conftest.
$ac_ext
8711 CFLAGS
=$ac_wine_try_cflags_saved
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8714 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8715 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8718 # Extract the first word of "prelink", so it can be a program name with args.
8719 set dummy prelink
; ac_word
=$2
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8721 $as_echo_n "checking for $ac_word... " >&6; }
8722 if ${ac_cv_path_PRELINK+:} false
; then :
8723 $as_echo_n "(cached) " >&6
8727 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8730 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8731 for as_dir
in /sbin
/usr
/sbin
$PATH
8734 test -z "$as_dir" && as_dir
=.
8735 for ac_exec_ext
in '' $ac_executable_extensions; do
8736 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8737 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8745 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8749 PRELINK
=$ac_cv_path_PRELINK
8750 if test -n "$PRELINK"; then
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8752 $as_echo "$PRELINK" >&6; }
8754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8755 $as_echo "no" >&6; }
8759 if test "x$PRELINK" = xfalse
8761 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8769 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8770 if ${ac_cv_c_dll_unixware+:} false
; then :
8771 $as_echo_n "(cached) " >&6
8773 ac_wine_try_cflags_saved
=$CFLAGS
8774 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8776 /* end confdefs.h. */
8779 if ac_fn_c_try_link
"$LINENO"; then :
8780 ac_cv_c_dll_unixware
="yes"
8782 ac_cv_c_dll_unixware
="no"
8784 rm -f core conftest.err conftest.
$ac_objext \
8785 conftest
$ac_exeext conftest.
$ac_ext
8786 CFLAGS
=$ac_wine_try_cflags_saved
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8789 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8790 if test "$ac_cv_c_dll_unixware" = "yes"
8792 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8795 libwine_targets
="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8797 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8801 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8802 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8804 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8805 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8807 libwine.so: libwine.so.$libwine_soversion
8808 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8810 install install-lib:: libwine.so.$libwine_version
8811 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8812 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8814 install install-dev::
8815 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8818 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8822 as_fn_append LOADER_RULES
"
8823 ${wine_binary}_OBJS = main.o
8824 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8826 if test -z "$with_wine64"
8828 as_fn_append LOADER_RULES
"
8829 install install-lib::
8830 \$(INSTALL_DATA) \$(srcdir)/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
8832 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop
8838 as_fn_append LIBWINE_RULES
"
8839 EXTRA_TARGETS = $libwine_targets
8842 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8843 enable_winemac_drv
=${enable_winemac_drv:-no}
8847 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8851 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
8854 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 " ;;
8856 ac_prefix_list
="" ;;
8858 for ac_prog
in $ac_prefix_list
8860 # Extract the first word of "$ac_prog", so it can be a program name with args.
8861 set dummy
$ac_prog; ac_word
=$2
8862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8863 $as_echo_n "checking for $ac_word... " >&6; }
8864 if ${ac_cv_prog_CROSSCC+:} false
; then :
8865 $as_echo_n "(cached) " >&6
8867 if test -n "$CROSSCC"; then
8868 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8870 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8874 test -z "$as_dir" && as_dir
=.
8875 for ac_exec_ext
in '' $ac_executable_extensions; do
8876 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8877 ac_cv_prog_CROSSCC
="$ac_prog"
8878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8887 CROSSCC
=$ac_cv_prog_CROSSCC
8888 if test -n "$CROSSCC"; then
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8890 $as_echo "$CROSSCC" >&6; }
8892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8893 $as_echo "no" >&6; }
8897 test -n "$CROSSCC" && break
8899 test -n "$CROSSCC" || CROSSCC
="false"
8901 if test "$CROSSCC" != "false"
8905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8906 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8908 /* end confdefs.h. */
8918 if ac_fn_c_try_compile
"$LINENO"; then :
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8920 $as_echo "yes" >&6; }
8926 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8932 $as_echo "no" >&6; }
8934 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8940 if test "$ac_cv_header_pthread_h" = "yes"
8942 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8943 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8947 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8948 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8949 $as_echo_n "(cached) " >&6
8951 ac_check_lib_save_LIBS
=$LIBS
8952 LIBS
="-lpthread $LIBS"
8953 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8954 /* end confdefs.h. */
8956 /* Override any GCC internal prototype to avoid an error.
8957 Use char because int might match the return type of a GCC
8958 builtin and then its argument prototype would still apply. */
8962 char pthread_create ();
8966 return pthread_create ();
8971 if ac_fn_c_try_link
"$LINENO"; then :
8972 ac_cv_lib_pthread_pthread_create
=yes
8974 ac_cv_lib_pthread_pthread_create
=no
8976 rm -f core conftest.err conftest.
$ac_objext \
8977 conftest
$ac_exeext conftest.
$ac_ext
8978 LIBS
=$ac_check_lib_save_LIBS
8980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8981 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8982 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8983 PTHREAD_LIBS
="-lpthread"
8990 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8991 case "x$with_pthread" in
8993 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8994 Wine cannot support threads without libpthread.
8995 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9001 $as_echo_n "checking for X... " >&6; }
9004 # Check whether --with-x was given.
9005 if test "${with_x+set}" = set; then :
9009 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9010 if test "x$with_x" = xno
; then
9011 # The user explicitly disabled X.
9014 case $x_includes,$x_libraries in #(
9015 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9016 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9017 $as_echo_n "(cached) " >&6
9019 # One or both of the vars are not set, and there is no cached value.
9020 ac_x_includes
=no ac_x_libraries
=no
9021 rm -f -r conftest.dir
9022 if mkdir conftest.dir
; then
9024 cat >Imakefile
<<'_ACEOF'
9026 @echo incroot='${INCROOT}'
9028 @echo usrlibdir='${USRLIBDIR}'
9030 @echo libdir='${LIBDIR}'
9032 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9033 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9034 for ac_var
in incroot usrlibdir libdir
; do
9035 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9037 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9038 for ac_extension
in a so sl dylib la dll
; do
9039 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9040 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9041 ac_im_usrlibdir
=$ac_im_libdir; break
9044 # Screen out bogus values from the imake configuration. They are
9045 # bogus both because they are the default anyway, and because
9046 # using them would break gcc on systems where it needs fixed includes.
9047 case $ac_im_incroot in
9048 /usr
/include
) ac_x_includes
= ;;
9049 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9051 case $ac_im_usrlibdir in
9052 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9053 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9057 rm -f -r conftest.dir
9060 # Standard set of common directories for X headers.
9061 # Check X11 before X11Rn because it is often a symlink to the current release.
9075 /usr/local/X11/include
9076 /usr/local/X11R7/include
9077 /usr/local/X11R6/include
9078 /usr/local/X11R5/include
9079 /usr/local/X11R4/include
9081 /usr/local/include/X11
9082 /usr/local/include/X11R7
9083 /usr/local/include/X11R6
9084 /usr/local/include/X11R5
9085 /usr/local/include/X11R4
9089 /usr/XFree86/include/X11
9093 /usr/unsupported/include
9095 /usr/local/x11r5/include
9096 /usr/lpp/Xamples/include
9098 /usr/openwin/include
9099 /usr/openwin/share/include'
9101 if test "$ac_x_includes" = no
; then
9102 # Guess where to find include files, by looking for Xlib.h.
9103 # First, try using that file with no special directory specified.
9104 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9105 /* end confdefs.h. */
9106 #include <X11/Xlib.h>
9108 if ac_fn_c_try_cpp
"$LINENO"; then :
9109 # We can compile using X headers with no special include directory.
9112 for ac_dir
in $ac_x_header_dirs; do
9113 if test -r "$ac_dir/X11/Xlib.h"; then
9114 ac_x_includes
=$ac_dir
9119 rm -f conftest.err conftest.i conftest.
$ac_ext
9120 fi # $ac_x_includes = no
9122 if test "$ac_x_libraries" = no
; then
9123 # Check for the libraries.
9124 # See if we find them without any special options.
9125 # Don't add to $LIBS permanently.
9128 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9129 /* end confdefs.h. */
9130 #include <X11/Xlib.h>
9139 if ac_fn_c_try_link
"$LINENO"; then :
9141 # We can link X programs with no special library path.
9145 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9147 # Don't even attempt the hair of trying to link an X program!
9148 for ac_extension
in a so sl dylib la dll
; do
9149 if test -r "$ac_dir/libX11.$ac_extension"; then
9150 ac_x_libraries
=$ac_dir
9156 rm -f core conftest.err conftest.
$ac_objext \
9157 conftest
$ac_exeext conftest.
$ac_ext
9158 fi # $ac_x_libraries = no
9160 case $ac_x_includes,$ac_x_libraries in #(
9162 # Didn't find X, or a directory has "'" in its name.
9163 ac_cv_have_x
="have_x=no";; #(
9165 # Record where we found X for the cache.
9166 ac_cv_have_x
="have_x=yes\
9167 ac_x_includes='$ac_x_includes'\
9168 ac_x_libraries='$ac_x_libraries'"
9174 eval "$ac_cv_have_x"
9177 if test "$have_x" != yes; then
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9179 $as_echo "$have_x" >&6; }
9182 # If each of the values was on the command line, it overrides each guess.
9183 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9184 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9185 # Update the cache value to reflect the command line values.
9186 ac_cv_have_x
="have_x=yes\
9187 ac_x_includes='$x_includes'\
9188 ac_x_libraries='$x_libraries'"
9189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9190 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9193 if test "$no_x" = yes; then
9194 # Not all programs may use this symbol, but it does not hurt to define it.
9196 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9198 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9200 if test -n "$x_includes"; then
9201 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9204 # It would also be nice to do this for all -L options, not just this one.
9205 if test -n "$x_libraries"; then
9206 X_LIBS
="$X_LIBS -L$x_libraries"
9207 # For Solaris; some versions of Sun CC require a space after -R and
9208 # others require no space. Words are not sufficient . . . .
9209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9210 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9211 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9212 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9213 ac_c_werror_flag
=yes
9214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9215 /* end confdefs.h. */
9225 if ac_fn_c_try_link
"$LINENO"; then :
9226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9227 $as_echo "no" >&6; }
9228 X_LIBS
="$X_LIBS -R$x_libraries"
9230 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9231 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9232 /* end confdefs.h. */
9242 if ac_fn_c_try_link
"$LINENO"; then :
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9244 $as_echo "yes" >&6; }
9245 X_LIBS
="$X_LIBS -R $x_libraries"
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9248 $as_echo "neither works" >&6; }
9250 rm -f core conftest.err conftest.
$ac_objext \
9251 conftest
$ac_exeext conftest.
$ac_ext
9253 rm -f core conftest.err conftest.
$ac_objext \
9254 conftest
$ac_exeext conftest.
$ac_ext
9255 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9259 # Check for system-dependent libraries X programs must link with.
9260 # Do this before checking for the system-independent R6 libraries
9261 # (-lICE), since we may need -lsocket or whatever for X linking.
9263 if test "$ISC" = yes; then
9264 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9266 # Martyn Johnson says this is needed for Ultrix, if the X
9267 # libraries were built with DECnet support. And Karl Berry says
9268 # the Alpha needs dnet_stub (dnet does not exist).
9269 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9270 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9271 /* end confdefs.h. */
9273 /* Override any GCC internal prototype to avoid an error.
9274 Use char because int might match the return type of a GCC
9275 builtin and then its argument prototype would still apply. */
9279 char XOpenDisplay ();
9283 return XOpenDisplay ();
9288 if ac_fn_c_try_link
"$LINENO"; then :
9291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9292 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9293 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9294 $as_echo_n "(cached) " >&6
9296 ac_check_lib_save_LIBS
=$LIBS
9298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9299 /* end confdefs.h. */
9301 /* Override any GCC internal prototype to avoid an error.
9302 Use char because int might match the return type of a GCC
9303 builtin and then its argument prototype would still apply. */
9311 return dnet_ntoa ();
9316 if ac_fn_c_try_link
"$LINENO"; then :
9317 ac_cv_lib_dnet_dnet_ntoa
=yes
9319 ac_cv_lib_dnet_dnet_ntoa
=no
9321 rm -f core conftest.err conftest.
$ac_objext \
9322 conftest
$ac_exeext conftest.
$ac_ext
9323 LIBS
=$ac_check_lib_save_LIBS
9325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9326 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9327 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9328 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9331 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9333 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9334 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9335 $as_echo_n "(cached) " >&6
9337 ac_check_lib_save_LIBS
=$LIBS
9338 LIBS
="-ldnet_stub $LIBS"
9339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9340 /* end confdefs.h. */
9342 /* Override any GCC internal prototype to avoid an error.
9343 Use char because int might match the return type of a GCC
9344 builtin and then its argument prototype would still apply. */
9352 return dnet_ntoa ();
9357 if ac_fn_c_try_link
"$LINENO"; then :
9358 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9360 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9362 rm -f core conftest.err conftest.
$ac_objext \
9363 conftest
$ac_exeext conftest.
$ac_ext
9364 LIBS
=$ac_check_lib_save_LIBS
9366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9367 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9368 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9369 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9374 rm -f core conftest.err conftest.
$ac_objext \
9375 conftest
$ac_exeext conftest.
$ac_ext
9376 LIBS
="$ac_xsave_LIBS"
9378 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9379 # to get the SysV transport functions.
9380 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9382 # The nsl library prevents programs from opening the X display
9383 # on Irix 5.2, according to T.E. Dickey.
9384 # The functions gethostbyname, getservbyname, and inet_addr are
9385 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9386 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9387 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9391 if test $ac_cv_func_gethostbyname = no
; then
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9393 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9394 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9395 $as_echo_n "(cached) " >&6
9397 ac_check_lib_save_LIBS
=$LIBS
9399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9400 /* end confdefs.h. */
9402 /* Override any GCC internal prototype to avoid an error.
9403 Use char because int might match the return type of a GCC
9404 builtin and then its argument prototype would still apply. */
9408 char gethostbyname ();
9412 return gethostbyname ();
9417 if ac_fn_c_try_link
"$LINENO"; then :
9418 ac_cv_lib_nsl_gethostbyname
=yes
9420 ac_cv_lib_nsl_gethostbyname
=no
9422 rm -f core conftest.err conftest.
$ac_objext \
9423 conftest
$ac_exeext conftest.
$ac_ext
9424 LIBS
=$ac_check_lib_save_LIBS
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9427 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9428 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9429 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9432 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9434 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9435 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9436 $as_echo_n "(cached) " >&6
9438 ac_check_lib_save_LIBS
=$LIBS
9440 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9441 /* end confdefs.h. */
9443 /* Override any GCC internal prototype to avoid an error.
9444 Use char because int might match the return type of a GCC
9445 builtin and then its argument prototype would still apply. */
9449 char gethostbyname ();
9453 return gethostbyname ();
9458 if ac_fn_c_try_link
"$LINENO"; then :
9459 ac_cv_lib_bsd_gethostbyname
=yes
9461 ac_cv_lib_bsd_gethostbyname
=no
9463 rm -f core conftest.err conftest.
$ac_objext \
9464 conftest
$ac_exeext conftest.
$ac_ext
9465 LIBS
=$ac_check_lib_save_LIBS
9467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9468 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9469 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9470 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9476 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9477 # socket/setsockopt and other routines are undefined under SCO ODT
9478 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9479 # on later versions), says Simon Leinen: it contains gethostby*
9480 # variants that don't use the name server (or something). -lsocket
9481 # must be given before -lnsl if both are needed. We assume that
9482 # if connect needs -lnsl, so does gethostbyname.
9483 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9484 if test "x$ac_cv_func_connect" = xyes
; then :
9488 if test $ac_cv_func_connect = no
; then
9489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9490 $as_echo_n "checking for connect in -lsocket... " >&6; }
9491 if ${ac_cv_lib_socket_connect+:} false
; then :
9492 $as_echo_n "(cached) " >&6
9494 ac_check_lib_save_LIBS
=$LIBS
9495 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9496 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9497 /* end confdefs.h. */
9499 /* Override any GCC internal prototype to avoid an error.
9500 Use char because int might match the return type of a GCC
9501 builtin and then its argument prototype would still apply. */
9514 if ac_fn_c_try_link
"$LINENO"; then :
9515 ac_cv_lib_socket_connect
=yes
9517 ac_cv_lib_socket_connect
=no
9519 rm -f core conftest.err conftest.
$ac_objext \
9520 conftest
$ac_exeext conftest.
$ac_ext
9521 LIBS
=$ac_check_lib_save_LIBS
9523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9524 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9525 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9526 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9531 # Guillermo Gomez says -lposix is necessary on A/UX.
9532 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9533 if test "x$ac_cv_func_remove" = xyes
; then :
9537 if test $ac_cv_func_remove = no
; then
9538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9539 $as_echo_n "checking for remove in -lposix... " >&6; }
9540 if ${ac_cv_lib_posix_remove+:} false
; then :
9541 $as_echo_n "(cached) " >&6
9543 ac_check_lib_save_LIBS
=$LIBS
9544 LIBS
="-lposix $LIBS"
9545 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9546 /* end confdefs.h. */
9548 /* Override any GCC internal prototype to avoid an error.
9549 Use char because int might match the return type of a GCC
9550 builtin and then its argument prototype would still apply. */
9563 if ac_fn_c_try_link
"$LINENO"; then :
9564 ac_cv_lib_posix_remove
=yes
9566 ac_cv_lib_posix_remove
=no
9568 rm -f core conftest.err conftest.
$ac_objext \
9569 conftest
$ac_exeext conftest.
$ac_ext
9570 LIBS
=$ac_check_lib_save_LIBS
9572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9573 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9574 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9575 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9580 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9581 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9582 if test "x$ac_cv_func_shmat" = xyes
; then :
9586 if test $ac_cv_func_shmat = no
; then
9587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9588 $as_echo_n "checking for shmat in -lipc... " >&6; }
9589 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9590 $as_echo_n "(cached) " >&6
9592 ac_check_lib_save_LIBS
=$LIBS
9594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9595 /* end confdefs.h. */
9597 /* Override any GCC internal prototype to avoid an error.
9598 Use char because int might match the return type of a GCC
9599 builtin and then its argument prototype would still apply. */
9612 if ac_fn_c_try_link
"$LINENO"; then :
9613 ac_cv_lib_ipc_shmat
=yes
9615 ac_cv_lib_ipc_shmat
=no
9617 rm -f core conftest.err conftest.
$ac_objext \
9618 conftest
$ac_exeext conftest.
$ac_ext
9619 LIBS
=$ac_check_lib_save_LIBS
9621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9622 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9623 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9624 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9630 # Check for libraries that X11R6 Xt/Xaw programs need.
9631 ac_save_LDFLAGS
=$LDFLAGS
9632 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9633 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9634 # check for ICE first), but we must link in the order -lSM -lICE or
9635 # we get undefined symbols. So assume we have SM if we have ICE.
9636 # These have to be linked with before -lX11, unlike the other
9637 # libraries we check for below, so use a different variable.
9638 # John Interrante, Karl Berry
9639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9640 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9641 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9642 $as_echo_n "(cached) " >&6
9644 ac_check_lib_save_LIBS
=$LIBS
9645 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9647 /* end confdefs.h. */
9649 /* Override any GCC internal prototype to avoid an error.
9650 Use char because int might match the return type of a GCC
9651 builtin and then its argument prototype would still apply. */
9655 char IceConnectionNumber ();
9659 return IceConnectionNumber ();
9664 if ac_fn_c_try_link
"$LINENO"; then :
9665 ac_cv_lib_ICE_IceConnectionNumber
=yes
9667 ac_cv_lib_ICE_IceConnectionNumber
=no
9669 rm -f core conftest.err conftest.
$ac_objext \
9670 conftest
$ac_exeext conftest.
$ac_ext
9671 LIBS
=$ac_check_lib_save_LIBS
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9674 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9675 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9676 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9679 LDFLAGS
=$ac_save_LDFLAGS
9684 if test "$have_x" = "yes"
9686 ac_save_CPPFLAGS
="$CPPFLAGS"
9687 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9690 $as_echo_n "checking for -lX11... " >&6; }
9691 if ${ac_cv_lib_soname_X11+:} false
; then :
9692 $as_echo_n "(cached) " >&6
9694 ac_check_soname_save_LIBS
=$LIBS
9695 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9696 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9697 /* end confdefs.h. */
9699 /* Override any GCC internal prototype to avoid an error.
9700 Use char because int might match the return type of a GCC
9701 builtin and then its argument prototype would still apply. */
9705 char XCreateWindow ();
9709 return XCreateWindow ();
9714 if ac_fn_c_try_link
"$LINENO"; then :
9716 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9717 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'` ;;
9718 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9719 if ${ac_cv_lib_soname_X11:+false} :; then :
9720 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9724 rm -f core conftest.err conftest.
$ac_objext \
9725 conftest
$ac_exeext conftest.
$ac_ext
9726 LIBS
=$ac_check_soname_save_LIBS
9728 if ${ac_cv_lib_soname_X11:+false} :; then :
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9730 $as_echo "not found" >&6; }
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9734 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9736 cat >>confdefs.h
<<_ACEOF
9737 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9743 $as_echo_n "checking for -lXext... " >&6; }
9744 if ${ac_cv_lib_soname_Xext+:} false
; then :
9745 $as_echo_n "(cached) " >&6
9747 ac_check_soname_save_LIBS
=$LIBS
9748 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9750 /* end confdefs.h. */
9752 /* Override any GCC internal prototype to avoid an error.
9753 Use char because int might match the return type of a GCC
9754 builtin and then its argument prototype would still apply. */
9758 char XextCreateExtension ();
9762 return XextCreateExtension ();
9767 if ac_fn_c_try_link
"$LINENO"; then :
9769 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9770 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'` ;;
9771 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9772 if ${ac_cv_lib_soname_Xext:+false} :; then :
9773 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9777 rm -f core conftest.err conftest.
$ac_objext \
9778 conftest
$ac_exeext conftest.
$ac_ext
9779 LIBS
=$ac_check_soname_save_LIBS
9781 if ${ac_cv_lib_soname_Xext:+false} :; then :
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9783 $as_echo "not found" >&6; }
9786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9787 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9789 cat >>confdefs.h
<<_ACEOF
9790 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9793 X_LIBS
="$X_LIBS -lXext"
9795 X_LIBS
="$X_LIBS -lX11"
9797 for ac_header
in X11
/Xlib.h \
9800 X11
/Xcursor
/Xcursor.h \
9801 X11
/extensions
/shape.h \
9802 X11
/extensions
/XInput.h \
9803 X11
/extensions
/XInput2.h \
9804 X11
/extensions
/XShm.h \
9805 X11
/extensions
/Xcomposite.h \
9806 X11
/extensions
/Xinerama.h \
9807 X11
/extensions
/Xrandr.h \
9808 X11
/extensions
/Xrender.h \
9809 X11
/extensions
/xf86vmode.h \
9810 X11
/extensions
/xf86vmproto.h
9812 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9813 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9814 # include <X11/Xlib.h>
9816 #ifdef HAVE_X11_XUTIL_H
9817 # include <X11/Xutil.h>
9820 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9821 cat >>confdefs.h
<<_ACEOF
9822 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9830 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9833 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9834 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9835 $as_echo_n "(cached) " >&6
9837 ac_check_lib_save_LIBS
=$LIBS
9838 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9839 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9840 /* end confdefs.h. */
9842 /* Override any GCC internal prototype to avoid an error.
9843 Use char because int might match the return type of a GCC
9844 builtin and then its argument prototype would still apply. */
9848 char XkbQueryExtension ();
9852 return XkbQueryExtension ();
9857 if ac_fn_c_try_link
"$LINENO"; then :
9858 ac_cv_lib_X11_XkbQueryExtension
=yes
9860 ac_cv_lib_X11_XkbQueryExtension
=no
9862 rm -f core conftest.err conftest.
$ac_objext \
9863 conftest
$ac_exeext conftest.
$ac_ext
9864 LIBS
=$ac_check_lib_save_LIBS
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9867 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9868 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9870 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9876 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9879 $as_echo_n "checking for -lXcursor... " >&6; }
9880 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9881 $as_echo_n "(cached) " >&6
9883 ac_check_soname_save_LIBS
=$LIBS
9884 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9886 /* end confdefs.h. */
9888 /* Override any GCC internal prototype to avoid an error.
9889 Use char because int might match the return type of a GCC
9890 builtin and then its argument prototype would still apply. */
9894 char XcursorImageLoadCursor ();
9898 return XcursorImageLoadCursor ();
9903 if ac_fn_c_try_link
"$LINENO"; then :
9905 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9906 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'` ;;
9907 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9908 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9909 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9913 rm -f core conftest.err conftest.
$ac_objext \
9914 conftest
$ac_exeext conftest.
$ac_ext
9915 LIBS
=$ac_check_soname_save_LIBS
9917 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9919 $as_echo "not found" >&6; }
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9923 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9925 cat >>confdefs.h
<<_ACEOF
9926 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9932 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9933 case "x$with_xcursor" in
9934 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9936 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9937 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9941 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9944 $as_echo_n "checking for -lXi... " >&6; }
9945 if ${ac_cv_lib_soname_Xi+:} false
; then :
9946 $as_echo_n "(cached) " >&6
9948 ac_check_soname_save_LIBS
=$LIBS
9949 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9950 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9951 /* end confdefs.h. */
9953 /* Override any GCC internal prototype to avoid an error.
9954 Use char because int might match the return type of a GCC
9955 builtin and then its argument prototype would still apply. */
9959 char XOpenDevice ();
9963 return XOpenDevice ();
9968 if ac_fn_c_try_link
"$LINENO"; then :
9970 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9971 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'` ;;
9972 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9973 if ${ac_cv_lib_soname_Xi:+false} :; then :
9974 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9978 rm -f core conftest.err conftest.
$ac_objext \
9979 conftest
$ac_exeext conftest.
$ac_ext
9980 LIBS
=$ac_check_soname_save_LIBS
9982 if ${ac_cv_lib_soname_Xi:+false} :; then :
9983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9984 $as_echo "not found" >&6; }
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9988 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9990 cat >>confdefs.h
<<_ACEOF
9991 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9997 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9998 case "x$with_xinput" in
9999 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10001 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10002 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10006 if test "x$ac_cv_lib_soname_Xi" != x
10008 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10009 case "x$with_xinput2" in
10010 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10012 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10013 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10018 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10021 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10022 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
10023 $as_echo_n "(cached) " >&6
10025 ac_check_lib_save_LIBS
=$LIBS
10026 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10027 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10028 /* end confdefs.h. */
10030 /* Override any GCC internal prototype to avoid an error.
10031 Use char because int might match the return type of a GCC
10032 builtin and then its argument prototype would still apply. */
10036 char XShmQueryExtension ();
10040 return XShmQueryExtension ();
10045 if ac_fn_c_try_link
"$LINENO"; then :
10046 ac_cv_lib_Xext_XShmQueryExtension
=yes
10048 ac_cv_lib_Xext_XShmQueryExtension
=no
10050 rm -f core conftest.err conftest.
$ac_objext \
10051 conftest
$ac_exeext conftest.
$ac_ext
10052 LIBS
=$ac_check_lib_save_LIBS
10054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10055 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10056 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10058 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10063 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10064 case "x$with_xshm" in
10065 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10067 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10068 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10072 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10075 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10076 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10077 $as_echo_n "(cached) " >&6
10079 ac_check_lib_save_LIBS
=$LIBS
10080 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10081 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10082 /* end confdefs.h. */
10084 /* Override any GCC internal prototype to avoid an error.
10085 Use char because int might match the return type of a GCC
10086 builtin and then its argument prototype would still apply. */
10090 char XShapeQueryExtension ();
10094 return XShapeQueryExtension ();
10099 if ac_fn_c_try_link
"$LINENO"; then :
10100 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10102 ac_cv_lib_Xext_XShapeQueryExtension
=no
10104 rm -f core conftest.err conftest.
$ac_objext \
10105 conftest
$ac_exeext conftest.
$ac_ext
10106 LIBS
=$ac_check_lib_save_LIBS
10108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10109 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10110 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10112 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10117 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10118 case "x$with_xshape" in
10119 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10121 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10122 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10126 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10129 $as_echo_n "checking for -lXxf86vm... " >&6; }
10130 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10131 $as_echo_n "(cached) " >&6
10133 ac_check_soname_save_LIBS
=$LIBS
10134 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10135 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10136 /* end confdefs.h. */
10138 /* Override any GCC internal prototype to avoid an error.
10139 Use char because int might match the return type of a GCC
10140 builtin and then its argument prototype would still apply. */
10144 char XF86VidModeQueryExtension ();
10148 return XF86VidModeQueryExtension ();
10153 if ac_fn_c_try_link
"$LINENO"; then :
10155 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10156 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'` ;;
10157 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10158 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10159 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10163 rm -f core conftest.err conftest.
$ac_objext \
10164 conftest
$ac_exeext conftest.
$ac_ext
10165 LIBS
=$ac_check_soname_save_LIBS
10167 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10169 $as_echo "not found" >&6; }
10172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10173 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10175 cat >>confdefs.h
<<_ACEOF
10176 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10182 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10183 case "x$with_xxf86vm" in
10184 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10186 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10187 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10191 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10194 $as_echo_n "checking for -lXrender... " >&6; }
10195 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10196 $as_echo_n "(cached) " >&6
10198 ac_check_soname_save_LIBS
=$LIBS
10199 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10200 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10201 /* end confdefs.h. */
10203 /* Override any GCC internal prototype to avoid an error.
10204 Use char because int might match the return type of a GCC
10205 builtin and then its argument prototype would still apply. */
10209 char XRenderQueryExtension ();
10213 return XRenderQueryExtension ();
10218 if ac_fn_c_try_link
"$LINENO"; then :
10220 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10221 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'` ;;
10222 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10223 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10224 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10228 rm -f core conftest.err conftest.
$ac_objext \
10229 conftest
$ac_exeext conftest.
$ac_ext
10230 LIBS
=$ac_check_soname_save_LIBS
10232 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10234 $as_echo "not found" >&6; }
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10238 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10240 cat >>confdefs.h
<<_ACEOF
10241 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10245 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10246 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10247 $as_echo_n "(cached) " >&6
10249 ac_check_lib_save_LIBS
=$LIBS
10250 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10251 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10252 /* end confdefs.h. */
10254 /* Override any GCC internal prototype to avoid an error.
10255 Use char because int might match the return type of a GCC
10256 builtin and then its argument prototype would still apply. */
10260 char XRenderSetPictureTransform ();
10264 return XRenderSetPictureTransform ();
10269 if ac_fn_c_try_link
"$LINENO"; then :
10270 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10272 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10274 rm -f core conftest.err conftest.
$ac_objext \
10275 conftest
$ac_exeext conftest.
$ac_ext
10276 LIBS
=$ac_check_lib_save_LIBS
10278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10279 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10280 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10282 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10287 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10288 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10289 $as_echo_n "(cached) " >&6
10291 ac_check_lib_save_LIBS
=$LIBS
10292 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10293 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10294 /* end confdefs.h. */
10296 /* Override any GCC internal prototype to avoid an error.
10297 Use char because int might match the return type of a GCC
10298 builtin and then its argument prototype would still apply. */
10302 char XRenderCreateLinearGradient ();
10306 return XRenderCreateLinearGradient ();
10311 if ac_fn_c_try_link
"$LINENO"; then :
10312 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10314 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10316 rm -f core conftest.err conftest.
$ac_objext \
10317 conftest
$ac_exeext conftest.
$ac_ext
10318 LIBS
=$ac_check_lib_save_LIBS
10320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10321 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10322 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10324 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10331 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10332 case "x$with_xrender" in
10333 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10335 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10336 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10340 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10342 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10343 /* end confdefs.h. */
10344 #include <X11/Xlib.h>
10345 #include <X11/extensions/Xrandr.h>
10349 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10354 if ac_fn_c_try_compile
"$LINENO"; then :
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10356 $as_echo_n "checking for -lXrandr... " >&6; }
10357 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10358 $as_echo_n "(cached) " >&6
10360 ac_check_soname_save_LIBS
=$LIBS
10361 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10362 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10363 /* end confdefs.h. */
10365 /* Override any GCC internal prototype to avoid an error.
10366 Use char because int might match the return type of a GCC
10367 builtin and then its argument prototype would still apply. */
10371 char XRRQueryExtension ();
10375 return XRRQueryExtension ();
10380 if ac_fn_c_try_link
"$LINENO"; then :
10382 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10383 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'` ;;
10384 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10385 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10386 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10390 rm -f core conftest.err conftest.
$ac_objext \
10391 conftest
$ac_exeext conftest.
$ac_ext
10392 LIBS
=$ac_check_soname_save_LIBS
10394 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10396 $as_echo "not found" >&6; }
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10400 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10402 cat >>confdefs.h
<<_ACEOF
10403 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10406 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10407 /* end confdefs.h. */
10408 #include <X11/Xlib.h>
10409 #include <X11/extensions/Xrandr.h>
10413 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10418 if ac_fn_c_try_compile
"$LINENO"; then :
10420 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10423 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10426 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10428 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10429 case "x$with_xrandr" in
10430 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10432 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10433 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10437 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10440 /* end confdefs.h. */
10441 #include <X11/Xlib.h>
10442 #include <X11/extensions/Xinerama.h>
10446 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10451 if ac_fn_c_try_compile
"$LINENO"; then :
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10453 $as_echo_n "checking for -lXinerama... " >&6; }
10454 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10455 $as_echo_n "(cached) " >&6
10457 ac_check_soname_save_LIBS
=$LIBS
10458 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10459 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10460 /* end confdefs.h. */
10462 /* Override any GCC internal prototype to avoid an error.
10463 Use char because int might match the return type of a GCC
10464 builtin and then its argument prototype would still apply. */
10468 char XineramaQueryScreens ();
10472 return XineramaQueryScreens ();
10477 if ac_fn_c_try_link
"$LINENO"; then :
10479 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10480 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'` ;;
10481 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10482 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10483 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10487 rm -f core conftest.err conftest.
$ac_objext \
10488 conftest
$ac_exeext conftest.
$ac_ext
10489 LIBS
=$ac_check_soname_save_LIBS
10491 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10493 $as_echo "not found" >&6; }
10496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10497 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10499 cat >>confdefs.h
<<_ACEOF
10500 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10506 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10508 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10509 case "x$with_xinerama" in
10510 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10512 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10513 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10517 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10520 $as_echo_n "checking for -lXcomposite... " >&6; }
10521 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10522 $as_echo_n "(cached) " >&6
10524 ac_check_soname_save_LIBS
=$LIBS
10525 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10526 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10527 /* end confdefs.h. */
10529 /* Override any GCC internal prototype to avoid an error.
10530 Use char because int might match the return type of a GCC
10531 builtin and then its argument prototype would still apply. */
10535 char XCompositeRedirectWindow ();
10539 return XCompositeRedirectWindow ();
10544 if ac_fn_c_try_link
"$LINENO"; then :
10546 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10547 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'` ;;
10548 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10549 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10550 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10554 rm -f core conftest.err conftest.
$ac_objext \
10555 conftest
$ac_exeext conftest.
$ac_ext
10556 LIBS
=$ac_check_soname_save_LIBS
10558 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10560 $as_echo "not found" >&6; }
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10564 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10566 cat >>confdefs.h
<<_ACEOF
10567 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10573 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10574 case "x$with_xcomposite" in
10575 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10577 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10578 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10582 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10583 #include <X11/Xlib.h>
10586 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10588 cat >>confdefs.h
<<_ACEOF
10589 #define HAVE_XICCALLBACK_CALLBACK 1
10594 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10595 #include <X11/Xlib.h>
10598 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10600 cat >>confdefs.h
<<_ACEOF
10601 #define HAVE_XEVENT_XCOOKIE 1
10610 if test "x$with_opengl" != "xno"
10612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10613 $as_echo_n "checking for -lGL... " >&6; }
10614 if ${ac_cv_lib_soname_GL+:} false
; then :
10615 $as_echo_n "(cached) " >&6
10617 ac_check_soname_save_LIBS
=$LIBS
10618 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10619 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10620 /* end confdefs.h. */
10622 /* Override any GCC internal prototype to avoid an error.
10623 Use char because int might match the return type of a GCC
10624 builtin and then its argument prototype would still apply. */
10628 char glXCreateContext ();
10632 return glXCreateContext ();
10637 if ac_fn_c_try_link
"$LINENO"; then :
10639 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10640 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'` ;;
10641 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10642 if ${ac_cv_lib_soname_GL:+false} :; then :
10643 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10647 rm -f core conftest.err conftest.
$ac_objext \
10648 conftest
$ac_exeext conftest.
$ac_ext
10649 LIBS
=$ac_check_soname_save_LIBS
10651 if ${ac_cv_lib_soname_GL:+false} :; then :
10652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10653 $as_echo "not found" >&6; }
10654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10655 $as_echo_n "checking for -lGL... " >&6; }
10656 if ${ac_cv_lib_soname_GL+:} false
; then :
10657 $as_echo_n "(cached) " >&6
10659 ac_check_soname_save_LIBS
=$LIBS
10660 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"
10661 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10662 /* end confdefs.h. */
10664 /* Override any GCC internal prototype to avoid an error.
10665 Use char because int might match the return type of a GCC
10666 builtin and then its argument prototype would still apply. */
10670 char glXCreateContext ();
10674 return glXCreateContext ();
10679 if ac_fn_c_try_link
"$LINENO"; then :
10681 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10682 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'` ;;
10683 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10684 if ${ac_cv_lib_soname_GL:+false} :; then :
10685 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10689 rm -f core conftest.err conftest.
$ac_objext \
10690 conftest
$ac_exeext conftest.
$ac_ext
10691 LIBS
=$ac_check_soname_save_LIBS
10693 if ${ac_cv_lib_soname_GL:+false} :; then :
10694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10695 $as_echo "not found" >&6; }
10696 if test -f /usr
/X11R
6/lib
/libGL.a
10698 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10699 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10701 opengl_msg
="No OpenGL library found on this system."
10704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10705 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10707 cat >>confdefs.h
<<_ACEOF
10708 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10711 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"
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10715 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10717 cat >>confdefs.h
<<_ACEOF
10718 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10723 if test "x$with_glu" != "xno"
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10726 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10727 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10728 $as_echo_n "(cached) " >&6
10730 ac_check_lib_save_LIBS
=$LIBS
10731 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10732 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10733 /* end confdefs.h. */
10735 /* Override any GCC internal prototype to avoid an error.
10736 Use char because int might match the return type of a GCC
10737 builtin and then its argument prototype would still apply. */
10745 return gluLookAt ();
10750 if ac_fn_c_try_link
"$LINENO"; then :
10751 ac_cv_lib_GLU_gluLookAt
=yes
10753 ac_cv_lib_GLU_gluLookAt
=no
10755 rm -f core conftest.err conftest.
$ac_objext \
10756 conftest
$ac_exeext conftest.
$ac_ext
10757 LIBS
=$ac_check_lib_save_LIBS
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10760 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10761 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10765 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10766 case "x$with_glu" in
10767 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10769 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10770 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10775 if test "x$with_osmesa" != "xno"
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10778 $as_echo_n "checking for -lOSMesa... " >&6; }
10779 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10780 $as_echo_n "(cached) " >&6
10782 ac_check_soname_save_LIBS
=$LIBS
10783 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10784 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10785 /* end confdefs.h. */
10787 /* Override any GCC internal prototype to avoid an error.
10788 Use char because int might match the return type of a GCC
10789 builtin and then its argument prototype would still apply. */
10802 if ac_fn_c_try_link
"$LINENO"; then :
10804 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10805 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'` ;;
10806 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10807 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10808 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10812 rm -f core conftest.err conftest.
$ac_objext \
10813 conftest
$ac_exeext conftest.
$ac_ext
10814 LIBS
=$ac_check_soname_save_LIBS
10816 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10818 $as_echo "not found" >&6; }
10821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10822 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10824 cat >>confdefs.h
<<_ACEOF
10825 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10830 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10831 case "x$with_osmesa" in
10832 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10834 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10835 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10840 if test -n "$opengl_msg"; then :
10841 case "x$with_opengl" in
10842 x
) as_fn_append wine_warnings
"|$opengl_msg
10843 OpenGL and Direct3D won't be supported." ;;
10845 *) as_fn_error $?
"$opengl_msg
10846 OpenGL and Direct3D won't be supported.
10847 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10851 CPPFLAGS
="$ac_save_CPPFLAGS"
10855 enable_winex11_drv
=${enable_winex11_drv:-no}
10857 if test "x$X_LIBS" = "x"; then :
10860 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10861 without X support, which probably isn't what you want. You will need
10862 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10863 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10867 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10869 if test "$ac_cv_header_CL_cl_h" = "yes"
10871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10872 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10873 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10874 $as_echo_n "(cached) " >&6
10876 ac_check_lib_save_LIBS
=$LIBS
10877 LIBS
="-lOpenCL $LIBS"
10878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10879 /* end confdefs.h. */
10881 /* Override any GCC internal prototype to avoid an error.
10882 Use char because int might match the return type of a GCC
10883 builtin and then its argument prototype would still apply. */
10887 char clGetPlatformInfo ();
10891 return clGetPlatformInfo ();
10896 if ac_fn_c_try_link
"$LINENO"; then :
10897 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10899 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10901 rm -f core conftest.err conftest.
$ac_objext \
10902 conftest
$ac_exeext conftest.
$ac_ext
10903 LIBS
=$ac_check_lib_save_LIBS
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10906 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10907 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10908 OPENCL_LIBS
="-lOpenCL"
10913 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10914 case "x$with_opencl" in
10915 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10917 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10918 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10921 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10923 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10926 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10927 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10928 $as_echo_n "(cached) " >&6
10930 ac_check_lib_save_LIBS
=$LIBS
10931 LIBS
="-lpcap $LIBS"
10932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10933 /* end confdefs.h. */
10935 /* Override any GCC internal prototype to avoid an error.
10936 Use char because int might match the return type of a GCC
10937 builtin and then its argument prototype would still apply. */
10941 char pcap_create ();
10945 return pcap_create ();
10950 if ac_fn_c_try_link
"$LINENO"; then :
10951 ac_cv_lib_pcap_pcap_create
=yes
10953 ac_cv_lib_pcap_pcap_create
=no
10955 rm -f core conftest.err conftest.
$ac_objext \
10956 conftest
$ac_exeext conftest.
$ac_ext
10957 LIBS
=$ac_check_lib_save_LIBS
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10960 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10961 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10967 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10968 case "x$with_pcap" in
10969 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10971 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10972 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10975 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10978 if test "x$with_xml" != "xno"
10980 if ${XML2_CFLAGS:+false} :; then :
10981 if ${PKG_CONFIG+:} false
; then :
10982 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10985 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10986 if ${XML2_LIBS:+false} :; then :
10987 if ${PKG_CONFIG+:} false
; then :
10988 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10991 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10992 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10993 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10994 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10995 ac_save_CPPFLAGS
=$CPPFLAGS
10996 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10997 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10999 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11000 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11001 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11002 cat >>confdefs.h
<<_ACEOF
11003 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11010 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"
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11013 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11014 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11015 $as_echo_n "(cached) " >&6
11017 ac_check_lib_save_LIBS
=$LIBS
11018 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11019 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11020 /* end confdefs.h. */
11022 /* Override any GCC internal prototype to avoid an error.
11023 Use char because int might match the return type of a GCC
11024 builtin and then its argument prototype would still apply. */
11028 char xmlParseMemory ();
11032 return xmlParseMemory ();
11037 if ac_fn_c_try_link
"$LINENO"; then :
11038 ac_cv_lib_xml2_xmlParseMemory
=yes
11040 ac_cv_lib_xml2_xmlParseMemory
=no
11042 rm -f core conftest.err conftest.
$ac_objext \
11043 conftest
$ac_exeext conftest.
$ac_ext
11044 LIBS
=$ac_check_lib_save_LIBS
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11047 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11048 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11050 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11057 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11058 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11059 $as_echo_n "(cached) " >&6
11061 ac_check_lib_save_LIBS
=$LIBS
11062 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11063 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11064 /* end confdefs.h. */
11066 /* Override any GCC internal prototype to avoid an error.
11067 Use char because int might match the return type of a GCC
11068 builtin and then its argument prototype would still apply. */
11072 char xmlReadMemory ();
11076 return xmlReadMemory ();
11081 if ac_fn_c_try_link
"$LINENO"; then :
11082 ac_cv_lib_xml2_xmlReadMemory
=yes
11084 ac_cv_lib_xml2_xmlReadMemory
=no
11086 rm -f core conftest.err conftest.
$ac_objext \
11087 conftest
$ac_exeext conftest.
$ac_ext
11088 LIBS
=$ac_check_lib_save_LIBS
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11091 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11092 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11094 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11099 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11100 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11101 $as_echo_n "(cached) " >&6
11103 ac_check_lib_save_LIBS
=$LIBS
11104 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11105 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11106 /* end confdefs.h. */
11108 /* Override any GCC internal prototype to avoid an error.
11109 Use char because int might match the return type of a GCC
11110 builtin and then its argument prototype would still apply. */
11114 char xmlNewDocPI ();
11118 return xmlNewDocPI ();
11123 if ac_fn_c_try_link
"$LINENO"; then :
11124 ac_cv_lib_xml2_xmlNewDocPI
=yes
11126 ac_cv_lib_xml2_xmlNewDocPI
=no
11128 rm -f core conftest.err conftest.
$ac_objext \
11129 conftest
$ac_exeext conftest.
$ac_ext
11130 LIBS
=$ac_check_lib_save_LIBS
11132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11133 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11134 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11136 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11141 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11142 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11143 $as_echo_n "(cached) " >&6
11145 ac_check_lib_save_LIBS
=$LIBS
11146 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11148 /* end confdefs.h. */
11150 /* Override any GCC internal prototype to avoid an error.
11151 Use char because int might match the return type of a GCC
11152 builtin and then its argument prototype would still apply. */
11156 char xmlSchemaSetParserStructuredErrors ();
11160 return xmlSchemaSetParserStructuredErrors ();
11165 if ac_fn_c_try_link
"$LINENO"; then :
11166 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11168 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11170 rm -f core conftest.err conftest.
$ac_objext \
11171 conftest
$ac_exeext conftest.
$ac_ext
11172 LIBS
=$ac_check_lib_save_LIBS
11174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11175 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11176 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11178 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11183 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11184 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11185 $as_echo_n "(cached) " >&6
11187 ac_check_lib_save_LIBS
=$LIBS
11188 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11189 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11190 /* end confdefs.h. */
11192 /* Override any GCC internal prototype to avoid an error.
11193 Use char because int might match the return type of a GCC
11194 builtin and then its argument prototype would still apply. */
11198 char xmlSchemaSetValidStructuredErrors ();
11202 return xmlSchemaSetValidStructuredErrors ();
11207 if ac_fn_c_try_link
"$LINENO"; then :
11208 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11210 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11212 rm -f core conftest.err conftest.
$ac_objext \
11213 conftest
$ac_exeext conftest.
$ac_ext
11214 LIBS
=$ac_check_lib_save_LIBS
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11217 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11218 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11220 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11225 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11226 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11227 $as_echo_n "(cached) " >&6
11229 ac_check_lib_save_LIBS
=$LIBS
11230 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11231 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11232 /* end confdefs.h. */
11234 /* Override any GCC internal prototype to avoid an error.
11235 Use char because int might match the return type of a GCC
11236 builtin and then its argument prototype would still apply. */
11240 char xmlFirstElementChild ();
11244 return xmlFirstElementChild ();
11249 if ac_fn_c_try_link
"$LINENO"; then :
11250 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11252 ac_cv_lib_xml2_xmlFirstElementChild
=no
11254 rm -f core conftest.err conftest.
$ac_objext \
11255 conftest
$ac_exeext conftest.
$ac_ext
11256 LIBS
=$ac_check_lib_save_LIBS
11258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11259 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11260 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11262 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11266 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11268 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11270 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11278 CPPFLAGS
=$ac_save_CPPFLAGS
11279 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11280 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11283 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11284 case "x$with_xml" in
11285 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11287 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11288 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11292 if test "x$with_xslt" != "xno"
11294 if ${XSLT_CFLAGS:+false} :; then :
11295 if ${PKG_CONFIG+:} false
; then :
11296 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11299 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11300 if ${XSLT_LIBS:+false} :; then :
11301 if ${PKG_CONFIG+:} false
; then :
11302 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11305 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11306 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11307 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11308 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11309 ac_save_CPPFLAGS
=$CPPFLAGS
11310 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11311 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11313 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11314 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11315 # include <libxslt/pattern.h>
11318 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11319 cat >>confdefs.h
<<_ACEOF
11320 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11327 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11330 $as_echo_n "checking for -lxslt... " >&6; }
11331 if ${ac_cv_lib_soname_xslt+:} false
; then :
11332 $as_echo_n "(cached) " >&6
11334 ac_check_soname_save_LIBS
=$LIBS
11335 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11336 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11337 /* end confdefs.h. */
11339 /* Override any GCC internal prototype to avoid an error.
11340 Use char because int might match the return type of a GCC
11341 builtin and then its argument prototype would still apply. */
11345 char xsltCompilePattern ();
11349 return xsltCompilePattern ();
11354 if ac_fn_c_try_link
"$LINENO"; then :
11356 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11357 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'` ;;
11358 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11359 if ${ac_cv_lib_soname_xslt:+false} :; then :
11360 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11364 rm -f core conftest.err conftest.
$ac_objext \
11365 conftest
$ac_exeext conftest.
$ac_ext
11366 LIBS
=$ac_check_soname_save_LIBS
11368 if ${ac_cv_lib_soname_xslt:+false} :; then :
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11370 $as_echo "not found" >&6; }
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11374 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11376 cat >>confdefs.h
<<_ACEOF
11377 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11385 CPPFLAGS
=$ac_save_CPPFLAGS
11386 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11387 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11390 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11391 case "x$with_xslt" in
11392 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11394 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11395 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11399 if test "x$with_dbus" != "xno"
11401 if ${DBUS_CFLAGS:+false} :; then :
11402 if ${PKG_CONFIG+:} false
; then :
11403 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11407 if ${DBUS_LIBS:+false} :; then :
11408 if ${PKG_CONFIG+:} false
; then :
11409 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11414 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11415 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11416 ac_save_CPPFLAGS
=$CPPFLAGS
11417 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11418 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11419 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11421 $as_echo_n "checking for -ldbus-1... " >&6; }
11422 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11423 $as_echo_n "(cached) " >&6
11425 ac_check_soname_save_LIBS
=$LIBS
11426 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11428 /* end confdefs.h. */
11430 /* Override any GCC internal prototype to avoid an error.
11431 Use char because int might match the return type of a GCC
11432 builtin and then its argument prototype would still apply. */
11436 char dbus_connection_close ();
11440 return dbus_connection_close ();
11445 if ac_fn_c_try_link
"$LINENO"; then :
11447 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11448 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'` ;;
11449 *) 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'`
11450 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11451 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11455 rm -f core conftest.err conftest.
$ac_objext \
11456 conftest
$ac_exeext conftest.
$ac_ext
11457 LIBS
=$ac_check_soname_save_LIBS
11459 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11461 $as_echo "not found" >&6; }
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11465 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11467 cat >>confdefs.h
<<_ACEOF
11468 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11478 CPPFLAGS
=$ac_save_CPPFLAGS
11479 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11480 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11483 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11484 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11485 case "x$with_dbus" in
11486 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11488 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11489 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11493 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11495 if ${HAL_CFLAGS:+false} :; then :
11496 if ${PKG_CONFIG+:} false
; then :
11497 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11501 if ${HAL_LIBS:+false} :; then :
11502 if ${PKG_CONFIG+:} false
; then :
11503 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11507 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11508 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11509 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11510 ac_save_CPPFLAGS
=$CPPFLAGS
11511 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11512 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11513 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11515 $as_echo_n "checking for -lhal... " >&6; }
11516 if ${ac_cv_lib_soname_hal+:} false
; then :
11517 $as_echo_n "(cached) " >&6
11519 ac_check_soname_save_LIBS
=$LIBS
11520 LIBS
="-lhal $HAL_LIBS $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. */
11530 char libhal_ctx_new ();
11534 return libhal_ctx_new ();
11539 if ac_fn_c_try_link
"$LINENO"; then :
11541 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11542 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'` ;;
11543 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11544 if ${ac_cv_lib_soname_hal:+false} :; then :
11545 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$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_hal:+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_hal" >&5
11559 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11561 cat >>confdefs.h
<<_ACEOF
11562 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11572 CPPFLAGS
=$ac_save_CPPFLAGS
11573 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11574 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11576 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11577 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11578 case "x$with_hal" in
11579 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11581 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11582 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11587 if test "x$with_gnutls" != "xno"
11589 if ${GNUTLS_CFLAGS:+false} :; then :
11590 if ${PKG_CONFIG+:} false
; then :
11591 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11595 if ${GNUTLS_LIBS:+false} :; then :
11596 if ${PKG_CONFIG+:} false
; then :
11597 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11602 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11603 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11604 ac_save_CPPFLAGS
=$CPPFLAGS
11605 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11606 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11607 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11609 /* end confdefs.h. */
11610 #include <gnutls/gnutls.h>
11611 #include <gnutls/crypto.h>
11615 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11620 if ac_fn_c_try_compile
"$LINENO"; then :
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11622 $as_echo_n "checking for -lgnutls... " >&6; }
11623 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11624 $as_echo_n "(cached) " >&6
11626 ac_check_soname_save_LIBS
=$LIBS
11627 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11628 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11629 /* end confdefs.h. */
11631 /* Override any GCC internal prototype to avoid an error.
11632 Use char because int might match the return type of a GCC
11633 builtin and then its argument prototype would still apply. */
11637 char gnutls_global_init ();
11641 return gnutls_global_init ();
11646 if ac_fn_c_try_link
"$LINENO"; then :
11648 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11649 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'` ;;
11650 *) 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'`
11651 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11652 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'`
11656 rm -f core conftest.err conftest.
$ac_objext \
11657 conftest
$ac_exeext conftest.
$ac_ext
11658 LIBS
=$ac_check_soname_save_LIBS
11660 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11662 $as_echo "not found" >&6; }
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11666 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11668 cat >>confdefs.h
<<_ACEOF
11669 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11675 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11681 CPPFLAGS
=$ac_save_CPPFLAGS
11682 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11683 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11686 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11687 case "x$with_gnutls" in
11688 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11690 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11691 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11696 if test "$ac_cv_header_ncurses_h" = "yes"
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11699 $as_echo_n "checking for -lncurses... " >&6; }
11700 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11701 $as_echo_n "(cached) " >&6
11703 ac_check_soname_save_LIBS
=$LIBS
11704 LIBS
="-lncurses $LIBS"
11705 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11706 /* end confdefs.h. */
11708 /* Override any GCC internal prototype to avoid an error.
11709 Use char because int might match the return type of a GCC
11710 builtin and then its argument prototype would still apply. */
11723 if ac_fn_c_try_link
"$LINENO"; then :
11725 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11726 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'` ;;
11727 *) 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'`
11728 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11729 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11733 rm -f core conftest.err conftest.
$ac_objext \
11734 conftest
$ac_exeext conftest.
$ac_ext
11735 LIBS
=$ac_check_soname_save_LIBS
11737 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11739 $as_echo "not found" >&6; }
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11743 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11745 cat >>confdefs.h
<<_ACEOF
11746 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11749 CURSES_LIBS
="-lncurses"
11751 elif test "$ac_cv_header_curses_h" = "yes"
11753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11754 $as_echo_n "checking for -lcurses... " >&6; }
11755 if ${ac_cv_lib_soname_curses+:} false
; then :
11756 $as_echo_n "(cached) " >&6
11758 ac_check_soname_save_LIBS
=$LIBS
11759 LIBS
="-lcurses $LIBS"
11760 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11761 /* end confdefs.h. */
11763 /* Override any GCC internal prototype to avoid an error.
11764 Use char because int might match the return type of a GCC
11765 builtin and then its argument prototype would still apply. */
11778 if ac_fn_c_try_link
"$LINENO"; then :
11780 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11781 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'` ;;
11782 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11783 if ${ac_cv_lib_soname_curses:+false} :; then :
11784 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11788 rm -f core conftest.err conftest.
$ac_objext \
11789 conftest
$ac_exeext conftest.
$ac_ext
11790 LIBS
=$ac_check_soname_save_LIBS
11792 if ${ac_cv_lib_soname_curses:+false} :; then :
11793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11794 $as_echo "not found" >&6; }
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11798 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11800 cat >>confdefs.h
<<_ACEOF
11801 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11804 CURSES_LIBS
="-lcurses"
11807 ac_save_LIBS
="$LIBS"
11808 LIBS
="$LIBS $CURSES_LIBS"
11809 for ac_func
in mousemask
11811 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11812 if test "x$ac_cv_func_mousemask" = xyes
; then :
11813 cat >>confdefs.h
<<_ACEOF
11814 #define HAVE_MOUSEMASK 1
11820 LIBS
="$ac_save_LIBS"
11821 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11822 case "x$with_curses" in
11823 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11825 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11826 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11830 if test "x$with_sane" != "xno"
11832 if ${SANE_CFLAGS:+false} :; then :
11833 if ${PKG_CONFIG+:} false
; then :
11834 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11837 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11838 if ${SANE_LIBS:+false} :; then :
11839 if ${PKG_CONFIG+:} false
; then :
11840 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11843 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11845 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11846 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11847 ac_save_CPPFLAGS
=$CPPFLAGS
11848 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11849 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11850 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11852 $as_echo_n "checking for -lsane... " >&6; }
11853 if ${ac_cv_lib_soname_sane+:} false
; then :
11854 $as_echo_n "(cached) " >&6
11856 ac_check_soname_save_LIBS
=$LIBS
11857 LIBS
="-lsane $SANE_LIBS $LIBS"
11858 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11859 /* end confdefs.h. */
11861 /* Override any GCC internal prototype to avoid an error.
11862 Use char because int might match the return type of a GCC
11863 builtin and then its argument prototype would still apply. */
11871 return sane_init ();
11876 if ac_fn_c_try_link
"$LINENO"; then :
11878 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11879 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'` ;;
11880 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11881 if ${ac_cv_lib_soname_sane:+false} :; then :
11882 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11886 rm -f core conftest.err conftest.
$ac_objext \
11887 conftest
$ac_exeext conftest.
$ac_ext
11888 LIBS
=$ac_check_soname_save_LIBS
11890 if ${ac_cv_lib_soname_sane:+false} :; then :
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11892 $as_echo "not found" >&6; }
11895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11896 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11898 cat >>confdefs.h
<<_ACEOF
11899 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11909 CPPFLAGS
=$ac_save_CPPFLAGS
11910 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11911 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11914 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11915 case "x$with_sane" in
11916 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11918 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11919 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11923 if test "x$with_v4l" != "xno"
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11926 $as_echo_n "checking for -lv4l1... " >&6; }
11927 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11928 $as_echo_n "(cached) " >&6
11930 ac_check_soname_save_LIBS
=$LIBS
11931 LIBS
="-lv4l1 $LIBS"
11932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11933 /* end confdefs.h. */
11935 /* Override any GCC internal prototype to avoid an error.
11936 Use char because int might match the return type of a GCC
11937 builtin and then its argument prototype would still apply. */
11945 return v4l1_open ();
11950 if ac_fn_c_try_link
"$LINENO"; then :
11952 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11953 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'` ;;
11954 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11955 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11956 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11960 rm -f core conftest.err conftest.
$ac_objext \
11961 conftest
$ac_exeext conftest.
$ac_ext
11962 LIBS
=$ac_check_soname_save_LIBS
11964 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11966 $as_echo "not found" >&6; }
11969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11970 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11972 cat >>confdefs.h
<<_ACEOF
11973 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11979 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11980 case "x$with_v4l" in
11981 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11983 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11984 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11988 if test "x$with_gphoto" != "xno"
11990 if ${GPHOTO2_CFLAGS:+false} :; then :
11991 if ${PKG_CONFIG+:} false
; then :
11992 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11995 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11996 if ${GPHOTO2_LIBS:+false} :; then :
11997 if ${PKG_CONFIG+:} false
; then :
11998 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12001 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
12002 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12003 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12004 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12005 ac_save_CPPFLAGS
=$CPPFLAGS
12006 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12007 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12008 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12010 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12011 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12012 $as_echo_n "(cached) " >&6
12014 ac_check_lib_save_LIBS
=$LIBS
12015 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12017 /* end confdefs.h. */
12019 /* Override any GCC internal prototype to avoid an error.
12020 Use char because int might match the return type of a GCC
12021 builtin and then its argument prototype would still apply. */
12025 char gp_camera_new ();
12029 return gp_camera_new ();
12034 if ac_fn_c_try_link
"$LINENO"; then :
12035 ac_cv_lib_gphoto2_gp_camera_new
=yes
12037 ac_cv_lib_gphoto2_gp_camera_new
=no
12039 rm -f core conftest.err conftest.
$ac_objext \
12040 conftest
$ac_exeext conftest.
$ac_ext
12041 LIBS
=$ac_check_lib_save_LIBS
12043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12044 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12045 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12047 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12050 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12054 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12058 CPPFLAGS
=$ac_save_CPPFLAGS
12059 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12060 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12062 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12063 if ${PKG_CONFIG+:} false
; then :
12064 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12067 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12068 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12069 if ${PKG_CONFIG+:} false
; then :
12070 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12073 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12074 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12075 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12076 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12077 ac_save_CPPFLAGS
=$CPPFLAGS
12078 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12079 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12080 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12082 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12083 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12084 $as_echo_n "(cached) " >&6
12086 ac_check_lib_save_LIBS
=$LIBS
12087 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12088 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12089 /* end confdefs.h. */
12091 /* Override any GCC internal prototype to avoid an error.
12092 Use char because int might match the return type of a GCC
12093 builtin and then its argument prototype would still apply. */
12097 char gp_port_info_list_new ();
12101 return gp_port_info_list_new ();
12106 if ac_fn_c_try_link
"$LINENO"; then :
12107 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12109 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12111 rm -f core conftest.err conftest.
$ac_objext \
12112 conftest
$ac_exeext conftest.
$ac_ext
12113 LIBS
=$ac_check_lib_save_LIBS
12115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12116 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12117 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12119 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12122 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12126 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12130 CPPFLAGS
=$ac_save_CPPFLAGS
12131 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12132 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12135 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12136 case "x$with_gphoto" in
12137 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12139 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12140 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12143 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12144 case "x$with_gphoto" in
12145 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12147 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12148 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12153 if test "$ac_cv_header_resolv_h" = "yes"
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12156 $as_echo_n "checking for resolver library... " >&6; }
12157 if ${ac_cv_have_resolv+:} false
; then :
12158 $as_echo_n "(cached) " >&6
12160 ac_save_LIBS
="$LIBS"
12161 for lib
in '' -lresolv
12163 LIBS
="$lib $ac_save_LIBS"
12164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12165 /* end confdefs.h. */
12166 #ifdef HAVE_NETINET_IN_H
12167 #include <netinet/in.h>
12169 #include <resolv.h>
12173 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12178 if ac_fn_c_try_link
"$LINENO"; then :
12179 ac_cv_have_resolv
=${lib:-"none required"}
12181 ac_cv_have_resolv
="not found"
12183 rm -f core conftest.err conftest.
$ac_objext \
12184 conftest
$ac_exeext conftest.
$ac_ext
12185 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12187 LIBS
="$ac_save_LIBS"
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12190 $as_echo "$ac_cv_have_resolv" >&6; }
12192 case "$ac_cv_have_resolv" in
12196 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12199 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12201 RESOLV_LIBS
=$ac_cv_have_resolv
12206 if test "x$with_cms" != "xno"
12208 if ${LCMS2_CFLAGS:+false} :; then :
12209 if ${PKG_CONFIG+:} false
; then :
12210 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12214 if ${LCMS2_LIBS:+false} :; then :
12215 if ${PKG_CONFIG+:} false
; then :
12216 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12220 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12221 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12222 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12223 ac_save_CPPFLAGS
=$CPPFLAGS
12224 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12225 for ac_header
in lcms2.h
12227 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12228 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12229 cat >>confdefs.h
<<_ACEOF
12230 #define HAVE_LCMS2_H 1
12237 if test "$ac_cv_header_lcms2_h" = "yes"
12239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12240 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12241 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12242 $as_echo_n "(cached) " >&6
12244 ac_check_lib_save_LIBS
=$LIBS
12245 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12246 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12247 /* end confdefs.h. */
12249 /* Override any GCC internal prototype to avoid an error.
12250 Use char because int might match the return type of a GCC
12251 builtin and then its argument prototype would still apply. */
12255 char cmsOpenProfileFromFile ();
12259 return cmsOpenProfileFromFile ();
12264 if ac_fn_c_try_link
"$LINENO"; then :
12265 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12267 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12269 rm -f core conftest.err conftest.
$ac_objext \
12270 conftest
$ac_exeext conftest.
$ac_ext
12271 LIBS
=$ac_check_lib_save_LIBS
12273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12274 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12275 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12277 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12287 CPPFLAGS
=$ac_save_CPPFLAGS
12288 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12289 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12292 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12293 case "x$with_cms" in
12294 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12296 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12297 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12301 if test "x$with_freetype" != "xno"
12303 if ${FREETYPE_CFLAGS:+false} :; then :
12304 if ${PKG_CONFIG+:} false
; then :
12305 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12308 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12309 if ${FREETYPE_LIBS:+false} :; then :
12310 if ${PKG_CONFIG+:} false
; then :
12311 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12314 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12315 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12316 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12317 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12318 ac_save_CPPFLAGS
=$CPPFLAGS
12319 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12320 for ac_header
in ft2build.h
12322 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12323 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12324 cat >>confdefs.h
<<_ACEOF
12325 #define HAVE_FT2BUILD_H 1
12332 if test "$ac_cv_header_ft2build_h" = "yes"
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12335 $as_echo_n "checking for -lfreetype... " >&6; }
12336 if ${ac_cv_lib_soname_freetype+:} false
; then :
12337 $as_echo_n "(cached) " >&6
12339 ac_check_soname_save_LIBS
=$LIBS
12340 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12341 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12342 /* end confdefs.h. */
12344 /* Override any GCC internal prototype to avoid an error.
12345 Use char because int might match the return type of a GCC
12346 builtin and then its argument prototype would still apply. */
12350 char FT_Init_FreeType ();
12354 return FT_Init_FreeType ();
12359 if ac_fn_c_try_link
"$LINENO"; then :
12361 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12362 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'` ;;
12363 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12364 if ${ac_cv_lib_soname_freetype:+false} :; then :
12365 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12369 rm -f core conftest.err conftest.
$ac_objext \
12370 conftest
$ac_exeext conftest.
$ac_ext
12371 LIBS
=$ac_check_soname_save_LIBS
12373 if ${ac_cv_lib_soname_freetype:+false} :; then :
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12375 $as_echo "not found" >&6; }
12378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12379 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12381 cat >>confdefs.h
<<_ACEOF
12382 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12386 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12388 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12389 #include FT_MODULE_H
12391 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12393 cat >>confdefs.h
<<_ACEOF
12394 #define HAVE_FT_TRUETYPEENGINETYPE 1
12405 CPPFLAGS
=$ac_save_CPPFLAGS
12406 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12407 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12410 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12411 case "x$with_freetype" in
12413 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12414 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12417 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12420 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12421 if ${ac_cv_c_ppdev+:} false
; then :
12422 $as_echo_n "(cached) " >&6
12424 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12425 /* end confdefs.h. */
12426 #ifdef HAVE_SYS_IOCTL_H
12427 # include <sys/ioctl.h>
12429 #include <linux/ppdev.h>
12433 ioctl (1,PPCLAIM,0)
12438 if ac_fn_c_try_compile
"$LINENO"; then :
12439 ac_cv_c_ppdev
="yes"
12443 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12446 $as_echo "$ac_cv_c_ppdev" >&6; }
12447 if test "$ac_cv_c_ppdev" = "yes"
12450 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12454 ac_wine_check_funcs_save_LIBS
="$LIBS"
12455 LIBS
="$LIBS $PTHREAD_LIBS"
12457 pthread_attr_get_np \
12458 pthread_getattr_np \
12459 pthread_getthreadid_np \
12460 pthread_get_stackaddr_np \
12461 pthread_get_stacksize_np
12463 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12464 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12465 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12466 cat >>confdefs.h
<<_ACEOF
12467 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12473 LIBS
="$ac_wine_check_funcs_save_LIBS"
12475 if test "$ac_cv_header_zlib_h" = "yes"
12477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12478 $as_echo_n "checking for inflate in -lz... " >&6; }
12479 if ${ac_cv_lib_z_inflate+:} false
; then :
12480 $as_echo_n "(cached) " >&6
12482 ac_check_lib_save_LIBS
=$LIBS
12484 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12485 /* end confdefs.h. */
12487 /* Override any GCC internal prototype to avoid an error.
12488 Use char because int might match the return type of a GCC
12489 builtin and then its argument prototype would still apply. */
12502 if ac_fn_c_try_link
"$LINENO"; then :
12503 ac_cv_lib_z_inflate
=yes
12505 ac_cv_lib_z_inflate
=no
12507 rm -f core conftest.err conftest.
$ac_objext \
12508 conftest
$ac_exeext conftest.
$ac_ext
12509 LIBS
=$ac_check_lib_save_LIBS
12511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12512 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12513 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12515 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12522 if test "x$Z_LIBS" = "x"; then :
12523 case "x$with_zlib" in
12524 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12526 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12527 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12531 if test "x$enable_tools" != xno
12533 if test "$ac_cv_header_gettext_po_h" = "yes"
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12536 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12537 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12538 $as_echo_n "(cached) " >&6
12540 ac_check_lib_save_LIBS
=$LIBS
12541 LIBS
="-lgettextpo $LIBS"
12542 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12543 /* end confdefs.h. */
12545 /* Override any GCC internal prototype to avoid an error.
12546 Use char because int might match the return type of a GCC
12547 builtin and then its argument prototype would still apply. */
12551 char po_message_msgctxt ();
12555 return po_message_msgctxt ();
12560 if ac_fn_c_try_link
"$LINENO"; then :
12561 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12563 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12565 rm -f core conftest.err conftest.
$ac_objext \
12566 conftest
$ac_exeext conftest.
$ac_ext
12567 LIBS
=$ac_check_lib_save_LIBS
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12570 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12571 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12573 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12575 GETTEXTPO_LIBS
="-lgettextpo"
12580 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12581 case "x$with_gettextpo" in
12582 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12584 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12585 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12590 if test "x$with_pulse" != "xno";
12592 if ${PULSE_CFLAGS:+false} :; then :
12593 if ${PKG_CONFIG+:} false
; then :
12594 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12598 if ${PULSE_LIBS:+false} :; then :
12599 if ${PKG_CONFIG+:} false
; then :
12600 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12605 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12606 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12607 ac_save_CPPFLAGS
=$CPPFLAGS
12608 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12609 for ac_header
in pulse
/pulseaudio.h
12611 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12612 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12613 cat >>confdefs.h
<<_ACEOF
12614 #define HAVE_PULSE_PULSEAUDIO_H 1
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12617 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12618 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12619 $as_echo_n "(cached) " >&6
12621 ac_check_lib_save_LIBS
=$LIBS
12622 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12623 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12624 /* end confdefs.h. */
12626 /* Override any GCC internal prototype to avoid an error.
12627 Use char because int might match the return type of a GCC
12628 builtin and then its argument prototype would still apply. */
12632 char pa_stream_is_corked ();
12636 return pa_stream_is_corked ();
12641 if ac_fn_c_try_link
"$LINENO"; then :
12642 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12644 ac_cv_lib_pulse_pa_stream_is_corked
=no
12646 rm -f core conftest.err conftest.
$ac_objext \
12647 conftest
$ac_exeext conftest.
$ac_ext
12648 LIBS
=$ac_check_lib_save_LIBS
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12651 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12652 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12664 CPPFLAGS
=$ac_save_CPPFLAGS
12665 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12666 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12669 if test -z "$PULSE_LIBS"; then :
12670 case "x$with_pulse" in
12671 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12673 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12674 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12678 if test "x$with_gstreamer" != "xno"
12680 if ${GSTREAMER_CFLAGS:+false} :; then :
12681 if ${PKG_CONFIG+:} false
; then :
12682 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12686 if ${GSTREAMER_LIBS:+false} :; then :
12687 if ${PKG_CONFIG+:} false
; then :
12688 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12693 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12694 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12695 ac_save_CPPFLAGS
=$CPPFLAGS
12696 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12698 for i
in $GSTREAMER_CFLAGS
12701 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12704 GSTREAMER_CFLAGS
=$ac_gst_incl
12705 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12706 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12707 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12708 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12709 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12711 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12712 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12713 /* end confdefs.h. */
12714 #include <gst/app/gstappsink.h>
12718 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12723 if ac_fn_c_try_compile
"$LINENO"; then :
12724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12725 $as_echo "yes" >&6; }
12726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12727 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12728 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12729 $as_echo_n "(cached) " >&6
12731 ac_check_lib_save_LIBS
=$LIBS
12732 LIBS
="-lgstreamer-0.10 $LIBS"
12733 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12734 /* end confdefs.h. */
12736 /* Override any GCC internal prototype to avoid an error.
12737 Use char because int might match the return type of a GCC
12738 builtin and then its argument prototype would still apply. */
12742 char gst_pad_get_caps_reffed ();
12746 return gst_pad_get_caps_reffed ();
12751 if ac_fn_c_try_link
"$LINENO"; then :
12752 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12754 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12756 rm -f core conftest.err conftest.
$ac_objext \
12757 conftest
$ac_exeext conftest.
$ac_ext
12758 LIBS
=$ac_check_lib_save_LIBS
12760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12761 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12762 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12764 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12765 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12766 $as_echo_n "(cached) " >&6
12768 ac_check_lib_save_LIBS
=$LIBS
12769 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12771 /* end confdefs.h. */
12773 /* Override any GCC internal prototype to avoid an error.
12774 Use char because int might match the return type of a GCC
12775 builtin and then its argument prototype would still apply. */
12779 char gst_app_buffer_new ();
12783 return gst_app_buffer_new ();
12788 if ac_fn_c_try_link
"$LINENO"; then :
12789 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12791 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12793 rm -f core conftest.err conftest.
$ac_objext \
12794 conftest
$ac_exeext conftest.
$ac_ext
12795 LIBS
=$ac_check_lib_save_LIBS
12797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12798 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12799 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12807 $as_echo "no" >&6; }
12809 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12814 GSTREAMER_CFLAGS
=""
12818 CPPFLAGS
=$ac_save_CPPFLAGS
12819 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12820 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12823 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12824 case "x$with_gstreamer" in
12825 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12827 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12828 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12831 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12835 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12838 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12839 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12840 $as_echo_n "(cached) " >&6
12842 ac_check_lib_save_LIBS
=$LIBS
12843 LIBS
="-lasound $LIBS"
12844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12845 /* end confdefs.h. */
12847 /* Override any GCC internal prototype to avoid an error.
12848 Use char because int might match the return type of a GCC
12849 builtin and then its argument prototype would still apply. */
12853 char snd_pcm_hw_params_get_access_mask ();
12857 return snd_pcm_hw_params_get_access_mask ();
12862 if ac_fn_c_try_link
"$LINENO"; then :
12863 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12865 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12867 rm -f core conftest.err conftest.
$ac_objext \
12868 conftest
$ac_exeext conftest.
$ac_ext
12869 LIBS
=$ac_check_lib_save_LIBS
12871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12872 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12873 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12874 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12875 /* end confdefs.h. */
12876 #ifdef HAVE_ALSA_ASOUNDLIB_H
12877 #include <alsa/asoundlib.h>
12878 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12879 #include <sys/asoundlib.h>
12884 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12889 if ac_fn_c_try_compile
"$LINENO"; then :
12890 ALSA_LIBS
="-lasound"
12892 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12897 if test "x$with_oss" != xno
12899 ac_save_CPPFLAGS
="$CPPFLAGS"
12900 if test -f /etc
/oss.conf
12904 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12905 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12906 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12907 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12908 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12910 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12912 cat >>confdefs.h
<<_ACEOF
12913 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12916 OSS4_CFLAGS
="$ac_oss_incl"
12923 CPPFLAGS
="$ac_save_CPPFLAGS"
12924 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12926 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12930 if test "x$with_capi" != "xno"
12932 if ${CAPI20_CFLAGS:+false} :; then :
12933 if ${PKG_CONFIG+:} false
; then :
12934 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12938 if ${CAPI20_LIBS:+false} :; then :
12939 if ${PKG_CONFIG+:} false
; then :
12940 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12945 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12946 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12947 ac_save_CPPFLAGS
=$CPPFLAGS
12948 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12949 for ac_header
in capi20.h linux
/capi.h
12951 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12952 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12954 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12955 cat >>confdefs.h
<<_ACEOF
12956 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12963 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12966 $as_echo_n "checking for -lcapi20... " >&6; }
12967 if ${ac_cv_lib_soname_capi20+:} false
; then :
12968 $as_echo_n "(cached) " >&6
12970 ac_check_soname_save_LIBS
=$LIBS
12971 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12973 /* end confdefs.h. */
12975 /* Override any GCC internal prototype to avoid an error.
12976 Use char because int might match the return type of a GCC
12977 builtin and then its argument prototype would still apply. */
12981 char capi20_register ();
12985 return capi20_register ();
12990 if ac_fn_c_try_link
"$LINENO"; then :
12992 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12993 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'` ;;
12994 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12995 if ${ac_cv_lib_soname_capi20:+false} :; then :
12996 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13000 rm -f core conftest.err conftest.
$ac_objext \
13001 conftest
$ac_exeext conftest.
$ac_ext
13002 LIBS
=$ac_check_soname_save_LIBS
13004 if ${ac_cv_lib_soname_capi20:+false} :; then :
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13006 $as_echo "not found" >&6; }
13009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13010 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13012 cat >>confdefs.h
<<_ACEOF
13013 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13019 CPPFLAGS
=$ac_save_CPPFLAGS
13020 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13021 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13024 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13025 case "x$with_capi" in
13026 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13028 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13029 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13035 if test "x$with_cups" != "xno"
13037 ac_save_CPPFLAGS
="$CPPFLAGS"
13038 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
13039 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
13040 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
13041 for ac_header
in cups
/cups.h
13043 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13044 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
13045 cat >>confdefs.h
<<_ACEOF
13046 #define HAVE_CUPS_CUPS_H 1
13048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13049 $as_echo_n "checking for -lcups... " >&6; }
13050 if ${ac_cv_lib_soname_cups+:} false
; then :
13051 $as_echo_n "(cached) " >&6
13053 ac_check_soname_save_LIBS
=$LIBS
13054 LIBS
="-lcups $ac_cups_libs $LIBS"
13055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13056 /* end confdefs.h. */
13058 /* Override any GCC internal prototype to avoid an error.
13059 Use char because int might match the return type of a GCC
13060 builtin and then its argument prototype would still apply. */
13064 char cupsGetDefault ();
13068 return cupsGetDefault ();
13073 if ac_fn_c_try_link
"$LINENO"; then :
13075 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13076 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'` ;;
13077 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13078 if ${ac_cv_lib_soname_cups:+false} :; then :
13079 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13083 rm -f core conftest.err conftest.
$ac_objext \
13084 conftest
$ac_exeext conftest.
$ac_ext
13085 LIBS
=$ac_check_soname_save_LIBS
13087 if ${ac_cv_lib_soname_cups:+false} :; then :
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13089 $as_echo "not found" >&6; }
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13093 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13095 cat >>confdefs.h
<<_ACEOF
13096 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13099 CUPS_CFLAGS
="$ac_cups_cflags"
13105 CPPFLAGS
="$ac_save_CPPFLAGS"
13107 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13108 case "x$with_cups" in
13109 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13111 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13112 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13116 if test "x$with_fontconfig" != "xno"
13118 if ${FONTCONFIG_CFLAGS:+false} :; then :
13119 if ${PKG_CONFIG+:} false
; then :
13120 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13123 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13124 if ${FONTCONFIG_LIBS:+false} :; then :
13125 if ${PKG_CONFIG+:} false
; then :
13126 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13129 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13131 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13132 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13133 ac_save_CPPFLAGS
=$CPPFLAGS
13134 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13135 for ac_header
in fontconfig
/fontconfig.h
13137 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13138 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13139 cat >>confdefs.h
<<_ACEOF
13140 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13147 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13150 $as_echo_n "checking for -lfontconfig... " >&6; }
13151 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13152 $as_echo_n "(cached) " >&6
13154 ac_check_soname_save_LIBS
=$LIBS
13155 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13156 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13157 /* end confdefs.h. */
13159 /* Override any GCC internal prototype to avoid an error.
13160 Use char because int might match the return type of a GCC
13161 builtin and then its argument prototype would still apply. */
13174 if ac_fn_c_try_link
"$LINENO"; then :
13176 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13177 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'` ;;
13178 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13179 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13180 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13184 rm -f core conftest.err conftest.
$ac_objext \
13185 conftest
$ac_exeext conftest.
$ac_ext
13186 LIBS
=$ac_check_soname_save_LIBS
13188 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13190 $as_echo "not found" >&6; }
13191 FONTCONFIG_CFLAGS
=""
13193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13194 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13196 cat >>confdefs.h
<<_ACEOF
13197 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13203 FONTCONFIG_CFLAGS
=""
13205 CPPFLAGS
=$ac_save_CPPFLAGS
13206 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13207 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13210 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13211 case "x$with_fontconfig" in
13212 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13214 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13215 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13219 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13222 $as_echo_n "checking for -lgsm... " >&6; }
13223 if ${ac_cv_lib_soname_gsm+:} false
; then :
13224 $as_echo_n "(cached) " >&6
13226 ac_check_soname_save_LIBS
=$LIBS
13228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13229 /* end confdefs.h. */
13231 /* Override any GCC internal prototype to avoid an error.
13232 Use char because int might match the return type of a GCC
13233 builtin and then its argument prototype would still apply. */
13237 char gsm_create ();
13241 return gsm_create ();
13246 if ac_fn_c_try_link
"$LINENO"; then :
13248 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13249 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'` ;;
13250 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13251 if ${ac_cv_lib_soname_gsm:+false} :; then :
13252 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13256 rm -f core conftest.err conftest.
$ac_objext \
13257 conftest
$ac_exeext conftest.
$ac_ext
13258 LIBS
=$ac_check_soname_save_LIBS
13260 if ${ac_cv_lib_soname_gsm:+false} :; then :
13261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13262 $as_echo "not found" >&6; }
13265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13266 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13268 cat >>confdefs.h
<<_ACEOF
13269 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13275 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13276 case "x$with_gsm" in
13277 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13279 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13280 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13284 if test "x$with_jpeg" != "xno"
13286 if ${JPEG_CFLAGS:+false} :; then :
13287 if ${PKG_CONFIG+:} false
; then :
13288 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13292 if ${JPEG_LIBS:+false} :; then :
13293 if ${PKG_CONFIG+:} false
; then :
13294 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13299 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13300 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13301 ac_save_CPPFLAGS
=$CPPFLAGS
13302 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13303 for ac_header
in jpeglib.h
13305 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13306 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13307 cat >>confdefs.h
<<_ACEOF
13308 #define HAVE_JPEGLIB_H 1
13315 if test "$ac_cv_header_jpeglib_h" = "yes"
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13318 $as_echo_n "checking for -ljpeg... " >&6; }
13319 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13320 $as_echo_n "(cached) " >&6
13322 ac_check_soname_save_LIBS
=$LIBS
13323 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13324 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13325 /* end confdefs.h. */
13327 /* Override any GCC internal prototype to avoid an error.
13328 Use char because int might match the return type of a GCC
13329 builtin and then its argument prototype would still apply. */
13333 char jpeg_start_decompress ();
13337 return jpeg_start_decompress ();
13342 if ac_fn_c_try_link
"$LINENO"; then :
13344 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13345 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'` ;;
13346 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13347 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13348 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13352 rm -f core conftest.err conftest.
$ac_objext \
13353 conftest
$ac_exeext conftest.
$ac_ext
13354 LIBS
=$ac_check_soname_save_LIBS
13356 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13358 $as_echo "not found" >&6; }
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13362 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13364 cat >>confdefs.h
<<_ACEOF
13365 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13373 CPPFLAGS
=$ac_save_CPPFLAGS
13374 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13375 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13378 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13379 case "x$with_jpeg" in
13380 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13382 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13383 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13387 if test "x$with_png" != "xno"
13389 if ${PNG_CFLAGS:+false} :; then :
13390 if ${PKG_CONFIG+:} false
; then :
13391 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13394 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13395 if ${PNG_LIBS:+false} :; then :
13396 if ${PKG_CONFIG+:} false
; then :
13397 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13400 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13402 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13403 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13404 ac_save_CPPFLAGS
=$CPPFLAGS
13405 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13406 for ac_header
in png.h
13408 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13409 if test "x$ac_cv_header_png_h" = xyes
; then :
13410 cat >>confdefs.h
<<_ACEOF
13411 #define HAVE_PNG_H 1
13418 if test "$ac_cv_header_png_h" = "yes"
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13421 $as_echo_n "checking for -lpng... " >&6; }
13422 if ${ac_cv_lib_soname_png+:} false
; then :
13423 $as_echo_n "(cached) " >&6
13425 ac_check_soname_save_LIBS
=$LIBS
13426 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13428 /* end confdefs.h. */
13430 /* Override any GCC internal prototype to avoid an error.
13431 Use char because int might match the return type of a GCC
13432 builtin and then its argument prototype would still apply. */
13436 char png_create_read_struct ();
13440 return png_create_read_struct ();
13445 if ac_fn_c_try_link
"$LINENO"; then :
13447 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13448 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'` ;;
13449 *) 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'`
13450 if ${ac_cv_lib_soname_png:+false} :; then :
13451 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13455 rm -f core conftest.err conftest.
$ac_objext \
13456 conftest
$ac_exeext conftest.
$ac_ext
13457 LIBS
=$ac_check_soname_save_LIBS
13459 if ${ac_cv_lib_soname_png:+false} :; then :
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13461 $as_echo "not found" >&6; }
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13465 $as_echo "$ac_cv_lib_soname_png" >&6; }
13467 cat >>confdefs.h
<<_ACEOF
13468 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13471 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13472 /* end confdefs.h. */
13477 typeof(png_set_expand_gray_1_2_4_to_8) *p
13482 if ac_fn_c_try_compile
"$LINENO"; then :
13484 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13487 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13492 CPPFLAGS
=$ac_save_CPPFLAGS
13493 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13494 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13497 if test "x$ac_cv_lib_soname_png" = "x"; then :
13498 case "x$with_png" in
13499 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13501 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13502 This is an error since --with-png was requested." "$LINENO" 5 ;;
13506 if test "x$with_tiff" != "xno"
13508 if ${TIFF_CFLAGS:+false} :; then :
13509 if ${PKG_CONFIG+:} false
; then :
13510 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13514 if ${TIFF_LIBS:+false} :; then :
13515 if ${PKG_CONFIG+:} false
; then :
13516 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13521 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13522 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13523 ac_save_CPPFLAGS
=$CPPFLAGS
13524 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13525 for ac_header
in tiffio.h
13527 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13528 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13529 cat >>confdefs.h
<<_ACEOF
13530 #define HAVE_TIFFIO_H 1
13537 if test "$ac_cv_header_tiffio_h" = "yes"
13539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13540 $as_echo_n "checking for -ltiff... " >&6; }
13541 if ${ac_cv_lib_soname_tiff+:} false
; then :
13542 $as_echo_n "(cached) " >&6
13544 ac_check_soname_save_LIBS
=$LIBS
13545 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13547 /* end confdefs.h. */
13549 /* Override any GCC internal prototype to avoid an error.
13550 Use char because int might match the return type of a GCC
13551 builtin and then its argument prototype would still apply. */
13555 char TIFFClientOpen ();
13559 return TIFFClientOpen ();
13564 if ac_fn_c_try_link
"$LINENO"; then :
13566 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13567 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'` ;;
13568 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13569 if ${ac_cv_lib_soname_tiff:+false} :; then :
13570 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13574 rm -f core conftest.err conftest.
$ac_objext \
13575 conftest
$ac_exeext conftest.
$ac_ext
13576 LIBS
=$ac_check_soname_save_LIBS
13578 if ${ac_cv_lib_soname_tiff:+false} :; then :
13579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13580 $as_echo "not found" >&6; }
13583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13584 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13586 cat >>confdefs.h
<<_ACEOF
13587 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13593 CPPFLAGS
=$ac_save_CPPFLAGS
13594 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13595 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13598 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13599 case "x$with_tiff" in
13600 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13602 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13603 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13607 if test "x$with_mpg123" != "xno"
13609 if ${MPG123_CFLAGS:+false} :; then :
13610 if ${PKG_CONFIG+:} false
; then :
13611 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13615 if ${MPG123_LIBS:+false} :; then :
13616 if ${PKG_CONFIG+:} false
; then :
13617 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13621 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13622 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13623 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13624 ac_save_CPPFLAGS
=$CPPFLAGS
13625 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13626 for ac_header
in mpg123.h
13628 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13629 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13630 cat >>confdefs.h
<<_ACEOF
13631 #define HAVE_MPG123_H 1
13638 if test "$ac_cv_header_mpg123_h" = "yes"
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13641 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13642 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13643 $as_echo_n "(cached) " >&6
13645 ac_check_lib_save_LIBS
=$LIBS
13646 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13648 /* end confdefs.h. */
13650 /* Override any GCC internal prototype to avoid an error.
13651 Use char because int might match the return type of a GCC
13652 builtin and then its argument prototype would still apply. */
13656 char mpg123_feed ();
13660 return mpg123_feed ();
13665 if ac_fn_c_try_link
"$LINENO"; then :
13666 ac_cv_lib_mpg123_mpg123_feed
=yes
13668 ac_cv_lib_mpg123_mpg123_feed
=no
13670 rm -f core conftest.err conftest.
$ac_objext \
13671 conftest
$ac_exeext conftest.
$ac_ext
13672 LIBS
=$ac_check_lib_save_LIBS
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13675 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13676 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13686 CPPFLAGS
=$ac_save_CPPFLAGS
13687 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13688 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13691 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13692 case "x$with_mpg123" in
13693 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13695 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13696 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13699 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}
13701 if test "$ac_cv_header_AL_al_h" = "yes"
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13704 $as_echo_n "checking for -lopenal... " >&6; }
13705 if ${ac_cv_lib_soname_openal+:} false
; then :
13706 $as_echo_n "(cached) " >&6
13708 ac_check_soname_save_LIBS
=$LIBS
13709 LIBS
="-lopenal $LIBS"
13710 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13711 /* end confdefs.h. */
13713 /* Override any GCC internal prototype to avoid an error.
13714 Use char because int might match the return type of a GCC
13715 builtin and then its argument prototype would still apply. */
13719 char alGetSource3i ();
13723 return alGetSource3i ();
13728 if ac_fn_c_try_link
"$LINENO"; then :
13730 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13731 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'` ;;
13732 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13733 if ${ac_cv_lib_soname_openal:+false} :; then :
13734 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13738 rm -f core conftest.err conftest.
$ac_objext \
13739 conftest
$ac_exeext conftest.
$ac_ext
13740 LIBS
=$ac_check_soname_save_LIBS
13742 if ${ac_cv_lib_soname_openal:+false} :; then :
13743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13744 $as_echo "not found" >&6; }
13747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13748 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13750 cat >>confdefs.h
<<_ACEOF
13751 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13754 OPENAL_LIBS
="-lopenal"
13756 ac_cv_lib_openal
=yes
13758 cat >>confdefs.h
<<_ACEOF
13759 #define HAVE_OPENAL 1
13764 if test "x$ac_cv_lib_openal" != xyes
; then :
13765 case "x$with_openal" in
13766 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13768 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13769 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13772 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13774 if test "x$ac_cv_lib_openal" = xyes
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13777 $as_echo_n "checking for openal-soft... " >&6; }
13778 if ${ac_cv_have_openalsoft+:} false
; then :
13779 $as_echo_n "(cached) " >&6
13781 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13782 /* end confdefs.h. */
13783 #include <AL/alext.h>
13784 LPALCRENDERSAMPLESSOFT x;
13793 if ac_fn_c_try_compile
"$LINENO"; then :
13794 ac_cv_have_openalsoft
=yes
13796 ac_cv_have_openalsoft
=no
13798 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13801 $as_echo "$ac_cv_have_openalsoft" >&6; }
13803 if test "x$ac_cv_have_openalsoft" != xyes
13805 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13806 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13809 if test "$ac_cv_header_kstat_h" = "yes"
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13812 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13813 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13814 $as_echo_n "(cached) " >&6
13816 ac_check_lib_save_LIBS
=$LIBS
13817 LIBS
="-lkstat $LIBS"
13818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13819 /* end confdefs.h. */
13821 /* Override any GCC internal prototype to avoid an error.
13822 Use char because int might match the return type of a GCC
13823 builtin and then its argument prototype would still apply. */
13827 char kstat_open ();
13831 return kstat_open ();
13836 if ac_fn_c_try_link
"$LINENO"; then :
13837 ac_cv_lib_kstat_kstat_open
=yes
13839 ac_cv_lib_kstat_kstat_open
=no
13841 rm -f core conftest.err conftest.
$ac_objext \
13842 conftest
$ac_exeext conftest.
$ac_ext
13843 LIBS
=$ac_check_lib_save_LIBS
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13846 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13847 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13849 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13851 KSTAT_LIBS
="-lkstat"
13857 if test "$ac_cv_header_libprocstat_h" = "yes"
13859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13860 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13861 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13862 $as_echo_n "(cached) " >&6
13864 ac_check_lib_save_LIBS
=$LIBS
13865 LIBS
="-lprocstat $LIBS"
13866 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13867 /* end confdefs.h. */
13869 /* Override any GCC internal prototype to avoid an error.
13870 Use char because int might match the return type of a GCC
13871 builtin and then its argument prototype would still apply. */
13875 char procstat_open_sysctl ();
13879 return procstat_open_sysctl ();
13884 if ac_fn_c_try_link
"$LINENO"; then :
13885 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13887 ac_cv_lib_procstat_procstat_open_sysctl
=no
13889 rm -f core conftest.err conftest.
$ac_objext \
13890 conftest
$ac_exeext conftest.
$ac_ext
13891 LIBS
=$ac_check_lib_save_LIBS
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13894 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13895 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13897 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13899 PROCSTAT_LIBS
="-lprocstat"
13905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13906 $as_echo_n "checking for -lodbc... " >&6; }
13907 if ${ac_cv_lib_soname_odbc+:} false
; then :
13908 $as_echo_n "(cached) " >&6
13910 ac_check_soname_save_LIBS
=$LIBS
13911 LIBS
="-lodbc $LIBS"
13912 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13913 /* end confdefs.h. */
13915 /* Override any GCC internal prototype to avoid an error.
13916 Use char because int might match the return type of a GCC
13917 builtin and then its argument prototype would still apply. */
13921 char SQLConnect ();
13925 return SQLConnect ();
13930 if ac_fn_c_try_link
"$LINENO"; then :
13932 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13933 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'` ;;
13934 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13935 if ${ac_cv_lib_soname_odbc:+false} :; then :
13936 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13940 rm -f core conftest.err conftest.
$ac_objext \
13941 conftest
$ac_exeext conftest.
$ac_ext
13942 LIBS
=$ac_check_soname_save_LIBS
13944 if ${ac_cv_lib_soname_odbc:+false} :; then :
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13946 $as_echo "not found" >&6; }
13947 cat >>confdefs.h
<<_ACEOF
13948 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13953 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13955 cat >>confdefs.h
<<_ACEOF
13956 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13962 if test "x$with_netapi" != "xno"
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13965 $as_echo_n "checking for -lnetapi... " >&6; }
13966 if ${ac_cv_lib_soname_netapi+:} false
; then :
13967 $as_echo_n "(cached) " >&6
13969 ac_check_soname_save_LIBS
=$LIBS
13970 LIBS
="-lnetapi $LIBS"
13971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13972 /* end confdefs.h. */
13974 /* Override any GCC internal prototype to avoid an error.
13975 Use char because int might match the return type of a GCC
13976 builtin and then its argument prototype would still apply. */
13980 char libnetapi_init ();
13984 return libnetapi_init ();
13989 if ac_fn_c_try_link
"$LINENO"; then :
13991 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13992 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'` ;;
13993 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13994 if ${ac_cv_lib_soname_netapi:+false} :; then :
13995 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13999 rm -f core conftest.err conftest.
$ac_objext \
14000 conftest
$ac_exeext conftest.
$ac_ext
14001 LIBS
=$ac_check_soname_save_LIBS
14003 if ${ac_cv_lib_soname_netapi:+false} :; then :
14004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14005 $as_echo "not found" >&6; }
14006 cat >>confdefs.h
<<_ACEOF
14007 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14012 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14014 cat >>confdefs.h
<<_ACEOF
14015 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14022 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
14023 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
14024 test -n "$PULSE_LIBS" || enable_winepulse_drv
=${enable_winepulse_drv:-no}
14025 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
14026 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
14028 if test "x$ALSA_LIBS$COREAUDIO_LIBS$PULSE_LIBS" = "x" -a \
14029 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
14030 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14032 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14038 if test "x${GCC}" = "xyes"
14040 EXTRACFLAGS
="-Wall -pipe"
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14043 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14044 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14045 $as_echo_n "(cached) " >&6
14047 if test "$cross_compiling" = yes; then :
14048 ac_cv_c_gcc_strength_bug
="no"
14050 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14051 /* end confdefs.h. */
14052 int L[4] = {0,1,2,3};
14056 static int Array[3];
14057 unsigned int B = 3;
14059 for(i=0; i<B; i++) Array[i] = i - 3;
14060 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14062 return (Array[1] != -2 || L[2] != 3)
14067 if ac_fn_c_try_run
"$LINENO"; then :
14068 ac_cv_c_gcc_strength_bug
="no"
14070 ac_cv_c_gcc_strength_bug
="yes"
14072 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14073 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14078 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14079 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14081 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14085 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14086 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14087 $as_echo_n "(cached) " >&6
14089 ac_wine_try_cflags_saved
=$CFLAGS
14090 CFLAGS
="$CFLAGS -fno-builtin"
14091 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14092 /* end confdefs.h. */
14093 int main(int argc, char **argv) { return 0; }
14095 if ac_fn_c_try_link
"$LINENO"; then :
14096 ac_cv_cflags__fno_builtin
=yes
14098 ac_cv_cflags__fno_builtin
=no
14100 rm -f core conftest.err conftest.
$ac_objext \
14101 conftest
$ac_exeext conftest.
$ac_ext
14102 CFLAGS
=$ac_wine_try_cflags_saved
14104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14105 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14106 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14107 BUILTINFLAG
="-fno-builtin"
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14111 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14112 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14113 $as_echo_n "(cached) " >&6
14115 ac_wine_try_cflags_saved
=$CFLAGS
14116 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14117 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14118 /* end confdefs.h. */
14119 int main(int argc, char **argv) { return 0; }
14121 if ac_fn_c_try_link
"$LINENO"; then :
14122 ac_cv_cflags__fno_strict_aliasing
=yes
14124 ac_cv_cflags__fno_strict_aliasing
=no
14126 rm -f core conftest.err conftest.
$ac_objext \
14127 conftest
$ac_exeext conftest.
$ac_ext
14128 CFLAGS
=$ac_wine_try_cflags_saved
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14131 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14132 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14133 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14136 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14137 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14138 $as_echo_n "(cached) " >&6
14140 ac_wine_try_cflags_saved
=$CFLAGS
14141 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14143 /* end confdefs.h. */
14144 int main(int argc, char **argv) { return 0; }
14146 if ac_fn_c_try_link
"$LINENO"; then :
14147 ac_cv_cflags__fexcess_precision_standard
=yes
14149 ac_cv_cflags__fexcess_precision_standard
=no
14151 rm -f core conftest.err conftest.
$ac_objext \
14152 conftest
$ac_exeext conftest.
$ac_ext
14153 CFLAGS
=$ac_wine_try_cflags_saved
14155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14156 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14157 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14158 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14161 saved_CFLAGS
=$CFLAGS
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14163 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14164 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14165 $as_echo_n "(cached) " >&6
14167 ac_wine_try_cflags_saved
=$CFLAGS
14168 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14170 /* end confdefs.h. */
14171 int main(int argc, char **argv) { return 0; }
14173 if ac_fn_c_try_link
"$LINENO"; then :
14174 ac_cv_cflags__Werror_unknown_warning_option
=yes
14176 ac_cv_cflags__Werror_unknown_warning_option
=no
14178 rm -f core conftest.err conftest.
$ac_objext \
14179 conftest
$ac_exeext conftest.
$ac_ext
14180 CFLAGS
=$ac_wine_try_cflags_saved
14182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14183 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14184 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14185 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14188 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14189 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14190 $as_echo_n "(cached) " >&6
14192 ac_wine_try_cflags_saved
=$CFLAGS
14193 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14195 /* end confdefs.h. */
14196 int main(int argc, char **argv) { return 0; }
14198 if ac_fn_c_try_link
"$LINENO"; then :
14199 ac_cv_cflags__Wdeclaration_after_statement
=yes
14201 ac_cv_cflags__Wdeclaration_after_statement
=no
14203 rm -f core conftest.err conftest.
$ac_objext \
14204 conftest
$ac_exeext conftest.
$ac_ext
14205 CFLAGS
=$ac_wine_try_cflags_saved
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14208 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14209 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14210 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14213 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14214 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14215 $as_echo_n "(cached) " >&6
14217 ac_wine_try_cflags_saved
=$CFLAGS
14218 CFLAGS
="$CFLAGS -Wempty-body"
14219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14220 /* end confdefs.h. */
14221 int main(int argc, char **argv) { return 0; }
14223 if ac_fn_c_try_link
"$LINENO"; then :
14224 ac_cv_cflags__Wempty_body
=yes
14226 ac_cv_cflags__Wempty_body
=no
14228 rm -f core conftest.err conftest.
$ac_objext \
14229 conftest
$ac_exeext conftest.
$ac_ext
14230 CFLAGS
=$ac_wine_try_cflags_saved
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14233 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14234 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14235 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14238 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14239 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14240 $as_echo_n "(cached) " >&6
14242 ac_wine_try_cflags_saved
=$CFLAGS
14243 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14244 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14245 /* end confdefs.h. */
14246 int main(int argc, char **argv) { return 0; }
14248 if ac_fn_c_try_link
"$LINENO"; then :
14249 ac_cv_cflags__Wignored_qualifiers
=yes
14251 ac_cv_cflags__Wignored_qualifiers
=no
14253 rm -f core conftest.err conftest.
$ac_objext \
14254 conftest
$ac_exeext conftest.
$ac_ext
14255 CFLAGS
=$ac_wine_try_cflags_saved
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14258 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14259 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14260 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14263 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14264 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14265 $as_echo_n "(cached) " >&6
14267 ac_wine_try_cflags_saved
=$CFLAGS
14268 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14270 /* end confdefs.h. */
14271 int main(int argc, char **argv) { return 0; }
14273 if ac_fn_c_try_link
"$LINENO"; then :
14274 ac_cv_cflags__Wshift_overflow_2
=yes
14276 ac_cv_cflags__Wshift_overflow_2
=no
14278 rm -f core conftest.err conftest.
$ac_objext \
14279 conftest
$ac_exeext conftest.
$ac_ext
14280 CFLAGS
=$ac_wine_try_cflags_saved
14282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14283 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14284 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14285 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14288 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14289 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14290 $as_echo_n "(cached) " >&6
14292 ac_wine_try_cflags_saved
=$CFLAGS
14293 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14294 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14295 /* end confdefs.h. */
14296 int main(int argc, char **argv) { return 0; }
14298 if ac_fn_c_try_link
"$LINENO"; then :
14299 ac_cv_cflags__Wstrict_prototypes
=yes
14301 ac_cv_cflags__Wstrict_prototypes
=no
14303 rm -f core conftest.err conftest.
$ac_objext \
14304 conftest
$ac_exeext conftest.
$ac_ext
14305 CFLAGS
=$ac_wine_try_cflags_saved
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14308 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14309 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14310 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14313 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14314 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14315 $as_echo_n "(cached) " >&6
14317 ac_wine_try_cflags_saved
=$CFLAGS
14318 CFLAGS
="$CFLAGS -Wtype-limits"
14319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14320 /* end confdefs.h. */
14321 int main(int argc, char **argv) { return 0; }
14323 if ac_fn_c_try_link
"$LINENO"; then :
14324 ac_cv_cflags__Wtype_limits
=yes
14326 ac_cv_cflags__Wtype_limits
=no
14328 rm -f core conftest.err conftest.
$ac_objext \
14329 conftest
$ac_exeext conftest.
$ac_ext
14330 CFLAGS
=$ac_wine_try_cflags_saved
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14333 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14334 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14335 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14338 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14339 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14340 $as_echo_n "(cached) " >&6
14342 ac_wine_try_cflags_saved
=$CFLAGS
14343 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14344 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14345 /* end confdefs.h. */
14346 int main(int argc, char **argv) { return 0; }
14348 if ac_fn_c_try_link
"$LINENO"; then :
14349 ac_cv_cflags__Wunused_but_set_parameter
=yes
14351 ac_cv_cflags__Wunused_but_set_parameter
=no
14353 rm -f core conftest.err conftest.
$ac_objext \
14354 conftest
$ac_exeext conftest.
$ac_ext
14355 CFLAGS
=$ac_wine_try_cflags_saved
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14358 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14359 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14360 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14363 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14364 if ${ac_cv_cflags__Wvla+:} false
; then :
14365 $as_echo_n "(cached) " >&6
14367 ac_wine_try_cflags_saved
=$CFLAGS
14368 CFLAGS
="$CFLAGS -Wvla"
14369 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14370 /* end confdefs.h. */
14371 int main(int argc, char **argv) { return 0; }
14373 if ac_fn_c_try_link
"$LINENO"; then :
14374 ac_cv_cflags__Wvla
=yes
14376 ac_cv_cflags__Wvla
=no
14378 rm -f core conftest.err conftest.
$ac_objext \
14379 conftest
$ac_exeext conftest.
$ac_ext
14380 CFLAGS
=$ac_wine_try_cflags_saved
14382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14383 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14384 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14385 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14388 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14389 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14390 $as_echo_n "(cached) " >&6
14392 ac_wine_try_cflags_saved
=$CFLAGS
14393 CFLAGS
="$CFLAGS -Wwrite-strings"
14394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14395 /* end confdefs.h. */
14396 int main(int argc, char **argv) { return 0; }
14398 if ac_fn_c_try_link
"$LINENO"; then :
14399 ac_cv_cflags__Wwrite_strings
=yes
14401 ac_cv_cflags__Wwrite_strings
=no
14403 rm -f core conftest.err conftest.
$ac_objext \
14404 conftest
$ac_exeext conftest.
$ac_ext
14405 CFLAGS
=$ac_wine_try_cflags_saved
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14408 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14409 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14410 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14414 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14415 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14416 $as_echo_n "(cached) " >&6
14418 ac_wine_try_cflags_saved
=$CFLAGS
14419 CFLAGS
="$CFLAGS -Wpointer-arith"
14420 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14421 /* end confdefs.h. */
14422 int main(int argc, char **argv) { return 0; }
14424 if ac_fn_c_try_link
"$LINENO"; then :
14425 ac_cv_cflags__Wpointer_arith
=yes
14427 ac_cv_cflags__Wpointer_arith
=no
14429 rm -f core conftest.err conftest.
$ac_objext \
14430 conftest
$ac_exeext conftest.
$ac_ext
14431 CFLAGS
=$ac_wine_try_cflags_saved
14433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14434 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14435 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14436 saved_string_h_CFLAGS
=$CFLAGS
14437 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14439 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14440 if ${ac_cv_c_string_h_warnings+:} false
; then :
14441 $as_echo_n "(cached) " >&6
14443 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14444 /* end confdefs.h. */
14445 #include <string.h>
14454 if ac_fn_c_try_compile
"$LINENO"; then :
14455 ac_cv_c_string_h_warnings
=no
14457 ac_cv_c_string_h_warnings
=yes
14459 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14462 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14463 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14464 CFLAGS
=$saved_string_h_CFLAGS
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14468 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14469 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14470 $as_echo_n "(cached) " >&6
14472 ac_wine_try_cflags_saved
=$CFLAGS
14473 CFLAGS
="$CFLAGS -Wlogical-op"
14474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14475 /* end confdefs.h. */
14476 int main(int argc, char **argv) { return 0; }
14478 if ac_fn_c_try_link
"$LINENO"; then :
14479 ac_cv_cflags__Wlogical_op
=yes
14481 ac_cv_cflags__Wlogical_op
=no
14483 rm -f core conftest.err conftest.
$ac_objext \
14484 conftest
$ac_exeext conftest.
$ac_ext
14485 CFLAGS
=$ac_wine_try_cflags_saved
14487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14488 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14489 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14490 saved_string_h_CFLAGS
=$CFLAGS
14491 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14493 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14494 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14495 $as_echo_n "(cached) " >&6
14497 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14498 /* end confdefs.h. */
14499 #include <string.h>
14500 char*f(const char *h,char n) {return strchr(h,n);}
14509 if ac_fn_c_try_compile
"$LINENO"; then :
14510 ac_cv_c_logicalop_noisy
=no
14512 ac_cv_c_logicalop_noisy
=yes
14514 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14517 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14518 CFLAGS
=$saved_string_h_CFLAGS
14519 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14522 CFLAGS
=$saved_CFLAGS
14524 for ac_flag
in $CFLAGS; do
14526 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14527 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14528 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14529 $as_echo_n "(cached) " >&6
14531 ac_wine_try_cflags_saved
=$CFLAGS
14532 CFLAGS
="$CFLAGS -gdwarf-2"
14533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14534 /* end confdefs.h. */
14535 int main(int argc, char **argv) { return 0; }
14537 if ac_fn_c_try_link
"$LINENO"; then :
14538 ac_cv_cflags__gdwarf_2
=yes
14540 ac_cv_cflags__gdwarf_2
=no
14542 rm -f core conftest.err conftest.
$ac_objext \
14543 conftest
$ac_exeext conftest.
$ac_ext
14544 CFLAGS
=$ac_wine_try_cflags_saved
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14547 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14548 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14549 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14552 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14553 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14554 $as_echo_n "(cached) " >&6
14556 ac_wine_try_cflags_saved
=$CFLAGS
14557 CFLAGS
="$CFLAGS -gstrict-dwarf"
14558 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14559 /* end confdefs.h. */
14560 int main(int argc, char **argv) { return 0; }
14562 if ac_fn_c_try_link
"$LINENO"; then :
14563 ac_cv_cflags__gstrict_dwarf
=yes
14565 ac_cv_cflags__gstrict_dwarf
=no
14567 rm -f core conftest.err conftest.
$ac_objext \
14568 conftest
$ac_exeext conftest.
$ac_ext
14569 CFLAGS
=$ac_wine_try_cflags_saved
14571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14572 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14573 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14574 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14580 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14581 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14582 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14583 $as_echo_n "(cached) " >&6
14585 ac_wine_try_cflags_saved
=$CFLAGS
14586 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14588 /* end confdefs.h. */
14589 int main(int argc, char **argv) { return 0; }
14591 if ac_fn_c_try_link
"$LINENO"; then :
14592 ac_cv_cflags__fno_omit_frame_pointer
=yes
14594 ac_cv_cflags__fno_omit_frame_pointer
=no
14596 rm -f core conftest.err conftest.
$ac_objext \
14597 conftest
$ac_exeext conftest.
$ac_ext
14598 CFLAGS
=$ac_wine_try_cflags_saved
14600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14601 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14602 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14603 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14608 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14609 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14610 if ${ac_cv_cflags__Wno_format+:} false
; then :
14611 $as_echo_n "(cached) " >&6
14613 ac_wine_try_cflags_saved
=$CFLAGS
14614 CFLAGS
="$CFLAGS -Wno-format"
14615 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14616 /* end confdefs.h. */
14617 int main(int argc, char **argv) { return 0; }
14619 if ac_fn_c_try_link
"$LINENO"; then :
14620 ac_cv_cflags__Wno_format
=yes
14622 ac_cv_cflags__Wno_format
=no
14624 rm -f core conftest.err conftest.
$ac_objext \
14625 conftest
$ac_exeext conftest.
$ac_ext
14626 CFLAGS
=$ac_wine_try_cflags_saved
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14629 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14630 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14631 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14635 if test "x$enable_maintainer_mode" = "xyes"
14637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14638 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14639 if ${ac_cv_cflags__Werror+:} false
; then :
14640 $as_echo_n "(cached) " >&6
14642 ac_wine_try_cflags_saved
=$CFLAGS
14643 CFLAGS
="$CFLAGS -Werror"
14644 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14645 /* end confdefs.h. */
14646 int main(int argc, char **argv) { return 0; }
14648 if ac_fn_c_try_link
"$LINENO"; then :
14649 ac_cv_cflags__Werror
=yes
14651 ac_cv_cflags__Werror
=no
14653 rm -f core conftest.err conftest.
$ac_objext \
14654 conftest
$ac_exeext conftest.
$ac_ext
14655 CFLAGS
=$ac_wine_try_cflags_saved
14657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14658 $as_echo "$ac_cv_cflags__Werror" >&6; }
14659 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14660 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14664 saved_CFLAGS
="$CFLAGS"
14665 CFLAGS
="$CFLAGS -Werror"
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14667 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14668 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14669 $as_echo_n "(cached) " >&6
14671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14672 /* end confdefs.h. */
14673 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14682 if ac_fn_c_try_compile
"$LINENO"; then :
14683 ac_cv_have_ms_hook_prologue
="yes"
14685 ac_cv_have_ms_hook_prologue
="no"
14687 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14690 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14691 CFLAGS
="$saved_CFLAGS"
14692 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14695 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14698 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14705 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14706 if ${ac_cv_c_fortify_enabled+:} false
; then :
14707 $as_echo_n "(cached) " >&6
14709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14710 /* end confdefs.h. */
14711 #include <string.h>
14715 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14716 #error Fortify enabled
14722 if ac_fn_c_try_compile
"$LINENO"; then :
14723 ac_cv_c_fortify_enabled
=no
14725 ac_cv_c_fortify_enabled
=yes
14727 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14730 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14731 if test "$ac_cv_c_fortify_enabled" = yes
14733 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14738 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14739 if ${ac_cv_c_extern_prefix+:} false
; then :
14740 $as_echo_n "(cached) " >&6
14742 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14743 /* end confdefs.h. */
14744 extern int ac_test;
14748 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14753 if ac_fn_c_try_link
"$LINENO"; then :
14754 ac_cv_c_extern_prefix
="yes"
14756 ac_cv_c_extern_prefix
="no"
14758 rm -f core conftest.err conftest.
$ac_objext \
14759 conftest
$ac_exeext conftest.
$ac_ext
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14762 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14767 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14768 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14769 $as_echo_n "(cached) " >&6
14771 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14772 /* end confdefs.h. */
14774 #define __stdcall __attribute__((__stdcall__))
14776 int __stdcall ac_test(int i) { return i; }
14780 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14785 if ac_fn_c_try_link
"$LINENO"; then :
14786 ac_cv_c_stdcall_suffix
="yes"
14788 ac_cv_c_stdcall_suffix
="no"
14790 rm -f core conftest.err conftest.
$ac_objext \
14791 conftest
$ac_exeext conftest.
$ac_ext
14793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14794 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14795 *) ac_cv_c_stdcall_suffix
="no" ;;
14799 if test "$ac_cv_c_extern_prefix" = "yes"
14801 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14803 asm_name_prefix
="_"
14805 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14811 if test "$ac_cv_c_stdcall_suffix" = "yes"
14813 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14816 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14822 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14823 if ${ac_cv_asm_func_def+:} false
; then :
14824 $as_echo_n "(cached) " >&6
14826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14827 /* end confdefs.h. */
14832 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14837 if ac_fn_c_try_link
"$LINENO"; then :
14838 ac_cv_asm_func_def
=".def"
14840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14841 /* end confdefs.h. */
14846 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14851 if ac_fn_c_try_link
"$LINENO"; then :
14852 ac_cv_asm_func_def
=".type @function"
14854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14855 /* end confdefs.h. */
14860 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14865 if ac_fn_c_try_link
"$LINENO"; then :
14866 ac_cv_asm_func_def
=".type 2"
14868 ac_cv_asm_func_def
="unknown"
14870 rm -f core conftest.err conftest.
$ac_objext \
14871 conftest
$ac_exeext conftest.
$ac_ext
14873 rm -f core conftest.err conftest.
$ac_objext \
14874 conftest
$ac_exeext conftest.
$ac_ext
14876 rm -f core conftest.err conftest.
$ac_objext \
14877 conftest
$ac_exeext conftest.
$ac_ext
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14880 $as_echo "$ac_cv_asm_func_def" >&6; }
14883 case "$ac_cv_asm_func_def" in
14885 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14887 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14889 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14891 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14893 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14895 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14897 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14899 asm_func_header
="" ;;
14902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14903 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14904 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14905 $as_echo_n "(cached) " >&6
14907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14908 /* end confdefs.h. */
14909 asm(".text\n\t.long 0");
14918 if ac_fn_c_try_compile
"$LINENO"; then :
14919 ac_cv_c_asm_outside_funcs
="yes"
14921 ac_cv_c_asm_outside_funcs
="no"
14923 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14926 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14929 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14930 if ${ac_cv_c_dot_previous+:} false
; then :
14931 $as_echo_n "(cached) " >&6
14933 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14934 /* end confdefs.h. */
14939 asm(".text\nac_test:\t.long 0\n\t.previous");
14944 if ac_fn_c_try_link
"$LINENO"; then :
14945 ac_cv_c_dot_previous
="yes"
14947 ac_cv_c_dot_previous
="no"
14949 rm -f core conftest.err conftest.
$ac_objext \
14950 conftest
$ac_exeext conftest.
$ac_ext
14952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14953 $as_echo "$ac_cv_c_dot_previous" >&6; }
14955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14956 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14957 if ${ac_cv_c_cfi_support+:} false
; then :
14958 $as_echo_n "(cached) " >&6
14960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14961 /* end confdefs.h. */
14962 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14971 if ac_fn_c_try_compile
"$LINENO"; then :
14972 ac_cv_c_cfi_support
="yes"
14974 ac_cv_c_cfi_support
="no"
14976 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14979 $as_echo "$ac_cv_c_cfi_support" >&6; }
14981 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14982 asm_func_trailer
=""
14983 if test "$ac_cv_c_dot_previous" = "yes"
14985 asm_func_trailer
="\\n\\t.previous"
14987 if test "$ac_cv_c_cfi_support" = "yes"
14989 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14990 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14992 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14994 UNWINDFLAGS
=-fasynchronous-unwind-tables
14997 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14999 if test "x$enable_win64" = "xyes"
15001 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15005 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15008 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15010 cat >>confdefs.h
<<_ACEOF
15011 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15015 cat >>confdefs.h
<<_ACEOF
15016 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15021 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15024 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15029 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15036 *i
[3456789]86*|x86_64
*)
15037 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
15038 loader_programs
="$loader_programs $wine_binary-preloader"
15039 as_fn_append LOADER_RULES
"
15040 preloader_EXTRADEFS = $BUILTINFLAG
15041 ${wine_binary}_preloader_OBJS = preloader.o
15042 ${wine_binary}_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
15047 as_fn_append LOADER_RULES
"
15048 PROGRAMS = $loader_programs
15049 INSTALL_LIB = $loader_programs
15053 ac_save_CFLAGS
="$CFLAGS"
15054 CFLAGS
="$CFLAGS $BUILTINFLAG"
15133 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15134 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15135 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15136 cat >>confdefs.h
<<_ACEOF
15137 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15143 CFLAGS
="$ac_save_CFLAGS"
15145 if test "$ac_cv_func_dlopen" = no
15147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15148 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15149 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15150 $as_echo_n "(cached) " >&6
15152 ac_check_lib_save_LIBS
=$LIBS
15154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15155 /* end confdefs.h. */
15157 /* Override any GCC internal prototype to avoid an error.
15158 Use char because int might match the return type of a GCC
15159 builtin and then its argument prototype would still apply. */
15172 if ac_fn_c_try_link
"$LINENO"; then :
15173 ac_cv_lib_dl_dlopen
=yes
15175 ac_cv_lib_dl_dlopen
=no
15177 rm -f core conftest.err conftest.
$ac_objext \
15178 conftest
$ac_exeext conftest.
$ac_ext
15179 LIBS
=$ac_check_lib_save_LIBS
15181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15182 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15183 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15184 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15190 ac_wine_check_funcs_save_LIBS
="$LIBS"
15191 LIBS
="$LIBS $DL_LIBS"
15192 for ac_func
in dladdr
15194 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15195 if test "x$ac_cv_func_dladdr" = xyes
; then :
15196 cat >>confdefs.h
<<_ACEOF
15197 #define HAVE_DLADDR 1
15203 LIBS
="$ac_wine_check_funcs_save_LIBS"
15205 if test "$ac_cv_func_poll" = no
15207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15208 $as_echo_n "checking for poll in -lpoll... " >&6; }
15209 if ${ac_cv_lib_poll_poll+:} false
; then :
15210 $as_echo_n "(cached) " >&6
15212 ac_check_lib_save_LIBS
=$LIBS
15213 LIBS
="-lpoll $LIBS"
15214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15215 /* end confdefs.h. */
15217 /* Override any GCC internal prototype to avoid an error.
15218 Use char because int might match the return type of a GCC
15219 builtin and then its argument prototype would still apply. */
15232 if ac_fn_c_try_link
"$LINENO"; then :
15233 ac_cv_lib_poll_poll
=yes
15235 ac_cv_lib_poll_poll
=no
15237 rm -f core conftest.err conftest.
$ac_objext \
15238 conftest
$ac_exeext conftest.
$ac_ext
15239 LIBS
=$ac_check_lib_save_LIBS
15241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15242 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15243 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15244 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15252 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15253 if ${ac_cv_search_gethostbyname+:} false
; then :
15254 $as_echo_n "(cached) " >&6
15256 ac_func_search_save_LIBS
=$LIBS
15257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15258 /* end confdefs.h. */
15260 /* Override any GCC internal prototype to avoid an error.
15261 Use char because int might match the return type of a GCC
15262 builtin and then its argument prototype would still apply. */
15266 char gethostbyname ();
15270 return gethostbyname ();
15275 for ac_lib
in '' nsl
; do
15276 if test -z "$ac_lib"; then
15277 ac_res
="none required"
15280 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15282 if ac_fn_c_try_link
"$LINENO"; then :
15283 ac_cv_search_gethostbyname
=$ac_res
15285 rm -f core conftest.err conftest.
$ac_objext \
15287 if ${ac_cv_search_gethostbyname+:} false
; then :
15291 if ${ac_cv_search_gethostbyname+:} false
; then :
15294 ac_cv_search_gethostbyname
=no
15296 rm conftest.
$ac_ext
15297 LIBS
=$ac_func_search_save_LIBS
15299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15300 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15301 ac_res
=$ac_cv_search_gethostbyname
15302 if test "$ac_res" != no
; then :
15303 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15309 $as_echo_n "checking for library containing connect... " >&6; }
15310 if ${ac_cv_search_connect+:} false
; then :
15311 $as_echo_n "(cached) " >&6
15313 ac_func_search_save_LIBS
=$LIBS
15314 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15315 /* end confdefs.h. */
15317 /* Override any GCC internal prototype to avoid an error.
15318 Use char because int might match the return type of a GCC
15319 builtin and then its argument prototype would still apply. */
15332 for ac_lib
in '' socket
; do
15333 if test -z "$ac_lib"; then
15334 ac_res
="none required"
15337 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15339 if ac_fn_c_try_link
"$LINENO"; then :
15340 ac_cv_search_connect
=$ac_res
15342 rm -f core conftest.err conftest.
$ac_objext \
15344 if ${ac_cv_search_connect+:} false
; then :
15348 if ${ac_cv_search_connect+:} false
; then :
15351 ac_cv_search_connect
=no
15353 rm conftest.
$ac_ext
15354 LIBS
=$ac_func_search_save_LIBS
15356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15357 $as_echo "$ac_cv_search_connect" >&6; }
15358 ac_res
=$ac_cv_search_connect
15359 if test "$ac_res" != no
; then :
15360 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15366 $as_echo_n "checking for library containing inet_aton... " >&6; }
15367 if ${ac_cv_search_inet_aton+:} false
; then :
15368 $as_echo_n "(cached) " >&6
15370 ac_func_search_save_LIBS
=$LIBS
15371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15372 /* end confdefs.h. */
15374 /* Override any GCC internal prototype to avoid an error.
15375 Use char because int might match the return type of a GCC
15376 builtin and then its argument prototype would still apply. */
15384 return inet_aton ();
15389 for ac_lib
in '' resolv
; do
15390 if test -z "$ac_lib"; then
15391 ac_res
="none required"
15394 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15396 if ac_fn_c_try_link
"$LINENO"; then :
15397 ac_cv_search_inet_aton
=$ac_res
15399 rm -f core conftest.err conftest.
$ac_objext \
15401 if ${ac_cv_search_inet_aton+:} false
; then :
15405 if ${ac_cv_search_inet_aton+:} false
; then :
15408 ac_cv_search_inet_aton
=no
15410 rm conftest.
$ac_ext
15411 LIBS
=$ac_func_search_save_LIBS
15413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15414 $as_echo "$ac_cv_search_inet_aton" >&6; }
15415 ac_res
=$ac_cv_search_inet_aton
15416 if test "$ac_res" != no
; then :
15417 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15437 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15438 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15439 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15440 cat >>confdefs.h
<<_ACEOF
15441 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15450 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15451 if ${ac_cv_search_clock_gettime+:} false
; then :
15452 $as_echo_n "(cached) " >&6
15454 ac_func_search_save_LIBS
=$LIBS
15455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15456 /* end confdefs.h. */
15458 /* Override any GCC internal prototype to avoid an error.
15459 Use char because int might match the return type of a GCC
15460 builtin and then its argument prototype would still apply. */
15464 char clock_gettime ();
15468 return clock_gettime ();
15473 for ac_lib
in '' rt
; do
15474 if test -z "$ac_lib"; then
15475 ac_res
="none required"
15478 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15480 if ac_fn_c_try_link
"$LINENO"; then :
15481 ac_cv_search_clock_gettime
=$ac_res
15483 rm -f core conftest.err conftest.
$ac_objext \
15485 if ${ac_cv_search_clock_gettime+:} false
; then :
15489 if ${ac_cv_search_clock_gettime+:} false
; then :
15492 ac_cv_search_clock_gettime
=no
15494 rm conftest.
$ac_ext
15495 LIBS
=$ac_func_search_save_LIBS
15497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15498 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15499 ac_res
=$ac_cv_search_clock_gettime
15500 if test "$ac_res" != no
; then :
15501 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15503 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15505 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15513 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15515 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15517 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15519 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15520 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15521 $as_echo_n "(cached) " >&6
15523 ac_check_lib_save_LIBS
=$LIBS
15524 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15525 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15526 /* end confdefs.h. */
15528 /* Override any GCC internal prototype to avoid an error.
15529 Use char because int might match the return type of a GCC
15530 builtin and then its argument prototype would still apply. */
15534 char ldap_initialize ();
15538 return ldap_initialize ();
15543 if ac_fn_c_try_link
"$LINENO"; then :
15544 ac_cv_lib_ldap_r_ldap_initialize
=yes
15546 ac_cv_lib_ldap_r_ldap_initialize
=no
15548 rm -f core conftest.err conftest.
$ac_objext \
15549 conftest
$ac_exeext conftest.
$ac_ext
15550 LIBS
=$ac_check_lib_save_LIBS
15552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15553 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15554 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15556 $as_echo_n "checking for ber_init in -llber... " >&6; }
15557 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15558 $as_echo_n "(cached) " >&6
15560 ac_check_lib_save_LIBS
=$LIBS
15561 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15563 /* end confdefs.h. */
15565 /* Override any GCC internal prototype to avoid an error.
15566 Use char because int might match the return type of a GCC
15567 builtin and then its argument prototype would still apply. */
15575 return ber_init ();
15580 if ac_fn_c_try_link
"$LINENO"; then :
15581 ac_cv_lib_lber_ber_init
=yes
15583 ac_cv_lib_lber_ber_init
=no
15585 rm -f core conftest.err conftest.
$ac_objext \
15586 conftest
$ac_exeext conftest.
$ac_ext
15587 LIBS
=$ac_check_lib_save_LIBS
15589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15590 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15591 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15593 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15595 LDAP_LIBS
="-lldap_r -llber"
15602 ac_wine_check_funcs_save_LIBS
="$LIBS"
15603 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15605 ldap_count_references \
15606 ldap_first_reference \
15607 ldap_next_reference \
15608 ldap_parse_reference \
15609 ldap_parse_sort_control \
15610 ldap_parse_sortresponse_control \
15611 ldap_parse_vlv_control \
15612 ldap_parse_vlvresponse_control
15614 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15615 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15616 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15617 cat >>confdefs.h
<<_ACEOF
15618 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15624 LIBS
="$ac_wine_check_funcs_save_LIBS"
15626 if test "x$LDAP_LIBS" = "x"; then :
15627 case "x$with_ldap" in
15628 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15630 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15631 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15636 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15637 if ${wine_cv_one_arg_mkdir+:} false
; then :
15638 $as_echo_n "(cached) " >&6
15640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15641 /* end confdefs.h. */
15642 #include <sys/stat.h>
15651 if ac_fn_c_try_compile
"$LINENO"; then :
15652 wine_cv_one_arg_mkdir
=yes
15654 wine_cv_one_arg_mkdir
=no
15656 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15659 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15660 if test "$wine_cv_one_arg_mkdir" = "yes"
15663 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15668 $as_echo_n "checking for sched_setaffinity... " >&6; }
15669 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15670 $as_echo_n "(cached) " >&6
15672 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15673 /* end confdefs.h. */
15674 #define _GNU_SOURCE
15679 sched_setaffinity(0, 0, 0);
15684 if ac_fn_c_try_link
"$LINENO"; then :
15685 wine_cv_have_sched_setaffinity
=yes
15687 wine_cv_have_sched_setaffinity
=no
15689 rm -f core conftest.err conftest.
$ac_objext \
15690 conftest
$ac_exeext conftest.
$ac_ext
15692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15693 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15694 if test "$wine_cv_have_sched_setaffinity" = "yes"
15697 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15702 $as_echo_n "checking for fallocate... " >&6; }
15703 if ${wine_cv_have_fallocate+:} false
; then :
15704 $as_echo_n "(cached) " >&6
15706 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15707 /* end confdefs.h. */
15708 #define _GNU_SOURCE
15713 fallocate(-1, 0, 0, 0);
15718 if ac_fn_c_try_link
"$LINENO"; then :
15719 wine_cv_have_fallocate
=yes
15721 wine_cv_have_fallocate
=no
15723 rm -f core conftest.err conftest.
$ac_objext \
15724 conftest
$ac_exeext conftest.
$ac_ext
15726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15727 $as_echo "$wine_cv_have_fallocate" >&6; }
15728 if test "$wine_cv_have_fallocate" = "yes"
15731 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15737 $as_echo_n "checking for inline... " >&6; }
15738 if ${ac_cv_c_inline+:} false
; then :
15739 $as_echo_n "(cached) " >&6
15742 for ac_kw
in inline __inline__ __inline
; do
15743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15744 /* end confdefs.h. */
15745 #ifndef __cplusplus
15747 static $ac_kw foo_t static_foo () {return 0; }
15748 $ac_kw foo_t foo () {return 0; }
15752 if ac_fn_c_try_compile
"$LINENO"; then :
15753 ac_cv_c_inline
=$ac_kw
15755 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15756 test "$ac_cv_c_inline" != no
&& break
15760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15761 $as_echo "$ac_cv_c_inline" >&6; }
15763 case $ac_cv_c_inline in
15766 case $ac_cv_c_inline in
15768 *) ac_val
=$ac_cv_c_inline;;
15770 cat >>confdefs.h
<<_ACEOF
15771 #ifndef __cplusplus
15772 #define inline $ac_val
15778 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15779 if test "x$ac_cv_type_mode_t" = xyes
; then :
15781 cat >>confdefs.h
<<_ACEOF
15782 #define HAVE_MODE_T 1
15787 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15788 if test "x$ac_cv_type_off_t" = xyes
; then :
15790 cat >>confdefs.h
<<_ACEOF
15791 #define HAVE_OFF_T 1
15796 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15797 if test "x$ac_cv_type_pid_t" = xyes
; then :
15799 cat >>confdefs.h
<<_ACEOF
15800 #define HAVE_PID_T 1
15805 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15806 if test "x$ac_cv_type_size_t" = xyes
; then :
15808 cat >>confdefs.h
<<_ACEOF
15809 #define HAVE_SIZE_T 1
15814 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15815 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15817 cat >>confdefs.h
<<_ACEOF
15818 #define HAVE_SSIZE_T 1
15823 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15824 if test "x$ac_cv_type_long_long" = xyes
; then :
15826 cat >>confdefs.h
<<_ACEOF
15827 #define HAVE_LONG_LONG 1
15832 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15833 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15835 cat >>confdefs.h
<<_ACEOF
15836 #define HAVE_FSBLKCNT_T 1
15841 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15842 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15844 cat >>confdefs.h
<<_ACEOF
15845 #define HAVE_FSFILCNT_T 1
15851 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15852 #include <signal.h>
15854 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15856 cat >>confdefs.h
<<_ACEOF
15857 #define HAVE_SIGSET_T 1
15863 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15865 if test "x$ac_cv_type_request_sense" = xyes
; then :
15867 cat >>confdefs.h
<<_ACEOF
15868 #define HAVE_REQUEST_SENSE 1
15875 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15876 #ifdef HAVE_SYS_SOCKET_H
15877 #include <sys/socket.h>
15879 #ifdef HAVE_SYS_SOCKETVAR_H
15880 #include <sys/socketvar.h>
15882 #ifdef HAVE_NET_ROUTE_H
15883 #include <net/route.h>
15885 #ifdef HAVE_NETINET_IN_H
15886 #include <netinet/in.h>
15888 #ifdef HAVE_NETINET_IN_SYSTM_H
15889 #include <netinet/in_systm.h>
15891 #ifdef HAVE_NETINET_IP_H
15892 #include <netinet/ip.h>
15894 #ifdef HAVE_NETINET_IN_PCB_H
15895 #include <netinet/in_pcb.h>
15898 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15900 cat >>confdefs.h
<<_ACEOF
15901 #define HAVE_STRUCT_XINPGEN 1
15908 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15911 #ifdef HAVE_SYS_LINK_H
15912 #include <sys/link.h>
15915 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15917 cat >>confdefs.h
<<_ACEOF
15918 #define HAVE_STRUCT_R_DEBUG 1
15923 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15926 #ifdef HAVE_SYS_LINK_H
15927 #include <sys/link.h>
15930 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15932 cat >>confdefs.h
<<_ACEOF
15933 #define HAVE_STRUCT_LINK_MAP 1
15940 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15941 #include <linux/input.h>
15944 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15946 cat >>confdefs.h
<<_ACEOF
15947 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15955 $as_echo_n "checking for sigaddset... " >&6; }
15956 if ${wine_cv_have_sigaddset+:} false
; then :
15957 $as_echo_n "(cached) " >&6
15959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15960 /* end confdefs.h. */
15961 #include <signal.h>
15965 sigset_t set; sigaddset(&set,SIGTERM);
15970 if ac_fn_c_try_link
"$LINENO"; then :
15971 wine_cv_have_sigaddset
=yes
15973 wine_cv_have_sigaddset
=no
15975 rm -f core conftest.err conftest.
$ac_objext \
15976 conftest
$ac_exeext conftest.
$ac_ext
15978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15979 $as_echo "$wine_cv_have_sigaddset" >&6; }
15980 if test "$wine_cv_have_sigaddset" = "yes"
15983 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15989 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15990 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15991 $as_echo_n "(cached) " >&6
15993 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15994 /* end confdefs.h. */
16002 struct hostent *result;
16009 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16010 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16016 if ac_fn_c_try_link
"$LINENO"; then :
16017 wine_cv_linux_gethostbyname_r_6
=yes
16019 wine_cv_linux_gethostbyname_r_6
=no
16022 rm -f core conftest.err conftest.
$ac_objext \
16023 conftest
$ac_exeext conftest.
$ac_ext
16026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16027 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16028 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16031 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16035 if test "$ac_cv_header_linux_joystick_h" = "yes"
16037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16038 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16039 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16040 $as_echo_n "(cached) " >&6
16042 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16043 /* end confdefs.h. */
16045 #include <sys/ioctl.h>
16046 #include <sys/types.h>
16047 #include <linux/joystick.h>
16049 struct js_event blub;
16050 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16051 #error "no 2.2 header"
16062 if ac_fn_c_try_compile
"$LINENO"; then :
16063 wine_cv_linux_joystick_22_api
=yes
16065 wine_cv_linux_joystick_22_api
=no
16067 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16071 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16072 if test "$wine_cv_linux_joystick_22_api" = "yes"
16075 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16081 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16082 #ifdef HAVE_SYS_PARAM_H
16083 # include <sys/param.h>
16085 #ifdef HAVE_SYS_MOUNT_H
16086 # include <sys/mount.h>
16088 #ifdef HAVE_SYS_VFS_H
16089 # include <sys/vfs.h>
16091 #ifdef HAVE_SYS_STATFS_H
16092 # include <sys/statfs.h>
16095 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16097 cat >>confdefs.h
<<_ACEOF
16098 #define HAVE_STRUCT_STATFS_F_BFREE 1
16103 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16104 #ifdef HAVE_SYS_PARAM_H
16105 # include <sys/param.h>
16107 #ifdef HAVE_SYS_MOUNT_H
16108 # include <sys/mount.h>
16110 #ifdef HAVE_SYS_VFS_H
16111 # include <sys/vfs.h>
16113 #ifdef HAVE_SYS_STATFS_H
16114 # include <sys/statfs.h>
16117 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16119 cat >>confdefs.h
<<_ACEOF
16120 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16125 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16126 #ifdef HAVE_SYS_PARAM_H
16127 # include <sys/param.h>
16129 #ifdef HAVE_SYS_MOUNT_H
16130 # include <sys/mount.h>
16132 #ifdef HAVE_SYS_VFS_H
16133 # include <sys/vfs.h>
16135 #ifdef HAVE_SYS_STATFS_H
16136 # include <sys/statfs.h>
16139 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16141 cat >>confdefs.h
<<_ACEOF
16142 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16147 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16148 #ifdef HAVE_SYS_PARAM_H
16149 # include <sys/param.h>
16151 #ifdef HAVE_SYS_MOUNT_H
16152 # include <sys/mount.h>
16154 #ifdef HAVE_SYS_VFS_H
16155 # include <sys/vfs.h>
16157 #ifdef HAVE_SYS_STATFS_H
16158 # include <sys/statfs.h>
16161 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16163 cat >>confdefs.h
<<_ACEOF
16164 #define HAVE_STRUCT_STATFS_F_FFREE 1
16169 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16170 #ifdef HAVE_SYS_PARAM_H
16171 # include <sys/param.h>
16173 #ifdef HAVE_SYS_MOUNT_H
16174 # include <sys/mount.h>
16176 #ifdef HAVE_SYS_VFS_H
16177 # include <sys/vfs.h>
16179 #ifdef HAVE_SYS_STATFS_H
16180 # include <sys/statfs.h>
16183 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16185 cat >>confdefs.h
<<_ACEOF
16186 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16191 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16192 #ifdef HAVE_SYS_PARAM_H
16193 # include <sys/param.h>
16195 #ifdef HAVE_SYS_MOUNT_H
16196 # include <sys/mount.h>
16198 #ifdef HAVE_SYS_VFS_H
16199 # include <sys/vfs.h>
16201 #ifdef HAVE_SYS_STATFS_H
16202 # include <sys/statfs.h>
16205 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16207 cat >>confdefs.h
<<_ACEOF
16208 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16215 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16216 #include <sys/statvfs.h>
16219 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16221 cat >>confdefs.h
<<_ACEOF
16222 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16229 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16230 #include <dirent.h>
16233 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16235 cat >>confdefs.h
<<_ACEOF
16236 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16243 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16244 #ifdef HAVE_SYS_SOCKET_H
16245 # include <sys/socket.h>
16247 #ifdef HAVE_SYS_UN_H
16248 # include <sys/un.h>
16251 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16253 cat >>confdefs.h
<<_ACEOF
16254 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16259 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16260 #ifdef HAVE_SYS_SOCKET_H
16261 # include <sys/socket.h>
16263 #ifdef HAVE_SYS_UN_H
16264 # include <sys/un.h>
16267 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16269 cat >>confdefs.h
<<_ACEOF
16270 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16275 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16276 #ifdef HAVE_SYS_SOCKET_H
16277 # include <sys/socket.h>
16279 #ifdef HAVE_SYS_UN_H
16280 # include <sys/un.h>
16283 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16285 cat >>confdefs.h
<<_ACEOF
16286 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16293 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16294 #ifdef HAVE_SCSI_SG_H
16295 #include <scsi/sg.h>
16298 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16300 cat >>confdefs.h
<<_ACEOF
16301 #define HAVE_SCSIREQ_T_CMD 1
16306 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>
16307 #ifdef HAVE_SCSI_SG_H
16308 #include <scsi/sg.h>
16311 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16313 cat >>confdefs.h
<<_ACEOF
16314 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16321 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16323 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16325 cat >>confdefs.h
<<_ACEOF
16326 #define HAVE_SIGINFO_T_SI_FD 1
16333 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16334 #ifdef HAVE_SYS_MTIO_H
16335 #include <sys/mtio.h>
16338 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16340 cat >>confdefs.h
<<_ACEOF
16341 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16346 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16347 #ifdef HAVE_SYS_MTIO_H
16348 #include <sys/mtio.h>
16351 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16353 cat >>confdefs.h
<<_ACEOF
16354 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16359 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16360 #ifdef HAVE_SYS_MTIO_H
16361 #include <sys/mtio.h>
16364 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16366 cat >>confdefs.h
<<_ACEOF
16367 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16374 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16375 #include <getopt.h>
16378 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16380 cat >>confdefs.h
<<_ACEOF
16381 #define HAVE_STRUCT_OPTION_NAME 1
16388 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16389 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16391 cat >>confdefs.h
<<_ACEOF
16392 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16397 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16398 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16400 cat >>confdefs.h
<<_ACEOF
16401 #define HAVE_STRUCT_STAT_ST_MTIM 1
16406 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16407 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16409 cat >>confdefs.h
<<_ACEOF
16410 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16415 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16416 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16418 cat >>confdefs.h
<<_ACEOF
16419 #define HAVE_STRUCT_STAT_ST_CTIM 1
16424 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16425 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16427 cat >>confdefs.h
<<_ACEOF
16428 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16433 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16434 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16436 cat >>confdefs.h
<<_ACEOF
16437 #define HAVE_STRUCT_STAT_ST_ATIM 1
16442 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16443 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16445 cat >>confdefs.h
<<_ACEOF
16446 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16451 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16452 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16454 cat >>confdefs.h
<<_ACEOF
16455 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16460 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16461 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16463 cat >>confdefs.h
<<_ACEOF
16464 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16469 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16470 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16472 cat >>confdefs.h
<<_ACEOF
16473 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16478 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16479 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16481 cat >>confdefs.h
<<_ACEOF
16482 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16487 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16488 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16490 cat >>confdefs.h
<<_ACEOF
16491 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16498 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
16499 #include <sys/types.h>
16501 #ifdef HAVE_NETINET_IN_H
16502 #include <netinet/in.h>
16505 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16507 cat >>confdefs.h
<<_ACEOF
16508 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16515 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16516 #include <resolv.h>
16519 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16521 cat >>confdefs.h
<<_ACEOF
16522 #define HAVE_STRUCT___RES_STATE 1
16529 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
16530 #include <resolv.h>
16533 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16535 cat >>confdefs.h
<<_ACEOF
16536 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16543 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16544 #include <sys/types.h>
16546 #ifdef HAVE_NETINET_IN_H
16547 # include <netinet/in.h>
16549 #ifdef HAVE_ARPA_NAMESER_H
16550 # include <arpa/nameser.h>
16553 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16555 cat >>confdefs.h
<<_ACEOF
16556 #define HAVE_NS_MSG__MSG_PTR 1
16563 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16564 #include <sys/types.h>
16566 #ifdef HAVE_NETINET_IP_H
16567 #include <netinet/ip.h>
16569 #ifdef HAVE_NETINET_IP_ICMP_H
16570 #include <netinet/ip_icmp.h>
16572 #ifdef HAVE_NETINET_ICMP_VAR_H
16573 #include <netinet/icmp_var.h>
16576 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16578 cat >>confdefs.h
<<_ACEOF
16579 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16586 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16587 #include <sys/types.h>
16589 #ifdef HAVE_ALIAS_H
16592 #ifdef HAVE_SYS_SOCKET_H
16593 #include <sys/socket.h>
16595 #ifdef HAVE_SYS_SOCKETVAR_H
16596 #include <sys/socketvar.h>
16598 #ifdef HAVE_SYS_TIMEOUT_H
16599 #include <sys/timeout.h>
16601 #ifdef HAVE_NETINET_IN_H
16602 #include <netinet/in.h>
16604 #ifdef HAVE_NETINET_IN_SYSTM_H
16605 #include <netinet/in_systm.h>
16607 #ifdef HAVE_NETINET_IP_H
16608 #include <netinet/ip.h>
16610 #ifdef HAVE_NETINET_IP_VAR_H
16611 #include <netinet/ip_var.h>
16613 #ifdef HAVE_NETINET_IP_ICMP_H
16614 #include <netinet/ip_icmp.h>
16616 #ifdef HAVE_NETINET_ICMP_VAR_H
16617 #include <netinet/icmp_var.h>
16620 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16622 cat >>confdefs.h
<<_ACEOF
16623 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16630 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16631 #include <sys/types.h>
16633 #ifdef HAVE_SYS_SOCKETVAR_H
16634 #include <sys/socketvar.h>
16636 #ifdef HAVE_NETINET_IN_H
16637 #include <netinet/in.h>
16639 #ifdef HAVE_NETINET_IP_VAR_H
16640 #include <netinet/ip_var.h>
16643 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16645 cat >>confdefs.h
<<_ACEOF
16646 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16653 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
16654 #include <netinet/ip_var.h>
16657 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16659 cat >>confdefs.h
<<_ACEOF
16660 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16667 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16668 #include <sys/types.h>
16670 #ifdef HAVE_SYS_SOCKETVAR_H
16671 #include <sys/socketvar.h>
16673 #ifdef HAVE_NETINET_IN_H
16674 #include <netinet/in.h>
16676 #ifdef HAVE_NETINET_TCP_H
16677 #include <netinet/tcp.h>
16679 #ifdef HAVE_NETINET_TCP_VAR_H
16680 #include <netinet/tcp_var.h>
16683 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16685 cat >>confdefs.h
<<_ACEOF
16686 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16693 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
16694 #include <netinet/tcp_var.h>
16697 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16699 cat >>confdefs.h
<<_ACEOF
16700 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16707 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16708 #include <sys/types.h>
16710 #ifdef HAVE_NETINET_IN_H
16711 #include <netinet/in.h>
16713 #ifdef HAVE_NETINET_IP_VAR_H
16714 #include <netinet/ip_var.h>
16716 #ifdef HAVE_NETINET_UDP_H
16717 #include <netinet/udp.h>
16719 #ifdef HAVE_NETINET_UDP_VAR_H
16720 #include <netinet/udp_var.h>
16723 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16725 cat >>confdefs.h
<<_ACEOF
16726 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16733 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16734 #include <sys/types.h>
16736 #ifdef HAVE_NET_IF_H
16737 # include <net/if.h>
16740 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16742 cat >>confdefs.h
<<_ACEOF
16743 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16751 $as_echo_n "checking for timezone variable... " >&6; }
16752 if ${ac_cv_have_timezone+:} false
; then :
16753 $as_echo_n "(cached) " >&6
16755 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16756 /* end confdefs.h. */
16766 if ac_fn_c_try_link
"$LINENO"; then :
16767 ac_cv_have_timezone
="yes"
16769 ac_cv_have_timezone
="no"
16771 rm -f core conftest.err conftest.
$ac_objext \
16772 conftest
$ac_exeext conftest.
$ac_ext
16774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16775 $as_echo "$ac_cv_have_timezone" >&6; }
16776 if test "$ac_cv_have_timezone" = "yes"
16779 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16783 $as_echo_n "checking for daylight variable... " >&6; }
16784 if ${ac_cv_have_daylight+:} false
; then :
16785 $as_echo_n "(cached) " >&6
16787 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16788 /* end confdefs.h. */
16798 if ac_fn_c_try_link
"$LINENO"; then :
16799 ac_cv_have_daylight
="yes"
16801 ac_cv_have_daylight
="no"
16803 rm -f core conftest.err conftest.
$ac_objext \
16804 conftest
$ac_exeext conftest.
$ac_ext
16806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16807 $as_echo "$ac_cv_have_daylight" >&6; }
16808 if test "$ac_cv_have_daylight" = "yes"
16811 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16815 ac_save_LIBS
="$LIBS"
16817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16818 $as_echo_n "checking for isfinite... " >&6; }
16819 if ${ac_cv_have_isfinite+:} false
; then :
16820 $as_echo_n "(cached) " >&6
16822 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16823 /* end confdefs.h. */
16824 #define _GNU_SOURCE
16829 float f = 0.0; return isfinite(f)
16834 if ac_fn_c_try_link
"$LINENO"; then :
16835 ac_cv_have_isfinite
="yes"
16837 ac_cv_have_isfinite
="no"
16839 rm -f core conftest.err conftest.
$ac_objext \
16840 conftest
$ac_exeext conftest.
$ac_ext
16842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16843 $as_echo "$ac_cv_have_isfinite" >&6; }
16844 if test "$ac_cv_have_isfinite" = "yes"
16847 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16852 $as_echo_n "checking for isinf... " >&6; }
16853 if ${ac_cv_have_isinf+:} false
; then :
16854 $as_echo_n "(cached) " >&6
16856 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16857 /* end confdefs.h. */
16862 float f = 0.0; return isinf(f)
16867 if ac_fn_c_try_link
"$LINENO"; then :
16868 ac_cv_have_isinf
="yes"
16870 ac_cv_have_isinf
="no"
16872 rm -f core conftest.err conftest.
$ac_objext \
16873 conftest
$ac_exeext conftest.
$ac_ext
16875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16876 $as_echo "$ac_cv_have_isinf" >&6; }
16877 if test "$ac_cv_have_isinf" = "yes"
16880 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16885 $as_echo_n "checking for isnan... " >&6; }
16886 if ${ac_cv_have_isnan+:} false
; then :
16887 $as_echo_n "(cached) " >&6
16889 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16890 /* end confdefs.h. */
16895 float f = 0.0; return isnan(f)
16900 if ac_fn_c_try_link
"$LINENO"; then :
16901 ac_cv_have_isnan
="yes"
16903 ac_cv_have_isnan
="no"
16905 rm -f core conftest.err conftest.
$ac_objext \
16906 conftest
$ac_exeext conftest.
$ac_ext
16908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16909 $as_echo "$ac_cv_have_isnan" >&6; }
16910 if test "$ac_cv_have_isnan" = "yes"
16913 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16942 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16943 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16944 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16945 cat >>confdefs.h
<<_ACEOF
16946 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16952 LIBS
="$ac_save_LIBS"
16954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16955 $as_echo_n "checking for __builtin_clz... " >&6; }
16956 if ${ac_cv_have___builtin_clz+:} false
; then :
16957 $as_echo_n "(cached) " >&6
16959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16960 /* end confdefs.h. */
16965 return __builtin_clz(1)
16970 if ac_fn_c_try_link
"$LINENO"; then :
16971 ac_cv_have___builtin_clz
="yes"
16973 ac_cv_have___builtin_clz
="no"
16975 rm -f core conftest.err conftest.
$ac_objext \
16976 conftest
$ac_exeext conftest.
$ac_ext
16978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16979 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16980 if test "$ac_cv_have___builtin_clz" = "yes"
16983 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16989 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16990 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16991 if ${ac_cv_cpp_def___i386__+:} false
; then :
16992 $as_echo_n "(cached) " >&6
16994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16995 /* end confdefs.h. */
17000 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17001 $EGREP "yes" >/dev
/null
2>&1; then :
17002 ac_cv_cpp_def___i386__
=yes
17004 ac_cv_cpp_def___i386__
=no
17009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17010 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17011 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17012 CFLAGS
="$CFLAGS -D__i386__"
17013 LINTFLAGS
="$LINTFLAGS -D__i386__"
17015 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17016 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17017 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17018 $as_echo_n "(cached) " >&6
17020 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17021 /* end confdefs.h. */
17026 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17027 $EGREP "yes" >/dev
/null
2>&1; then :
17028 ac_cv_cpp_def___x86_64__
=yes
17030 ac_cv_cpp_def___x86_64__
=no
17035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17036 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17037 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17038 CFLAGS
="$CFLAGS -D__x86_64__"
17039 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17041 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17042 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17043 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17044 $as_echo_n "(cached) " >&6
17046 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17047 /* end confdefs.h. */
17048 #ifndef __sparc64__
17052 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17053 $EGREP "yes" >/dev
/null
2>&1; then :
17054 ac_cv_cpp_def___sparc64__
=yes
17056 ac_cv_cpp_def___sparc64__
=no
17061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17062 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17063 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17064 CFLAGS
="$CFLAGS -D__sparc64__"
17065 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17067 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17068 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17069 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17070 $as_echo_n "(cached) " >&6
17072 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17073 /* end confdefs.h. */
17078 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17079 $EGREP "yes" >/dev
/null
2>&1; then :
17080 ac_cv_cpp_def___sparc__
=yes
17082 ac_cv_cpp_def___sparc__
=no
17087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17088 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17089 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17090 CFLAGS
="$CFLAGS -D__sparc__"
17091 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17093 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17094 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17095 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17096 $as_echo_n "(cached) " >&6
17098 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17099 /* end confdefs.h. */
17100 #ifndef __powerpc64__
17104 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17105 $EGREP "yes" >/dev
/null
2>&1; then :
17106 ac_cv_cpp_def___powerpc64__
=yes
17108 ac_cv_cpp_def___powerpc64__
=no
17113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17114 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17115 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17116 CFLAGS
="$CFLAGS -D__powerpc64__"
17117 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17119 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17120 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17121 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17122 $as_echo_n "(cached) " >&6
17124 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17125 /* end confdefs.h. */
17126 #ifndef __powerpc__
17130 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17131 $EGREP "yes" >/dev
/null
2>&1; then :
17132 ac_cv_cpp_def___powerpc__
=yes
17134 ac_cv_cpp_def___powerpc__
=no
17139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17140 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17141 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17142 CFLAGS
="$CFLAGS -D__powerpc__"
17143 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17145 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17146 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17147 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17148 $as_echo_n "(cached) " >&6
17150 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17151 /* end confdefs.h. */
17152 #ifndef __aarch64__
17156 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17157 $EGREP "yes" >/dev
/null
2>&1; then :
17158 ac_cv_cpp_def___aarch64__
=yes
17160 ac_cv_cpp_def___aarch64__
=no
17165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17166 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17167 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17168 CFLAGS
="$CFLAGS -D__aarch64__"
17169 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17171 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17172 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17173 if ${ac_cv_cpp_def___arm__+:} false
; then :
17174 $as_echo_n "(cached) " >&6
17176 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17177 /* end confdefs.h. */
17182 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17183 $EGREP "yes" >/dev
/null
2>&1; then :
17184 ac_cv_cpp_def___arm__
=yes
17186 ac_cv_cpp_def___arm__
=no
17191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17192 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17193 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17194 CFLAGS
="$CFLAGS -D__arm__"
17195 LINTFLAGS
="$LINTFLAGS -D__arm__"
17199 case $host_vendor in
17200 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17201 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17202 if ${ac_cv_cpp_def___sun__+:} false
; then :
17203 $as_echo_n "(cached) " >&6
17205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17206 /* end confdefs.h. */
17211 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17212 $EGREP "yes" >/dev
/null
2>&1; then :
17213 ac_cv_cpp_def___sun__
=yes
17215 ac_cv_cpp_def___sun__
=no
17220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17221 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17222 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17223 CFLAGS
="$CFLAGS -D__sun__"
17224 LINTFLAGS
="$LINTFLAGS -D__sun__"
17232 ac_config_commands
="$ac_config_commands include/stamp-h"
17234 $as_echo_n "creating Makefile rules..." >&6
17236 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17237 SOCKET_LIBS = $SOCKET_LIBS
17238 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17239 IOKIT_LIBS = $IOKIT_LIBS
17240 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17241 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17242 CORESERVICES_LIBS = $CORESERVICES_LIBS
17243 APPKIT_LIBS = $APPKIT_LIBS
17244 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17245 SECURITY_LIBS = $SECURITY_LIBS
17246 COREAUDIO_LIBS = $COREAUDIO_LIBS
17247 OPENAL_LIBS = $OPENAL_LIBS
17248 OPENCL_LIBS = $OPENCL_LIBS
17249 QUICKTIME_LIBS = $QUICKTIME_LIBS
17250 CARBON_LIBS = $CARBON_LIBS
17251 PTHREAD_LIBS = $PTHREAD_LIBS
17252 X_CFLAGS = $X_CFLAGS
17253 X_PRE_LIBS = $X_PRE_LIBS
17255 X_EXTRA_LIBS = $X_EXTRA_LIBS
17256 PCAP_LIBS = $PCAP_LIBS
17257 XML2_CFLAGS = $XML2_CFLAGS
17258 XML2_LIBS = $XML2_LIBS
17259 XSLT_CFLAGS = $XSLT_CFLAGS
17260 XSLT_LIBS = $XSLT_LIBS
17261 DBUS_CFLAGS = $DBUS_CFLAGS
17262 DBUS_LIBS = $DBUS_LIBS
17263 HAL_CFLAGS = $HAL_CFLAGS
17264 HAL_LIBS = $HAL_LIBS
17265 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17266 GNUTLS_LIBS = $GNUTLS_LIBS
17267 SANE_CFLAGS = $SANE_CFLAGS
17268 SANE_LIBS = $SANE_LIBS
17269 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17270 GPHOTO2_LIBS = $GPHOTO2_LIBS
17271 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17272 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17273 RESOLV_LIBS = $RESOLV_LIBS
17274 LCMS2_CFLAGS = $LCMS2_CFLAGS
17275 LCMS2_LIBS = $LCMS2_LIBS
17276 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17277 FREETYPE_LIBS = $FREETYPE_LIBS
17279 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17280 PULSE_CFLAGS = $PULSE_CFLAGS
17281 PULSE_LIBS = $PULSE_LIBS
17282 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17283 GSTREAMER_LIBS = $GSTREAMER_LIBS
17284 ALSA_LIBS = $ALSA_LIBS
17285 OSS4_CFLAGS = $OSS4_CFLAGS
17286 CAPI20_CFLAGS = $CAPI20_CFLAGS
17287 CAPI20_LIBS = $CAPI20_LIBS
17288 CUPS_CFLAGS = $CUPS_CFLAGS
17289 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17290 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17291 JPEG_CFLAGS = $JPEG_CFLAGS
17292 JPEG_LIBS = $JPEG_LIBS
17293 PNG_CFLAGS = $PNG_CFLAGS
17294 PNG_LIBS = $PNG_LIBS
17295 TIFF_CFLAGS = $TIFF_CFLAGS
17296 TIFF_LIBS = $TIFF_LIBS
17297 MPG123_CFLAGS = $MPG123_CFLAGS
17298 MPG123_LIBS = $MPG123_LIBS
17299 KSTAT_LIBS = $KSTAT_LIBS
17300 PROCSTAT_LIBS = $PROCSTAT_LIBS
17301 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17303 POLL_LIBS = $POLL_LIBS
17305 LDAP_LIBS = $LDAP_LIBS
17310 wine_fn_append_rule
"
17311 # Rules automatically generated by configure
17313 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17318 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17319 @./config.status Make.tmp Makefile"
17321 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
17322 .gitignore: config.status
17323 @./config.status .gitignore"
17325 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17326 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17328 if test "x$enable_fonts" != xno
; then
17329 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17330 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17331 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17332 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17333 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17334 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17336 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17337 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17338 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
17339 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
17340 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17341 wine_fn_config_symlink wine
17342 if test "x$enable_win64" != xno
; then
17343 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17344 wine_fn_config_symlink wine64
17347 wine_fn_config_dll acledit enable_acledit
17348 wine_fn_config_dll aclui enable_aclui implib
17349 wine_fn_config_dll activeds enable_activeds implib
17350 wine_fn_config_dll actxprxy enable_actxprxy clean
17351 wine_fn_config_lib adsiid
17352 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17353 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17354 wine_fn_config_dll advpack enable_advpack implib
17355 wine_fn_config_test dlls
/advpack
/tests advpack_test
17356 wine_fn_config_dll amstream enable_amstream clean
17357 wine_fn_config_test dlls
/amstream
/tests amstream_test
17358 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17359 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17360 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17361 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17362 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17363 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17364 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17365 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17366 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17367 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17368 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17369 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17370 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17371 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17372 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17373 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17374 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17375 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17376 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17377 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17378 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17379 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17380 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17381 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17382 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17383 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17384 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17385 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17386 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17387 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17388 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17389 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17390 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17391 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17392 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17393 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17394 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17395 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17396 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17397 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17398 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17399 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17400 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17401 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17402 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17403 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17404 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17405 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17406 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17407 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17408 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17409 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17410 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17411 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17412 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17413 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17414 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17415 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17416 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17417 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17418 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17419 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17420 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17421 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17422 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17423 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17424 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17425 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17426 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17427 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17428 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17429 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17430 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17431 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17432 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17433 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17434 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17435 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17436 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17437 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17438 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17439 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17440 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17441 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17442 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17443 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17444 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17445 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17446 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17447 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17448 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17449 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17450 wine_fn_config_dll apphelp enable_apphelp
17451 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17452 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17453 wine_fn_config_dll atl enable_atl clean
,implib
17454 wine_fn_config_test dlls
/atl
/tests atl_test
17455 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17456 wine_fn_config_test dlls
/atl100
/tests atl100_test
17457 wine_fn_config_dll atl110 enable_atl110 clean
17458 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17459 wine_fn_config_test dlls
/atl80
/tests atl80_test
17460 wine_fn_config_dll atl90 enable_atl90 clean
17461 wine_fn_config_dll authz enable_authz
17462 wine_fn_config_dll avicap32 enable_avicap32 implib
17463 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17464 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17465 wine_fn_config_dll avifile.dll16 enable_win16
17466 wine_fn_config_dll avrt enable_avrt implib
17467 wine_fn_config_dll bcrypt enable_bcrypt
17468 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17469 wine_fn_config_dll browseui enable_browseui clean
,po
17470 wine_fn_config_test dlls
/browseui
/tests browseui_test
17471 wine_fn_config_dll cabinet enable_cabinet implib
17472 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17473 wine_fn_config_dll capi2032 enable_capi2032 implib
17474 wine_fn_config_dll cards enable_cards implib
17475 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17476 wine_fn_config_dll clusapi enable_clusapi implib
17477 wine_fn_config_dll combase enable_combase
17478 wine_fn_config_test dlls
/combase
/tests combase_test
17479 wine_fn_config_dll comcat enable_comcat
17480 wine_fn_config_test dlls
/comcat
/tests comcat_test
17481 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17482 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17483 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17484 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17485 wine_fn_config_dll
comm.drv16 enable_win16
17486 wine_fn_config_dll commdlg.dll16 enable_win16
17487 wine_fn_config_dll compobj.dll16 enable_win16
17488 wine_fn_config_dll compstui enable_compstui implib
17489 wine_fn_config_dll comsvcs enable_comsvcs implib
17490 wine_fn_config_dll connect enable_connect
17491 wine_fn_config_dll credui enable_credui implib
,po
17492 wine_fn_config_test dlls
/credui
/tests credui_test
17493 wine_fn_config_dll crtdll enable_crtdll implib
17494 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17495 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17496 wine_fn_config_dll cryptdlg enable_cryptdlg po
17497 wine_fn_config_dll cryptdll enable_cryptdll implib
17498 wine_fn_config_dll cryptext enable_cryptext
17499 wine_fn_config_dll cryptnet enable_cryptnet implib
17500 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17501 wine_fn_config_dll cryptui enable_cryptui implib
,po
17502 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17503 wine_fn_config_dll ctapi32 enable_ctapi32
17504 wine_fn_config_dll ctl3d.dll16 enable_win16
17505 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17506 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17507 wine_fn_config_dll d2d1 enable_d2d1 implib
17508 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17509 wine_fn_config_dll d3d10 enable_d3d10 implib
17510 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17511 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17512 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
17513 wine_fn_config_dll d3d10core enable_d3d10core implib
17514 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17515 wine_fn_config_dll d3d11 enable_d3d11 implib
17516 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17517 wine_fn_config_dll d3d8 enable_d3d8 implib
17518 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17519 wine_fn_config_dll d3d9 enable_d3d9 implib
17520 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17521 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17522 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17523 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17524 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17525 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17526 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17527 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17528 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17529 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17530 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17531 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17532 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17533 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17534 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17535 wine_fn_config_dll d3dim enable_d3dim implib
17536 wine_fn_config_dll d3drm enable_d3drm implib
17537 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17538 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17539 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17540 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17541 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17542 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17543 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17544 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17545 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17546 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17547 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17548 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17549 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17550 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17551 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17552 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17553 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17554 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17555 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17556 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17557 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17558 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17559 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17560 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17561 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17562 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17563 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17564 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17565 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17566 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17567 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17568 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17569 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17570 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17571 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17572 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17573 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17574 wine_fn_config_dll davclnt enable_davclnt
17575 wine_fn_config_dll dbgeng enable_dbgeng implib
17576 wine_fn_config_dll dbghelp enable_dbghelp implib
17577 wine_fn_config_dll dciman32 enable_dciman32 implib
17578 wine_fn_config_dll ddeml.dll16 enable_win16
17579 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17580 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17581 wine_fn_config_dll ddrawex enable_ddrawex clean
17582 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17583 wine_fn_config_dll devenum enable_devenum clean
,po
17584 wine_fn_config_test dlls
/devenum
/tests devenum_test
17585 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17586 wine_fn_config_dll difxapi enable_difxapi
17587 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17588 wine_fn_config_test dlls
/dinput
/tests dinput_test
17589 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17590 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17591 wine_fn_config_dll dispdib.dll16 enable_win16
17592 wine_fn_config_dll dispex enable_dispex clean
17593 wine_fn_config_test dlls
/dispex
/tests dispex_test
17594 wine_fn_config_dll display.drv16 enable_win16
17595 wine_fn_config_dll dmband enable_dmband clean
17596 wine_fn_config_test dlls
/dmband
/tests dmband_test
17597 wine_fn_config_dll dmcompos enable_dmcompos clean
17598 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17599 wine_fn_config_dll dmime enable_dmime clean
17600 wine_fn_config_test dlls
/dmime
/tests dmime_test
17601 wine_fn_config_dll dmloader enable_dmloader clean
17602 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17603 wine_fn_config_dll dmscript enable_dmscript clean
17604 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17605 wine_fn_config_dll dmstyle enable_dmstyle clean
17606 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17607 wine_fn_config_dll dmsynth enable_dmsynth clean
17608 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17609 wine_fn_config_dll dmusic enable_dmusic clean
17610 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17611 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17612 wine_fn_config_dll dnsapi enable_dnsapi implib
17613 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17614 wine_fn_config_dll dplay enable_dplay implib
17615 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17616 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17617 wine_fn_config_dll dpnaddr enable_dpnaddr
17618 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17619 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17620 wine_fn_config_dll dpnhpast enable_dpnhpast
17621 wine_fn_config_dll dpnlobby enable_dpnlobby
17622 wine_fn_config_dll dpvoice enable_dpvoice clean
17623 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17624 wine_fn_config_dll dpwsockx enable_dpwsockx
17625 wine_fn_config_dll drmclien enable_drmclien
17626 wine_fn_config_dll dsound enable_dsound clean
,implib
17627 wine_fn_config_test dlls
/dsound
/tests dsound_test
17628 wine_fn_config_dll dssenh enable_dssenh
17629 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17630 wine_fn_config_dll dswave enable_dswave clean
17631 wine_fn_config_test dlls
/dswave
/tests dswave_test
17632 wine_fn_config_dll dwmapi enable_dwmapi implib
17633 wine_fn_config_dll dwrite enable_dwrite implib
17634 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17635 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17636 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17637 wine_fn_config_lib dxerr8
17638 wine_fn_config_lib dxerr9
17639 wine_fn_config_dll dxgi enable_dxgi implib
17640 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17641 wine_fn_config_lib dxguid
17642 wine_fn_config_dll dxva2 enable_dxva2
17643 wine_fn_config_dll esent enable_esent
17644 wine_fn_config_dll evr enable_evr
17645 wine_fn_config_dll explorerframe enable_explorerframe clean
17646 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17647 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17648 wine_fn_config_dll faultrep enable_faultrep implib
17649 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17650 wine_fn_config_dll fltlib enable_fltlib
17651 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17652 wine_fn_config_dll fntcache enable_fntcache
17653 wine_fn_config_dll fontsub enable_fontsub
17654 wine_fn_config_dll fusion enable_fusion
17655 wine_fn_config_test dlls
/fusion
/tests fusion_test
17656 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17657 wine_fn_config_dll gameux enable_gameux clean
17658 wine_fn_config_test dlls
/gameux
/tests gameux_test
17659 wine_fn_config_dll gdi.exe16 enable_win16
17660 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17661 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17662 wine_fn_config_dll gdiplus enable_gdiplus implib
17663 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17664 wine_fn_config_dll glu32 enable_glu32 implib
17665 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17666 wine_fn_config_dll gpkcsp enable_gpkcsp
17667 wine_fn_config_dll hal enable_hal
17668 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17669 wine_fn_config_dll hid enable_hid implib
17670 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17671 wine_fn_config_dll hlink enable_hlink clean
,implib
17672 wine_fn_config_test dlls
/hlink
/tests hlink_test
17673 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17674 wine_fn_config_dll httpapi enable_httpapi
17675 wine_fn_config_dll iccvid enable_iccvid po
17676 wine_fn_config_dll icmp enable_icmp
17677 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17678 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17679 wine_fn_config_dll ifsmgr.vxd enable_win16
17680 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17681 wine_fn_config_dll imagehlp enable_imagehlp implib
17682 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17683 wine_fn_config_dll imm.dll16 enable_win16
17684 wine_fn_config_dll imm32 enable_imm32 implib
17685 wine_fn_config_test dlls
/imm32
/tests imm32_test
17686 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17687 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17688 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17689 wine_fn_config_dll inetmib1 enable_inetmib1
17690 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17691 wine_fn_config_dll infosoft enable_infosoft clean
17692 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17693 wine_fn_config_dll initpki enable_initpki
17694 wine_fn_config_dll inkobj enable_inkobj
17695 wine_fn_config_dll inseng enable_inseng clean
17696 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17697 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17698 wine_fn_config_dll itircl enable_itircl
17699 wine_fn_config_dll itss enable_itss clean
17700 wine_fn_config_test dlls
/itss
/tests itss_test
17701 wine_fn_config_dll joy.cpl enable_joy_cpl po
17702 wine_fn_config_dll jscript enable_jscript clean
,po
17703 wine_fn_config_test dlls
/jscript
/tests jscript_test
17704 wine_fn_config_dll jsproxy enable_jsproxy implib
17705 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17706 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17707 wine_fn_config_dll keyboard.drv16 enable_win16
17708 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17709 wine_fn_config_dll ksuser enable_ksuser
17710 wine_fn_config_dll ktmw32 enable_ktmw32
17711 wine_fn_config_dll loadperf enable_loadperf implib
17712 wine_fn_config_dll localspl enable_localspl po
17713 wine_fn_config_test dlls
/localspl
/tests localspl_test
17714 wine_fn_config_dll localui enable_localui po
17715 wine_fn_config_test dlls
/localui
/tests localui_test
17716 wine_fn_config_dll lz32 enable_lz32 implib
17717 wine_fn_config_test dlls
/lz32
/tests lz32_test
17718 wine_fn_config_dll lzexpand.dll16 enable_win16
17719 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17720 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17721 wine_fn_config_dll mapistub enable_mapistub
17722 wine_fn_config_dll mciavi32 enable_mciavi32
17723 wine_fn_config_dll mcicda enable_mcicda
17724 wine_fn_config_dll mciqtz32 enable_mciqtz32
17725 wine_fn_config_dll mciseq enable_mciseq
17726 wine_fn_config_dll mciwave enable_mciwave
17727 wine_fn_config_dll mf enable_mf
17728 wine_fn_config_dll mfplat enable_mfplat
17729 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17730 wine_fn_config_dll mgmtapi enable_mgmtapi
17731 wine_fn_config_dll midimap enable_midimap
17732 wine_fn_config_dll mlang enable_mlang clean
,implib
17733 wine_fn_config_test dlls
/mlang
/tests mlang_test
17734 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17735 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17736 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17737 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17738 wine_fn_config_dll mmdevldr.vxd enable_win16
17739 wine_fn_config_dll mmsystem.dll16 enable_win16
17740 wine_fn_config_dll monodebg.vxd enable_win16
17741 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17742 wine_fn_config_dll mouse.drv16 enable_win16
17743 wine_fn_config_dll mpr enable_mpr implib
,po
17744 wine_fn_config_test dlls
/mpr
/tests mpr_test
17745 wine_fn_config_dll mprapi enable_mprapi implib
17746 wine_fn_config_dll msacm.dll16 enable_win16
17747 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17748 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17749 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17750 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17751 wine_fn_config_dll msasn1 enable_msasn1 implib
17752 wine_fn_config_dll mscat32 enable_mscat32
17753 wine_fn_config_dll mscms enable_mscms implib
17754 wine_fn_config_test dlls
/mscms
/tests mscms_test
17755 wine_fn_config_dll mscoree enable_mscoree clean
17756 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17757 wine_fn_config_dll msctf enable_msctf clean
17758 wine_fn_config_test dlls
/msctf
/tests msctf_test
17759 wine_fn_config_dll msctfp enable_msctfp clean
17760 wine_fn_config_dll msdaps enable_msdaps clean
17761 wine_fn_config_dll msdelta enable_msdelta
17762 wine_fn_config_dll msdmo enable_msdmo implib
17763 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17764 wine_fn_config_dll msftedit enable_msftedit
17765 wine_fn_config_dll msg711.acm enable_msg711_acm
17766 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17767 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17768 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17769 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17770 wine_fn_config_dll msi enable_msi clean
,implib
,po
17771 wine_fn_config_test dlls
/msi
/tests msi_test
17772 wine_fn_config_dll msident enable_msident clean
17773 wine_fn_config_dll msimg32 enable_msimg32 implib
17774 wine_fn_config_dll msimsg enable_msimsg
17775 wine_fn_config_dll msimtf enable_msimtf clean
17776 wine_fn_config_dll msisip enable_msisip
17777 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17778 wine_fn_config_dll msls31 enable_msls31
17779 wine_fn_config_dll msnet32 enable_msnet32
17780 wine_fn_config_dll mspatcha enable_mspatcha implib
17781 wine_fn_config_dll msrle32 enable_msrle32 po
17782 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17783 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17784 wine_fn_config_dll mssign32 enable_mssign32
17785 wine_fn_config_dll mssip32 enable_mssip32
17786 wine_fn_config_dll mstask enable_mstask clean
17787 wine_fn_config_test dlls
/mstask
/tests mstask_test
17788 wine_fn_config_dll msvcirt enable_msvcirt
17789 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17790 wine_fn_config_dll msvcm80 enable_msvcm80
17791 wine_fn_config_dll msvcm90 enable_msvcm90
17792 wine_fn_config_dll msvcp100 enable_msvcp100
17793 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17794 wine_fn_config_dll msvcp110 enable_msvcp110
17795 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
17796 wine_fn_config_dll msvcp120 enable_msvcp120
17797 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17798 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17799 wine_fn_config_dll msvcp60 enable_msvcp60
17800 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17801 wine_fn_config_dll msvcp70 enable_msvcp70
17802 wine_fn_config_dll msvcp71 enable_msvcp71
17803 wine_fn_config_dll msvcp80 enable_msvcp80
17804 wine_fn_config_dll msvcp90 enable_msvcp90
17805 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17806 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17807 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17808 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17809 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17810 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17811 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17812 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17813 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17814 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17815 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17816 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17817 wine_fn_config_dll msvcrt enable_msvcrt implib
17818 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17819 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17820 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17821 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17822 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17823 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17824 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17825 wine_fn_config_dll msvidc32 enable_msvidc32 po
17826 wine_fn_config_dll msvideo.dll16 enable_win16
17827 wine_fn_config_dll mswsock enable_mswsock implib
17828 wine_fn_config_dll msxml enable_msxml clean
17829 wine_fn_config_dll msxml2 enable_msxml2 clean
17830 wine_fn_config_dll msxml3 enable_msxml3 clean
17831 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17832 wine_fn_config_dll msxml4 enable_msxml4 clean
17833 wine_fn_config_dll msxml6 enable_msxml6 clean
17834 wine_fn_config_dll nddeapi enable_nddeapi implib
17835 wine_fn_config_dll ndis.sys enable_ndis_sys
17836 wine_fn_config_dll netapi32 enable_netapi32 implib
17837 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17838 wine_fn_config_dll netcfgx enable_netcfgx clean
17839 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17840 wine_fn_config_dll netprofm enable_netprofm clean
17841 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17842 wine_fn_config_dll newdev enable_newdev implib
17843 wine_fn_config_dll normaliz enable_normaliz implib
17844 wine_fn_config_dll npmshtml enable_npmshtml
17845 wine_fn_config_dll npptools enable_npptools
17846 wine_fn_config_dll ntdll enable_ntdll implib
17847 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17848 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17849 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17850 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17851 wine_fn_config_dll ntprint enable_ntprint
17852 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17853 wine_fn_config_dll objsel enable_objsel clean
17854 wine_fn_config_dll odbc32 enable_odbc32 implib
17855 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17856 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17857 wine_fn_config_dll odbccu32 enable_odbccu32
17858 wine_fn_config_dll ole2.dll16 enable_win16
17859 wine_fn_config_dll ole2conv.dll16 enable_win16
17860 wine_fn_config_dll ole2disp.dll16 enable_win16
17861 wine_fn_config_dll ole2nls.dll16 enable_win16
17862 wine_fn_config_dll ole2prox.dll16 enable_win16
17863 wine_fn_config_dll ole2thk.dll16 enable_win16
17864 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17865 wine_fn_config_test dlls
/ole32
/tests ole32_test
17866 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17867 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17868 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17869 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17870 wine_fn_config_dll olecli.dll16 enable_win16
17871 wine_fn_config_dll olecli32 enable_olecli32 implib
17872 wine_fn_config_dll oledb32 enable_oledb32 clean
17873 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17874 wine_fn_config_dll oledlg enable_oledlg implib
,po
17875 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17876 wine_fn_config_dll olepro32 enable_olepro32 implib
17877 wine_fn_config_dll olesvr.dll16 enable_win16
17878 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17879 wine_fn_config_dll olethk32 enable_olethk32
17880 wine_fn_config_dll openal32 enable_openal32
17881 wine_fn_config_dll opencl enable_opencl
17882 wine_fn_config_dll opengl32 enable_opengl32 implib
17883 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17884 wine_fn_config_dll packager enable_packager clean
17885 wine_fn_config_test dlls
/packager
/tests packager_test
17886 wine_fn_config_dll pdh enable_pdh implib
17887 wine_fn_config_test dlls
/pdh
/tests pdh_test
17888 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17889 wine_fn_config_dll pidgen enable_pidgen
17890 wine_fn_config_dll powrprof enable_powrprof implib
17891 wine_fn_config_dll printui enable_printui
17892 wine_fn_config_dll prntvpt enable_prntvpt
17893 wine_fn_config_dll propsys enable_propsys clean
,implib
17894 wine_fn_config_test dlls
/propsys
/tests propsys_test
17895 wine_fn_config_dll psapi enable_psapi implib
17896 wine_fn_config_test dlls
/psapi
/tests psapi_test
17897 wine_fn_config_dll pstorec enable_pstorec clean
17898 wine_fn_config_dll qcap enable_qcap
17899 wine_fn_config_test dlls
/qcap
/tests qcap_test
17900 wine_fn_config_dll qedit enable_qedit clean
17901 wine_fn_config_test dlls
/qedit
/tests qedit_test
17902 wine_fn_config_dll qmgr enable_qmgr clean
17903 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17904 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17905 wine_fn_config_dll quartz enable_quartz clean
,implib
17906 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17907 wine_fn_config_dll query enable_query
17908 wine_fn_config_dll rasapi16.dll16 enable_win16
17909 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17910 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17911 wine_fn_config_dll rasdlg enable_rasdlg implib
17912 wine_fn_config_dll regapi enable_regapi
17913 wine_fn_config_dll resutils enable_resutils implib
17914 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17915 wine_fn_config_test dlls
/riched20
/tests riched20_test
17916 wine_fn_config_dll riched32 enable_riched32
17917 wine_fn_config_test dlls
/riched32
/tests riched32_test
17918 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17919 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17920 wine_fn_config_dll rsabase enable_rsabase
17921 wine_fn_config_dll rsaenh enable_rsaenh implib
17922 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17923 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17924 wine_fn_config_dll rtutils enable_rtutils implib
17925 wine_fn_config_dll samlib enable_samlib
17926 wine_fn_config_dll sane.ds enable_sane_ds po
17927 wine_fn_config_dll scarddlg enable_scarddlg
17928 wine_fn_config_dll sccbase enable_sccbase
17929 wine_fn_config_dll schannel enable_schannel
17930 wine_fn_config_test dlls
/schannel
/tests schannel_test
17931 wine_fn_config_dll schedsvc enable_schedsvc clean
17932 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17933 wine_fn_config_dll scrrun enable_scrrun clean
17934 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17935 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17936 wine_fn_config_dll secur32 enable_secur32 implib
17937 wine_fn_config_test dlls
/secur32
/tests secur32_test
17938 wine_fn_config_dll security enable_security
17939 wine_fn_config_dll sensapi enable_sensapi implib
17940 wine_fn_config_dll serialui enable_serialui implib
,po
17941 wine_fn_config_test dlls
/serialui
/tests serialui_test
17942 wine_fn_config_dll setupapi enable_setupapi implib
,po
17943 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17944 wine_fn_config_dll setupx.dll16 enable_win16
17945 wine_fn_config_dll sfc enable_sfc implib
17946 wine_fn_config_dll sfc_os enable_sfc_os implib
17947 wine_fn_config_dll shdoclc enable_shdoclc po
17948 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17949 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17950 wine_fn_config_dll shell.dll16 enable_win16
17951 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17952 wine_fn_config_test dlls
/shell32
/tests shell32_test
17953 wine_fn_config_dll shfolder enable_shfolder implib
17954 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17955 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17956 wine_fn_config_dll slbcsp enable_slbcsp
17957 wine_fn_config_dll slc enable_slc implib
17958 wine_fn_config_test dlls
/slc
/tests slc_test
17959 wine_fn_config_dll snmpapi enable_snmpapi implib
17960 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17961 wine_fn_config_dll softpub enable_softpub
17962 wine_fn_config_dll sound.drv16 enable_win16
17963 wine_fn_config_dll spoolss enable_spoolss implib
17964 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17965 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17966 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17967 wine_fn_config_dll sti enable_sti clean
,implib
17968 wine_fn_config_test dlls
/sti
/tests sti_test
17969 wine_fn_config_dll storage.dll16 enable_win16
17970 wine_fn_config_dll stress.dll16 enable_win16
17971 wine_fn_config_lib strmbase
17972 wine_fn_config_lib strmiids
17973 wine_fn_config_dll svrapi enable_svrapi
17974 wine_fn_config_dll sxs enable_sxs implib
17975 wine_fn_config_test dlls
/sxs
/tests sxs_test
17976 wine_fn_config_dll system.drv16 enable_win16
17977 wine_fn_config_dll t2embed enable_t2embed
17978 wine_fn_config_dll tapi32 enable_tapi32 implib
17979 wine_fn_config_dll taskschd enable_taskschd clean
17980 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17981 wine_fn_config_dll toolhelp.dll16 enable_win16
17982 wine_fn_config_dll traffic enable_traffic
17983 wine_fn_config_dll twain.dll16 enable_win16
17984 wine_fn_config_dll twain_32 enable_twain_32
17985 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17986 wine_fn_config_dll typelib.dll16 enable_win16
17987 wine_fn_config_dll ucrtbase enable_ucrtbase
17988 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
17989 wine_fn_config_dll unicows enable_unicows implib
17990 wine_fn_config_dll updspapi enable_updspapi
17991 wine_fn_config_dll url enable_url implib
17992 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17993 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17994 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17995 wine_fn_config_dll user.exe16 enable_win16
17996 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17997 wine_fn_config_test dlls
/user32
/tests user32_test
17998 wine_fn_config_dll userenv enable_userenv implib
17999 wine_fn_config_test dlls
/userenv
/tests userenv_test
18000 wine_fn_config_dll usp10 enable_usp10 implib
18001 wine_fn_config_test dlls
/usp10
/tests usp10_test
18002 wine_fn_config_lib uuid
18003 wine_fn_config_dll uxtheme enable_uxtheme implib
18004 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
18005 wine_fn_config_dll vbscript enable_vbscript clean
18006 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
18007 wine_fn_config_dll vcomp enable_vcomp
18008 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
18009 wine_fn_config_dll vcomp100 enable_vcomp100
18010 wine_fn_config_dll vcomp110 enable_vcomp110
18011 wine_fn_config_dll vcomp120 enable_vcomp120
18012 wine_fn_config_dll vcomp90 enable_vcomp90
18013 wine_fn_config_dll vcruntime140 enable_vcruntime140
18014 wine_fn_config_dll vdhcp.vxd enable_win16
18015 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18016 wine_fn_config_dll ver.dll16 enable_win16
18017 wine_fn_config_dll version enable_version implib
18018 wine_fn_config_test dlls
/version
/tests version_test
18019 wine_fn_config_dll vmm.vxd enable_win16
18020 wine_fn_config_dll vnbt.vxd enable_win16
18021 wine_fn_config_dll vnetbios.vxd enable_win16
18022 wine_fn_config_dll vssapi enable_vssapi
18023 wine_fn_config_dll vtdapi.vxd enable_win16
18024 wine_fn_config_dll vwin32.vxd enable_win16
18025 wine_fn_config_dll w32skrnl enable_win16
18026 wine_fn_config_dll w32sys.dll16 enable_win16
18027 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18028 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
18029 wine_fn_config_dll wbemprox enable_wbemprox clean
18030 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
18031 wine_fn_config_dll webservices enable_webservices implib
18032 wine_fn_config_test dlls
/webservices
/tests webservices_test
18033 wine_fn_config_dll wer enable_wer implib
18034 wine_fn_config_test dlls
/wer
/tests wer_test
18035 wine_fn_config_dll wevtapi enable_wevtapi
18036 wine_fn_config_dll wiaservc enable_wiaservc clean
18037 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
18038 wine_fn_config_dll wimgapi enable_wimgapi
18039 wine_fn_config_dll win32s16.dll16 enable_win16
18040 wine_fn_config_dll win87em.dll16 enable_win16
18041 wine_fn_config_dll winaspi.dll16 enable_win16
18042 wine_fn_config_dll windebug.dll16 enable_win16
18043 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
18044 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
18045 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18046 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
18047 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18048 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18049 wine_fn_config_lib winecrt0
18050 wine_fn_config_dll wined3d enable_wined3d implib
18051 wine_fn_config_dll winegstreamer enable_winegstreamer
18052 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18053 wine_fn_config_dll winemac.drv enable_winemac_drv
18054 wine_fn_config_dll winemapi enable_winemapi
18055 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18056 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18057 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
18058 wine_fn_config_dll wineps16.drv16 enable_win16
18059 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18060 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18061 wine_fn_config_dll winex11.drv enable_winex11_drv
18062 wine_fn_config_dll wing.dll16 enable_win16
18063 wine_fn_config_dll wing32 enable_wing32
18064 wine_fn_config_dll winhttp enable_winhttp clean
,implib
18065 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
18066 wine_fn_config_dll wininet enable_wininet implib
,po
18067 wine_fn_config_test dlls
/wininet
/tests wininet_test
18068 wine_fn_config_dll winmm enable_winmm implib
,po
18069 wine_fn_config_test dlls
/winmm
/tests winmm_test
18070 wine_fn_config_dll winnls.dll16 enable_win16
18071 wine_fn_config_dll winnls32 enable_winnls32 implib
18072 wine_fn_config_dll winscard enable_winscard implib
18073 wine_fn_config_dll winsock.dll16 enable_win16
18074 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
18075 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
18076 wine_fn_config_dll winsta enable_winsta
18077 wine_fn_config_dll wintab.dll16 enable_win16
18078 wine_fn_config_dll wintab32 enable_wintab32 implib
18079 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
18080 wine_fn_config_dll wintrust enable_wintrust implib
18081 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
18082 wine_fn_config_dll wlanapi enable_wlanapi
18083 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
18084 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
18085 wine_fn_config_dll wmi enable_wmi
18086 wine_fn_config_dll wmiutils enable_wmiutils clean
18087 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
18088 wine_fn_config_dll wmp enable_wmp clean
18089 wine_fn_config_test dlls
/wmp
/tests wmp_test
18090 wine_fn_config_dll wmvcore enable_wmvcore
18091 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18092 wine_fn_config_dll wow32 enable_win16 implib
18093 wine_fn_config_dll wpcap enable_wpcap
18094 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18095 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18096 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18097 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18098 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18099 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18100 wine_fn_config_dll wsock32 enable_wsock32 implib
18101 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18102 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18103 wine_fn_config_dll wuapi enable_wuapi clean
18104 wine_fn_config_dll wuaueng enable_wuaueng
18105 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18106 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18107 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18108 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18109 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18110 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18111 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18112 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18113 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18114 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18115 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18116 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18117 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18118 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18119 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18120 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18121 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18122 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18123 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18124 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18125 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18126 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18127 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 implib
18128 wine_fn_config_dll xinput1_1 enable_xinput1_1
18129 wine_fn_config_dll xinput1_2 enable_xinput1_2
18130 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18131 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18132 wine_fn_config_dll xinput1_4 enable_xinput1_4
18133 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18134 wine_fn_config_dll xmllite enable_xmllite implib
18135 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18136 wine_fn_config_dll xolehlp enable_xolehlp
18137 wine_fn_config_dll xpsprint enable_xpsprint
18138 wine_fn_config_dll xpssvcs enable_xpssvcs
18139 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18140 wine_fn_config_makefile include enable_include clean
,install-dev
18141 wine_fn_config_makefile libs
/port enable_libs_port
18142 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,config
,install-dev
,install-lib
18143 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18144 wine_fn_config_makefile loader enable_loader clean
,config
,install-lib
18145 wine_fn_config_program arp enable_arp
install
18146 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18147 wine_fn_config_program attrib enable_attrib
install,po
18148 wine_fn_config_program cabarc enable_cabarc
install
18149 wine_fn_config_program cacls enable_cacls
install
18150 wine_fn_config_program
clock enable_clock
install,po
18151 wine_fn_config_program cmd enable_cmd
install,po
18152 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18153 wine_fn_config_program conhost enable_conhost
install
18154 wine_fn_config_program control enable_control
install
18155 wine_fn_config_program cscript enable_cscript clean
,install
18156 wine_fn_config_program dpnsvr enable_dpnsvr
install
18157 wine_fn_config_program dxdiag enable_dxdiag
install,po
18158 wine_fn_config_program eject enable_eject
install
18159 wine_fn_config_program
expand enable_expand
install
18160 wine_fn_config_program explorer enable_explorer
install,po
18161 wine_fn_config_program extrac32 enable_extrac32
install
18162 wine_fn_config_program findstr enable_findstr
install
18163 wine_fn_config_program hh enable_hh
install
18164 wine_fn_config_program hostname enable_hostname
install,po
18165 wine_fn_config_program icinfo enable_icinfo
install
18166 wine_fn_config_program iexplore enable_iexplore
install
18167 wine_fn_config_program ipconfig enable_ipconfig
install,po
18168 wine_fn_config_program lodctr enable_lodctr
install
18169 wine_fn_config_program mofcomp enable_mofcomp
install
18170 wine_fn_config_program mshta enable_mshta
install
18171 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18172 wine_fn_config_program net enable_net
install,po
18173 wine_fn_config_program netsh enable_netsh
install
18174 wine_fn_config_program netstat enable_netstat
install,po
18175 wine_fn_config_program ngen enable_ngen
install
18176 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
18177 wine_fn_config_program oleview enable_oleview
install,po
18178 wine_fn_config_program
ping enable_ping
install
18179 wine_fn_config_program plugplay enable_plugplay
install
18180 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18181 wine_fn_config_program progman enable_progman
install,po
18182 wine_fn_config_program reg enable_reg
install,po
18183 wine_fn_config_test programs
/reg
/tests reg.exe_test
18184 wine_fn_config_program regasm enable_regasm
install
18185 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
18186 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18187 wine_fn_config_program regsvcs enable_regsvcs
install
18188 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
18189 wine_fn_config_program rpcss enable_rpcss clean
,install
18190 wine_fn_config_program rundll.exe16 enable_win16
install
18191 wine_fn_config_program rundll32 enable_rundll32
install
18192 wine_fn_config_program sc enable_sc
install
18193 wine_fn_config_program schtasks enable_schtasks
install
18194 wine_fn_config_program sdbinst enable_sdbinst
install
18195 wine_fn_config_program secedit enable_secedit
install
18196 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18197 wine_fn_config_program services enable_services clean
,install
18198 wine_fn_config_test programs
/services
/tests services.exe_test
18199 wine_fn_config_program spoolsv enable_spoolsv
install
18200 wine_fn_config_program start enable_start
install,po
18201 wine_fn_config_program svchost enable_svchost
install
18202 wine_fn_config_program systeminfo enable_systeminfo
install
18203 wine_fn_config_program taskkill enable_taskkill
install,po
18204 wine_fn_config_program tasklist enable_tasklist
install
18205 wine_fn_config_program taskmgr enable_taskmgr
install,po
18206 wine_fn_config_program termsv enable_termsv
install
18207 wine_fn_config_program uninstaller enable_uninstaller
install,po
18208 wine_fn_config_program unlodctr enable_unlodctr
install
18209 wine_fn_config_program view enable_view
install,po
18210 wine_fn_config_program wevtutil enable_wevtutil
install
18211 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
18212 wine_fn_config_program winebrowser enable_winebrowser
install
18213 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
18214 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
18215 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
18216 wine_fn_config_program winedevice enable_winedevice
install
18217 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
18218 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18219 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
18220 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18221 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18222 wine_fn_config_program winetest enable_winetest clean
,config
18223 wine_fn_config_program winevdm enable_win16
install
18224 wine_fn_config_program winhelp.exe16 enable_win16
install
18225 wine_fn_config_program winhlp32 enable_winhlp32
install,po
18226 wine_fn_config_program winoldap.mod16 enable_win16
install
18227 wine_fn_config_program winver enable_winver
install
18228 wine_fn_config_program wmic enable_wmic
install,po
18229 wine_fn_config_program wordpad enable_wordpad
install,po
18230 wine_fn_config_program
write enable_write
install,po
18231 wine_fn_config_program wscript enable_wscript clean
,install
18232 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18233 wine_fn_config_program wusa enable_wusa
install
18234 wine_fn_config_program xcopy enable_xcopy
install,po
18235 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18236 wine_fn_config_makefile server enable_server clean
,install-lib
18237 wine_fn_config_tool tools clean
18238 wine_fn_config_tool tools
/sfnt2fon clean
18239 wine_fn_config_tool tools
/widl clean
,install-dev
18240 wine_fn_config_tool tools
/winebuild clean
,install-dev
18241 wine_fn_config_tool tools
/winedump clean
,install-dev
18242 wine_fn_config_tool tools
/winegcc clean
,install-dev
18243 wine_fn_config_tool tools
/winemaker clean
,install-dev
18244 wine_fn_config_tool tools
/wmc clean
,install-dev
18245 wine_fn_config_tool tools
/wrc clean
,install-dev
18297 wine_fn_ignore_file
".gitignore"
18298 wine_fn_ignore_file
"Makefile"
18299 wine_fn_ignore_file
"TAGS"
18300 wine_fn_ignore_file
"tags"
18301 wine_fn_ignore_file
"autom4te.cache"
18302 wine_fn_ignore_file
"config.cache"
18303 wine_fn_ignore_file
"config.log"
18304 wine_fn_ignore_file
"config.status"
18305 wine_fn_ignore_file
"configure.lineno"
18306 wine_fn_ignore_file
"include/config.h"
18307 wine_fn_ignore_file
"include/stamp-h"
18308 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
18310 if test "x$enable_tools" != xno
18312 wine_fn_ignore_file
"tools/makedep$ac_exeext"
18313 ac_config_commands
="$ac_config_commands tools/makedep"
18317 ac_config_commands
="$ac_config_commands Makefile"
18320 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
18324 if test "x$enable_maintainer_mode" = xyes
18326 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18327 autoconf --warnings=all
18328 include/config.h.in: include/stamp-h.in
18329 include/stamp-h.in: configure.ac aclocal.m4
18330 autoheader --warnings=all
18331 @echo timestamp > \$@"
18334 if test "x$with_gettextpo" = xyes
18336 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18337 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
18338 \$(LINGUAS:%=po/%.po): po/wine.pot
18339 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18340 po/wine.pot: \$(ALL_POT_FILES)
18341 msgcat -o \$@ \$(ALL_POT_FILES)"
18344 if test "$MSGFMT" != false
18346 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
18348 \$(RM) \$(LINGUAS:%=po/%.mo)"
18351 test "$srcdir" = . || posrc
="$srcdir/po"
18354 wine_fn_ignore_file
"po/$i.mo"
18355 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
18356 \$(MSGFMT) -o \$@ $posrc/$i.po"
18362 if test "x$enable_tools" != xno
18364 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18365 @./config.status tools/makedep
18366 Makefile: tools/makedep$ac_exeext
18368 \$(RM) tools/makedep$ac_exeext"
18370 wine_fn_append_rule
"\$(MAKEDEP):
18371 @echo \"You need to run make in $TOOLSDIR first\" && false"
18374 if test -n "$with_wine64"
18376 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18377 fonts server tools:
18378 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18379 $with_wine64/loader/wine:
18380 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18381 $with_wine64/loader/wine-preloader:
18382 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18384 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18386 as_fn_append LOADER_RULES
"
18387 install install-lib:: wine.inf
18388 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18389 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18392 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18396 if test "$srcdir" = .
18398 ac_config_commands
="$ac_config_commands .gitignore"
18402 $as_echo " done" >&6
18403 cat >confcache
<<\_ACEOF
18404 # This file is a shell script that caches the results of configure
18405 # tests run on this system so they can be shared between configure
18406 # scripts and configure runs, see configure's option --config-cache.
18407 # It is not useful on other systems. If it contains results you don't
18408 # want to keep, you may remove or edit it.
18410 # config.status only pays attention to the cache file if you give it
18411 # the --recheck option to rerun configure.
18413 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18414 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18415 # following values.
18419 # The following way of writing the cache mishandles newlines in values,
18420 # but we know of no workaround that is simple, portable, and efficient.
18421 # So, we kill variables containing newlines.
18422 # Ultrix sh set writes to stderr and can't be redirected directly,
18423 # and sets the high bit in the cache file unless we assign to the vars.
18425 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18426 eval ac_val
=\$
$ac_var
18430 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18431 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18434 _ | IFS | as_nl
) ;; #(
18435 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18436 *) { eval $ac_var=; unset $ac_var;} ;;
18442 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18443 *${as_nl}ac_space
=\
*)
18444 # `set' does not quote correctly, so add quotes: double-quote
18445 # substitution turns \\\\ into \\, and sed turns \\ into \.
18448 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18451 # `set' quotes correctly as required by POSIX, so do not add quotes.
18452 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18461 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18463 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18465 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18466 if test -w "$cache_file"; then
18467 if test "x$cache_file" != "x/dev/null"; then
18468 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18469 $as_echo "$as_me: updating cache $cache_file" >&6;}
18470 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18471 cat confcache
>"$cache_file"
18473 case $cache_file in #(
18475 mv -f confcache
"$cache_file"$$
&&
18476 mv -f "$cache_file"$$
"$cache_file" ;; #(
18478 mv -f confcache
"$cache_file" ;;
18483 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18484 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18489 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18490 # Let make expand exec_prefix.
18491 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18493 DEFS
=-DHAVE_CONFIG_H
18498 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18499 # 1. Remove the extension, and $U if already installed.
18500 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18501 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18502 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18503 # will be set to the directory where LIBOBJS objects are built.
18504 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18505 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18507 LIBOBJS
=$ac_libobjs
18509 LTLIBOBJS
=$ac_ltlibobjs
18513 : "${CONFIG_STATUS=./config.status}"
18515 ac_clean_files_save
=$ac_clean_files
18516 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18517 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18518 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18520 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18522 # Generated by $as_me.
18523 # Run this file to recreate the current configuration.
18524 # Compiler output produced by configure, useful for debugging
18525 # configure, is in config.log if it exists.
18528 ac_cs_recheck=false
18531 SHELL=\${CONFIG_SHELL-$SHELL}
18534 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18535 ## -------------------- ##
18536 ## M4sh Initialization. ##
18537 ## -------------------- ##
18539 # Be more Bourne compatible
18540 DUALCASE
=1; export DUALCASE
# for MKS sh
18541 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18544 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18545 # is contrary to our usage. Disable this feature.
18546 alias -g '${1+"$@"}'='"$@"'
18547 setopt NO_GLOB_SUBST
18549 case `(set -o) 2>/dev/null` in #(
18561 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18562 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18563 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18564 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18565 # Prefer a ksh shell builtin over an external printf program on Solaris,
18566 # but without wasting forks for bash or zsh.
18567 if test -z "$BASH_VERSION$ZSH_VERSION" \
18568 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18569 as_echo='print
-r --'
18570 as_echo_n='print
-rn --'
18571 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18572 as_echo='printf %s
\n'
18573 as_echo_n='printf %s
'
18575 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18576 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18577 as_echo_n='/usr
/ucb
/echo -n'
18579 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18580 as_echo_n_body='eval
18584 expr "X$arg" : "X\\(.*\\)$as_nl";
18585 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18587 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18589 export as_echo_n_body
18590 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18592 export as_echo_body
18593 as_echo='sh
-c $as_echo_body as_echo
'
18596 # The user is always right.
18597 if test "${PATH_SEPARATOR+set}" != set; then
18599 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18600 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18607 # We need space, tab and new line, in precisely that order. Quoting is
18608 # there to prevent editors from complaining about space-tab.
18609 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18610 # splitting by setting IFS to empty value.)
18613 # Find who we are. Look in the path if we contain no directory separator.
18616 *[\\/]* ) as_myself=$0 ;;
18617 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18618 for as_dir in $PATH
18621 test -z "$as_dir" && as_dir=.
18622 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18628 # We did not find ourselves, most probably we were run as `sh COMMAND'
18629 # in which case we are not to be found in the path.
18630 if test "x$as_myself" = x
; then
18633 if test ! -f "$as_myself"; then
18634 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18638 # Unset variables that we do not need and which cause bugs (e.g. in
18639 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18640 # suppresses any "Segmentation fault" message there. '((' could
18641 # trigger a bug in pdksh 5.2.14.
18642 for as_var
in BASH_ENV ENV MAIL MAILPATH
18643 do eval test x\
${$as_var+set} = xset \
18644 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18657 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18660 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18661 # ----------------------------------------
18662 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18663 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18664 # script with STATUS, using 1 if that was 0.
18667 as_status
=$1; test $as_status -eq 0 && as_status
=1
18669 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18670 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18672 $as_echo "$as_me: error: $2" >&2
18673 as_fn_exit
$as_status
18677 # as_fn_set_status STATUS
18678 # -----------------------
18679 # Set $? to STATUS, without forking.
18680 as_fn_set_status
()
18683 } # as_fn_set_status
18685 # as_fn_exit STATUS
18686 # -----------------
18687 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18691 as_fn_set_status
$1
18697 # Portably unset VAR.
18700 { eval $1=; unset $1;}
18702 as_unset
=as_fn_unset
18703 # as_fn_append VAR VALUE
18704 # ----------------------
18705 # Append the text in VALUE to the end of the definition contained in VAR. Take
18706 # advantage of any shell optimizations that allow amortized linear growth over
18707 # repeated appends, instead of the typical quadratic growth present in naive
18709 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18710 eval 'as_fn_append ()
18721 # as_fn_arith ARG...
18722 # ------------------
18723 # Perform arithmetic evaluation on the ARGs, and store the result in the
18724 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18725 # must be portable across $(()) and expr.
18726 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18727 eval 'as_fn_arith ()
18734 as_val
=`expr "$@" || test $? -eq 1`
18739 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18740 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18746 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18747 as_basename
=basename
18752 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18758 as_me
=`$as_basename -- "$0" ||
18759 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18760 X"$0" : 'X\(//\)$' \| \
18761 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18763 sed '/^.*\/\([^/][^/]*\)\/*$/{
18777 # Avoid depending upon Character Ranges.
18778 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18779 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18780 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18781 as_cr_digits
='0123456789'
18782 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18784 ECHO_C
= ECHO_N
= ECHO_T
=
18785 case `echo -n x` in #(((((
18787 case `echo 'xy\c'` in
18788 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18790 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18797 rm -f conf$$ conf$$.exe conf$$.
file
18798 if test -d conf$$.dir
; then
18799 rm -f conf$$.dir
/conf$$.
file
18802 mkdir conf$$.dir
2>/dev
/null
18804 if (echo >conf$$.
file) 2>/dev
/null
; then
18805 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18807 # ... but there are two gotchas:
18808 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18809 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18810 # In both cases, we have to default to `cp -pR'.
18811 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18813 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18821 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18822 rmdir conf$$.dir
2>/dev
/null
18827 # Create "$as_dir" as a directory, including parents if necessary.
18832 -*) as_dir
=.
/$as_dir;;
18834 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18838 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18839 *) as_qdir
=$as_dir;;
18841 as_dirs
="'$as_qdir' $as_dirs"
18842 as_dir
=`$as_dirname -- "$as_dir" ||
18843 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18844 X"$as_dir" : 'X\(//\)[^/]' \| \
18845 X"$as_dir" : 'X\(//\)$' \| \
18846 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18847 $as_echo X"$as_dir" |
18848 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18852 /^X\(\/\/\)[^/].*/{
18865 test -d "$as_dir" && break
18867 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18868 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18872 if mkdir
-p .
2>/dev
/null
; then
18873 as_mkdir_p
='mkdir -p "$as_dir"'
18875 test -d .
/-p && rmdir .
/-p
18880 # as_fn_executable_p FILE
18881 # -----------------------
18882 # Test if FILE is an executable regular file.
18883 as_fn_executable_p
()
18885 test -f "$1" && test -x "$1"
18886 } # as_fn_executable_p
18887 as_test_x
='test -x'
18888 as_executable_p
=as_fn_executable_p
18890 # Sed expression to map a string onto a valid CPP name.
18891 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18893 # Sed expression to map a string onto a valid variable name.
18894 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18898 ## ----------------------------------- ##
18899 ## Main body of $CONFIG_STATUS script. ##
18900 ## ----------------------------------- ##
18902 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18904 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18905 # Save the log message, to keep $0 and so on meaningful, and to
18906 # report actual input values of CONFIG_FILES etc. instead of their
18907 # values after options handling.
18909 This file was extended by Wine $as_me 1.7.54, which was
18910 generated by GNU Autoconf 2.69. Invocation command line was
18912 CONFIG_FILES = $CONFIG_FILES
18913 CONFIG_HEADERS = $CONFIG_HEADERS
18914 CONFIG_LINKS = $CONFIG_LINKS
18915 CONFIG_COMMANDS = $CONFIG_COMMANDS
18918 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18923 case $ac_config_files in *"
18924 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18927 case $ac_config_headers in *"
18928 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18932 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18933 # Files that config.status was made for.
18934 config_files="$ac_config_files"
18935 config_headers="$ac_config_headers"
18936 config_links="$ac_config_links"
18937 config_commands="$ac_config_commands"
18941 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18943 \`$as_me' instantiates files and other configuration actions
18944 from templates according to the current configuration. Unless the files
18945 and actions are specified as TAGs, all are instantiated by default.
18947 Usage: $0 [OPTION]... [TAG]...
18949 -h, --help print this help, then exit
18950 -V, --version print version number and configuration settings, then exit
18951 --config print configuration, then exit
18952 -q, --quiet, --silent
18953 do not print progress messages
18954 -d, --debug don't remove temporary files
18955 --recheck update $as_me by reconfiguring in the same conditions
18956 --file=FILE[:TEMPLATE]
18957 instantiate the configuration file FILE
18958 --header=FILE[:TEMPLATE]
18959 instantiate the configuration header FILE
18961 Configuration files:
18964 Configuration headers:
18967 Configuration links:
18970 Configuration commands:
18973 Report bugs to <wine-devel@winehq.org>.
18974 Wine home page: <http://www.winehq.org>."
18977 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18978 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18980 Wine config.status 1.7.54
18981 configured by $0, generated by GNU Autoconf 2.69,
18982 with options \\"\$ac_cs_config\\"
18984 Copyright (C) 2012 Free Software Foundation, Inc.
18985 This config.status script is free software; the Free Software Foundation
18986 gives unlimited permission to copy, distribute and modify it."
18990 test -n "\$AWK" || AWK=awk
18993 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18994 # The default lists apply if the user does not specify any file.
19000 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19001 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
19005 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19017 # Handling of the options.
19018 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
19020 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
19021 $as_echo "$ac_cs_version"; exit ;;
19022 --config |
--confi |
--conf |
--con |
--co |
--c )
19023 $as_echo "$ac_cs_config"; exit ;;
19024 --debug |
--debu |
--deb |
--de |
--d |
-d )
19026 --file |
--fil |
--fi |
--f )
19029 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19030 '') as_fn_error $?
"missing file argument" ;;
19032 as_fn_append CONFIG_FILES
" '$ac_optarg'"
19033 ac_need_defaults
=false
;;
19034 --header |
--heade |
--head |
--hea )
19037 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19039 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
19040 ac_need_defaults
=false
;;
19042 # Conflict between --help and --header
19043 as_fn_error $?
"ambiguous option: \`$1'
19044 Try \`$0 --help' for more information.";;
19045 --help |
--hel |
-h )
19046 $as_echo "$ac_cs_usage"; exit ;;
19047 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
19048 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
19051 # This is an error.
19052 -*) as_fn_error $?
"unrecognized option: \`$1'
19053 Try \`$0 --help' for more information." ;;
19055 *) as_fn_append ac_config_targets
" $1"
19056 ac_need_defaults
=false
;;
19062 ac_configure_extra_args
=
19064 if $ac_cs_silent; then
19066 ac_configure_extra_args
="$ac_configure_extra_args --silent"
19070 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19071 if \$ac_cs_recheck; then
19072 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19074 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19075 CONFIG_SHELL='$SHELL'
19076 export CONFIG_SHELL
19081 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19085 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19086 ## Running $as_me. ##
19092 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19096 wine_fn_output_makedep ()
19098 as_dir=tools; as_fn_mkdir_p
19099 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19101 wine_fn_output_makefile ()
19103 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19104 `cat $wine_rules_file`
19106 as_fn_error $? "could not create Makefile" "$LINENO" 5
19108 wine_fn_output_gitignore ()
19110 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19113 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19118 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19120 # Handling of arguments.
19121 for ac_config_target
in $ac_config_targets
19123 case $ac_config_target in
19124 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19125 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19126 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19127 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19128 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19129 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19130 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19131 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19132 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19133 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19134 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19135 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19136 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19137 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19138 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
19140 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19145 # If the user did not use the arguments to specify the items to instantiate,
19146 # then the envvar interface is used. Set only those that are not.
19147 # We use the long form for the default assignment because of an extremely
19148 # bizarre bug on SunOS 4.1.3.
19149 if $ac_need_defaults; then
19150 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19151 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19152 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19153 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19156 # Have a temporary directory for convenience. Make it in the build tree
19157 # simply because there is no reason against having it here, and in addition,
19158 # creating and moving files from /tmp can sometimes cause problems.
19159 # Hook for its removal unless debugging.
19160 # Note that there is a small window in which the directory will not be cleaned:
19161 # after its creation but before its name has been assigned to `$tmp'.
19165 trap 'exit_status=$?
19166 : "${ac_tmp:=$tmp}"
19167 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19169 trap 'as_fn_exit 1' 1 2 13 15
19171 # Create a (secure) tmp directory for tmp files.
19174 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19178 tmp
=.
/conf$$
-$RANDOM
19179 (umask 077 && mkdir
"$tmp")
19180 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19183 # Set up the scripts for CONFIG_FILES section.
19184 # No need to generate them if there are no CONFIG_FILES.
19185 # This happens for instance with `./config.status config.h'.
19186 if test -n "$CONFIG_FILES"; then
19189 ac_cr
=`echo X | tr X '\015'`
19190 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19191 # But we know of no other shell where ac_cr would be empty at this
19192 # point, so we can use a bashism as a fallback.
19193 if test "x$ac_cr" = x
; then
19194 eval ac_cr
=\$
\'\\r
\'
19196 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19197 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19200 ac_cs_awk_cr
=$ac_cr
19203 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19208 echo "cat >conf$$subs.awk <<_ACEOF" &&
19209 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19211 } >conf$$subs.sh ||
19212 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19213 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19215 for ac_last_try in false false false false false :; do
19216 . ./conf$$subs.sh ||
19217 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19219 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19220 if test $ac_delim_n = $ac_delim_num; then
19222 elif $ac_last_try; then
19223 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19225 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19228 rm -f conf$$subs.sh
19230 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19231 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19235 s/^/S["/; s
/!.
*/"]=/
19245 s/\(.\{148\}\)..*/\1/
19247 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19252 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19259 s/\(.\{148\}\)..*/\1/
19261 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19265 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19270 ' <conf$$subs.awk | sed '
19275 ' >>$CONFIG_STATUS || ac_write_fail=1
19276 rm -f conf$$subs.awk
19277 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19279 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19280 for (key in S) S_is_set[key] = 1
19286 nfields = split(line, field, "@
")
19288 len = length(field[1])
19289 for (i = 2; i < nfields; i++) {
19291 keylen = length(key)
19292 if (S_is_set[key]) {
19294 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19295 len += length(value) + length(field[++i])
19306 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19307 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19308 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19311 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19312 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19315 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19316 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19317 # trailing colons and then remove the whole line if VPATH becomes empty
19318 # (actually we leave an empty line to preserve line numbers).
19319 if test "x
$srcdir" = x.; then
19320 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19338 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19339 fi # test -n "$CONFIG_FILES"
19341 # Set up the scripts for CONFIG_HEADERS section.
19342 # No need to generate them if there are no CONFIG_HEADERS.
19343 # This happens for instance with `./config.status Makefile'.
19344 if test -n "$CONFIG_HEADERS"; then
19345 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19349 # Transform confdefs.h into an awk script `defines.awk', embedded as
19350 # here-document in config.status, that substitutes the proper values into
19351 # config.h.in to produce config.h.
19353 # Create a delimiter string that does not exist in confdefs.h, to ease
19354 # handling of long lines.
19356 for ac_last_try in false false :; do
19357 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19358 if test -z "$ac_tt"; then
19360 elif $ac_last_try; then
19361 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19363 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19367 # For the awk script, D is an array of macro values keyed by name,
19368 # likewise P contains macro parameters if any. Preserve backslash
19369 # newline sequences.
19371 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19373 s/.\{148\}/&'"$ac_delim"'/g
19376 s/^[ ]*#[ ]*define[ ][ ]*/ /
19383 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19385 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19389 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19390 D["\
1"]=" \
3\\\\\\n
"\\/p
19392 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19397 s/.\{148\}/&'"$ac_delim"'/g
19402 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19405 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19407 ' <confdefs.h | sed '
19408 s/'"$ac_delim"'/"\\\
19409 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19411 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19412 for (key in D) D_is_set[key] = 1
19415 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19417 split(line, arg, " ")
19418 if (arg[1] == "#") {
19422 defundef
= substr
(arg
[1], 2)
19425 split(mac1
, mac2
, "(") #)
19427 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19428 if (D_is_set
[macro
]) {
19429 # Preserve the white space surrounding the "#".
19430 print prefix
"define", macro P
[macro
] D
[macro
]
19433 # Replace #undef with comments. This is necessary, for example,
19434 # in the case of _POSIX_SOURCE, which is predefined and required
19435 # on some systems where configure will not decide to define it.
19436 if (defundef
== "undef") {
19437 print
"/*", prefix defundef
, macro
, "*/"
19445 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19446 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19447 fi # test -n "$CONFIG_HEADERS"
19450 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19455 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19457 case $ac_mode$ac_tag in
19459 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19460 :[FH
]-) ac_tag
=-:-;;
19461 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19478 -) ac_f
="$ac_tmp/stdin";;
19479 *) # Look for the file first in the build tree, then in the source tree
19480 # (if the path is not absolute). The absolute path cannot be DOS-style,
19481 # because $ac_f cannot contain `:'.
19485 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19487 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19489 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19490 as_fn_append ac_file_inputs
" '$ac_f'"
19493 # Let's still pretend it is `configure' which instantiates (i.e., don't
19494 # use $as_me), people would be surprised to read:
19495 # /* config.h. Generated by config.status. */
19496 configure_input
='Generated from '`
19497 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19499 if test x
"$ac_file" != x-
; then
19500 configure_input
="$ac_file. $configure_input"
19501 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19502 $as_echo "$as_me: creating $ac_file" >&6;}
19504 # Neutralize special characters interpreted by sed in replacement strings.
19505 case $configure_input in #(
19506 *\
&* |
*\|
* |
*\\* )
19507 ac_sed_conf_input
=`$as_echo "$configure_input" |
19508 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19509 *) ac_sed_conf_input
=$configure_input;;
19513 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19514 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19519 ac_dir
=`$as_dirname -- "$ac_file" ||
19520 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19521 X"$ac_file" : 'X\(//\)[^/]' \| \
19522 X"$ac_file" : 'X\(//\)$' \| \
19523 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19524 $as_echo X"$ac_file" |
19525 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19529 /^X\(\/\/\)[^/].*/{
19542 as_dir
="$ac_dir"; as_fn_mkdir_p
19546 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19548 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19549 # A ".." for each directory in $ac_dir_suffix.
19550 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19551 case $ac_top_builddir_sub in
19552 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19553 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19556 ac_abs_top_builddir
=$ac_pwd
19557 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19558 # for backward compatibility:
19559 ac_top_builddir
=$ac_top_build_prefix
19562 .
) # We are building in place.
19564 ac_top_srcdir
=$ac_top_builddir_sub
19565 ac_abs_top_srcdir
=$ac_pwd ;;
19566 [\\/]* | ?
:[\\/]* ) # Absolute name.
19567 ac_srcdir
=$srcdir$ac_dir_suffix;
19568 ac_top_srcdir
=$srcdir
19569 ac_abs_top_srcdir
=$srcdir ;;
19570 *) # Relative name.
19571 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19572 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19573 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19575 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19586 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19587 # If the template does not know about datarootdir, expand it.
19588 # FIXME: This hack should be removed a few years after 2.60.
19589 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19600 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19601 *datarootdir
*) ac_datarootdir_seen
=yes;;
19602 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19604 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19606 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19607 ac_datarootdir_hack='
19608 s&@datadir@&$datadir&g
19609 s&@docdir@&$docdir&g
19610 s&@infodir@&$infodir&g
19611 s&@localedir@&$localedir&g
19612 s&@mandir@&$mandir&g
19613 s&\\\${datarootdir}&$datarootdir&g' ;;
19617 # Neutralize VPATH when `$srcdir' = `.'.
19618 # Shell code in configure.ac might set extrasub.
19619 # FIXME: do we really want to maintain this feature?
19620 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19621 ac_sed_extra="$ac_vpsub
19624 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19626 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19627 s|@configure_input@|
$ac_sed_conf_input|
;t t
19628 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19629 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19630 s
&@srcdir@
&$ac_srcdir&;t t
19631 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19632 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19633 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19634 s
&@builddir@
&$ac_builddir&;t t
19635 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19636 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19637 $ac_datarootdir_hack
19639 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19640 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19642 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19643 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19644 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19645 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19647 which seems to be undefined. Please make sure it is defined" >&5
19648 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19649 which seems to be undefined. Please make sure it is defined" >&2;}
19651 rm -f "$ac_tmp/stdin"
19653 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19654 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19656 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19662 if test x"$ac_file" != x-; then
19664 $as_echo "/* $configure_input */" \
19665 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19666 } >"$ac_tmp/config.h" \
19667 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19668 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19669 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19670 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19673 mv "$ac_tmp/config.h" "$ac_file" \
19674 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19677 $as_echo "/* $configure_input */" \
19678 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19679 || as_fn_error $? "could not create -" "$LINENO" 5
19687 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19690 # Prefer the file from the source tree if names are identical.
19691 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19692 ac_source=$srcdir/$ac_source
19695 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19696 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19698 if test ! -r "$ac_source"; then
19699 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19703 # Try a relative symlink, then a hard link, then a copy.
19705 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19706 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19708 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19709 ln "$ac_source" "$ac_file" 2>/dev/null ||
19710 cp -p "$ac_source" "$ac_file" ||
19711 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19714 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19715 $as_echo "$as_me: executing $ac_file commands" >&6;}
19720 case $ac_file$ac_mode in
19721 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19722 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19723 "Makefile":C) wine_fn_output_makefile Makefile ;;
19724 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19732 ac_clean_files=$ac_clean_files_save
19734 test $ac_write_fail = 0 ||
19735 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19738 # configure is writing to config.log, and then calls config.status.
19739 # config.status does its own redirection, appending to config.log.
19740 # Unfortunately, on DOS this fails, as config.log is still kept open
19741 # by configure, so config.status won't be able to
write to it
; its
19742 # output is simply discarded. So we exec the FD to /dev/null,
19743 # effectively closing config.log, so it can be properly (re)opened and
19744 # appended to by config.status. When coming back to configure, we
19745 # need to make the FD available again.
19746 if test "$no_create" != yes; then
19748 ac_config_status_args
=
19749 test "$silent" = yes &&
19750 ac_config_status_args
="$ac_config_status_args --quiet"
19752 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19754 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19755 # would make configure fail if this is the last instruction.
19756 $ac_cs_success || as_fn_exit
1
19758 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19760 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19764 if test "$no_create" = "yes"
19770 if test "x$wine_notices" != x
; then
19773 for msg
in $wine_notices; do
19775 if ${msg:+false} :; then :
19778 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19779 $as_echo "$as_me: $msg" >&6;}
19784 for msg
in $wine_warnings; do
19786 if ${msg:+false} :; then :
19790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19791 $as_echo "$as_me: WARNING: $msg" >&2;}
19797 $as_me: Finished. Do '${ac_make}' to compile Wine.