2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 2.13.
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
='2.13'
584 PACKAGE_STRING
='Wine 2.13'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='http://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
636 EXCESS_PRECISION_CFLAGS
708 APPLICATIONSERVICES_LIBS
804 program_transform_name
817 enable_option_checking
821 enable_maintainer_mode
882 enable_api_ms_win_appmodel_identity_l1_1_0
883 enable_api_ms_win_appmodel_runtime_l1_1_1
884 enable_api_ms_win_core_apiquery_l1_1_0
885 enable_api_ms_win_core_appcompat_l1_1_1
886 enable_api_ms_win_core_appinit_l1_1_0
887 enable_api_ms_win_core_atoms_l1_1_0
888 enable_api_ms_win_core_bem_l1_1_0
889 enable_api_ms_win_core_com_l1_1_0
890 enable_api_ms_win_core_com_l1_1_1
891 enable_api_ms_win_core_com_private_l1_1_0
892 enable_api_ms_win_core_console_l1_1_0
893 enable_api_ms_win_core_console_l2_1_0
894 enable_api_ms_win_core_crt_l1_1_0
895 enable_api_ms_win_core_crt_l2_1_0
896 enable_api_ms_win_core_datetime_l1_1_0
897 enable_api_ms_win_core_datetime_l1_1_1
898 enable_api_ms_win_core_debug_l1_1_0
899 enable_api_ms_win_core_debug_l1_1_1
900 enable_api_ms_win_core_delayload_l1_1_0
901 enable_api_ms_win_core_delayload_l1_1_1
902 enable_api_ms_win_core_errorhandling_l1_1_0
903 enable_api_ms_win_core_errorhandling_l1_1_1
904 enable_api_ms_win_core_errorhandling_l1_1_2
905 enable_api_ms_win_core_fibers_l1_1_0
906 enable_api_ms_win_core_fibers_l1_1_1
907 enable_api_ms_win_core_file_l1_1_0
908 enable_api_ms_win_core_file_l1_2_0
909 enable_api_ms_win_core_file_l1_2_1
910 enable_api_ms_win_core_file_l2_1_0
911 enable_api_ms_win_core_file_l2_1_1
912 enable_api_ms_win_core_handle_l1_1_0
913 enable_api_ms_win_core_heap_l1_1_0
914 enable_api_ms_win_core_heap_l1_2_0
915 enable_api_ms_win_core_heap_obsolete_l1_1_0
916 enable_api_ms_win_core_interlocked_l1_1_0
917 enable_api_ms_win_core_interlocked_l1_2_0
918 enable_api_ms_win_core_io_l1_1_0
919 enable_api_ms_win_core_io_l1_1_1
920 enable_api_ms_win_core_job_l1_1_0
921 enable_api_ms_win_core_job_l2_1_0
922 enable_api_ms_win_core_kernel32_legacy_l1_1_0
923 enable_api_ms_win_core_kernel32_legacy_l1_1_1
924 enable_api_ms_win_core_kernel32_private_l1_1_1
925 enable_api_ms_win_core_libraryloader_l1_1_0
926 enable_api_ms_win_core_libraryloader_l1_1_1
927 enable_api_ms_win_core_libraryloader_l1_2_0
928 enable_api_ms_win_core_libraryloader_l1_2_2
929 enable_api_ms_win_core_localization_l1_1_0
930 enable_api_ms_win_core_localization_l1_2_0
931 enable_api_ms_win_core_localization_l1_2_1
932 enable_api_ms_win_core_localization_l2_1_0
933 enable_api_ms_win_core_localization_obsolete_l1_1_0
934 enable_api_ms_win_core_localization_obsolete_l1_2_0
935 enable_api_ms_win_core_localization_private_l1_1_0
936 enable_api_ms_win_core_localregistry_l1_1_0
937 enable_api_ms_win_core_memory_l1_1_0
938 enable_api_ms_win_core_memory_l1_1_1
939 enable_api_ms_win_core_memory_l1_1_2
940 enable_api_ms_win_core_misc_l1_1_0
941 enable_api_ms_win_core_namedpipe_l1_1_0
942 enable_api_ms_win_core_namedpipe_l1_2_0
943 enable_api_ms_win_core_namespace_l1_1_0
944 enable_api_ms_win_core_normalization_l1_1_0
945 enable_api_ms_win_core_path_l1_1_0
946 enable_api_ms_win_core_privateprofile_l1_1_1
947 enable_api_ms_win_core_processenvironment_l1_1_0
948 enable_api_ms_win_core_processenvironment_l1_2_0
949 enable_api_ms_win_core_processthreads_l1_1_0
950 enable_api_ms_win_core_processthreads_l1_1_1
951 enable_api_ms_win_core_processthreads_l1_1_2
952 enable_api_ms_win_core_profile_l1_1_0
953 enable_api_ms_win_core_psapi_ansi_l1_1_0
954 enable_api_ms_win_core_psapi_l1_1_0
955 enable_api_ms_win_core_psapi_obsolete_l1_1_0
956 enable_api_ms_win_core_quirks_l1_1_0
957 enable_api_ms_win_core_realtime_l1_1_0
958 enable_api_ms_win_core_registry_l1_1_0
959 enable_api_ms_win_core_registry_l2_1_0
960 enable_api_ms_win_core_registryuserspecific_l1_1_0
961 enable_api_ms_win_core_rtlsupport_l1_1_0
962 enable_api_ms_win_core_rtlsupport_l1_2_0
963 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
964 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
965 enable_api_ms_win_core_sidebyside_l1_1_0
966 enable_api_ms_win_core_string_l1_1_0
967 enable_api_ms_win_core_string_l2_1_0
968 enable_api_ms_win_core_string_obsolete_l1_1_0
969 enable_api_ms_win_core_stringansi_l1_1_0
970 enable_api_ms_win_core_synch_l1_1_0
971 enable_api_ms_win_core_synch_l1_2_0
972 enable_api_ms_win_core_sysinfo_l1_1_0
973 enable_api_ms_win_core_sysinfo_l1_2_0
974 enable_api_ms_win_core_sysinfo_l1_2_1
975 enable_api_ms_win_core_threadpool_l1_1_0
976 enable_api_ms_win_core_threadpool_l1_2_0
977 enable_api_ms_win_core_threadpool_legacy_l1_1_0
978 enable_api_ms_win_core_threadpool_private_l1_1_0
979 enable_api_ms_win_core_timezone_l1_1_0
980 enable_api_ms_win_core_toolhelp_l1_1_0
981 enable_api_ms_win_core_url_l1_1_0
982 enable_api_ms_win_core_util_l1_1_0
983 enable_api_ms_win_core_version_l1_1_0
984 enable_api_ms_win_core_version_private_l1_1_0
985 enable_api_ms_win_core_versionansi_l1_1_0
986 enable_api_ms_win_core_windowserrorreporting_l1_1_0
987 enable_api_ms_win_core_winrt_error_l1_1_0
988 enable_api_ms_win_core_winrt_error_l1_1_1
989 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
990 enable_api_ms_win_core_winrt_l1_1_0
991 enable_api_ms_win_core_winrt_registration_l1_1_0
992 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
993 enable_api_ms_win_core_winrt_string_l1_1_0
994 enable_api_ms_win_core_wow64_l1_1_0
995 enable_api_ms_win_core_xstate_l1_1_0
996 enable_api_ms_win_core_xstate_l2_1_0
997 enable_api_ms_win_crt_conio_l1_1_0
998 enable_api_ms_win_crt_convert_l1_1_0
999 enable_api_ms_win_crt_environment_l1_1_0
1000 enable_api_ms_win_crt_filesystem_l1_1_0
1001 enable_api_ms_win_crt_heap_l1_1_0
1002 enable_api_ms_win_crt_locale_l1_1_0
1003 enable_api_ms_win_crt_math_l1_1_0
1004 enable_api_ms_win_crt_multibyte_l1_1_0
1005 enable_api_ms_win_crt_private_l1_1_0
1006 enable_api_ms_win_crt_process_l1_1_0
1007 enable_api_ms_win_crt_runtime_l1_1_0
1008 enable_api_ms_win_crt_stdio_l1_1_0
1009 enable_api_ms_win_crt_string_l1_1_0
1010 enable_api_ms_win_crt_time_l1_1_0
1011 enable_api_ms_win_crt_utility_l1_1_0
1012 enable_api_ms_win_devices_config_l1_1_1
1013 enable_api_ms_win_devices_query_l1_1_1
1014 enable_api_ms_win_downlevel_advapi32_l1_1_0
1015 enable_api_ms_win_downlevel_advapi32_l2_1_0
1016 enable_api_ms_win_downlevel_normaliz_l1_1_0
1017 enable_api_ms_win_downlevel_ole32_l1_1_0
1018 enable_api_ms_win_downlevel_shell32_l1_1_0
1019 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1020 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1021 enable_api_ms_win_downlevel_user32_l1_1_0
1022 enable_api_ms_win_downlevel_version_l1_1_0
1023 enable_api_ms_win_dx_d3dkmt_l1_1_0
1024 enable_api_ms_win_eventing_classicprovider_l1_1_0
1025 enable_api_ms_win_eventing_consumer_l1_1_0
1026 enable_api_ms_win_eventing_controller_l1_1_0
1027 enable_api_ms_win_eventing_provider_l1_1_0
1028 enable_api_ms_win_eventlog_legacy_l1_1_0
1029 enable_api_ms_win_mm_misc_l1_1_1
1030 enable_api_ms_win_mm_mme_l1_1_0
1031 enable_api_ms_win_mm_time_l1_1_0
1032 enable_api_ms_win_ntuser_dc_access_l1_1_0
1033 enable_api_ms_win_power_base_l1_1_0
1034 enable_api_ms_win_power_setting_l1_1_0
1035 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1036 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1037 enable_api_ms_win_security_audit_l1_1_1
1038 enable_api_ms_win_security_base_l1_1_0
1039 enable_api_ms_win_security_base_l1_2_0
1040 enable_api_ms_win_security_base_private_l1_1_1
1041 enable_api_ms_win_security_credentials_l1_1_0
1042 enable_api_ms_win_security_grouppolicy_l1_1_0
1043 enable_api_ms_win_security_lsalookup_l1_1_0
1044 enable_api_ms_win_security_lsalookup_l1_1_1
1045 enable_api_ms_win_security_lsalookup_l2_1_1
1046 enable_api_ms_win_security_lsapolicy_l1_1_0
1047 enable_api_ms_win_security_provider_l1_1_0
1048 enable_api_ms_win_security_sddl_l1_1_0
1049 enable_api_ms_win_security_systemfunctions_l1_1_0
1050 enable_api_ms_win_service_core_l1_1_0
1051 enable_api_ms_win_service_core_l1_1_1
1052 enable_api_ms_win_service_management_l1_1_0
1053 enable_api_ms_win_service_management_l2_1_0
1054 enable_api_ms_win_service_private_l1_1_1
1055 enable_api_ms_win_service_winsvc_l1_1_0
1056 enable_api_ms_win_service_winsvc_l1_2_0
1057 enable_api_ms_win_shell_shellcom_l1_1_0
1058 enable_api_ms_win_shell_shellfolders_l1_1_0
1071 enable_bluetoothapis
1104 enable_d3dcompiler_33
1105 enable_d3dcompiler_34
1106 enable_d3dcompiler_35
1107 enable_d3dcompiler_36
1108 enable_d3dcompiler_37
1109 enable_d3dcompiler_38
1110 enable_d3dcompiler_39
1111 enable_d3dcompiler_40
1112 enable_d3dcompiler_41
1113 enable_d3dcompiler_42
1114 enable_d3dcompiler_43
1115 enable_d3dcompiler_46
1116 enable_d3dcompiler_47
1194 enable_explorerframe
1195 enable_ext_ms_win_authz_context_l1_1_0
1196 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1197 enable_ext_ms_win_gdi_dc_create_l1_1_1
1198 enable_ext_ms_win_gdi_dc_l1_2_0
1199 enable_ext_ms_win_gdi_devcaps_l1_1_0
1200 enable_ext_ms_win_gdi_draw_l1_1_1
1201 enable_ext_ms_win_gdi_render_l1_1_0
1202 enable_ext_ms_win_kernel32_package_current_l1_1_0
1203 enable_ext_ms_win_kernel32_package_l1_1_1
1204 enable_ext_ms_win_ntuser_message_l1_1_1
1205 enable_ext_ms_win_ntuser_private_l1_1_1
1206 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1207 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1208 enable_ext_ms_win_ntuser_window_l1_1_1
1209 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1210 enable_ext_ms_win_ras_rasapi32_l1_1_0
1211 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1212 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1213 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1214 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1215 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1216 enable_ext_ms_win_security_credui_l1_1_0
1217 enable_ext_ms_win_security_cryptui_l1_1_0
1386 enable_photometadatahandler
1451 enable_uiautomationcore
1480 enable_windowscodecs
1481 enable_windowscodecsext
1483 enable_wineandroid_drv
1485 enable_winecoreaudio_drv
1487 enable_winegstreamer
1489 enable_winejoystick_drv
1495 enable_winepulse_drv
1496 enable_wineqtdecoder
1567 enable_aspnet_regiis
1604 enable_presentationfontcache
1617 enable_servicemodelreg
1640 enable_winemenubuilder
1642 enable_winemsibuilder
1657 ac_precious_vars
='build_alias
1714 # Initialize some variables set by options.
1716 ac_init_version
=false
1717 ac_unrecognized_opts
=
1718 ac_unrecognized_sep
=
1719 # The variables have the same names as the options, with
1720 # dashes changed to underlines.
1721 cache_file
=/dev
/null
1728 program_transform_name
=s
,x
,x
,
1736 # Installation directory options.
1737 # These are left unexpanded so users can "make install exec_prefix=/foo"
1738 # and all the variables that are supposed to be based on exec_prefix
1739 # by default will actually change.
1740 # Use braces instead of parens because sh, perl, etc. also accept them.
1741 # (The list follows the same order as the GNU Coding Standards.)
1742 bindir
='${exec_prefix}/bin'
1743 sbindir
='${exec_prefix}/sbin'
1744 libexecdir
='${exec_prefix}/libexec'
1745 datarootdir
='${prefix}/share'
1746 datadir
='${datarootdir}'
1747 sysconfdir
='${prefix}/etc'
1748 sharedstatedir
='${prefix}/com'
1749 localstatedir
='${prefix}/var'
1750 runstatedir
='${localstatedir}/run'
1751 includedir
='${prefix}/include'
1752 oldincludedir
='/usr/include'
1753 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1754 infodir
='${datarootdir}/info'
1759 libdir
='${exec_prefix}/lib'
1760 localedir
='${datarootdir}/locale'
1761 mandir
='${datarootdir}/man'
1767 # If the previous option needs an argument, assign it.
1768 if test -n "$ac_prev"; then
1769 eval $ac_prev=\
$ac_option
1775 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1780 # Accept the important Cygnus configure options, so we can diagnose typos.
1782 case $ac_dashdash$ac_option in
1786 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1788 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1789 bindir
=$ac_optarg ;;
1791 -build |
--build |
--buil |
--bui |
--bu)
1792 ac_prev
=build_alias
;;
1793 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1794 build_alias
=$ac_optarg ;;
1796 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1797 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1798 ac_prev
=cache_file
;;
1799 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1800 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1801 cache_file
=$ac_optarg ;;
1803 --config-cache |
-C)
1804 cache_file
=config.cache
;;
1806 -datadir |
--datadir |
--datadi |
--datad)
1808 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1809 datadir
=$ac_optarg ;;
1811 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1812 |
--dataroo |
--dataro |
--datar)
1813 ac_prev
=datarootdir
;;
1814 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1815 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1816 datarootdir
=$ac_optarg ;;
1818 -disable-* |
--disable-*)
1819 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1820 # Reject names that are not valid shell variable names.
1821 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1822 as_fn_error $?
"invalid feature name: $ac_useropt"
1823 ac_useropt_orig
=$ac_useropt
1824 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1825 case $ac_user_opts in
1827 "enable_
$ac_useropt"
1829 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1830 ac_unrecognized_sep
=', ';;
1832 eval enable_
$ac_useropt=no
;;
1834 -docdir |
--docdir |
--docdi |
--doc |
--do)
1836 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1837 docdir
=$ac_optarg ;;
1839 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1841 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1842 dvidir
=$ac_optarg ;;
1844 -enable-* |
--enable-*)
1845 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1846 # Reject names that are not valid shell variable names.
1847 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1848 as_fn_error $?
"invalid feature name: $ac_useropt"
1849 ac_useropt_orig
=$ac_useropt
1850 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1851 case $ac_user_opts in
1853 "enable_
$ac_useropt"
1855 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1856 ac_unrecognized_sep
=', ';;
1858 eval enable_
$ac_useropt=\
$ac_optarg ;;
1860 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1861 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1862 |
--exec |
--exe |
--ex)
1863 ac_prev
=exec_prefix
;;
1864 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1865 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1866 |
--exec=* |
--exe=* |
--ex=*)
1867 exec_prefix
=$ac_optarg ;;
1869 -gas |
--gas |
--ga |
--g)
1870 # Obsolete; use --with-gas.
1873 -help |
--help |
--hel |
--he |
-h)
1874 ac_init_help
=long
;;
1875 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1876 ac_init_help
=recursive
;;
1877 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1878 ac_init_help
=short
;;
1880 -host |
--host |
--hos |
--ho)
1881 ac_prev
=host_alias
;;
1882 -host=* |
--host=* |
--hos=* |
--ho=*)
1883 host_alias
=$ac_optarg ;;
1885 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1887 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1889 htmldir
=$ac_optarg ;;
1891 -includedir |
--includedir |
--includedi |
--included |
--include \
1892 |
--includ |
--inclu |
--incl |
--inc)
1893 ac_prev
=includedir
;;
1894 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1895 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1896 includedir
=$ac_optarg ;;
1898 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1900 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1901 infodir
=$ac_optarg ;;
1903 -libdir |
--libdir |
--libdi |
--libd)
1905 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1906 libdir
=$ac_optarg ;;
1908 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1909 |
--libexe |
--libex |
--libe)
1910 ac_prev
=libexecdir
;;
1911 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1912 |
--libexe=* |
--libex=* |
--libe=*)
1913 libexecdir
=$ac_optarg ;;
1915 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1916 ac_prev
=localedir
;;
1917 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1918 localedir
=$ac_optarg ;;
1920 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1921 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1922 ac_prev
=localstatedir
;;
1923 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1924 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1925 localstatedir
=$ac_optarg ;;
1927 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1929 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1930 mandir
=$ac_optarg ;;
1932 -nfp |
--nfp |
--nf)
1933 # Obsolete; use --without-fp.
1936 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1937 |
--no-cr |
--no-c |
-n)
1940 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1941 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1944 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1945 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1946 |
--oldin |
--oldi |
--old |
--ol |
--o)
1947 ac_prev
=oldincludedir
;;
1948 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1949 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1950 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1951 oldincludedir
=$ac_optarg ;;
1953 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1955 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1956 prefix
=$ac_optarg ;;
1958 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1959 |
--program-pre |
--program-pr |
--program-p)
1960 ac_prev
=program_prefix
;;
1961 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1962 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1963 program_prefix
=$ac_optarg ;;
1965 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1966 |
--program-suf |
--program-su |
--program-s)
1967 ac_prev
=program_suffix
;;
1968 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1969 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1970 program_suffix
=$ac_optarg ;;
1972 -program-transform-name |
--program-transform-name \
1973 |
--program-transform-nam |
--program-transform-na \
1974 |
--program-transform-n |
--program-transform- \
1975 |
--program-transform |
--program-transfor \
1976 |
--program-transfo |
--program-transf \
1977 |
--program-trans |
--program-tran \
1978 |
--progr-tra |
--program-tr |
--program-t)
1979 ac_prev
=program_transform_name
;;
1980 -program-transform-name=* |
--program-transform-name=* \
1981 |
--program-transform-nam=* |
--program-transform-na=* \
1982 |
--program-transform-n=* |
--program-transform-=* \
1983 |
--program-transform=* |
--program-transfor=* \
1984 |
--program-transfo=* |
--program-transf=* \
1985 |
--program-trans=* |
--program-tran=* \
1986 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1987 program_transform_name
=$ac_optarg ;;
1989 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1991 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1992 pdfdir
=$ac_optarg ;;
1994 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1996 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1999 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2000 |
-silent |
--silent |
--silen |
--sile |
--sil)
2003 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2004 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2005 |
--run |
--ru |
--r)
2006 ac_prev
=runstatedir
;;
2007 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2008 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2009 |
--run=* |
--ru=* |
--r=*)
2010 runstatedir
=$ac_optarg ;;
2012 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2014 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2016 sbindir
=$ac_optarg ;;
2018 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2019 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2020 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2022 ac_prev
=sharedstatedir
;;
2023 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2024 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2025 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2027 sharedstatedir
=$ac_optarg ;;
2029 -site |
--site |
--sit)
2031 -site=* |
--site=* |
--sit=*)
2034 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2036 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2037 srcdir
=$ac_optarg ;;
2039 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2040 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2041 ac_prev
=sysconfdir
;;
2042 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2043 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2044 sysconfdir
=$ac_optarg ;;
2046 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2047 ac_prev
=target_alias
;;
2048 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2049 target_alias
=$ac_optarg ;;
2051 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2054 -version |
--version |
--versio |
--versi |
--vers |
-V)
2055 ac_init_version
=: ;;
2058 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2059 # Reject names that are not valid shell variable names.
2060 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2061 as_fn_error $?
"invalid package name: $ac_useropt"
2062 ac_useropt_orig
=$ac_useropt
2063 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2064 case $ac_user_opts in
2068 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2069 ac_unrecognized_sep
=', ';;
2071 eval with_
$ac_useropt=\
$ac_optarg ;;
2073 -without-* |
--without-*)
2074 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2075 # Reject names that are not valid shell variable names.
2076 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2077 as_fn_error $?
"invalid package name: $ac_useropt"
2078 ac_useropt_orig
=$ac_useropt
2079 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2080 case $ac_user_opts in
2084 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2085 ac_unrecognized_sep
=', ';;
2087 eval with_
$ac_useropt=no
;;
2090 # Obsolete; use --with-x.
2093 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2094 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2095 ac_prev
=x_includes
;;
2096 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2097 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2098 x_includes
=$ac_optarg ;;
2100 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2101 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2102 ac_prev
=x_libraries
;;
2103 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2104 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2105 x_libraries
=$ac_optarg ;;
2107 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2108 Try \`$0 --help' for more information"
2112 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2113 # Reject names that are not valid shell variable names.
2114 case $ac_envvar in #(
2115 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2116 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2118 eval $ac_envvar=\
$ac_optarg
2119 export $ac_envvar ;;
2122 # FIXME: should be removed in autoconf 3.0.
2123 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2124 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2125 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2126 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2132 if test -n "$ac_prev"; then
2133 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2134 as_fn_error $?
"missing argument to $ac_option"
2137 if test -n "$ac_unrecognized_opts"; then
2138 case $enable_option_checking in
2140 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2141 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2145 # Check all directory arguments for consistency.
2146 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2147 datadir sysconfdir sharedstatedir localstatedir includedir \
2148 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2149 libdir localedir mandir runstatedir
2151 eval ac_val
=\$
$ac_var
2152 # Remove trailing slashes.
2155 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2156 eval $ac_var=\
$ac_val;;
2158 # Be sure to have absolute directory names.
2160 [\\/$
]* | ?
:[\\/]* ) continue;;
2161 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2163 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2166 # There might be people who depend on the old broken behavior: `$host'
2167 # used to hold the argument of --host etc.
2168 # FIXME: To remove some day.
2171 target
=$target_alias
2173 # FIXME: To remove some day.
2174 if test "x$host_alias" != x
; then
2175 if test "x$build_alias" = x
; then
2176 cross_compiling
=maybe
2177 elif test "x$build_alias" != "x$host_alias"; then
2183 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2185 test "$silent" = yes && exec 6>/dev
/null
2188 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2189 ac_ls_di
=`ls -di .` &&
2190 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2191 as_fn_error $?
"working directory cannot be determined"
2192 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2193 as_fn_error $?
"pwd does not report name of working directory"
2196 # Find the source files, if location was not specified.
2197 if test -z "$srcdir"; then
2198 ac_srcdir_defaulted
=yes
2199 # Try the directory containing this script, then the parent directory.
2200 ac_confdir
=`$as_dirname -- "$as_myself" ||
2201 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2202 X"$as_myself" : 'X\(//\)[^/]' \| \
2203 X"$as_myself" : 'X\(//\)$' \| \
2204 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2205 $as_echo X"$as_myself" |
2206 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2224 if test ! -r "$srcdir/$ac_unique_file"; then
2228 ac_srcdir_defaulted
=no
2230 if test ! -r "$srcdir/$ac_unique_file"; then
2231 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2232 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2234 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2236 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2238 # When building in place, set srcdir=.
2239 if test "$ac_abs_confdir" = "$ac_pwd"; then
2242 # Remove unnecessary trailing slashes from srcdir.
2243 # Double slashes in file names in object file debugging info
2244 # mess up M-x gdb in Emacs.
2246 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2248 for ac_var
in $ac_precious_vars; do
2249 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2250 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2251 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2252 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2256 # Report the --help message.
2258 if test "$ac_init_help" = "long"; then
2259 # Omit some internal or obsolete options to make the list less imposing.
2260 # This message is too long to be a string in the A/UX 3.1 sh.
2262 \`configure' configures Wine 2.13 to adapt to many kinds of systems.
2264 Usage: $0 [OPTION]... [VAR=VALUE]...
2266 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2267 VAR=VALUE. See below for descriptions of some of the useful variables.
2269 Defaults for the options are specified in brackets.
2272 -h, --help display this help and exit
2273 --help=short display options specific to this package
2274 --help=recursive display the short help of all the included packages
2275 -V, --version display version information and exit
2276 -q, --quiet, --silent do not print \`checking ...' messages
2277 --cache-file=FILE cache test results in FILE [disabled]
2278 -C, --config-cache alias for \`--cache-file=config.cache'
2279 -n, --no-create do not create output files
2280 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2282 Installation directories:
2283 --prefix=PREFIX install architecture-independent files in PREFIX
2284 [$ac_default_prefix]
2285 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2288 By default, \`make install' will install all the files in
2289 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2290 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2291 for instance \`--prefix=\$HOME'.
2293 For better control, use the options below.
2295 Fine tuning of the installation directories:
2296 --bindir=DIR user executables [EPREFIX/bin]
2297 --sbindir=DIR system admin executables [EPREFIX/sbin]
2298 --libexecdir=DIR program executables [EPREFIX/libexec]
2299 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2300 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2301 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2302 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2303 --libdir=DIR object code libraries [EPREFIX/lib]
2304 --includedir=DIR C header files [PREFIX/include]
2305 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2306 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2307 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2308 --infodir=DIR info documentation [DATAROOTDIR/info]
2309 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2310 --mandir=DIR man documentation [DATAROOTDIR/man]
2311 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2312 --htmldir=DIR html documentation [DOCDIR]
2313 --dvidir=DIR dvi documentation [DOCDIR]
2314 --pdfdir=DIR pdf documentation [DOCDIR]
2315 --psdir=DIR ps documentation [DOCDIR]
2321 --x-includes=DIR X include files are
in DIR
2322 --x-libraries=DIR X library files are
in DIR
2325 --build=BUILD configure
for building on BUILD
[guessed
]
2326 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2330 if test -n "$ac_init_help"; then
2331 case $ac_init_help in
2332 short | recursive
) echo "Configuration of Wine 2.13:";;
2337 --disable-option-checking ignore unrecognized
--enable/--with options
2338 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2339 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2340 --disable-win16 do not include Win16 support
2341 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2343 --disable-tests do not build the regression tests
2344 --enable-maintainer-mode
2345 enable maintainer-specific build rules
2346 --disable-largefile omit support for large files
2349 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2350 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2351 --without-alsa do not use the Alsa sound support
2352 --without-capi do not use CAPI (ISDN support)
2353 --without-cms do not use CMS (color management support)
2354 --without-coreaudio do not use the CoreAudio sound support
2355 --without-cups do not use CUPS
2356 --without-curses do not use (n)curses
2357 --without-dbus do not use DBus (dynamic device support)
2358 --without-fontconfig do not use fontconfig
2359 --without-freetype do not use the FreeType library
2360 --without-gettext do not use gettext
2361 --with-gettextpo use the GetTextPO library to rebuild po files
2362 --without-gphoto do not use gphoto (Digital Camera support)
2363 --without-glu do not use the GLU library
2364 --without-gnutls do not use GnuTLS (schannel support)
2365 --without-gsm do not use libgsm (GSM 06.10 codec support)
2366 --without-gstreamer do not use GStreamer (codecs support)
2367 --without-hal do not use HAL (dynamic device support)
2368 --without-jpeg do not use JPEG
2369 --without-ldap do not use LDAP
2370 --without-mpg123 do not use the mpg123 library
2371 --without-netapi do not use the Samba NetAPI library
2372 --without-openal do not use OpenAL
2373 --without-opencl do not use OpenCL
2374 --without-opengl do not use OpenGL
2375 --without-osmesa do not use the OSMesa library
2376 --without-oss do not use the OSS sound support
2377 --without-pcap do not use the Packet Capture library
2378 --without-png do not use PNG
2379 --without-pthread do not use the pthread library
2380 --without-pulse do not use PulseAudio sound support
2381 --without-sane do not use SANE (scanner support)
2382 --without-tiff do not use TIFF
2383 --without-udev do not use udev (plug and play support)
2384 --without-v4l do not use v4l1 (v4l support)
2385 --without-xcomposite do not use the Xcomposite extension
2386 --without-xcursor do not use the Xcursor extension
2387 --without-xfixes do not use Xfixes for clipboard change notifications
2388 --without-xinerama do not use Xinerama (multi-monitor support)
2389 --without-xinput do not use the Xinput extension
2390 --without-xinput2 do not use the Xinput 2 extension
2391 --without-xml do not use XML
2392 --without-xrandr do not use Xrandr (resolution changes)
2393 --without-xrender do not use the Xrender extension
2394 --without-xshape do not use the Xshape extension
2395 --without-xshm do not use XShm (shared memory extension)
2396 --without-xslt do not use XSLT
2397 --without-xxf86vm do not use XFree video mode extension
2398 --without-zlib do not use Zlib (data compression)
2399 --with-wine-tools=DIR use Wine tools from directory DIR
2400 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2401 --with-x use the X Window System
2403 Some influential environment variables:
2404 CC C compiler command
2405 CFLAGS C compiler flags
2406 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2407 nonstandard directory <lib dir>
2408 LIBS libraries to pass to the linker, e.g. -l<library>
2409 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2410 you have headers in a nonstandard directory <include dir>
2411 CXX C++ compiler command
2412 CXXFLAGS C++ compiler flags
2414 XMKMF Path to xmkmf, Makefile generator for X Window System
2415 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2416 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2417 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2418 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2419 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2420 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2421 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2422 HAL_LIBS Linker flags for hal, overriding pkg-config
2424 C compiler flags for gnutls, overriding pkg-config
2425 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2426 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2427 SANE_LIBS Linker flags for libsane, overriding pkg-config
2429 C compiler flags for libgphoto2, overriding pkg-config
2431 Linker flags for libgphoto2, overriding pkg-config
2433 C compiler flags for libgphoto2_port, overriding pkg-config
2435 Linker flags for libgphoto2_port, overriding pkg-config
2437 C compiler flags for lcms2, overriding pkg-config
2438 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2440 C compiler flags for freetype2, overriding pkg-config
2442 Linker flags for freetype2, overriding pkg-config
2444 C compiler flags for libpulse, overriding pkg-config
2445 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2447 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2448 gstreamer-audio-1.0, overriding pkg-config
2450 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2451 gstreamer-audio-1.0, overriding pkg-config
2452 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2453 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2455 C compiler flags for capi20, overriding pkg-config
2456 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2458 C compiler flags for fontconfig, overriding pkg-config
2460 Linker flags for fontconfig, overriding pkg-config
2461 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2462 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2463 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2464 PNG_LIBS Linker flags for libpng, overriding pkg-config
2465 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2466 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2468 C compiler flags for libmpg123, overriding pkg-config
2469 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2471 C compiler flags for netapi, overriding pkg-config
2472 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2473 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2474 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2476 Use these variables to override the choices made by `configure' or to
help
2477 it to
find libraries and programs with nonstandard names
/locations.
2479 Report bugs to
<wine-devel@winehq.org
>.
2480 Wine home page
: <http
://www.winehq.org
>.
2485 if test "$ac_init_help" = "recursive"; then
2486 # If there are subdirs, report their specific --help.
2487 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2488 test -d "$ac_dir" ||
2489 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2494 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2496 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2497 # A ".." for each directory in $ac_dir_suffix.
2498 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2499 case $ac_top_builddir_sub in
2500 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2501 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2504 ac_abs_top_builddir
=$ac_pwd
2505 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2506 # for backward compatibility:
2507 ac_top_builddir
=$ac_top_build_prefix
2510 .
) # We are building in place.
2512 ac_top_srcdir
=$ac_top_builddir_sub
2513 ac_abs_top_srcdir
=$ac_pwd ;;
2514 [\\/]* | ?
:[\\/]* ) # Absolute name.
2515 ac_srcdir
=$srcdir$ac_dir_suffix;
2516 ac_top_srcdir
=$srcdir
2517 ac_abs_top_srcdir
=$srcdir ;;
2519 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2520 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2521 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2523 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2525 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2526 # Check for guested configure.
2527 if test -f "$ac_srcdir/configure.gnu"; then
2529 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2530 elif test -f "$ac_srcdir/configure"; then
2532 $SHELL "$ac_srcdir/configure" --help=recursive
2534 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2536 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2540 test -n "$ac_init_help" && exit $ac_status
2541 if $ac_init_version; then
2544 generated by GNU Autoconf
2.69
2546 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2547 This configure
script is free software
; the Free Software Foundation
2548 gives unlimited permission to copy
, distribute and modify it.
2553 ## ------------------------ ##
2554 ## Autoconf initialization. ##
2555 ## ------------------------ ##
2557 # ac_fn_c_try_compile LINENO
2558 # --------------------------
2559 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2560 ac_fn_c_try_compile
()
2562 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2563 rm -f conftest.
$ac_objext
2564 if { { ac_try
="$ac_compile"
2566 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2567 *) ac_try_echo=$ac_try;;
2569 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2570 $as_echo "$ac_try_echo"; } >&5
2571 (eval "$ac_compile") 2>conftest.err
2573 if test -s conftest.err; then
2574 grep -v '^ *+' conftest.err >conftest.er1
2575 cat conftest.er1 >&5
2576 mv -f conftest.er1 conftest.err
2578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2579 test $ac_status = 0; } && {
2580 test -z "$ac_c_werror_flag" ||
2581 test ! -s conftest.err
2582 } && test -s conftest.$ac_objext; then :
2585 $as_echo "$as_me: failed program was:" >&5
2586 sed 's/^/| /' conftest.$ac_ext >&5
2590 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2591 as_fn_set_status $ac_retval
2593 } # ac_fn_c_try_compile
2595 # ac_fn_cxx_try_compile LINENO
2596 # ----------------------------
2597 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2598 ac_fn_cxx_try_compile ()
2600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2601 rm -f conftest.$ac_objext
2602 if { { ac_try="$ac_compile"
2604 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2605 *) ac_try_echo
=$ac_try;;
2607 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2608 $as_echo "$ac_try_echo"; } >&5
2609 (eval "$ac_compile") 2>conftest.err
2611 if test -s conftest.err
; then
2612 grep -v '^ *+' conftest.err
>conftest.er1
2613 cat conftest.er1
>&5
2614 mv -f conftest.er1 conftest.err
2616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2617 test $ac_status = 0; } && {
2618 test -z "$ac_cxx_werror_flag" ||
2619 test ! -s conftest.err
2620 } && test -s conftest.
$ac_objext; then :
2623 $as_echo "$as_me: failed program was:" >&5
2624 sed 's/^/| /' conftest.
$ac_ext >&5
2628 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2629 as_fn_set_status
$ac_retval
2631 } # ac_fn_cxx_try_compile
2633 # ac_fn_c_try_link LINENO
2634 # -----------------------
2635 # Try to link conftest.$ac_ext, and return whether this succeeded.
2638 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2639 rm -f conftest.
$ac_objext conftest
$ac_exeext
2640 if { { ac_try
="$ac_link"
2642 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2643 *) ac_try_echo=$ac_try;;
2645 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2646 $as_echo "$ac_try_echo"; } >&5
2647 (eval "$ac_link") 2>conftest.err
2649 if test -s conftest.err; then
2650 grep -v '^ *+' conftest.err >conftest.er1
2651 cat conftest.er1 >&5
2652 mv -f conftest.er1 conftest.err
2654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2655 test $ac_status = 0; } && {
2656 test -z "$ac_c_werror_flag" ||
2657 test ! -s conftest.err
2658 } && test -s conftest$ac_exeext && {
2659 test "$cross_compiling" = yes ||
2660 test -x conftest$ac_exeext
2664 $as_echo "$as_me: failed program was:" >&5
2665 sed 's/^/| /' conftest.$ac_ext >&5
2669 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2670 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2671 # interfere with the next link command; also delete a directory that is
2672 # left behind by Apple's compiler. We do this before executing the actions.
2673 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2674 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2675 as_fn_set_status $ac_retval
2677 } # ac_fn_c_try_link
2679 # ac_fn_c_try_cpp LINENO
2680 # ----------------------
2681 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2684 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2685 if { { ac_try="$ac_cpp conftest.$ac_ext"
2687 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2688 *) ac_try_echo
=$ac_try;;
2690 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2691 $as_echo "$ac_try_echo"; } >&5
2692 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2694 if test -s conftest.err
; then
2695 grep -v '^ *+' conftest.err
>conftest.er1
2696 cat conftest.er1
>&5
2697 mv -f conftest.er1 conftest.err
2699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2700 test $ac_status = 0; } > conftest.i
&& {
2701 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2702 test ! -s conftest.err
2706 $as_echo "$as_me: failed program was:" >&5
2707 sed 's/^/| /' conftest.
$ac_ext >&5
2711 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2712 as_fn_set_status
$ac_retval
2716 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2717 # -------------------------------------------------------
2718 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2719 # the include files in INCLUDES and setting the cache variable VAR
2721 ac_fn_c_check_header_mongrel
()
2723 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2724 if eval \
${$3+:} false
; then :
2725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2726 $as_echo_n "checking for $2... " >&6; }
2727 if eval \
${$3+:} false
; then :
2728 $as_echo_n "(cached) " >&6
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2732 $as_echo "$ac_res" >&6; }
2734 # Is the header compilable?
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2736 $as_echo_n "checking $2 usability... " >&6; }
2737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2738 /* end confdefs.h. */
2742 if ac_fn_c_try_compile
"$LINENO"; then :
2743 ac_header_compiler
=yes
2745 ac_header_compiler
=no
2747 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2749 $as_echo "$ac_header_compiler" >&6; }
2751 # Is the header present?
2752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2753 $as_echo_n "checking $2 presence... " >&6; }
2754 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2755 /* end confdefs.h. */
2758 if ac_fn_c_try_cpp
"$LINENO"; then :
2759 ac_header_preproc
=yes
2761 ac_header_preproc
=no
2763 rm -f conftest.err conftest.i conftest.
$ac_ext
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2765 $as_echo "$ac_header_preproc" >&6; }
2767 # So? What about this header?
2768 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2771 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2772 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2773 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2777 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2779 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2781 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2783 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2785 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2786 ( $as_echo "## ------------------------------------ ##
2787 ## Report this to wine-devel@winehq.org ##
2788 ## ------------------------------------ ##"
2789 ) |
sed "s/^/$as_me: WARNING: /" >&2
2792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2793 $as_echo_n "checking for $2... " >&6; }
2794 if eval \
${$3+:} false
; then :
2795 $as_echo_n "(cached) " >&6
2797 eval "$3=\$ac_header_compiler"
2800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2801 $as_echo "$ac_res" >&6; }
2803 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2805 } # ac_fn_c_check_header_mongrel
2807 # ac_fn_c_try_run LINENO
2808 # ----------------------
2809 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2810 # that executables *can* be run.
2813 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2814 if { { ac_try
="$ac_link"
2816 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2817 *) ac_try_echo=$ac_try;;
2819 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2820 $as_echo "$ac_try_echo"; } >&5
2821 (eval "$ac_link") 2>&5
2823 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2824 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2825 { { case "(($ac_try" in
2826 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2827 *) ac_try_echo
=$ac_try;;
2829 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2830 $as_echo "$ac_try_echo"; } >&5
2831 (eval "$ac_try") 2>&5
2833 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2834 test $ac_status = 0; }; }; then :
2837 $as_echo "$as_me: program exited with status $ac_status" >&5
2838 $as_echo "$as_me: failed program was:" >&5
2839 sed 's/^/| /' conftest.
$ac_ext >&5
2841 ac_retval
=$ac_status
2843 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2844 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2845 as_fn_set_status
$ac_retval
2849 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2850 # -------------------------------------------------------
2851 # Tests whether HEADER exists and can be compiled using the include files in
2852 # INCLUDES, setting the cache variable VAR accordingly.
2853 ac_fn_c_check_header_compile
()
2855 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2857 $as_echo_n "checking for $2... " >&6; }
2858 if eval \
${$3+:} false
; then :
2859 $as_echo_n "(cached) " >&6
2861 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2862 /* end confdefs.h. */
2866 if ac_fn_c_try_compile
"$LINENO"; then :
2871 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2875 $as_echo "$ac_res" >&6; }
2876 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2878 } # ac_fn_c_check_header_compile
2880 # ac_fn_c_check_func LINENO FUNC VAR
2881 # ----------------------------------
2882 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2883 ac_fn_c_check_func
()
2885 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2887 $as_echo_n "checking for $2... " >&6; }
2888 if eval \
${$3+:} false
; then :
2889 $as_echo_n "(cached) " >&6
2891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2892 /* end confdefs.h. */
2893 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2894 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2895 #define $2 innocuous_$2
2897 /* System header to define __stub macros and hopefully few prototypes,
2898 which can conflict with char $2 (); below.
2899 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2900 <limits.h> exists even on freestanding compilers. */
2903 # include <limits.h>
2905 # include <assert.h>
2910 /* Override any GCC internal prototype to avoid an error.
2911 Use char because int might match the return type of a GCC
2912 builtin and then its argument prototype would still apply. */
2917 /* The GNU C library defines this for functions which it implements
2918 to always fail with ENOSYS. Some functions are actually named
2919 something starting with __ and the normal name is an alias. */
2920 #if defined __stub_$2 || defined __stub___$2
2932 if ac_fn_c_try_link
"$LINENO"; then :
2937 rm -f core conftest.err conftest.
$ac_objext \
2938 conftest
$ac_exeext conftest.
$ac_ext
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2942 $as_echo "$ac_res" >&6; }
2943 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2945 } # ac_fn_c_check_func
2947 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2948 # ----------------------------------------------------
2949 # Tries to find if the field MEMBER exists in type AGGR, after including
2950 # INCLUDES, setting cache variable VAR accordingly.
2951 ac_fn_c_check_member
()
2953 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2955 $as_echo_n "checking for $2.$3... " >&6; }
2956 if eval \
${$4+:} false
; then :
2957 $as_echo_n "(cached) " >&6
2959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2960 /* end confdefs.h. */
2972 if ac_fn_c_try_compile
"$LINENO"; then :
2975 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2976 /* end confdefs.h. */
2982 if (sizeof ac_aggr.$3)
2988 if ac_fn_c_try_compile
"$LINENO"; then :
2993 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2995 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2999 $as_echo "$ac_res" >&6; }
3000 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3002 } # ac_fn_c_check_member
3004 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3005 # -------------------------------------------
3006 # Tests whether TYPE exists after having included INCLUDES, setting cache
3007 # variable VAR accordingly.
3008 ac_fn_c_check_type
()
3010 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3012 $as_echo_n "checking for $2... " >&6; }
3013 if eval \
${$3+:} false
; then :
3014 $as_echo_n "(cached) " >&6
3017 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3018 /* end confdefs.h. */
3029 if ac_fn_c_try_compile
"$LINENO"; then :
3030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3031 /* end confdefs.h. */
3042 if ac_fn_c_try_compile
"$LINENO"; then :
3047 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3049 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3053 $as_echo "$ac_res" >&6; }
3054 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3056 } # ac_fn_c_check_type
3057 cat >config.log
<<_ACEOF
3058 This file contains any messages produced by compilers while
3059 running configure, to aid debugging if configure makes a mistake.
3061 It was created by Wine $as_me 2.13, which was
3062 generated by GNU Autoconf 2.69. Invocation command line was
3074 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3075 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3076 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3077 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3078 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3080 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3081 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3083 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3084 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3085 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3086 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3087 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3088 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3089 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3093 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3097 test -z "$as_dir" && as_dir
=.
3098 $as_echo "PATH: $as_dir"
3114 # Keep a trace of the command line.
3115 # Strip out --no-create and --no-recursion so they do not pile up.
3116 # Strip out --silent because we don't want to record it for future runs.
3117 # Also quote any args containing shell meta-characters.
3118 # Make two passes to allow for proper duplicate-argument suppression.
3122 ac_must_keep_next
=false
3128 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3129 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3130 |
-silent |
--silent |
--silen |
--sile |
--sil)
3133 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3136 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3138 as_fn_append ac_configure_args1
" '$ac_arg'"
3139 if test $ac_must_keep_next = true
; then
3140 ac_must_keep_next
=false
# Got value, back to normal.
3143 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3144 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3145 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3146 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3147 case "$ac_configure_args0 " in
3148 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3151 -* ) ac_must_keep_next
=true
;;
3154 as_fn_append ac_configure_args
" '$ac_arg'"
3159 { ac_configure_args0
=; unset ac_configure_args0
;}
3160 { ac_configure_args1
=; unset ac_configure_args1
;}
3162 # When interrupted or exit'd, cleanup temporary files, and complete
3163 # config.log. We remove comments because anyway the quotes in there
3164 # would cause problems or look ugly.
3165 # WARNING: Use '\'' to represent an apostrophe within the trap.
3166 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3167 trap 'exit_status=$?
3168 # Save into config.log some information that might help in debugging.
3172 $as_echo "## ---------------- ##
3173 ## Cache variables. ##
3174 ## ---------------- ##"
3176 # The following way of writing the cache mishandles newlines in values,
3178 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3179 eval ac_val=\$$ac_var
3183 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3184 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3187 _ | IFS | as_nl) ;; #(
3188 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3189 *) { eval $ac_var=; unset $ac_var;} ;;
3194 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3195 *${as_nl}ac_space=\ *)
3197 "s/'\''/'\''\\\\'\'''\''/g;
3198 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3201 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3208 $as_echo "## ----------------- ##
3209 ## Output variables. ##
3210 ## ----------------- ##"
3212 for ac_var in $ac_subst_vars
3214 eval ac_val=\$$ac_var
3216 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3218 $as_echo "$ac_var='\''$ac_val'\''"
3222 if test -n "$ac_subst_files"; then
3223 $as_echo "## ------------------- ##
3224 ## File substitutions. ##
3225 ## ------------------- ##"
3227 for ac_var
in $ac_subst_files
3229 eval ac_val
=\$
$ac_var
3231 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3233 $as_echo "$ac_var='\''$ac_val'\''"
3238 if test -s confdefs.h; then
3239 $as_echo "## ----------- ##
3246 test "$ac_signal" != 0 &&
3247 $as_echo "$as_me: caught signal $ac_signal"
3248 $as_echo "$as_me: exit $exit_status"
3250 rm -f core *.core core.conftest.* &&
3251 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3254 for ac_signal
in 1 2 13 15; do
3255 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3259 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3260 rm -f -r conftest
* confdefs.h
3262 $as_echo "/* confdefs.h */" > confdefs.h
3264 # Predefined preprocessor variables.
3266 cat >>confdefs.h
<<_ACEOF
3267 #define PACKAGE_NAME "$PACKAGE_NAME"
3270 cat >>confdefs.h
<<_ACEOF
3271 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3274 cat >>confdefs.h
<<_ACEOF
3275 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3278 cat >>confdefs.h
<<_ACEOF
3279 #define PACKAGE_STRING "$PACKAGE_STRING"
3282 cat >>confdefs.h
<<_ACEOF
3283 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3286 cat >>confdefs.h
<<_ACEOF
3287 #define PACKAGE_URL "$PACKAGE_URL"
3291 # Let the site file select an alternate cache file if it wants to.
3292 # Prefer an explicitly selected file to automatically selected ones.
3295 if test -n "$CONFIG_SITE"; then
3296 # We do not want a PATH search for config.site.
3297 case $CONFIG_SITE in #((
3298 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3299 */*) ac_site_file1
=$CONFIG_SITE;;
3300 *) ac_site_file1
=.
/$CONFIG_SITE;;
3302 elif test "x$prefix" != xNONE
; then
3303 ac_site_file1
=$prefix/share
/config.site
3304 ac_site_file2
=$prefix/etc
/config.site
3306 ac_site_file1
=$ac_default_prefix/share
/config.site
3307 ac_site_file2
=$ac_default_prefix/etc
/config.site
3309 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3311 test "x$ac_site_file" = xNONE
&& continue
3312 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3314 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3315 sed 's/^/| /' "$ac_site_file" >&5
3317 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3318 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3319 as_fn_error $?
"failed to load site script $ac_site_file
3320 See \`config.log' for more details" "$LINENO" 5; }
3324 if test -r "$cache_file"; then
3325 # Some versions of bash will fail to source /dev/null (special files
3326 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3327 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3328 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3329 $as_echo "$as_me: loading cache $cache_file" >&6;}
3331 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3332 *) .
"./$cache_file";;
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3337 $as_echo "$as_me: creating cache $cache_file" >&6;}
3341 # Check that the precious variables saved in the cache have kept the same
3343 ac_cache_corrupted
=false
3344 for ac_var
in $ac_precious_vars; do
3345 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3346 eval ac_new_set
=\
$ac_env_${ac_var}_set
3347 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3348 eval ac_new_val
=\
$ac_env_${ac_var}_value
3349 case $ac_old_set,$ac_new_set in
3351 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3352 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3353 ac_cache_corrupted
=: ;;
3355 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3356 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3357 ac_cache_corrupted
=: ;;
3360 if test "x$ac_old_val" != "x$ac_new_val"; then
3361 # differences in whitespace do not lead to failure.
3362 ac_old_val_w
=`echo x $ac_old_val`
3363 ac_new_val_w
=`echo x $ac_new_val`
3364 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3365 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3366 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3367 ac_cache_corrupted
=:
3369 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3370 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3371 eval $ac_var=\
$ac_old_val
3373 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3374 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3375 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3376 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3379 # Pass precious variables to config.status.
3380 if test "$ac_new_set" = set; then
3382 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3383 *) ac_arg
=$ac_var=$ac_new_val ;;
3385 case " $ac_configure_args " in
3386 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3387 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3391 if $ac_cache_corrupted; then
3392 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3393 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3394 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3395 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3396 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3398 ## -------------------- ##
3399 ## Main body of script. ##
3400 ## -------------------- ##
3403 ac_cpp
='$CPP $CPPFLAGS'
3404 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3405 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3406 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3410 ac_config_headers
="$ac_config_headers include/config.h"
3413 for ac_dir
in tools
"$srcdir"/tools
; do
3414 if test -f "$ac_dir/install-sh"; then
3416 ac_install_sh
="$ac_aux_dir/install-sh -c"
3418 elif test -f "$ac_dir/install.sh"; then
3420 ac_install_sh
="$ac_aux_dir/install.sh -c"
3422 elif test -f "$ac_dir/shtool"; then
3424 ac_install_sh
="$ac_aux_dir/shtool install -c"
3428 if test -z "$ac_aux_dir"; then
3429 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3432 # These three variables are undocumented and unsupported,
3433 # and are intended to be withdrawn in a future Autoconf release.
3434 # They can cause serious problems if a builder's source tree is in a directory
3435 # whose full name contains unusual characters.
3436 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3437 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3438 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3442 libwine_version
="1.0"
3446 # Check whether --enable-win16 was given.
3447 if test "${enable_win16+set}" = set; then :
3448 enableval
=$enable_win16;
3451 # Check whether --enable-win64 was given.
3452 if test "${enable_win64+set}" = set; then :
3453 enableval
=$enable_win64;
3456 # Check whether --enable-tests was given.
3457 if test "${enable_tests+set}" = set; then :
3458 enableval
=$enable_tests;
3461 # Check whether --enable-maintainer-mode was given.
3462 if test "${enable_maintainer_mode+set}" = set; then :
3463 enableval
=$enable_maintainer_mode;
3468 # Check whether --with-alsa was given.
3469 if test "${with_alsa+set}" = set; then :
3470 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3474 # Check whether --with-capi was given.
3475 if test "${with_capi+set}" = set; then :
3480 # Check whether --with-cms was given.
3481 if test "${with_cms+set}" = set; then :
3486 # Check whether --with-coreaudio was given.
3487 if test "${with_coreaudio+set}" = set; then :
3488 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3492 # Check whether --with-cups was given.
3493 if test "${with_cups+set}" = set; then :
3498 # Check whether --with-curses was given.
3499 if test "${with_curses+set}" = set; then :
3500 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3504 # Check whether --with-dbus was given.
3505 if test "${with_dbus+set}" = set; then :
3510 # Check whether --with-fontconfig was given.
3511 if test "${with_fontconfig+set}" = set; then :
3512 withval
=$with_fontconfig;
3516 # Check whether --with-freetype was given.
3517 if test "${with_freetype+set}" = set; then :
3518 withval
=$with_freetype;
3522 # Check whether --with-gettext was given.
3523 if test "${with_gettext+set}" = set; then :
3524 withval
=$with_gettext;
3528 # Check whether --with-gettextpo was given.
3529 if test "${with_gettextpo+set}" = set; then :
3530 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3534 # Check whether --with-gphoto was given.
3535 if test "${with_gphoto+set}" = set; then :
3536 withval
=$with_gphoto;
3540 # Check whether --with-glu was given.
3541 if test "${with_glu+set}" = set; then :
3546 # Check whether --with-gnutls was given.
3547 if test "${with_gnutls+set}" = set; then :
3548 withval
=$with_gnutls;
3552 # Check whether --with-gsm was given.
3553 if test "${with_gsm+set}" = set; then :
3554 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3558 # Check whether --with-gstreamer was given.
3559 if test "${with_gstreamer+set}" = set; then :
3560 withval
=$with_gstreamer;
3564 # Check whether --with-hal was given.
3565 if test "${with_hal+set}" = set; then :
3570 # Check whether --with-jpeg was given.
3571 if test "${with_jpeg+set}" = set; then :
3576 # Check whether --with-ldap was given.
3577 if test "${with_ldap+set}" = set; then :
3578 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3582 # Check whether --with-mpg123 was given.
3583 if test "${with_mpg123+set}" = set; then :
3584 withval
=$with_mpg123;
3588 # Check whether --with-netapi was given.
3589 if test "${with_netapi+set}" = set; then :
3590 withval
=$with_netapi;
3594 # Check whether --with-openal was given.
3595 if test "${with_openal+set}" = set; then :
3596 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3600 # Check whether --with-opencl was given.
3601 if test "${with_opencl+set}" = set; then :
3602 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3606 # Check whether --with-opengl was given.
3607 if test "${with_opengl+set}" = set; then :
3608 withval
=$with_opengl;
3612 # Check whether --with-osmesa was given.
3613 if test "${with_osmesa+set}" = set; then :
3614 withval
=$with_osmesa;
3618 # Check whether --with-oss was given.
3619 if test "${with_oss+set}" = set; then :
3624 # Check whether --with-pcap was given.
3625 if test "${with_pcap+set}" = set; then :
3626 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3630 # Check whether --with-png was given.
3631 if test "${with_png+set}" = set; then :
3636 # Check whether --with-pthread was given.
3637 if test "${with_pthread+set}" = set; then :
3638 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3642 # Check whether --with-pulse was given.
3643 if test "${with_pulse+set}" = set; then :
3644 withval
=$with_pulse;
3648 # Check whether --with-sane was given.
3649 if test "${with_sane+set}" = set; then :
3654 # Check whether --with-tiff was given.
3655 if test "${with_tiff+set}" = set; then :
3660 # Check whether --with-udev was given.
3661 if test "${with_udev+set}" = set; then :
3666 # Check whether --with-v4l was given.
3667 if test "${with_v4l+set}" = set; then :
3672 # Check whether --with-xcomposite was given.
3673 if test "${with_xcomposite+set}" = set; then :
3674 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3678 # Check whether --with-xcursor was given.
3679 if test "${with_xcursor+set}" = set; then :
3680 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3684 # Check whether --with-xfixes was given.
3685 if test "${with_xfixes+set}" = set; then :
3686 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
3690 # Check whether --with-xinerama was given.
3691 if test "${with_xinerama+set}" = set; then :
3692 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3696 # Check whether --with-xinput was given.
3697 if test "${with_xinput+set}" = set; then :
3698 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3702 # Check whether --with-xinput2 was given.
3703 if test "${with_xinput2+set}" = set; then :
3704 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3708 # Check whether --with-xml was given.
3709 if test "${with_xml+set}" = set; then :
3714 # Check whether --with-xrandr was given.
3715 if test "${with_xrandr+set}" = set; then :
3716 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3720 # Check whether --with-xrender was given.
3721 if test "${with_xrender+set}" = set; then :
3722 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3726 # Check whether --with-xshape was given.
3727 if test "${with_xshape+set}" = set; then :
3728 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3732 # Check whether --with-xshm was given.
3733 if test "${with_xshm+set}" = set; then :
3734 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3738 # Check whether --with-xslt was given.
3739 if test "${with_xslt+set}" = set; then :
3744 # Check whether --with-xxf86vm was given.
3745 if test "${with_xxf86vm+set}" = set; then :
3746 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
3750 # Check whether --with-zlib was given.
3751 if test "${with_zlib+set}" = set; then :
3752 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3757 # Check whether --with-wine-tools was given.
3758 if test "${with_wine_tools+set}" = set; then :
3759 withval
=$with_wine_tools;
3763 # Check whether --with-wine64 was given.
3764 if test "${with_wine64+set}" = set; then :
3765 withval
=$with_wine64;
3769 # Make sure we can run config.sub.
3770 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3771 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3774 $as_echo_n "checking build system type... " >&6; }
3775 if ${ac_cv_build+:} false
; then :
3776 $as_echo_n "(cached) " >&6
3778 ac_build_alias
=$build_alias
3779 test "x$ac_build_alias" = x
&&
3780 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3781 test "x$ac_build_alias" = x
&&
3782 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3783 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3784 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3788 $as_echo "$ac_cv_build" >&6; }
3789 case $ac_cv_build in
3791 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3794 ac_save_IFS
=$IFS; IFS
='-'
3800 # Remember, the first character of IFS is used to create $*,
3801 # except with old shells:
3804 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3808 $as_echo_n "checking host system type... " >&6; }
3809 if ${ac_cv_host+:} false
; then :
3810 $as_echo_n "(cached) " >&6
3812 if test "x$host_alias" = x
; then
3813 ac_cv_host
=$ac_cv_build
3815 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3816 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3821 $as_echo "$ac_cv_host" >&6; }
3824 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3827 ac_save_IFS
=$IFS; IFS
='-'
3833 # Remember, the first character of IFS is used to create $*,
3834 # except with old shells:
3837 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3843 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3844 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3845 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3851 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3853 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3854 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3855 $as_echo_n "(cached) " >&6
3857 cat >conftest.
make <<\_ACEOF
3860 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3862 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3863 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3865 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3867 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3871 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3873 $as_echo "yes" >&6; }
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3877 $as_echo "no" >&6; }
3878 SET_MAKE
="MAKE=${MAKE-make}"
3882 ac_cpp
='$CPP $CPPFLAGS'
3883 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3884 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3885 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3886 if test -n "$ac_tool_prefix"; then
3887 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3888 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3890 $as_echo_n "checking for $ac_word... " >&6; }
3891 if ${ac_cv_prog_CC+:} false
; then :
3892 $as_echo_n "(cached) " >&6
3894 if test -n "$CC"; then
3895 ac_cv_prog_CC
="$CC" # Let the user override the test.
3897 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3901 test -z "$as_dir" && as_dir
=.
3902 for ac_exec_ext
in '' $ac_executable_extensions; do
3903 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3904 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3915 if test -n "$CC"; then
3916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3917 $as_echo "$CC" >&6; }
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3920 $as_echo "no" >&6; }
3925 if test -z "$ac_cv_prog_CC"; then
3927 # Extract the first word of "gcc", so it can be a program name with args.
3928 set dummy gcc
; ac_word
=$2
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3930 $as_echo_n "checking for $ac_word... " >&6; }
3931 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3932 $as_echo_n "(cached) " >&6
3934 if test -n "$ac_ct_CC"; then
3935 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3937 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3941 test -z "$as_dir" && as_dir
=.
3942 for ac_exec_ext
in '' $ac_executable_extensions; do
3943 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3944 ac_cv_prog_ac_ct_CC
="gcc"
3945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3954 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3955 if test -n "$ac_ct_CC"; then
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3957 $as_echo "$ac_ct_CC" >&6; }
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3960 $as_echo "no" >&6; }
3963 if test "x$ac_ct_CC" = x
; then
3966 case $cross_compiling:$ac_tool_warned in
3968 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3969 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3970 ac_tool_warned
=yes ;;
3978 if test -z "$CC"; then
3979 if test -n "$ac_tool_prefix"; then
3980 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3981 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3983 $as_echo_n "checking for $ac_word... " >&6; }
3984 if ${ac_cv_prog_CC+:} false
; then :
3985 $as_echo_n "(cached) " >&6
3987 if test -n "$CC"; then
3988 ac_cv_prog_CC
="$CC" # Let the user override the test.
3990 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3994 test -z "$as_dir" && as_dir
=.
3995 for ac_exec_ext
in '' $ac_executable_extensions; do
3996 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3997 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4008 if test -n "$CC"; then
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4010 $as_echo "$CC" >&6; }
4012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4013 $as_echo "no" >&6; }
4019 if test -z "$CC"; then
4020 # Extract the first word of "cc", so it can be a program name with args.
4021 set dummy cc
; ac_word
=$2
4022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4023 $as_echo_n "checking for $ac_word... " >&6; }
4024 if ${ac_cv_prog_CC+:} false
; then :
4025 $as_echo_n "(cached) " >&6
4027 if test -n "$CC"; then
4028 ac_cv_prog_CC
="$CC" # Let the user override the test.
4031 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4035 test -z "$as_dir" && as_dir
=.
4036 for ac_exec_ext
in '' $ac_executable_extensions; do
4037 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4038 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4039 ac_prog_rejected
=yes
4043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4050 if test $ac_prog_rejected = yes; then
4051 # We found a bogon in the path, so make sure we never use it.
4052 set dummy
$ac_cv_prog_CC
4054 if test $# != 0; then
4055 # We chose a different compiler from the bogus one.
4056 # However, it has the same basename, so the bogon will be chosen
4057 # first if we set CC to just the basename; use the full file name.
4059 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4065 if test -n "$CC"; then
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4067 $as_echo "$CC" >&6; }
4069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4070 $as_echo "no" >&6; }
4075 if test -z "$CC"; then
4076 if test -n "$ac_tool_prefix"; then
4077 for ac_prog
in cl.exe
4079 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4080 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4082 $as_echo_n "checking for $ac_word... " >&6; }
4083 if ${ac_cv_prog_CC+:} false
; then :
4084 $as_echo_n "(cached) " >&6
4086 if test -n "$CC"; then
4087 ac_cv_prog_CC
="$CC" # Let the user override the test.
4089 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4093 test -z "$as_dir" && as_dir
=.
4094 for ac_exec_ext
in '' $ac_executable_extensions; do
4095 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4096 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4107 if test -n "$CC"; then
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4109 $as_echo "$CC" >&6; }
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4112 $as_echo "no" >&6; }
4116 test -n "$CC" && break
4119 if test -z "$CC"; then
4121 for ac_prog
in cl.exe
4123 # Extract the first word of "$ac_prog", so it can be a program name with args.
4124 set dummy
$ac_prog; ac_word
=$2
4125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4126 $as_echo_n "checking for $ac_word... " >&6; }
4127 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4128 $as_echo_n "(cached) " >&6
4130 if test -n "$ac_ct_CC"; then
4131 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4133 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4137 test -z "$as_dir" && as_dir
=.
4138 for ac_exec_ext
in '' $ac_executable_extensions; do
4139 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4140 ac_cv_prog_ac_ct_CC
="$ac_prog"
4141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4150 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4151 if test -n "$ac_ct_CC"; then
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4153 $as_echo "$ac_ct_CC" >&6; }
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4156 $as_echo "no" >&6; }
4160 test -n "$ac_ct_CC" && break
4163 if test "x$ac_ct_CC" = x
; then
4166 case $cross_compiling:$ac_tool_warned in
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4169 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4170 ac_tool_warned
=yes ;;
4179 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4180 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4181 as_fn_error $?
"no acceptable C compiler found in \$PATH
4182 See \`config.log' for more details" "$LINENO" 5; }
4184 # Provide some information about the compiler.
4185 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4188 for ac_option
in --version -v -V -qversion; do
4189 { { ac_try
="$ac_compiler $ac_option >&5"
4191 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4192 *) ac_try_echo=$ac_try;;
4194 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4195 $as_echo "$ac_try_echo"; } >&5
4196 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4198 if test -s conftest.err; then
4200 ... rest of stderr output deleted ...
4201 10q' conftest.err >conftest.er1
4202 cat conftest.er1 >&5
4204 rm -f conftest.er1 conftest.err
4205 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4206 test $ac_status = 0; }
4209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4210 /* end confdefs.h. */
4220 ac_clean_files_save=$ac_clean_files
4221 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4222 # Try to create an executable without -o first, disregard a.out.
4223 # It will help us diagnose broken compilers, and finding out an intuition
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4226 $as_echo_n "checking whether the C compiler works... " >&6; }
4227 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4229 # The possible output files:
4230 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4233 for ac_file in $ac_files
4236 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4237 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4242 if { { ac_try="$ac_link_default"
4244 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4245 *) ac_try_echo
=$ac_try;;
4247 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4248 $as_echo "$ac_try_echo"; } >&5
4249 (eval "$ac_link_default") 2>&5
4251 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4252 test $ac_status = 0; }; then :
4253 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4254 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4255 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4256 # so that the user can short-circuit this test for compilers unknown to
4258 for ac_file
in $ac_files ''
4260 test -f "$ac_file" ||
continue
4262 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4265 # We found the default executable, but exeext='' is most
4269 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4271 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4273 # We set ac_cv_exeext here because the later test for it is not
4274 # safe: cross compilers may not add the suffix if given an `-o'
4275 # argument, so we may need to know it at that point already.
4276 # Even if this section looks crufty: it has the advantage of
4283 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4288 if test -z "$ac_file"; then :
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4290 $as_echo "no" >&6; }
4291 $as_echo "$as_me: failed program was:" >&5
4292 sed 's/^/| /' conftest.
$ac_ext >&5
4294 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4295 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4296 as_fn_error
77 "C compiler cannot create executables
4297 See \`config.log' for more details" "$LINENO" 5; }
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4300 $as_echo "yes" >&6; }
4302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4303 $as_echo_n "checking for C compiler default output file name... " >&6; }
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4305 $as_echo "$ac_file" >&6; }
4306 ac_exeext
=$ac_cv_exeext
4308 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4309 ac_clean_files
=$ac_clean_files_save
4310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4311 $as_echo_n "checking for suffix of executables... " >&6; }
4312 if { { ac_try
="$ac_link"
4314 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4315 *) ac_try_echo=$ac_try;;
4317 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4318 $as_echo "$ac_try_echo"; } >&5
4319 (eval "$ac_link") 2>&5
4321 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4322 test $ac_status = 0; }; then :
4323 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4324 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4325 # work properly (i.e., refer to `conftest.exe'), while it won't with
4327 for ac_file
in conftest.exe conftest conftest.
*; do
4328 test -f "$ac_file" ||
continue
4330 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4331 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4337 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4338 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4339 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4340 See \`config.log' for more details" "$LINENO" 5; }
4342 rm -f conftest conftest
$ac_cv_exeext
4343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4344 $as_echo "$ac_cv_exeext" >&6; }
4346 rm -f conftest.
$ac_ext
4347 EXEEXT
=$ac_cv_exeext
4349 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4350 /* end confdefs.h. */
4355 FILE *f = fopen ("conftest.out", "w");
4356 return ferror (f) || fclose (f) != 0;
4362 ac_clean_files
="$ac_clean_files conftest.out"
4363 # Check that the compiler produces executables we can run. If not, either
4364 # the compiler is broken, or we cross compile.
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4366 $as_echo_n "checking whether we are cross compiling... " >&6; }
4367 if test "$cross_compiling" != yes; then
4368 { { ac_try
="$ac_link"
4370 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4371 *) ac_try_echo=$ac_try;;
4373 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4374 $as_echo "$ac_try_echo"; } >&5
4375 (eval "$ac_link") 2>&5
4377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4378 test $ac_status = 0; }
4379 if { ac_try='./conftest$ac_cv_exeext'
4380 { { case "(($ac_try" in
4381 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4382 *) ac_try_echo
=$ac_try;;
4384 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4385 $as_echo "$ac_try_echo"; } >&5
4386 (eval "$ac_try") 2>&5
4388 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4389 test $ac_status = 0; }; }; then
4392 if test "$cross_compiling" = maybe
; then
4395 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4396 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4397 as_fn_error $?
"cannot run C compiled programs.
4398 If you meant to cross compile, use \`--host'.
4399 See \`config.log' for more details" "$LINENO" 5; }
4403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4404 $as_echo "$cross_compiling" >&6; }
4406 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4407 ac_clean_files
=$ac_clean_files_save
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4409 $as_echo_n "checking for suffix of object files... " >&6; }
4410 if ${ac_cv_objext+:} false
; then :
4411 $as_echo_n "(cached) " >&6
4413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4414 /* end confdefs.h. */
4424 rm -f conftest.o conftest.obj
4425 if { { ac_try
="$ac_compile"
4427 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4428 *) ac_try_echo=$ac_try;;
4430 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4431 $as_echo "$ac_try_echo"; } >&5
4432 (eval "$ac_compile") 2>&5
4434 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4435 test $ac_status = 0; }; then :
4436 for ac_file in conftest.o conftest.obj conftest.*; do
4437 test -f "$ac_file" || continue;
4439 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4440 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4445 $as_echo "$as_me: failed program was:" >&5
4446 sed 's/^/| /' conftest.$ac_ext >&5
4448 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4449 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4450 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4451 See \
`config.log' for more details" "$LINENO" 5; }
4453 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4456 $as_echo "$ac_cv_objext" >&6; }
4457 OBJEXT=$ac_cv_objext
4459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4460 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4461 if ${ac_cv_c_compiler_gnu+:} false; then :
4462 $as_echo_n "(cached) " >&6
4464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4465 /* end confdefs.h. */
4478 if ac_fn_c_try_compile "$LINENO"; then :
4483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4484 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4488 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4489 if test $ac_compiler_gnu = yes; then
4494 ac_test_CFLAGS=${CFLAGS+set}
4495 ac_save_CFLAGS=$CFLAGS
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4497 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4498 if ${ac_cv_prog_cc_g+:} false; then :
4499 $as_echo_n "(cached) " >&6
4501 ac_save_c_werror_flag=$ac_c_werror_flag
4502 ac_c_werror_flag=yes
4505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4506 /* end confdefs.h. */
4516 if ac_fn_c_try_compile "$LINENO"; then :
4520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4521 /* end confdefs.h. */
4531 if ac_fn_c_try_compile "$LINENO"; then :
4534 ac_c_werror_flag=$ac_save_c_werror_flag
4536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4537 /* end confdefs.h. */
4547 if ac_fn_c_try_compile "$LINENO"; then :
4550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4555 ac_c_werror_flag=$ac_save_c_werror_flag
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4558 $as_echo "$ac_cv_prog_cc_g" >&6; }
4559 if test "$ac_test_CFLAGS" = set; then
4560 CFLAGS=$ac_save_CFLAGS
4561 elif test $ac_cv_prog_cc_g = yes; then
4562 if test "$GCC" = yes; then
4568 if test "$GCC" = yes; then
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4575 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4576 if ${ac_cv_prog_cc_c89+:} false; then :
4577 $as_echo_n "(cached) " >&6
4579 ac_cv_prog_cc_c89=no
4581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4582 /* end confdefs.h. */
4586 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4587 struct buf { int x; };
4588 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4589 static char *e (p, i)
4595 static char *f (char * (*g) (char **, int), char **p, ...)
4600 s = g (p, va_arg (v,int));
4605 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4606 function prototypes and stuff, but not '\xHH' hex character constants.
4607 These don't provoke an error unfortunately, instead are silently treated
4608 as 'x'. The following induces an error, until -std is added to get
4609 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4610 array size at least. It's necessary to write '\x00'==0 to get something
4611 that's true only with -std. */
4612 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4614 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4615 inside strings and character constants. */
4617 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4619 int test (int i, double x);
4620 struct s1 {int (*f) (int a);};
4621 struct s2 {int (*f) (double a);};
4622 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4628 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4633 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4634 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4636 CC="$ac_save_CC $ac_arg"
4637 if ac_fn_c_try_compile "$LINENO"; then :
4638 ac_cv_prog_cc_c89=$ac_arg
4640 rm -f core conftest.err conftest.$ac_objext
4641 test "x$ac_cv_prog_cc_c89" != "xno" && break
4643 rm -f conftest.$ac_ext
4648 case "x$ac_cv_prog_cc_c89" in
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4651 $as_echo "none needed" >&6; } ;;
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4654 $as_echo "unsupported" >&6; } ;;
4656 CC="$CC $ac_cv_prog_cc_c89"
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4658 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4660 if test "x$ac_cv_prog_cc_c89" != xno; then :
4665 ac_cpp='$CPP $CPPFLAGS'
4666 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4667 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4668 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4671 ac_cpp='$CXXCPP $CPPFLAGS'
4672 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4673 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4674 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4675 if test -z "$CXX"; then
4676 if test -n "$CCC"; then
4679 if test -n "$ac_tool_prefix"; then
4680 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4682 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4683 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4685 $as_echo_n "checking for $ac_word... " >&6; }
4686 if ${ac_cv_prog_CXX+:} false; then :
4687 $as_echo_n "(cached) " >&6
4689 if test -n "$CXX"; then
4690 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4696 test -z "$as_dir" && as_dir=.
4697 for ac_exec_ext in '' $ac_executable_extensions; do
4698 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4699 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4710 if test -n "$CXX"; then
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4712 $as_echo "$CXX" >&6; }
4714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4715 $as_echo "no" >&6; }
4719 test -n "$CXX" && break
4722 if test -z "$CXX"; then
4724 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4726 # Extract the first word of "$ac_prog", so it can be a program name with args.
4727 set dummy $ac_prog; ac_word=$2
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4729 $as_echo_n "checking for $ac_word... " >&6; }
4730 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4731 $as_echo_n "(cached) " >&6
4733 if test -n "$ac_ct_CXX"; then
4734 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4740 test -z "$as_dir" && as_dir=.
4741 for ac_exec_ext in '' $ac_executable_extensions; do
4742 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4743 ac_cv_prog_ac_ct_CXX="$ac_prog"
4744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4753 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4754 if test -n "$ac_ct_CXX"; then
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4756 $as_echo "$ac_ct_CXX" >&6; }
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4759 $as_echo "no" >&6; }
4763 test -n "$ac_ct_CXX" && break
4766 if test "x$ac_ct_CXX" = x; then
4769 case $cross_compiling:$ac_tool_warned in
4771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4772 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4773 ac_tool_warned=yes ;;
4781 # Provide some information about the compiler.
4782 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4785 for ac_option in --version -v -V -qversion; do
4786 { { ac_try="$ac_compiler $ac_option >&5"
4788 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4789 *) ac_try_echo
=$ac_try;;
4791 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4792 $as_echo "$ac_try_echo"; } >&5
4793 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4795 if test -s conftest.err
; then
4797 ... rest of stderr output deleted ...
4798 10q' conftest.err
>conftest.er1
4799 cat conftest.er1
>&5
4801 rm -f conftest.er1 conftest.err
4802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4803 test $ac_status = 0; }
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4807 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4808 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4809 $as_echo_n "(cached) " >&6
4811 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4812 /* end confdefs.h. */
4825 if ac_fn_cxx_try_compile
"$LINENO"; then :
4830 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4831 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4835 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4836 if test $ac_compiler_gnu = yes; then
4841 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4842 ac_save_CXXFLAGS
=$CXXFLAGS
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4844 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4845 if ${ac_cv_prog_cxx_g+:} false
; then :
4846 $as_echo_n "(cached) " >&6
4848 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4849 ac_cxx_werror_flag
=yes
4852 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4853 /* end confdefs.h. */
4863 if ac_fn_cxx_try_compile
"$LINENO"; then :
4864 ac_cv_prog_cxx_g
=yes
4867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4868 /* end confdefs.h. */
4878 if ac_fn_cxx_try_compile
"$LINENO"; then :
4881 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4883 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4884 /* end confdefs.h. */
4894 if ac_fn_cxx_try_compile
"$LINENO"; then :
4895 ac_cv_prog_cxx_g
=yes
4897 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4899 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4901 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4902 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4905 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4906 if test "$ac_test_CXXFLAGS" = set; then
4907 CXXFLAGS
=$ac_save_CXXFLAGS
4908 elif test $ac_cv_prog_cxx_g = yes; then
4909 if test "$GXX" = yes; then
4915 if test "$GXX" = yes; then
4922 ac_cpp
='$CPP $CPPFLAGS'
4923 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4924 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4925 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4927 if test -n "$ac_tool_prefix"; then
4928 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4929 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4931 $as_echo_n "checking for $ac_word... " >&6; }
4932 if ${ac_cv_prog_CPPBIN+:} false
; then :
4933 $as_echo_n "(cached) " >&6
4935 if test -n "$CPPBIN"; then
4936 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4938 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4942 test -z "$as_dir" && as_dir
=.
4943 for ac_exec_ext
in '' $ac_executable_extensions; do
4944 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4945 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4955 CPPBIN
=$ac_cv_prog_CPPBIN
4956 if test -n "$CPPBIN"; then
4957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4958 $as_echo "$CPPBIN" >&6; }
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4961 $as_echo "no" >&6; }
4966 if test -z "$ac_cv_prog_CPPBIN"; then
4967 ac_ct_CPPBIN
=$CPPBIN
4968 # Extract the first word of "cpp", so it can be a program name with args.
4969 set dummy cpp
; ac_word
=$2
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4971 $as_echo_n "checking for $ac_word... " >&6; }
4972 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4973 $as_echo_n "(cached) " >&6
4975 if test -n "$ac_ct_CPPBIN"; then
4976 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4978 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4982 test -z "$as_dir" && as_dir
=.
4983 for ac_exec_ext
in '' $ac_executable_extensions; do
4984 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4985 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4995 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4996 if test -n "$ac_ct_CPPBIN"; then
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4998 $as_echo "$ac_ct_CPPBIN" >&6; }
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5001 $as_echo "no" >&6; }
5004 if test "x$ac_ct_CPPBIN" = x
; then
5007 case $cross_compiling:$ac_tool_warned in
5009 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5010 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5011 ac_tool_warned
=yes ;;
5013 CPPBIN
=$ac_ct_CPPBIN
5016 CPPBIN
="$ac_cv_prog_CPPBIN"
5020 cat >>confdefs.h
<<_ACEOF
5021 #define EXEEXT "$ac_exeext"
5024 if test -n "$ac_tool_prefix"; then
5025 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5026 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5028 $as_echo_n "checking for $ac_word... " >&6; }
5029 if ${ac_cv_prog_LD+:} false
; then :
5030 $as_echo_n "(cached) " >&6
5032 if test -n "$LD"; then
5033 ac_cv_prog_LD
="$LD" # Let the user override the test.
5035 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5039 test -z "$as_dir" && as_dir
=.
5040 for ac_exec_ext
in '' $ac_executable_extensions; do
5041 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5042 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5053 if test -n "$LD"; then
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5055 $as_echo "$LD" >&6; }
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5058 $as_echo "no" >&6; }
5063 if test -z "$ac_cv_prog_LD"; then
5065 # Extract the first word of "ld", so it can be a program name with args.
5066 set dummy ld
; ac_word
=$2
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5068 $as_echo_n "checking for $ac_word... " >&6; }
5069 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5070 $as_echo_n "(cached) " >&6
5072 if test -n "$ac_ct_LD"; then
5073 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5075 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5079 test -z "$as_dir" && as_dir
=.
5080 for ac_exec_ext
in '' $ac_executable_extensions; do
5081 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5082 ac_cv_prog_ac_ct_LD
="ld"
5083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5092 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5093 if test -n "$ac_ct_LD"; then
5094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5095 $as_echo "$ac_ct_LD" >&6; }
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5098 $as_echo "no" >&6; }
5101 if test "x$ac_ct_LD" = x
; then
5104 case $cross_compiling:$ac_tool_warned in
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5107 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5108 ac_tool_warned
=yes ;;
5119 with_fontconfig
=${with_fontconfig:-no}
5121 *-mingw32*|
*-cygwin*)
5122 enable_win16
=${enable_win16:-no}
5123 CFLAGS
="$CFLAGS -D_WIN32"
5129 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5134 $as_echo_n "checking whether $CC works... " >&6; }
5136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5137 /* end confdefs.h. */
5147 if ac_fn_c_try_link
"$LINENO"; then :
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5149 $as_echo "yes" >&6; }
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5152 $as_echo "no" >&6; }
5153 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5155 rm -f core conftest.err conftest.
$ac_objext \
5156 conftest
$ac_exeext conftest.
$ac_ext
5158 notice_platform
="32-bit "
5161 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/pkgconfig}
5162 export PKG_CONFIG_PATH
5163 enable_win16
=${enable_win16:-yes}
5165 if test "x${GCC}" = "xyes"
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5168 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5170 /* end confdefs.h. */
5175 void func(__builtin_ms_va_list *args);
5180 if ac_fn_c_try_compile
"$LINENO"; then :
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5182 $as_echo "yes" >&6; }
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5185 $as_echo "no" >&6; }
5186 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5188 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5193 notice_platform
="64-bit "
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5200 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5201 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5202 /* end confdefs.h. */
5203 int ac_test(int i) { return i; }
5207 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5212 if ac_fn_c_try_link
"$LINENO"; then :
5213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5214 $as_echo "yes" >&6; }
5216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5217 $as_echo "no" >&6; }
5218 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5220 rm -f core conftest.err conftest.
$ac_objext \
5221 conftest
$ac_exeext conftest.
$ac_ext
5222 CFLAGS
="$CFLAGS -marm"
5227 enable_win16
=${enable_win16:-yes}
5231 enable_win16
=${enable_win16:-no}
5232 enable_win64
=${enable_win64:-no}
5234 enable_winetest
=${enable_winetest:-$enable_tests}
5236 if test -n "$with_wine64"
5238 if test "x$enable_win64" = "xyes"
5240 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5241 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5243 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5244 You should create a separate build directory and run configure from there." "$LINENO" 5
5245 enable_fonts
=${enable_fonts:-no}
5246 enable_server
=${enable_server:-no}
5247 elif test "x$enable_win64" = "xyes"
5249 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5253 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5254 if ${wine_cv_toolsdir+:} false
; then :
5255 $as_echo_n "(cached) " >&6
5257 wine_cv_toolsdir
="$with_wine_tools"
5258 if test -z "$with_wine_tools"; then
5259 if test "$cross_compiling" = "yes"; then
5260 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5261 elif test -n "$with_wine64"; then
5262 wine_cv_toolsdir
="$with_wine64"
5265 if test -z "$wine_cv_toolsdir"; then
5266 wine_makedep
=tools
/makedep
5267 wine_cv_toolsdir
="\$(top_builddir)"
5268 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5269 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5270 case "$wine_cv_toolsdir" in
5272 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5274 enable_tools
=${enable_tools:-no}
5275 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5277 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5281 $as_echo "$wine_cv_toolsdir" >&6; }
5282 TOOLSDIR
=$wine_cv_toolsdir
5284 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5286 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5292 # Extract the first word of "$ac_prog", so it can be a program name with args.
5293 set dummy
$ac_prog; ac_word
=$2
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5295 $as_echo_n "checking for $ac_word... " >&6; }
5296 if ${ac_cv_prog_FLEX+:} false
; then :
5297 $as_echo_n "(cached) " >&6
5299 if test -n "$FLEX"; then
5300 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5302 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5306 test -z "$as_dir" && as_dir
=.
5307 for ac_exec_ext
in '' $ac_executable_extensions; do
5308 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5309 ac_cv_prog_FLEX
="$ac_prog"
5310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5319 FLEX
=$ac_cv_prog_FLEX
5320 if test -n "$FLEX"; then
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5322 $as_echo "$FLEX" >&6; }
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5325 $as_echo "no" >&6; }
5329 test -n "$FLEX" && break
5331 test -n "$FLEX" || FLEX
="none"
5333 if test "$FLEX" = "none"
5335 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5338 $as_echo_n "checking whether flex is recent enough... " >&6; }
5339 cat >conftest.l
<<EOF
5341 #include "prediluvian.h"
5345 if $FLEX -t conftest.l
>/dev
/null
2>&5
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5348 $as_echo "yes" >&6; }
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5351 $as_echo "no" >&6; }
5352 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5355 for ac_prog
in bison
5357 # Extract the first word of "$ac_prog", so it can be a program name with args.
5358 set dummy
$ac_prog; ac_word
=$2
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5360 $as_echo_n "checking for $ac_word... " >&6; }
5361 if ${ac_cv_prog_BISON+:} false
; then :
5362 $as_echo_n "(cached) " >&6
5364 if test -n "$BISON"; then
5365 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5367 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5371 test -z "$as_dir" && as_dir
=.
5372 for ac_exec_ext
in '' $ac_executable_extensions; do
5373 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5374 ac_cv_prog_BISON
="$ac_prog"
5375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5384 BISON
=$ac_cv_prog_BISON
5385 if test -n "$BISON"; then
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5387 $as_echo "$BISON" >&6; }
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5390 $as_echo "no" >&6; }
5394 test -n "$BISON" && break
5396 test -n "$BISON" || BISON
="none"
5398 if test "$BISON" = "none"
5400 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5403 if test -n "$ac_tool_prefix"; then
5404 for ac_prog
in ar gar
5406 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5407 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5409 $as_echo_n "checking for $ac_word... " >&6; }
5410 if ${ac_cv_prog_AR+:} false
; then :
5411 $as_echo_n "(cached) " >&6
5413 if test -n "$AR"; then
5414 ac_cv_prog_AR
="$AR" # Let the user override the test.
5416 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5420 test -z "$as_dir" && as_dir
=.
5421 for ac_exec_ext
in '' $ac_executable_extensions; do
5422 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5423 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5424 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5434 if test -n "$AR"; then
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5436 $as_echo "$AR" >&6; }
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5439 $as_echo "no" >&6; }
5443 test -n "$AR" && break
5446 if test -z "$AR"; then
5448 for ac_prog
in ar gar
5450 # Extract the first word of "$ac_prog", so it can be a program name with args.
5451 set dummy
$ac_prog; ac_word
=$2
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5453 $as_echo_n "checking for $ac_word... " >&6; }
5454 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5455 $as_echo_n "(cached) " >&6
5457 if test -n "$ac_ct_AR"; then
5458 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5460 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5464 test -z "$as_dir" && as_dir
=.
5465 for ac_exec_ext
in '' $ac_executable_extensions; do
5466 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5467 ac_cv_prog_ac_ct_AR
="$ac_prog"
5468 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5477 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5478 if test -n "$ac_ct_AR"; then
5479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5480 $as_echo "$ac_ct_AR" >&6; }
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5483 $as_echo "no" >&6; }
5487 test -n "$ac_ct_AR" && break
5490 if test "x$ac_ct_AR" = 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 ;;
5503 if test -n "$ac_tool_prefix"; then
5504 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5505 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5507 $as_echo_n "checking for $ac_word... " >&6; }
5508 if ${ac_cv_prog_STRIP+:} false
; then :
5509 $as_echo_n "(cached) " >&6
5511 if test -n "$STRIP"; then
5512 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5514 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5518 test -z "$as_dir" && as_dir
=.
5519 for ac_exec_ext
in '' $ac_executable_extensions; do
5520 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5521 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5531 STRIP
=$ac_cv_prog_STRIP
5532 if test -n "$STRIP"; then
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5534 $as_echo "$STRIP" >&6; }
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5537 $as_echo "no" >&6; }
5542 if test -z "$ac_cv_prog_STRIP"; then
5544 # Extract the first word of "strip", so it can be a program name with args.
5545 set dummy strip
; ac_word
=$2
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5547 $as_echo_n "checking for $ac_word... " >&6; }
5548 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5549 $as_echo_n "(cached) " >&6
5551 if test -n "$ac_ct_STRIP"; then
5552 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5554 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5558 test -z "$as_dir" && as_dir
=.
5559 for ac_exec_ext
in '' $ac_executable_extensions; do
5560 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5561 ac_cv_prog_ac_ct_STRIP
="strip"
5562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5571 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5572 if test -n "$ac_ct_STRIP"; then
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5574 $as_echo "$ac_ct_STRIP" >&6; }
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5577 $as_echo "no" >&6; }
5580 if test "x$ac_ct_STRIP" = x
; then
5583 case $cross_compiling:$ac_tool_warned in
5585 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5586 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5587 ac_tool_warned
=yes ;;
5592 STRIP
="$ac_cv_prog_STRIP"
5597 if test -n "$ac_tool_prefix"; then
5598 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5599 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5601 $as_echo_n "checking for $ac_word... " >&6; }
5602 if ${ac_cv_prog_RANLIB+:} false
; then :
5603 $as_echo_n "(cached) " >&6
5605 if test -n "$RANLIB"; then
5606 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5608 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5612 test -z "$as_dir" && as_dir
=.
5613 for ac_exec_ext
in '' $ac_executable_extensions; do
5614 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5615 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5625 RANLIB
=$ac_cv_prog_RANLIB
5626 if test -n "$RANLIB"; then
5627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5628 $as_echo "$RANLIB" >&6; }
5630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5631 $as_echo "no" >&6; }
5636 if test -z "$ac_cv_prog_RANLIB"; then
5637 ac_ct_RANLIB
=$RANLIB
5638 # Extract the first word of "ranlib", so it can be a program name with args.
5639 set dummy ranlib
; ac_word
=$2
5640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5641 $as_echo_n "checking for $ac_word... " >&6; }
5642 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5643 $as_echo_n "(cached) " >&6
5645 if test -n "$ac_ct_RANLIB"; then
5646 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5648 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5652 test -z "$as_dir" && as_dir
=.
5653 for ac_exec_ext
in '' $ac_executable_extensions; do
5654 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5655 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5665 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5666 if test -n "$ac_ct_RANLIB"; then
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5668 $as_echo "$ac_ct_RANLIB" >&6; }
5670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5671 $as_echo "no" >&6; }
5674 if test "x$ac_ct_RANLIB" = x
; then
5677 case $cross_compiling:$ac_tool_warned in
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5680 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5681 ac_tool_warned
=yes ;;
5683 RANLIB
=$ac_ct_RANLIB
5686 RANLIB
="$ac_cv_prog_RANLIB"
5689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5690 $as_echo_n "checking whether ln -s works... " >&6; }
5692 if test "$LN_S" = "ln -s"; then
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5694 $as_echo "yes" >&6; }
5696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5697 $as_echo "no, using $LN_S" >&6; }
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5701 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5702 if ${ac_cv_path_GREP+:} false
; then :
5703 $as_echo_n "(cached) " >&6
5705 if test -z "$GREP"; then
5706 ac_path_GREP_found
=false
5707 # Loop through the user's path and test for each of PROGNAME-LIST
5708 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5709 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5712 test -z "$as_dir" && as_dir
=.
5713 for ac_prog
in grep ggrep
; do
5714 for ac_exec_ext
in '' $ac_executable_extensions; do
5715 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5716 as_fn_executable_p
"$ac_path_GREP" ||
continue
5717 # Check for GNU ac_path_GREP and select it if it is found.
5718 # Check for GNU $ac_path_GREP
5719 case `"$ac_path_GREP" --version 2>&1` in
5721 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5724 $as_echo_n 0123456789 >"conftest.in"
5727 cat "conftest.in" "conftest.in" >"conftest.tmp"
5728 mv "conftest.tmp" "conftest.in"
5729 cp "conftest.in" "conftest.nl"
5730 $as_echo 'GREP' >> "conftest.nl"
5731 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5732 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5733 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5734 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5735 # Best one so far, save it but keep looking for a better one
5736 ac_cv_path_GREP
="$ac_path_GREP"
5737 ac_path_GREP_max
=$ac_count
5739 # 10*(2^10) chars as input seems more than enough
5740 test $ac_count -gt 10 && break
5742 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5745 $ac_path_GREP_found && break 3
5750 if test -z "$ac_cv_path_GREP"; then
5751 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5754 ac_cv_path_GREP
=$GREP
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5759 $as_echo "$ac_cv_path_GREP" >&6; }
5760 GREP
="$ac_cv_path_GREP"
5763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5764 $as_echo_n "checking for egrep... " >&6; }
5765 if ${ac_cv_path_EGREP+:} false
; then :
5766 $as_echo_n "(cached) " >&6
5768 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5769 then ac_cv_path_EGREP
="$GREP -E"
5771 if test -z "$EGREP"; then
5772 ac_path_EGREP_found
=false
5773 # Loop through the user's path and test for each of PROGNAME-LIST
5774 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5775 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5778 test -z "$as_dir" && as_dir
=.
5779 for ac_prog
in egrep; do
5780 for ac_exec_ext
in '' $ac_executable_extensions; do
5781 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5782 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5783 # Check for GNU ac_path_EGREP and select it if it is found.
5784 # Check for GNU $ac_path_EGREP
5785 case `"$ac_path_EGREP" --version 2>&1` in
5787 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5790 $as_echo_n 0123456789 >"conftest.in"
5793 cat "conftest.in" "conftest.in" >"conftest.tmp"
5794 mv "conftest.tmp" "conftest.in"
5795 cp "conftest.in" "conftest.nl"
5796 $as_echo 'EGREP' >> "conftest.nl"
5797 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5798 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5799 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5800 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5801 # Best one so far, save it but keep looking for a better one
5802 ac_cv_path_EGREP
="$ac_path_EGREP"
5803 ac_path_EGREP_max
=$ac_count
5805 # 10*(2^10) chars as input seems more than enough
5806 test $ac_count -gt 10 && break
5808 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5811 $ac_path_EGREP_found && break 3
5816 if test -z "$ac_cv_path_EGREP"; then
5817 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5820 ac_cv_path_EGREP
=$EGREP
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5826 $as_echo "$ac_cv_path_EGREP" >&6; }
5827 EGREP
="$ac_cv_path_EGREP"
5830 # Extract the first word of "ldconfig", so it can be a program name with args.
5831 set dummy ldconfig
; ac_word
=$2
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5833 $as_echo_n "checking for $ac_word... " >&6; }
5834 if ${ac_cv_path_LDCONFIG+:} false
; then :
5835 $as_echo_n "(cached) " >&6
5839 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5842 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5843 for as_dir
in /sbin
/usr
/sbin
$PATH
5846 test -z "$as_dir" && as_dir
=.
5847 for ac_exec_ext
in '' $ac_executable_extensions; do
5848 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5849 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5857 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5861 LDCONFIG
=$ac_cv_path_LDCONFIG
5862 if test -n "$LDCONFIG"; then
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5864 $as_echo "$LDCONFIG" >&6; }
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5867 $as_echo "no" >&6; }
5871 for ac_prog
in msgfmt
5873 # Extract the first word of "$ac_prog", so it can be a program name with args.
5874 set dummy
$ac_prog; ac_word
=$2
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5876 $as_echo_n "checking for $ac_word... " >&6; }
5877 if ${ac_cv_prog_MSGFMT+:} false
; then :
5878 $as_echo_n "(cached) " >&6
5880 if test -n "$MSGFMT"; then
5881 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5883 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5887 test -z "$as_dir" && as_dir
=.
5888 for ac_exec_ext
in '' $ac_executable_extensions; do
5889 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5890 ac_cv_prog_MSGFMT
="$ac_prog"
5891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5900 MSGFMT
=$ac_cv_prog_MSGFMT
5901 if test -n "$MSGFMT"; then
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5903 $as_echo "$MSGFMT" >&6; }
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5906 $as_echo "no" >&6; }
5910 test -n "$MSGFMT" && break
5912 test -n "$MSGFMT" || MSGFMT
="false"
5914 if ${ac_tool_prefix+:} false
; then :
5915 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5916 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5918 $as_echo_n "checking for $ac_word... " >&6; }
5919 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5920 $as_echo_n "(cached) " >&6
5922 if test -n "$PKG_CONFIG"; then
5923 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5925 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5929 test -z "$as_dir" && as_dir
=.
5930 for ac_exec_ext
in '' $ac_executable_extensions; do
5931 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5932 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5942 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5943 if test -n "$PKG_CONFIG"; then
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5945 $as_echo "$PKG_CONFIG" >&6; }
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5948 $as_echo "no" >&6; }
5953 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5954 if test "x$cross_compiling" = xyes
; then :
5957 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5958 # Extract the first word of "pkg-config", so it can be a program name with args.
5959 set dummy pkg-config
; ac_word
=$2
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5961 $as_echo_n "checking for $ac_word... " >&6; }
5962 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5963 $as_echo_n "(cached) " >&6
5965 if test -n "$PKG_CONFIG"; then
5966 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5968 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5972 test -z "$as_dir" && as_dir
=.
5973 for ac_exec_ext
in '' $ac_executable_extensions; do
5974 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5975 ac_cv_prog_PKG_CONFIG
="pkg-config"
5976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5985 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5986 if test -n "$PKG_CONFIG"; then
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5988 $as_echo "$PKG_CONFIG" >&6; }
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5991 $as_echo "no" >&6; }
5997 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6000 if test "x$enable_maintainer_mode" != "xyes"
6007 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6008 for ac_prog
in fontforge
6010 # Extract the first word of "$ac_prog", so it can be a program name with args.
6011 set dummy
$ac_prog; ac_word
=$2
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6013 $as_echo_n "checking for $ac_word... " >&6; }
6014 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6015 $as_echo_n "(cached) " >&6
6017 if test -n "$FONTFORGE"; then
6018 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6020 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6024 test -z "$as_dir" && as_dir
=.
6025 for ac_exec_ext
in '' $ac_executable_extensions; do
6026 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6027 ac_cv_prog_FONTFORGE
="$ac_prog"
6028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6037 FONTFORGE
=$ac_cv_prog_FONTFORGE
6038 if test -n "$FONTFORGE"; then
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6040 $as_echo "$FONTFORGE" >&6; }
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6043 $as_echo "no" >&6; }
6047 test -n "$FONTFORGE" && break
6049 test -n "$FONTFORGE" || FONTFORGE
="false"
6051 for ac_prog
in rsvg-convert rsvg
6053 # Extract the first word of "$ac_prog", so it can be a program name with args.
6054 set dummy
$ac_prog; ac_word
=$2
6055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6056 $as_echo_n "checking for $ac_word... " >&6; }
6057 if ${ac_cv_prog_RSVG+:} false
; then :
6058 $as_echo_n "(cached) " >&6
6060 if test -n "$RSVG"; then
6061 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6063 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6067 test -z "$as_dir" && as_dir
=.
6068 for ac_exec_ext
in '' $ac_executable_extensions; do
6069 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6070 ac_cv_prog_RSVG
="$ac_prog"
6071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6080 RSVG
=$ac_cv_prog_RSVG
6081 if test -n "$RSVG"; then
6082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6083 $as_echo "$RSVG" >&6; }
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6086 $as_echo "no" >&6; }
6090 test -n "$RSVG" && break
6092 test -n "$RSVG" || RSVG
="false"
6094 for ac_prog
in convert
6096 # Extract the first word of "$ac_prog", so it can be a program name with args.
6097 set dummy
$ac_prog; ac_word
=$2
6098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6099 $as_echo_n "checking for $ac_word... " >&6; }
6100 if ${ac_cv_prog_CONVERT+:} false
; then :
6101 $as_echo_n "(cached) " >&6
6103 if test -n "$CONVERT"; then
6104 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6106 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6110 test -z "$as_dir" && as_dir
=.
6111 for ac_exec_ext
in '' $ac_executable_extensions; do
6112 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6113 ac_cv_prog_CONVERT
="$ac_prog"
6114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6123 CONVERT
=$ac_cv_prog_CONVERT
6124 if test -n "$CONVERT"; then
6125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6126 $as_echo "$CONVERT" >&6; }
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6129 $as_echo "no" >&6; }
6133 test -n "$CONVERT" && break
6135 test -n "$CONVERT" || CONVERT
="false"
6137 for ac_prog
in icotool
6139 # Extract the first word of "$ac_prog", so it can be a program name with args.
6140 set dummy
$ac_prog; ac_word
=$2
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6142 $as_echo_n "checking for $ac_word... " >&6; }
6143 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6144 $as_echo_n "(cached) " >&6
6146 if test -n "$ICOTOOL"; then
6147 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6149 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6153 test -z "$as_dir" && as_dir
=.
6154 for ac_exec_ext
in '' $ac_executable_extensions; do
6155 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6156 ac_cv_prog_ICOTOOL
="$ac_prog"
6157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6166 ICOTOOL
=$ac_cv_prog_ICOTOOL
6167 if test -n "$ICOTOOL"; then
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6169 $as_echo "$ICOTOOL" >&6; }
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6172 $as_echo "no" >&6; }
6176 test -n "$ICOTOOL" && break
6178 test -n "$ICOTOOL" || ICOTOOL
="false"
6180 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6181 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6183 if test "$CONVERT" = false
6185 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6188 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6189 convert_version
=`convert --version | head -n1`
6190 if test "x$convert_version" != "x"
6192 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6193 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6194 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6199 if test "$CONVERT" = false
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6202 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6203 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6206 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6210 if test "$ICOTOOL" = false
6212 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6215 $as_echo_n "checking for recent enough icotool... " >&6; }
6216 icotool_version
=`icotool --version | head -n1`
6217 if test "x$icotool_version" != "x"
6219 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6220 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6221 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6224 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6227 if test "$ICOTOOL" = false
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6230 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6231 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6234 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6240 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6243 test "x$with_gettext" != xno || MSGFMT
=false
6244 if test "$MSGFMT" != "false"
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6247 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6248 cat >conftest.po
<<EOF
6254 if $MSGFMT -o /dev
/null conftest.po
2>&5
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6257 $as_echo "yes" >&6; }
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6260 $as_echo "no" >&6; }
6264 if test "$MSGFMT" = false
; then :
6265 case "x$with_gettext" in
6266 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6268 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6269 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6271 enable_po
=${enable_po:-no}
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6276 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6277 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6278 $as_echo_n "(cached) " >&6
6280 ac_check_lib_save_LIBS
=$LIBS
6282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6283 /* end confdefs.h. */
6285 /* Override any GCC internal prototype to avoid an error.
6286 Use char because int might match the return type of a GCC
6287 builtin and then its argument prototype would still apply. */
6291 char i386_set_ldt ();
6295 return i386_set_ldt ();
6300 if ac_fn_c_try_link
"$LINENO"; then :
6301 ac_cv_lib_i386_i386_set_ldt
=yes
6303 ac_cv_lib_i386_i386_set_ldt
=no
6305 rm -f core conftest.err conftest.
$ac_objext \
6306 conftest
$ac_exeext conftest.
$ac_ext
6307 LIBS
=$ac_check_lib_save_LIBS
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6310 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6311 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6312 cat >>confdefs.h
<<_ACEOF
6313 #define HAVE_LIBI386 1
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6321 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6322 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6323 $as_echo_n "(cached) " >&6
6325 ac_check_lib_save_LIBS
=$LIBS
6326 LIBS
="-lossaudio $LIBS"
6327 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6328 /* end confdefs.h. */
6330 /* Override any GCC internal prototype to avoid an error.
6331 Use char because int might match the return type of a GCC
6332 builtin and then its argument prototype would still apply. */
6340 return _oss_ioctl ();
6345 if ac_fn_c_try_link
"$LINENO"; then :
6346 ac_cv_lib_ossaudio__oss_ioctl
=yes
6348 ac_cv_lib_ossaudio__oss_ioctl
=no
6350 rm -f core conftest.err conftest.
$ac_objext \
6351 conftest
$ac_exeext conftest.
$ac_ext
6352 LIBS
=$ac_check_lib_save_LIBS
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6355 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6356 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6357 cat >>confdefs.h
<<_ACEOF
6358 #define HAVE_LIBOSSAUDIO 1
6361 LIBS
="-lossaudio $LIBS"
6370 # Check whether --enable-largefile was given.
6371 if test "${enable_largefile+set}" = set; then :
6372 enableval
=$enable_largefile;
6375 if test "$enable_largefile" != no
; then
6377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6378 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6379 if ${ac_cv_sys_largefile_CC+:} false
; then :
6380 $as_echo_n "(cached) " >&6
6382 ac_cv_sys_largefile_CC
=no
6383 if test "$GCC" != yes; then
6386 # IRIX 6.2 and later do not support large files by default,
6387 # so use the C compiler's -n32 option if that helps.
6388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6389 /* end confdefs.h. */
6390 #include <sys/types.h>
6391 /* Check that off_t can represent 2**63 - 1 correctly.
6392 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6393 since some C++ compilers masquerading as C compilers
6394 incorrectly reject 9223372036854775807. */
6395 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6396 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6397 && LARGE_OFF_T % 2147483647 == 1)
6407 if ac_fn_c_try_compile
"$LINENO"; then :
6410 rm -f core conftest.err conftest.
$ac_objext
6412 if ac_fn_c_try_compile
"$LINENO"; then :
6413 ac_cv_sys_largefile_CC
=' -n32'; break
6415 rm -f core conftest.err conftest.
$ac_objext
6419 rm -f conftest.
$ac_ext
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6423 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6424 if test "$ac_cv_sys_largefile_CC" != no
; then
6425 CC
=$CC$ac_cv_sys_largefile_CC
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6429 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6430 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6431 $as_echo_n "(cached) " >&6
6434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6435 /* end confdefs.h. */
6436 #include <sys/types.h>
6437 /* Check that off_t can represent 2**63 - 1 correctly.
6438 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6439 since some C++ compilers masquerading as C compilers
6440 incorrectly reject 9223372036854775807. */
6441 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6442 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6443 && LARGE_OFF_T % 2147483647 == 1)
6453 if ac_fn_c_try_compile
"$LINENO"; then :
6454 ac_cv_sys_file_offset_bits
=no
; break
6456 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6457 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6458 /* end confdefs.h. */
6459 #define _FILE_OFFSET_BITS 64
6460 #include <sys/types.h>
6461 /* Check that off_t can represent 2**63 - 1 correctly.
6462 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6463 since some C++ compilers masquerading as C compilers
6464 incorrectly reject 9223372036854775807. */
6465 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6466 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6467 && LARGE_OFF_T % 2147483647 == 1)
6477 if ac_fn_c_try_compile
"$LINENO"; then :
6478 ac_cv_sys_file_offset_bits
=64; break
6480 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6481 ac_cv_sys_file_offset_bits
=unknown
6485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6486 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6487 case $ac_cv_sys_file_offset_bits in #(
6490 cat >>confdefs.h
<<_ACEOF
6491 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6496 if test $ac_cv_sys_file_offset_bits = unknown
; then
6497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6498 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6499 if ${ac_cv_sys_large_files+:} false
; then :
6500 $as_echo_n "(cached) " >&6
6503 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6504 /* end confdefs.h. */
6505 #include <sys/types.h>
6506 /* Check that off_t can represent 2**63 - 1 correctly.
6507 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6508 since some C++ compilers masquerading as C compilers
6509 incorrectly reject 9223372036854775807. */
6510 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6511 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6512 && LARGE_OFF_T % 2147483647 == 1)
6522 if ac_fn_c_try_compile
"$LINENO"; then :
6523 ac_cv_sys_large_files
=no
; break
6525 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6526 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6527 /* end confdefs.h. */
6528 #define _LARGE_FILES 1
6529 #include <sys/types.h>
6530 /* Check that off_t can represent 2**63 - 1 correctly.
6531 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6532 since some C++ compilers masquerading as C compilers
6533 incorrectly reject 9223372036854775807. */
6534 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6535 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6536 && LARGE_OFF_T % 2147483647 == 1)
6546 if ac_fn_c_try_compile
"$LINENO"; then :
6547 ac_cv_sys_large_files
=1; break
6549 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6550 ac_cv_sys_large_files
=unknown
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6555 $as_echo "$ac_cv_sys_large_files" >&6; }
6556 case $ac_cv_sys_large_files in #(
6559 cat >>confdefs.h
<<_ACEOF
6560 #define _LARGE_FILES $ac_cv_sys_large_files
6572 ac_cpp
='$CPP $CPPFLAGS'
6573 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6574 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6575 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6577 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6578 # On Suns, sometimes $CPP names a directory.
6579 if test -n "$CPP" && test -d "$CPP"; then
6582 if test -z "$CPP"; then
6583 if ${ac_cv_prog_CPP+:} false
; then :
6584 $as_echo_n "(cached) " >&6
6586 # Double quotes because CPP needs to be expanded
6587 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6590 for ac_c_preproc_warn_flag
in '' yes
6592 # Use a header file that comes with gcc, so configuring glibc
6593 # with a fresh cross-compiler works.
6594 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6595 # <limits.h> exists even on freestanding compilers.
6596 # On the NeXT, cc -E runs the code through the compiler's parser,
6597 # not just through cpp. "Syntax error" is here to catch this case.
6598 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6599 /* end confdefs.h. */
6601 # include <limits.h>
6603 # include <assert.h>
6607 if ac_fn_c_try_cpp
"$LINENO"; then :
6610 # Broken: fails on valid input.
6613 rm -f conftest.err conftest.i conftest.
$ac_ext
6615 # OK, works on sane cases. Now check whether nonexistent headers
6616 # can be detected and how.
6617 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6618 /* end confdefs.h. */
6619 #include <ac_nonexistent.h>
6621 if ac_fn_c_try_cpp
"$LINENO"; then :
6622 # Broken: success on invalid input.
6625 # Passes both tests.
6629 rm -f conftest.err conftest.i conftest.
$ac_ext
6632 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6633 rm -f conftest.i conftest.err conftest.
$ac_ext
6634 if $ac_preproc_ok; then :
6646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6647 $as_echo "$CPP" >&6; }
6649 for ac_c_preproc_warn_flag
in '' yes
6651 # Use a header file that comes with gcc, so configuring glibc
6652 # with a fresh cross-compiler works.
6653 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6654 # <limits.h> exists even on freestanding compilers.
6655 # On the NeXT, cc -E runs the code through the compiler's parser,
6656 # not just through cpp. "Syntax error" is here to catch this case.
6657 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6658 /* end confdefs.h. */
6660 # include <limits.h>
6662 # include <assert.h>
6666 if ac_fn_c_try_cpp
"$LINENO"; then :
6669 # Broken: fails on valid input.
6672 rm -f conftest.err conftest.i conftest.
$ac_ext
6674 # OK, works on sane cases. Now check whether nonexistent headers
6675 # can be detected and how.
6676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6677 /* end confdefs.h. */
6678 #include <ac_nonexistent.h>
6680 if ac_fn_c_try_cpp
"$LINENO"; then :
6681 # Broken: success on invalid input.
6684 # Passes both tests.
6688 rm -f conftest.err conftest.i conftest.
$ac_ext
6691 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6692 rm -f conftest.i conftest.err conftest.
$ac_ext
6693 if $ac_preproc_ok; then :
6696 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6697 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6698 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6699 See \`config.log' for more details" "$LINENO" 5; }
6703 ac_cpp
='$CPP $CPPFLAGS'
6704 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6705 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6706 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6710 $as_echo_n "checking for ANSI C header files... " >&6; }
6711 if ${ac_cv_header_stdc+:} false
; then :
6712 $as_echo_n "(cached) " >&6
6714 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6715 /* end confdefs.h. */
6729 if ac_fn_c_try_compile
"$LINENO"; then :
6730 ac_cv_header_stdc
=yes
6732 ac_cv_header_stdc
=no
6734 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6736 if test $ac_cv_header_stdc = yes; then
6737 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6738 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6739 /* end confdefs.h. */
6743 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6744 $EGREP "memchr" >/dev
/null
2>&1; then :
6747 ac_cv_header_stdc
=no
6753 if test $ac_cv_header_stdc = yes; then
6754 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6755 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6756 /* end confdefs.h. */
6760 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6761 $EGREP "free" >/dev
/null
2>&1; then :
6764 ac_cv_header_stdc
=no
6770 if test $ac_cv_header_stdc = yes; then
6771 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6772 if test "$cross_compiling" = yes; then :
6775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6776 /* end confdefs.h. */
6779 #if ((' ' & 0x0FF) == 0x020)
6780 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6781 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6783 # define ISLOWER(c) \
6784 (('a' <= (c) && (c) <= 'i') \
6785 || ('j' <= (c) && (c) <= 'r') \
6786 || ('s' <= (c) && (c) <= 'z'))
6787 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6790 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6795 for (i = 0; i < 256; i++)
6796 if (XOR (islower (i), ISLOWER (i))
6797 || toupper (i) != TOUPPER (i))
6802 if ac_fn_c_try_run
"$LINENO"; then :
6805 ac_cv_header_stdc
=no
6807 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6808 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6814 $as_echo "$ac_cv_header_stdc" >&6; }
6815 if test $ac_cv_header_stdc = yes; then
6817 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6821 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6822 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6823 inttypes.h stdint.h unistd.h
6825 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6826 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6828 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6829 cat >>confdefs.h
<<_ACEOF
6830 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6840 ApplicationServices
/ApplicationServices.h \
6841 AudioToolbox
/AudioConverter.h \
6842 AudioUnit
/AudioUnit.h \
6843 AudioUnit
/AudioComponent.h \
6846 CommonCrypto
/CommonDigest.h \
6847 CoreAudio
/CoreAudio.h \
6848 CoreServices
/CoreServices.h \
6849 DiskArbitration
/DiskArbitration.h \
6852 IOKit
/hid
/IOHIDLib.h \
6855 QuickTime
/ImageCompression.h \
6856 Security
/Security.h \
6906 netinet
/in_systm.h \
6971 valgrind
/memcheck.h \
6972 valgrind
/valgrind.h \
6976 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6977 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6978 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6979 cat >>confdefs.h
<<_ACEOF
6980 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5
6988 $as_echo_n "checking whether sys/types.h defines makedev... " >&6; }
6989 if ${ac_cv_header_sys_types_h_makedev+:} false
; then :
6990 $as_echo_n "(cached) " >&6
6992 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6993 /* end confdefs.h. */
6994 #include <sys/types.h>
6998 return makedev(0, 0);
7003 if ac_fn_c_try_link
"$LINENO"; then :
7004 ac_cv_header_sys_types_h_makedev
=yes
7006 ac_cv_header_sys_types_h_makedev
=no
7008 rm -f core conftest.err conftest.
$ac_objext \
7009 conftest
$ac_exeext conftest.
$ac_ext
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5
7013 $as_echo "$ac_cv_header_sys_types_h_makedev" >&6; }
7015 if test $ac_cv_header_sys_types_h_makedev = no
; then
7016 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7017 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7019 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7025 if test $ac_cv_header_sys_mkdev_h = no
; then
7026 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7027 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7029 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7038 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7039 if ${ac_cv_header_stat_broken+:} false
; then :
7040 $as_echo_n "(cached) " >&6
7042 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7043 /* end confdefs.h. */
7044 #include <sys/types.h>
7045 #include <sys/stat.h>
7047 #if defined S_ISBLK && defined S_IFDIR
7048 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7051 #if defined S_ISBLK && defined S_IFCHR
7052 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7055 #if defined S_ISLNK && defined S_IFREG
7056 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7059 #if defined S_ISSOCK && defined S_IFREG
7060 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7064 if ac_fn_c_try_compile
"$LINENO"; then :
7065 ac_cv_header_stat_broken
=no
7067 ac_cv_header_stat_broken
=yes
7069 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7072 $as_echo "$ac_cv_header_stat_broken" >&6; }
7073 if test $ac_cv_header_stat_broken = yes; then
7075 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7081 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7083 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7084 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7085 #ifdef HAVE_SYS_PARAM_H
7086 # include <sys/param.h>
7089 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7090 cat >>confdefs.h
<<_ACEOF
7091 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7106 netinet
/if_ether.h \
7107 netinet
/if_inarp.h \
7116 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7117 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7118 #ifdef HAVE_SYS_SOCKET_H
7119 # include <sys/socket.h>
7121 #ifdef HAVE_SYS_SOCKETVAR_H
7122 # include <sys/socketvar.h>
7124 #ifdef HAVE_NET_ROUTE_H
7125 # include <net/route.h>
7127 #ifdef HAVE_NETINET_IN_H
7128 # include <netinet/in.h>
7130 #ifdef HAVE_NETINET_IN_SYSTM_H
7131 # include <netinet/in_systm.h>
7133 #ifdef HAVE_NET_IF_H
7134 # include <net/if.h>
7136 #ifdef HAVE_NETINET_IP_H
7137 # include <netinet/ip.h>
7140 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7141 cat >>confdefs.h
<<_ACEOF
7142 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7150 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7152 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7153 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7157 #ifdef HAVE_SYS_SOCKET_H
7158 # include <sys/socket.h>
7160 #ifdef HAVE_SYS_SOCKETVAR_H
7161 # include <sys/socketvar.h>
7163 #ifdef HAVE_SYS_TIMEOUT_H
7164 # include <sys/timeout.h>
7166 #ifdef HAVE_NETINET_IN_H
7167 # include <netinet/in.h>
7169 #ifdef HAVE_NETINET_IN_SYSTM_H
7170 # include <netinet/in_systm.h>
7172 #ifdef HAVE_NETINET_IP_H
7173 # include <netinet/ip.h>
7175 #ifdef HAVE_NETINET_IP_VAR_H
7176 # include <netinet/ip_var.h>
7178 #ifdef HAVE_NETINET_IP_ICMP_H
7179 # include <netinet/ip_icmp.h>
7181 #ifdef HAVE_NETINET_UDP_H
7182 # include <netinet/udp.h>
7184 #ifdef HAVE_NETINET_TCP_H
7185 # include <netinet/tcp.h>
7187 #ifdef HAVE_NETINET_TCP_TIMER_H
7188 #include <netinet/tcp_timer.h>
7191 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7192 cat >>confdefs.h
<<_ACEOF
7193 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7201 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7203 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7204 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7205 #ifdef HAVE_ASM_TYPES_H
7206 # include <asm/types.h>
7208 #ifdef HAVE_SYS_SOCKET_H
7209 # include <sys/socket.h>
7211 #ifdef HAVE_LINUX_TYPES_H
7212 # include <linux/types.h>
7215 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7216 cat >>confdefs.h
<<_ACEOF
7217 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7225 for ac_header
in mach-o
/dyld_images.h
7227 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7228 # include <stdbool.h>
7230 #ifdef HAVE_STDINT_H
7231 # include <stdint.h>
7234 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7235 cat >>confdefs.h
<<_ACEOF
7236 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7244 for ac_header
in resolv.h
7246 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7247 #ifdef HAVE_SYS_SOCKET_H
7248 # include <sys/socket.h>
7250 #ifdef HAVE_NETINET_IN_H
7251 # include <netinet/in.h>
7253 #ifdef HAVE_ARPA_NAMESER_H
7254 # include <arpa/nameser.h>
7257 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7258 cat >>confdefs.h
<<_ACEOF
7259 #define HAVE_RESOLV_H 1
7267 for ac_header
in ifaddrs.h
7269 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7271 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7272 cat >>confdefs.h
<<_ACEOF
7273 #define HAVE_IFADDRS_H 1
7281 for ac_header
in sys
/ucontext.h
7283 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7285 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7286 cat >>confdefs.h
<<_ACEOF
7287 #define HAVE_SYS_UCONTEXT_H 1
7295 for ac_header
in sys
/thr.h
7297 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7298 #ifdef HAVE_SYS_UCONTEXT_H
7299 #include <sys/ucontext.h>
7302 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7303 cat >>confdefs.h
<<_ACEOF
7304 #define HAVE_SYS_THR_H 1
7312 for ac_header
in pthread_np.h
7314 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7315 #include <pthread.h>
7318 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7319 cat >>confdefs.h
<<_ACEOF
7320 #define HAVE_PTHREAD_NP_H 1
7328 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7330 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7331 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7332 #include <sys/time.h>
7334 #include <sys/types.h>
7335 #ifdef HAVE_ASM_TYPES_H
7336 #include <asm/types.h>
7339 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7340 cat >>confdefs.h
<<_ACEOF
7341 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7349 for ac_header
in libprocstat.h
7351 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7352 #include <sys/param.h>
7354 #ifdef HAVE_SYS_QUEUE_H
7355 #include <sys/queue.h>
7357 #ifdef HAVE_SYS_SOCKET_H
7358 #include <sys/socket.h>
7361 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7362 cat >>confdefs.h
<<_ACEOF
7363 #define HAVE_LIBPROCSTAT_H 1
7372 dlldir
="\${libdir}/wine"
7374 DLLFLAGS
="-D_REENTRANT"
7382 WINELOADER_LDFLAGS
=""
7387 # Extract the first word of "ldd", so it can be a program name with args.
7388 set dummy ldd
; ac_word
=$2
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7390 $as_echo_n "checking for $ac_word... " >&6; }
7391 if ${ac_cv_path_LDD+:} false
; then :
7392 $as_echo_n "(cached) " >&6
7396 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7399 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7400 as_dummy
="/sbin:/usr/sbin:$PATH"
7401 for as_dir
in $as_dummy
7404 test -z "$as_dir" && as_dir
=.
7405 for ac_exec_ext
in '' $ac_executable_extensions; do
7406 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7407 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7415 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7420 if test -n "$LDD"; then
7421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7422 $as_echo "$LDD" >&6; }
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7425 $as_echo "no" >&6; }
7429 if test -n "$ac_tool_prefix"; then
7430 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7431 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7433 $as_echo_n "checking for $ac_word... " >&6; }
7434 if ${ac_cv_prog_OTOOL+:} false
; then :
7435 $as_echo_n "(cached) " >&6
7437 if test -n "$OTOOL"; then
7438 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7440 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7444 test -z "$as_dir" && as_dir
=.
7445 for ac_exec_ext
in '' $ac_executable_extensions; do
7446 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7447 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7457 OTOOL
=$ac_cv_prog_OTOOL
7458 if test -n "$OTOOL"; then
7459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7460 $as_echo "$OTOOL" >&6; }
7462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7463 $as_echo "no" >&6; }
7468 if test -z "$ac_cv_prog_OTOOL"; then
7470 # Extract the first word of "otool", so it can be a program name with args.
7471 set dummy otool
; ac_word
=$2
7472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7473 $as_echo_n "checking for $ac_word... " >&6; }
7474 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7475 $as_echo_n "(cached) " >&6
7477 if test -n "$ac_ct_OTOOL"; then
7478 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7480 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7484 test -z "$as_dir" && as_dir
=.
7485 for ac_exec_ext
in '' $ac_executable_extensions; do
7486 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7487 ac_cv_prog_ac_ct_OTOOL
="otool"
7488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7497 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7498 if test -n "$ac_ct_OTOOL"; then
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7500 $as_echo "$ac_ct_OTOOL" >&6; }
7502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7503 $as_echo "no" >&6; }
7506 if test "x$ac_ct_OTOOL" = x
; then
7509 case $cross_compiling:$ac_tool_warned in
7511 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7512 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7513 ac_tool_warned
=yes ;;
7518 OTOOL
="$ac_cv_prog_OTOOL"
7521 if test -n "$ac_tool_prefix"; then
7522 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7523 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7525 $as_echo_n "checking for $ac_word... " >&6; }
7526 if ${ac_cv_prog_READELF+:} false
; then :
7527 $as_echo_n "(cached) " >&6
7529 if test -n "$READELF"; then
7530 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7532 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7536 test -z "$as_dir" && as_dir
=.
7537 for ac_exec_ext
in '' $ac_executable_extensions; do
7538 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7539 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7549 READELF
=$ac_cv_prog_READELF
7550 if test -n "$READELF"; then
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7552 $as_echo "$READELF" >&6; }
7554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7555 $as_echo "no" >&6; }
7560 if test -z "$ac_cv_prog_READELF"; then
7561 ac_ct_READELF
=$READELF
7562 # Extract the first word of "readelf", so it can be a program name with args.
7563 set dummy readelf
; ac_word
=$2
7564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7565 $as_echo_n "checking for $ac_word... " >&6; }
7566 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7567 $as_echo_n "(cached) " >&6
7569 if test -n "$ac_ct_READELF"; then
7570 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7572 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7576 test -z "$as_dir" && as_dir
=.
7577 for ac_exec_ext
in '' $ac_executable_extensions; do
7578 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7579 ac_cv_prog_ac_ct_READELF
="readelf"
7580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7589 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7590 if test -n "$ac_ct_READELF"; then
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7592 $as_echo "$ac_ct_READELF" >&6; }
7594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7595 $as_echo "no" >&6; }
7598 if test "x$ac_ct_READELF" = x
; then
7601 case $cross_compiling:$ac_tool_warned in
7603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7604 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7605 ac_tool_warned
=yes ;;
7607 READELF
=$ac_ct_READELF
7610 READELF
="$ac_cv_prog_READELF"
7613 wine_rules_file
=conf$
$rules.
make
7614 rm -f $wine_rules_file
7619 CONFIGURE_TARGETS
=""
7621 ALL_TEST_RESOURCES
=""
7624 wine_fn_append_file
()
7626 as_fn_append
$1 " \\$as_nl $2"
7629 wine_fn_append_rule
()
7631 $as_echo "$1" >>$wine_rules_file
7636 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7639 wine_fn_all_rules
()
7641 wine_fn_append_file SUBDIRS
$ac_dir
7642 wine_fn_append_rule \
7646 @cd $ac_dir && \$(MAKE)"
7649 wine_fn_install_rules
()
7651 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7653 wine_fn_append_rule \
7654 ".PHONY: $ac_dir/install $ac_dir/uninstall
7655 $ac_dir/install:: $ac_dir
7656 @cd $ac_dir && \$(MAKE) install
7658 @cd $ac_dir && \$(MAKE) uninstall
7659 install:: $ac_dir/install
7660 __uninstall__: $ac_dir/uninstall"
7662 if wine_fn_has_flag install-lib
7664 wine_fn_append_rule \
7665 ".PHONY: $ac_dir/install-lib
7666 $ac_dir/install-lib:: $ac_dir
7667 @cd $ac_dir && \$(MAKE) install-lib
7668 install-lib:: $ac_dir/install-lib"
7671 if wine_fn_has_flag install-dev
7673 wine_fn_append_rule \
7674 ".PHONY: $ac_dir/install-dev
7675 $ac_dir/install-dev:: $ac_dir
7676 @cd $ac_dir && \$(MAKE) install-dev
7677 install-dev:: $ac_dir/install-dev"
7681 wine_fn_clean_rules
()
7685 if wine_fn_has_flag clean
7687 wine_fn_append_rule \
7688 "$ac_dir/clean: dummy
7689 @cd $ac_dir && \$(MAKE) clean"
7691 wine_fn_append_rule \
7692 "$ac_dir/clean: dummy
7693 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7695 wine_fn_append_rule \
7696 "__clean__: $ac_dir/clean
7697 .PHONY: $ac_dir/clean"
7700 wine_fn_disabled_rules
()
7704 wine_fn_append_file SUBDIRS
$ac_dir
7705 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7706 wine_fn_append_rule \
7707 "__clean__: $ac_dir/clean
7708 .PHONY: $ac_dir/clean
7709 $ac_dir/clean: dummy
7710 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7713 wine_fn_config_makefile
()
7720 fonts|server
) test -z "$with_wine64" ||
return ;;
7722 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7723 wine_fn_disabled_rules
; return
7726 wine_fn_install_rules
7730 wine_fn_config_lib
()
7734 ac_dir
=dlls
/$ac_name
7737 if test "x$enable_tools" = xno
; then :
7740 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7745 wine_fn_append_rule \
7746 ".PHONY: $ac_dir/install $ac_dir/uninstall
7747 $ac_dir/install:: $ac_dir
7748 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7750 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7751 install install-dev:: $ac_dir/install
7752 __uninstall__: $ac_dir/uninstall
7753 __builddeps__: $ac_dir
7757 wine_fn_config_dll
()
7760 ac_dir
=dlls
/$ac_name
7763 ac_implib
=${4:-$ac_name}
7764 ac_file
=$ac_dir/lib
$ac_implib
7769 if test "x$enable_tools" = xno
; then :
7772 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7775 *.
*16) ac_implibflags
=" -m16" ;;
7777 *) ac_dll
=$ac_dll.dll
;;
7781 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7782 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7784 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7785 if test "$ac_enable" != enable_win16
7787 wine_fn_clean_rules
$ac_clean
7788 wine_fn_append_file SUBDIRS
$ac_dir
7789 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7791 wine_fn_disabled_rules
$ac_clean
7796 wine_fn_clean_rules
$ac_clean
7797 wine_fn_append_rule \
7798 "$ac_dir: __builddeps__
7799 manpages htmlpages sgmlpages xmlpages::
7800 @cd $ac_dir && \$(MAKE) \$@
7801 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7802 install install-lib:: $ac_dir/install-lib
7803 __uninstall__: $ac_dir/uninstall"
7804 if test -n "$DLLEXT"
7806 wine_fn_append_rule \
7807 "$ac_dir/install-lib:: $ac_dir
7808 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7809 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7811 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7813 wine_fn_append_rule \
7814 "$ac_dir/install-lib:: $ac_dir
7815 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7817 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7821 if wine_fn_has_flag staticimplib
7823 wine_fn_append_rule \
7824 "__builddeps__: $ac_file.a
7825 $ac_file.a $ac_file.cross.a: $ac_deps
7827 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7828 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7829 $ac_dir/install-dev:: $ac_file.a
7830 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7832 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7833 install install-dev:: $ac_dir/install-dev
7834 __uninstall__: $ac_dir/uninstall"
7836 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7838 wine_fn_append_rule \
7839 "__builddeps__: $ac_file.cross.a
7840 $ac_file.cross.a: dummy
7841 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7844 elif wine_fn_has_flag implib
7846 wine_fn_append_rule \
7847 "__builddeps__: $ac_file.$IMPLIBEXT
7848 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7849 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7850 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7851 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7852 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7853 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7854 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7856 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7857 install install-dev:: $ac_dir/install-dev
7858 __uninstall__: $ac_dir/uninstall"
7859 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7861 wine_fn_append_rule \
7862 "__builddeps__: $ac_file.cross.a
7863 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7864 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7869 wine_fn_config_program
()
7872 ac_dir
=programs
/$ac_name
7879 *) ac_program
=$ac_program.exe
;;
7883 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7884 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7886 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7887 wine_fn_disabled_rules
$ac_clean; return
7891 wine_fn_clean_rules
$ac_clean
7892 wine_fn_append_rule
"$ac_dir: __builddeps__"
7894 wine_fn_has_flag
install ||
return
7895 wine_fn_append_rule \
7896 ".PHONY: $ac_dir/install $ac_dir/uninstall
7897 install install-lib:: $ac_dir/install
7898 __uninstall__: $ac_dir/uninstall"
7900 if test -n "$DLLEXT"
7902 wine_fn_append_rule \
7903 "$ac_dir/install:: $ac_dir
7904 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7905 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7907 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7909 if test -z "$with_wine64" && wine_fn_has_flag installbin
7911 wine_fn_append_rule \
7912 "$ac_dir/install:: __tooldeps__
7913 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7915 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7918 wine_fn_append_rule \
7919 "$ac_dir/install:: $ac_dir
7920 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7922 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7925 if test -z "$with_wine64" && wine_fn_has_flag manpage
7927 wine_fn_append_rule \
7928 "$ac_dir/install:: $ac_dir
7929 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7931 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7935 wine_fn_config_test
()
7942 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7943 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7945 if test "x$enable_tests" = xno
; then :
7946 wine_fn_disabled_rules
$ac_clean; return
7949 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7951 wine_fn_clean_rules
$ac_clean
7953 wine_fn_append_rule \
7954 "$ac_dir: __builddeps__
7955 programs/winetest: $ac_dir
7956 check test: $ac_dir/test
7957 .PHONY: $ac_dir/test
7959 @cd $ac_dir && \$(MAKE) test
7961 \$(RM) $ac_dir/*.ok"
7963 if test -n "$CROSSTARGET"
7965 wine_fn_append_rule \
7966 "crosstest: $ac_dir/crosstest
7967 .PHONY: $ac_dir/crosstest
7968 $ac_dir/crosstest: __builddeps__ dummy
7969 @cd $ac_dir && \$(MAKE) crosstest"
7973 wine_fn_config_tool
()
7977 if test "x$enable_tools" = xno
; then :
7978 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir; return
7982 wine_fn_install_rules
7985 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7986 wine_fn_append_rule
"$ac_dir: libs/port"
7988 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7992 wine_fn_config_symlink
()
7995 if test "x$1" = "x-d"
8001 wine_fn_append_rule \
8003 @./config.status \$@"
8004 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
8005 test -n "$ac_linkdir" ||
return
8006 wine_fn_append_rule
"$ac_linkdir/depend: $ac_links"
8010 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
8011 WINELOADER_PROGRAMS
="$wine_binary"
8013 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
8017 if test -n "$ac_tool_prefix"; then
8018 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8019 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8021 $as_echo_n "checking for $ac_word... " >&6; }
8022 if ${ac_cv_prog_DLLTOOL+:} false
; then :
8023 $as_echo_n "(cached) " >&6
8025 if test -n "$DLLTOOL"; then
8026 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8028 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8032 test -z "$as_dir" && as_dir
=.
8033 for ac_exec_ext
in '' $ac_executable_extensions; do
8034 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8035 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8045 DLLTOOL
=$ac_cv_prog_DLLTOOL
8046 if test -n "$DLLTOOL"; then
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8048 $as_echo "$DLLTOOL" >&6; }
8050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8051 $as_echo "no" >&6; }
8056 if test -z "$ac_cv_prog_DLLTOOL"; then
8057 ac_ct_DLLTOOL
=$DLLTOOL
8058 # Extract the first word of "dlltool", so it can be a program name with args.
8059 set dummy dlltool
; ac_word
=$2
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8061 $as_echo_n "checking for $ac_word... " >&6; }
8062 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
8063 $as_echo_n "(cached) " >&6
8065 if test -n "$ac_ct_DLLTOOL"; then
8066 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8068 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8072 test -z "$as_dir" && as_dir
=.
8073 for ac_exec_ext
in '' $ac_executable_extensions; do
8074 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8075 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8085 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8086 if test -n "$ac_ct_DLLTOOL"; then
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8088 $as_echo "$ac_ct_DLLTOOL" >&6; }
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8091 $as_echo "no" >&6; }
8094 if test "x$ac_ct_DLLTOOL" = x
; then
8097 case $cross_compiling:$ac_tool_warned in
8099 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8100 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8101 ac_tool_warned
=yes ;;
8103 DLLTOOL
=$ac_ct_DLLTOOL
8106 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8112 enable_iphlpapi
=${enable_iphlpapi:-no}
8113 enable_kernel32
=${enable_kernel32:-no}
8114 enable_msvcrt
=${enable_msvcrt:-no}
8115 enable_ntdll
=${enable_ntdll:-no}
8116 enable_ws2_32
=${enable_ws2_32:-no}
8117 enable_loader
=${enable_loader:-no}
8118 enable_server
=${enable_server:-no}
8119 with_x
=${with_x:-no}
8120 with_pthread
=${with_pthread:-no}
8126 SOCKET_LIBS
="-lws2_32"
8130 LIBWINE_SHAREDLIB
="libwine.dll"
8132 LIBWINE_IMPORTLIB
="libwine.a"
8134 LIBWINE_INSTALL_LIB
="libwine.dll"
8136 LIBWINE_INSTALL_DEV
="libwine.a"
8138 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
8140 LIBWINE_DEPENDS
="wine.def"
8145 for ac_header
in libunwind.h
8147 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8148 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8149 cat >>confdefs.h
<<_ACEOF
8150 #define HAVE_LIBUNWIND_H 1
8158 DLLFLAGS
="$DLLFLAGS -fPIC"
8159 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8160 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8161 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8163 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8165 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8167 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8169 CORESERVICES_LIBS
="-framework CoreServices"
8171 APPKIT_LIBS
="-framework AppKit"
8173 WINELOADER_LDFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8175 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8176 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8177 $as_echo_n "(cached) " >&6
8179 ac_wine_try_cflags_saved
=$CFLAGS
8180 CFLAGS
="$CFLAGS -Wl,-no_pie"
8181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8182 /* end confdefs.h. */
8183 int main(int argc, char **argv) { return 0; }
8185 if ac_fn_c_try_link
"$LINENO"; then :
8186 ac_cv_cflags__Wl__no_pie
=yes
8188 ac_cv_cflags__Wl__no_pie
=no
8190 rm -f core conftest.err conftest.
$ac_objext \
8191 conftest
$ac_exeext conftest.
$ac_ext
8192 CFLAGS
=$ac_wine_try_cflags_saved
8194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8195 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8196 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8197 WINELOADER_LDFLAGS
="-Wl,-no_pie $WINELOADER_LDFLAGS"
8199 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8201 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8204 if test "$ac_cv_header_Security_Security_h" = "yes"
8206 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8208 ac_save_LIBS
="$LIBS"
8209 LIBS
="$LIBS $SECURITY_LIBS"
8210 for ac_func
in SSLCopyPeerCertificates
8212 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8213 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8214 cat >>confdefs.h
<<_ACEOF
8215 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8221 LIBS
="$ac_save_LIBS"
8222 with_gnutls
=${with_gnutls:-no}
8224 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8226 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8228 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8231 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8234 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8235 ac_save_LIBS
="$LIBS"
8236 LIBS
="$LIBS $COREAUDIO_LIBS"
8237 for ac_func
in AUGraphAddNode
8239 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8240 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8241 cat >>confdefs.h
<<_ACEOF
8242 #define HAVE_AUGRAPHADDNODE 1
8248 LIBS
="$ac_save_LIBS"
8250 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8252 OPENAL_LIBS
="-framework OpenAL"
8255 cat >>confdefs.h
<<_ACEOF
8256 #define HAVE_OPENAL 1
8259 ac_cv_lib_openal
=yes
8261 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8263 OPENCL_LIBS
="-framework OpenCL"
8265 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8267 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8269 ac_save_LIBS
="$LIBS"
8270 LIBS
="$LIBS $IOKIT_LIBS"
8271 for ac_func
in IOHIDManagerCreate
8273 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8274 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8275 cat >>confdefs.h
<<_ACEOF
8276 #define HAVE_IOHIDMANAGERCREATE 1
8282 LIBS
="$ac_save_LIBS"
8284 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8286 ac_save_LIBS
="$LIBS"
8287 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8289 $as_echo_n "checking for the QuickTime framework... " >&6; }
8290 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8291 /* end confdefs.h. */
8292 #include <QuickTime/ImageCompression.h>
8296 CodecManagerVersion(NULL);
8301 if ac_fn_c_try_link
"$LINENO"; then :
8302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8303 $as_echo "yes" >&6; }
8304 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8306 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8309 $as_echo "no" >&6; }
8310 ac_cv_header_QuickTime_ImageCompression_h
=no
8312 rm -f core conftest.err conftest.
$ac_objext \
8313 conftest
$ac_exeext conftest.
$ac_ext
8314 LIBS
="$ac_save_LIBS"
8316 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8318 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8320 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8322 CARBON_LIBS
="-framework Carbon"
8326 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8328 ac_save_LIBS
="$LIBS"
8329 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8330 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8331 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8332 enable_winemac_drv
=${enable_winemac_drv:-yes}
8335 LIBS
="$ac_save_LIBS"
8338 if test "x$enable_win16" = "xyes"
8340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8341 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8342 if test "$cross_compiling" = yes; then :
8343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8344 $as_echo "cross-compiling, assuming yes" >&6; }
8346 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8347 /* end confdefs.h. */
8350 "good:\tnop;nop\n\t"
8351 ".globl _testfunc\n"
8352 "_testfunc:\tcallw good");
8353 extern void testfunc();
8357 unsigned short *p = (unsigned short *)testfunc;
8358 return p[0] != 0xe866 || p[1] != 0xfffa
8363 if ac_fn_c_try_run
"$LINENO"; then :
8364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8365 $as_echo "yes" >&6; }
8367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8368 $as_echo "no" >&6; }
8369 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
8371 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8372 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8377 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8379 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8381 LIBWINE_INSTALL_DEV
="libwine.dylib"
8383 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8385 WINELOADER_DEPENDS
="wine_info.plist"
8390 DLLFLAGS
="$DLLFLAGS -fPIC"
8391 LDEXECFLAGS
="-Wl,-pie"
8392 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8394 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8395 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8396 $as_echo_n "(cached) " >&6
8398 ac_wine_try_cflags_saved
=$CFLAGS
8399 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
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__fPIC__Wl___export_dynamic
=yes
8407 ac_cv_cflags__fPIC__Wl___export_dynamic
=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__fPIC__Wl___export_dynamic" >&5
8414 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8415 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8416 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8418 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8420 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8421 if eval \
${$as_ac_var+:} false
; then :
8422 $as_echo_n "(cached) " >&6
8424 ac_wine_try_cflags_saved
=$CFLAGS
8425 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8426 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8427 /* end confdefs.h. */
8428 int main(int argc, char **argv) { return 0; }
8430 if ac_fn_c_try_link
"$LINENO"; then :
8431 eval "$as_ac_var=yes"
8433 eval "$as_ac_var=no"
8435 rm -f core conftest.err conftest.
$ac_objext \
8436 conftest
$ac_exeext conftest.
$ac_ext
8437 CFLAGS
=$ac_wine_try_cflags_saved
8439 eval ac_res
=\$
$as_ac_var
8440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8441 $as_echo "$ac_res" >&6; }
8442 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8443 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8444 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8446 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8448 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8449 if eval \
${$as_ac_var+:} false
; then :
8450 $as_echo_n "(cached) " >&6
8452 ac_wine_try_cflags_saved
=$CFLAGS
8453 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8454 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8455 /* end confdefs.h. */
8456 int main(int argc, char **argv) { return 0; }
8458 if ac_fn_c_try_link
"$LINENO"; then :
8459 eval "$as_ac_var=yes"
8461 eval "$as_ac_var=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 eval ac_res
=\$
$as_ac_var
8468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8469 $as_echo "$ac_res" >&6; }
8470 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8471 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8472 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8476 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8477 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8478 $as_echo_n "(cached) " >&6
8480 ac_wine_try_cflags_saved
=$CFLAGS
8481 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8482 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8483 /* end confdefs.h. */
8484 int main(int argc, char **argv) { return 0; }
8486 if ac_fn_c_try_link
"$LINENO"; then :
8487 ac_cv_cflags__Wl___enable_new_dtags
=yes
8489 ac_cv_cflags__Wl___enable_new_dtags
=no
8491 rm -f core conftest.err conftest.
$ac_objext \
8492 conftest
$ac_exeext conftest.
$ac_ext
8493 CFLAGS
=$ac_wine_try_cflags_saved
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8496 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8497 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8498 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8501 LIBWINE_SHAREDLIB
="libwine.so"
8503 LIBWINE_INSTALL_LIB
="libwine.so"
8505 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
8508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
8509 $as_echo_n "checking for -lEGL... " >&6; }
8510 if ${ac_cv_lib_soname_EGL+:} false
; then :
8511 $as_echo_n "(cached) " >&6
8513 ac_check_soname_save_LIBS
=$LIBS
8515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8516 /* end confdefs.h. */
8518 /* Override any GCC internal prototype to avoid an error.
8519 Use char because int might match the return type of a GCC
8520 builtin and then its argument prototype would still apply. */
8524 char eglGetProcAddress ();
8528 return eglGetProcAddress ();
8533 if ac_fn_c_try_link
"$LINENO"; then :
8535 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8536 dylib
) ac_cv_lib_soname_EGL
=`$OTOOL -L conftest$ac_exeext | grep "libEGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libEGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8537 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8538 if ${ac_cv_lib_soname_EGL:+false} :; then :
8539 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8543 rm -f core conftest.err conftest.
$ac_objext \
8544 conftest
$ac_exeext conftest.
$ac_ext
8545 LIBS
=$ac_check_soname_save_LIBS
8547 if ${ac_cv_lib_soname_EGL:+false} :; then :
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8549 $as_echo "not found" >&6; }
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
8553 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
8555 cat >>confdefs.h
<<_ACEOF
8556 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
8562 $as_echo_n "checking for -lGLESv2... " >&6; }
8563 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
8564 $as_echo_n "(cached) " >&6
8566 ac_check_soname_save_LIBS
=$LIBS
8567 LIBS
="-lGLESv2 $LIBS"
8568 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8569 /* end confdefs.h. */
8571 /* Override any GCC internal prototype to avoid an error.
8572 Use char because int might match the return type of a GCC
8573 builtin and then its argument prototype would still apply. */
8586 if ac_fn_c_try_link
"$LINENO"; then :
8588 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8589 dylib
) ac_cv_lib_soname_GLESv2
=`$OTOOL -L conftest$ac_exeext | grep "libGLESv2\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLESv2\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8590 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8591 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8592 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8596 rm -f core conftest.err conftest.
$ac_objext \
8597 conftest
$ac_exeext conftest.
$ac_ext
8598 LIBS
=$ac_check_soname_save_LIBS
8600 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8602 $as_echo "not found" >&6; }
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
8606 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
8608 cat >>confdefs.h
<<_ACEOF
8609 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
8615 if test "x$exec_prefix" = xNONE
8618 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
8619 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
8620 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
8621 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
8627 DLLFLAGS
="$DLLFLAGS -fPIC"
8628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8629 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8630 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8631 $as_echo_n "(cached) " >&6
8633 ac_wine_try_cflags_saved
=$CFLAGS
8634 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8635 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8636 /* end confdefs.h. */
8639 if ac_fn_c_try_link
"$LINENO"; then :
8640 ac_cv_c_dll_gnuelf
="yes"
8642 ac_cv_c_dll_gnuelf
="no"
8644 rm -f core conftest.err conftest.
$ac_objext \
8645 conftest
$ac_exeext conftest.
$ac_ext
8646 CFLAGS
=$ac_wine_try_cflags_saved
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8649 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8650 if test "$ac_cv_c_dll_gnuelf" = "yes"
8652 LIBWINE_LDFLAGS
="-shared"
8653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8654 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8655 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8656 $as_echo_n "(cached) " >&6
8658 ac_wine_try_cflags_saved
=$CFLAGS
8659 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8661 /* end confdefs.h. */
8662 int main(int argc, char **argv) { return 0; }
8664 if ac_fn_c_try_link
"$LINENO"; then :
8665 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8667 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8669 rm -f core conftest.err conftest.
$ac_objext \
8670 conftest
$ac_exeext conftest.
$ac_ext
8671 CFLAGS
=$ac_wine_try_cflags_saved
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8674 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8675 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8676 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8679 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8680 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8681 $as_echo_n "(cached) " >&6
8683 ac_wine_try_cflags_saved
=$CFLAGS
8684 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8685 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8686 /* end confdefs.h. */
8687 int main(int argc, char **argv) { return 0; }
8689 if ac_fn_c_try_link
"$LINENO"; then :
8690 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8692 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8694 rm -f core conftest.err conftest.
$ac_objext \
8695 conftest
$ac_exeext conftest.
$ac_ext
8696 CFLAGS
=$ac_wine_try_cflags_saved
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8699 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8700 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8701 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8705 echo '{ global: *; };' >conftest.map
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8707 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8708 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8709 $as_echo_n "(cached) " >&6
8711 ac_wine_try_cflags_saved
=$CFLAGS
8712 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8713 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8714 /* end confdefs.h. */
8715 int main(int argc, char **argv) { return 0; }
8717 if ac_fn_c_try_link
"$LINENO"; then :
8718 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8720 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8722 rm -f core conftest.err conftest.
$ac_objext \
8723 conftest
$ac_exeext conftest.
$ac_ext
8724 CFLAGS
=$ac_wine_try_cflags_saved
8726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8727 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8728 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8729 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8734 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8735 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8736 $as_echo_n "(cached) " >&6
8738 ac_wine_try_cflags_saved
=$CFLAGS
8739 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8740 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8741 /* end confdefs.h. */
8742 int main(int argc, char **argv) { return 0; }
8744 if ac_fn_c_try_link
"$LINENO"; then :
8745 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8747 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8749 rm -f core conftest.err conftest.
$ac_objext \
8750 conftest
$ac_exeext conftest.
$ac_ext
8751 CFLAGS
=$ac_wine_try_cflags_saved
8753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8754 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8755 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8756 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8759 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8761 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8762 if eval \
${$as_ac_var+:} false
; then :
8763 $as_echo_n "(cached) " >&6
8765 ac_wine_try_cflags_saved
=$CFLAGS
8766 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8767 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8768 /* end confdefs.h. */
8769 int main(int argc, char **argv) { return 0; }
8771 if ac_fn_c_try_link
"$LINENO"; then :
8772 eval "$as_ac_var=yes"
8774 eval "$as_ac_var=no"
8776 rm -f core conftest.err conftest.
$ac_objext \
8777 conftest
$ac_exeext conftest.
$ac_ext
8778 CFLAGS
=$ac_wine_try_cflags_saved
8780 eval ac_res
=\$
$as_ac_var
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8782 $as_echo "$ac_res" >&6; }
8783 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8784 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8785 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8787 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8789 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8790 if eval \
${$as_ac_var+:} false
; then :
8791 $as_echo_n "(cached) " >&6
8793 ac_wine_try_cflags_saved
=$CFLAGS
8794 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8796 /* end confdefs.h. */
8797 int main(int argc, char **argv) { return 0; }
8799 if ac_fn_c_try_link
"$LINENO"; then :
8800 eval "$as_ac_var=yes"
8802 eval "$as_ac_var=no"
8804 rm -f core conftest.err conftest.
$ac_objext \
8805 conftest
$ac_exeext conftest.
$ac_ext
8806 CFLAGS
=$ac_wine_try_cflags_saved
8808 eval ac_res
=\$
$as_ac_var
8809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8810 $as_echo "$ac_res" >&6; }
8811 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8812 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8813 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8818 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8819 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8820 $as_echo_n "(cached) " >&6
8822 ac_wine_try_cflags_saved
=$CFLAGS
8823 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8824 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8825 /* end confdefs.h. */
8826 int main(int argc, char **argv) { return 0; }
8828 if ac_fn_c_try_link
"$LINENO"; then :
8829 ac_cv_cflags__Wl___enable_new_dtags
=yes
8831 ac_cv_cflags__Wl___enable_new_dtags
=no
8833 rm -f core conftest.err conftest.
$ac_objext \
8834 conftest
$ac_exeext conftest.
$ac_ext
8835 CFLAGS
=$ac_wine_try_cflags_saved
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8838 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8839 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8840 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8844 *i
[3456789]86* | x86_64
)
8845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8846 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8847 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8848 $as_echo_n "(cached) " >&6
8850 ac_wine_try_cflags_saved
=$CFLAGS
8851 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8852 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8853 /* end confdefs.h. */
8854 int main(int argc, char **argv) { return 0; }
8856 if ac_fn_c_try_link
"$LINENO"; then :
8857 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8859 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8861 rm -f core conftest.err conftest.
$ac_objext \
8862 conftest
$ac_exeext conftest.
$ac_ext
8863 CFLAGS
=$ac_wine_try_cflags_saved
8865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8866 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8867 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8869 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8870 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8874 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8875 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8876 $as_echo_n "(cached) " >&6
8878 ac_wine_try_cflags_saved
=$CFLAGS
8879 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8880 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8881 /* end confdefs.h. */
8882 int main(int argc, char **argv) { return 0; }
8884 if ac_fn_c_try_link
"$LINENO"; then :
8885 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8887 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8889 rm -f core conftest.err conftest.
$ac_objext \
8890 conftest
$ac_exeext conftest.
$ac_ext
8891 CFLAGS
=$ac_wine_try_cflags_saved
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8894 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8895 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8897 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8898 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8901 # Extract the first word of "prelink", so it can be a program name with args.
8902 set dummy prelink
; ac_word
=$2
8903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8904 $as_echo_n "checking for $ac_word... " >&6; }
8905 if ${ac_cv_path_PRELINK+:} false
; then :
8906 $as_echo_n "(cached) " >&6
8910 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8913 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8914 for as_dir
in /sbin
/usr
/sbin
$PATH
8917 test -z "$as_dir" && as_dir
=.
8918 for ac_exec_ext
in '' $ac_executable_extensions; do
8919 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8920 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8928 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8932 PRELINK
=$ac_cv_path_PRELINK
8933 if test -n "$PRELINK"; then
8934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8935 $as_echo "$PRELINK" >&6; }
8937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8938 $as_echo "no" >&6; }
8942 if test "x$PRELINK" = xfalse
8944 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8948 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8949 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
8950 $as_echo_n "(cached) " >&6
8952 ac_wine_try_cflags_saved
=$CFLAGS
8953 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
8954 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8955 /* end confdefs.h. */
8956 int main(int argc, char **argv) { return 0; }
8958 if ac_fn_c_try_link
"$LINENO"; then :
8959 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
8961 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
8963 rm -f core conftest.err conftest.
$ac_objext \
8964 conftest
$ac_exeext conftest.
$ac_ext
8965 CFLAGS
=$ac_wine_try_cflags_saved
8967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8968 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8969 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
8970 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
8976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8977 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8978 if ${ac_cv_c_dll_unixware+:} false
; then :
8979 $as_echo_n "(cached) " >&6
8981 ac_wine_try_cflags_saved
=$CFLAGS
8982 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8984 /* end confdefs.h. */
8987 if ac_fn_c_try_link
"$LINENO"; then :
8988 ac_cv_c_dll_unixware
="yes"
8990 ac_cv_c_dll_unixware
="no"
8992 rm -f core conftest.err conftest.
$ac_objext \
8993 conftest
$ac_exeext conftest.
$ac_ext
8994 CFLAGS
=$ac_wine_try_cflags_saved
8996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8997 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8998 if test "$ac_cv_c_dll_unixware" = "yes"
9000 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
9003 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
9005 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
9007 LIBWINE_INSTALL_DEV
="libwine.so"
9009 LIBWINE_DEPENDS
="wine.map"
9014 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
9015 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
9016 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
9017 enable_winemac_drv
=${enable_winemac_drv:-no}
9018 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
9022 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
9026 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
9028 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
9029 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
9032 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
9033 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
9035 ac_prefix_list
="" ;;
9037 for ac_prog
in $ac_prefix_list
9039 # Extract the first word of "$ac_prog", so it can be a program name with args.
9040 set dummy
$ac_prog; ac_word
=$2
9041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9042 $as_echo_n "checking for $ac_word... " >&6; }
9043 if ${ac_cv_prog_CROSSCC+:} false
; then :
9044 $as_echo_n "(cached) " >&6
9046 if test -n "$CROSSCC"; then
9047 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
9049 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9053 test -z "$as_dir" && as_dir
=.
9054 for ac_exec_ext
in '' $ac_executable_extensions; do
9055 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9056 ac_cv_prog_CROSSCC
="$ac_prog"
9057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9066 CROSSCC
=$ac_cv_prog_CROSSCC
9067 if test -n "$CROSSCC"; then
9068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
9069 $as_echo "$CROSSCC" >&6; }
9071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9072 $as_echo "no" >&6; }
9076 test -n "$CROSSCC" && break
9078 test -n "$CROSSCC" || CROSSCC
="false"
9080 if test "$CROSSCC" != "false"
9084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
9085 $as_echo_n "checking whether $CROSSCC works... " >&6; }
9086 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9087 /* end confdefs.h. */
9097 if ac_fn_c_try_compile
"$LINENO"; then :
9098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9099 $as_echo "yes" >&6; }
9105 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
9106 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
9111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9112 $as_echo "no" >&6; }
9114 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9116 CROSSCFLAGS
=${CROSSCFLAGS:-$CFLAGS}
9122 if test "$ac_cv_header_pthread_h" = "yes"
9124 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
9125 if test "x$ac_cv_func_pthread_create" = xyes
; then :
9128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
9129 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
9130 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
9131 $as_echo_n "(cached) " >&6
9133 ac_check_lib_save_LIBS
=$LIBS
9134 LIBS
="-lpthread $LIBS"
9135 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9136 /* end confdefs.h. */
9138 /* Override any GCC internal prototype to avoid an error.
9139 Use char because int might match the return type of a GCC
9140 builtin and then its argument prototype would still apply. */
9144 char pthread_create ();
9148 return pthread_create ();
9153 if ac_fn_c_try_link
"$LINENO"; then :
9154 ac_cv_lib_pthread_pthread_create
=yes
9156 ac_cv_lib_pthread_pthread_create
=no
9158 rm -f core conftest.err conftest.
$ac_objext \
9159 conftest
$ac_exeext conftest.
$ac_ext
9160 LIBS
=$ac_check_lib_save_LIBS
9162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
9163 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
9164 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
9165 PTHREAD_LIBS
="-lpthread"
9172 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
9173 case "x$with_pthread" in
9175 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
9176 Wine cannot support threads without libpthread.
9177 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9184 $as_echo_n "checking for X... " >&6; }
9187 # Check whether --with-x was given.
9188 if test "${with_x+set}" = set; then :
9192 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9193 if test "x$with_x" = xno
; then
9194 # The user explicitly disabled X.
9197 case $x_includes,$x_libraries in #(
9198 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9199 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9200 $as_echo_n "(cached) " >&6
9202 # One or both of the vars are not set, and there is no cached value.
9203 ac_x_includes
=no ac_x_libraries
=no
9204 rm -f -r conftest.dir
9205 if mkdir conftest.dir
; then
9207 cat >Imakefile
<<'_ACEOF'
9209 @echo incroot='${INCROOT}'
9211 @echo usrlibdir='${USRLIBDIR}'
9213 @echo libdir='${LIBDIR}'
9215 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9216 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9217 for ac_var
in incroot usrlibdir libdir
; do
9218 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9220 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9221 for ac_extension
in a so sl dylib la dll
; do
9222 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9223 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9224 ac_im_usrlibdir
=$ac_im_libdir; break
9227 # Screen out bogus values from the imake configuration. They are
9228 # bogus both because they are the default anyway, and because
9229 # using them would break gcc on systems where it needs fixed includes.
9230 case $ac_im_incroot in
9231 /usr
/include
) ac_x_includes
= ;;
9232 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9234 case $ac_im_usrlibdir in
9235 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9236 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9240 rm -f -r conftest.dir
9243 # Standard set of common directories for X headers.
9244 # Check X11 before X11Rn because it is often a symlink to the current release.
9258 /usr/local/X11/include
9259 /usr/local/X11R7/include
9260 /usr/local/X11R6/include
9261 /usr/local/X11R5/include
9262 /usr/local/X11R4/include
9264 /usr/local/include/X11
9265 /usr/local/include/X11R7
9266 /usr/local/include/X11R6
9267 /usr/local/include/X11R5
9268 /usr/local/include/X11R4
9272 /usr/XFree86/include/X11
9276 /usr/unsupported/include
9278 /usr/local/x11r5/include
9279 /usr/lpp/Xamples/include
9281 /usr/openwin/include
9282 /usr/openwin/share/include'
9284 if test "$ac_x_includes" = no
; then
9285 # Guess where to find include files, by looking for Xlib.h.
9286 # First, try using that file with no special directory specified.
9287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9288 /* end confdefs.h. */
9289 #include <X11/Xlib.h>
9291 if ac_fn_c_try_cpp
"$LINENO"; then :
9292 # We can compile using X headers with no special include directory.
9295 for ac_dir
in $ac_x_header_dirs; do
9296 if test -r "$ac_dir/X11/Xlib.h"; then
9297 ac_x_includes
=$ac_dir
9302 rm -f conftest.err conftest.i conftest.
$ac_ext
9303 fi # $ac_x_includes = no
9305 if test "$ac_x_libraries" = no
; then
9306 # Check for the libraries.
9307 # See if we find them without any special options.
9308 # Don't add to $LIBS permanently.
9311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9312 /* end confdefs.h. */
9313 #include <X11/Xlib.h>
9322 if ac_fn_c_try_link
"$LINENO"; then :
9324 # We can link X programs with no special library path.
9328 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9330 # Don't even attempt the hair of trying to link an X program!
9331 for ac_extension
in a so sl dylib la dll
; do
9332 if test -r "$ac_dir/libX11.$ac_extension"; then
9333 ac_x_libraries
=$ac_dir
9339 rm -f core conftest.err conftest.
$ac_objext \
9340 conftest
$ac_exeext conftest.
$ac_ext
9341 fi # $ac_x_libraries = no
9343 case $ac_x_includes,$ac_x_libraries in #(
9345 # Didn't find X, or a directory has "'" in its name.
9346 ac_cv_have_x
="have_x=no";; #(
9348 # Record where we found X for the cache.
9349 ac_cv_have_x
="have_x=yes\
9350 ac_x_includes='$ac_x_includes'\
9351 ac_x_libraries='$ac_x_libraries'"
9357 eval "$ac_cv_have_x"
9360 if test "$have_x" != yes; then
9361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9362 $as_echo "$have_x" >&6; }
9365 # If each of the values was on the command line, it overrides each guess.
9366 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9367 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9368 # Update the cache value to reflect the command line values.
9369 ac_cv_have_x
="have_x=yes\
9370 ac_x_includes='$x_includes'\
9371 ac_x_libraries='$x_libraries'"
9372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9373 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9376 if test "$no_x" = yes; then
9377 # Not all programs may use this symbol, but it does not hurt to define it.
9379 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9381 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9383 if test -n "$x_includes"; then
9384 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9387 # It would also be nice to do this for all -L options, not just this one.
9388 if test -n "$x_libraries"; then
9389 X_LIBS
="$X_LIBS -L$x_libraries"
9390 # For Solaris; some versions of Sun CC require a space after -R and
9391 # others require no space. Words are not sufficient . . . .
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9393 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9394 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9395 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9396 ac_c_werror_flag
=yes
9397 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9398 /* end confdefs.h. */
9408 if ac_fn_c_try_link
"$LINENO"; then :
9409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9410 $as_echo "no" >&6; }
9411 X_LIBS
="$X_LIBS -R$x_libraries"
9413 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9414 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9415 /* end confdefs.h. */
9425 if ac_fn_c_try_link
"$LINENO"; then :
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9427 $as_echo "yes" >&6; }
9428 X_LIBS
="$X_LIBS -R $x_libraries"
9430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9431 $as_echo "neither works" >&6; }
9433 rm -f core conftest.err conftest.
$ac_objext \
9434 conftest
$ac_exeext conftest.
$ac_ext
9436 rm -f core conftest.err conftest.
$ac_objext \
9437 conftest
$ac_exeext conftest.
$ac_ext
9438 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9442 # Check for system-dependent libraries X programs must link with.
9443 # Do this before checking for the system-independent R6 libraries
9444 # (-lICE), since we may need -lsocket or whatever for X linking.
9446 if test "$ISC" = yes; then
9447 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9449 # Martyn Johnson says this is needed for Ultrix, if the X
9450 # libraries were built with DECnet support. And Karl Berry says
9451 # the Alpha needs dnet_stub (dnet does not exist).
9452 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9453 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9454 /* end confdefs.h. */
9456 /* Override any GCC internal prototype to avoid an error.
9457 Use char because int might match the return type of a GCC
9458 builtin and then its argument prototype would still apply. */
9462 char XOpenDisplay ();
9466 return XOpenDisplay ();
9471 if ac_fn_c_try_link
"$LINENO"; then :
9474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9475 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9476 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9477 $as_echo_n "(cached) " >&6
9479 ac_check_lib_save_LIBS
=$LIBS
9481 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9482 /* end confdefs.h. */
9484 /* Override any GCC internal prototype to avoid an error.
9485 Use char because int might match the return type of a GCC
9486 builtin and then its argument prototype would still apply. */
9494 return dnet_ntoa ();
9499 if ac_fn_c_try_link
"$LINENO"; then :
9500 ac_cv_lib_dnet_dnet_ntoa
=yes
9502 ac_cv_lib_dnet_dnet_ntoa
=no
9504 rm -f core conftest.err conftest.
$ac_objext \
9505 conftest
$ac_exeext conftest.
$ac_ext
9506 LIBS
=$ac_check_lib_save_LIBS
9508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9509 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9510 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9511 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9514 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9516 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9517 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9518 $as_echo_n "(cached) " >&6
9520 ac_check_lib_save_LIBS
=$LIBS
9521 LIBS
="-ldnet_stub $LIBS"
9522 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9523 /* end confdefs.h. */
9525 /* Override any GCC internal prototype to avoid an error.
9526 Use char because int might match the return type of a GCC
9527 builtin and then its argument prototype would still apply. */
9535 return dnet_ntoa ();
9540 if ac_fn_c_try_link
"$LINENO"; then :
9541 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9543 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9545 rm -f core conftest.err conftest.
$ac_objext \
9546 conftest
$ac_exeext conftest.
$ac_ext
9547 LIBS
=$ac_check_lib_save_LIBS
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9550 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9551 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9552 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9557 rm -f core conftest.err conftest.
$ac_objext \
9558 conftest
$ac_exeext conftest.
$ac_ext
9559 LIBS
="$ac_xsave_LIBS"
9561 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9562 # to get the SysV transport functions.
9563 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9565 # The nsl library prevents programs from opening the X display
9566 # on Irix 5.2, according to T.E. Dickey.
9567 # The functions gethostbyname, getservbyname, and inet_addr are
9568 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9569 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9570 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9574 if test $ac_cv_func_gethostbyname = no
; then
9575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9576 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9577 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9578 $as_echo_n "(cached) " >&6
9580 ac_check_lib_save_LIBS
=$LIBS
9582 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9583 /* end confdefs.h. */
9585 /* Override any GCC internal prototype to avoid an error.
9586 Use char because int might match the return type of a GCC
9587 builtin and then its argument prototype would still apply. */
9591 char gethostbyname ();
9595 return gethostbyname ();
9600 if ac_fn_c_try_link
"$LINENO"; then :
9601 ac_cv_lib_nsl_gethostbyname
=yes
9603 ac_cv_lib_nsl_gethostbyname
=no
9605 rm -f core conftest.err conftest.
$ac_objext \
9606 conftest
$ac_exeext conftest.
$ac_ext
9607 LIBS
=$ac_check_lib_save_LIBS
9609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9610 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9611 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9612 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9615 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9617 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9618 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9619 $as_echo_n "(cached) " >&6
9621 ac_check_lib_save_LIBS
=$LIBS
9623 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9624 /* end confdefs.h. */
9626 /* Override any GCC internal prototype to avoid an error.
9627 Use char because int might match the return type of a GCC
9628 builtin and then its argument prototype would still apply. */
9632 char gethostbyname ();
9636 return gethostbyname ();
9641 if ac_fn_c_try_link
"$LINENO"; then :
9642 ac_cv_lib_bsd_gethostbyname
=yes
9644 ac_cv_lib_bsd_gethostbyname
=no
9646 rm -f core conftest.err conftest.
$ac_objext \
9647 conftest
$ac_exeext conftest.
$ac_ext
9648 LIBS
=$ac_check_lib_save_LIBS
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9651 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9652 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9653 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9659 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9660 # socket/setsockopt and other routines are undefined under SCO ODT
9661 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9662 # on later versions), says Simon Leinen: it contains gethostby*
9663 # variants that don't use the name server (or something). -lsocket
9664 # must be given before -lnsl if both are needed. We assume that
9665 # if connect needs -lnsl, so does gethostbyname.
9666 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9667 if test "x$ac_cv_func_connect" = xyes
; then :
9671 if test $ac_cv_func_connect = no
; then
9672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9673 $as_echo_n "checking for connect in -lsocket... " >&6; }
9674 if ${ac_cv_lib_socket_connect+:} false
; then :
9675 $as_echo_n "(cached) " >&6
9677 ac_check_lib_save_LIBS
=$LIBS
9678 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9680 /* end confdefs.h. */
9682 /* Override any GCC internal prototype to avoid an error.
9683 Use char because int might match the return type of a GCC
9684 builtin and then its argument prototype would still apply. */
9697 if ac_fn_c_try_link
"$LINENO"; then :
9698 ac_cv_lib_socket_connect
=yes
9700 ac_cv_lib_socket_connect
=no
9702 rm -f core conftest.err conftest.
$ac_objext \
9703 conftest
$ac_exeext conftest.
$ac_ext
9704 LIBS
=$ac_check_lib_save_LIBS
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9707 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9708 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9709 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9714 # Guillermo Gomez says -lposix is necessary on A/UX.
9715 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9716 if test "x$ac_cv_func_remove" = xyes
; then :
9720 if test $ac_cv_func_remove = no
; then
9721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9722 $as_echo_n "checking for remove in -lposix... " >&6; }
9723 if ${ac_cv_lib_posix_remove+:} false
; then :
9724 $as_echo_n "(cached) " >&6
9726 ac_check_lib_save_LIBS
=$LIBS
9727 LIBS
="-lposix $LIBS"
9728 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9729 /* end confdefs.h. */
9731 /* Override any GCC internal prototype to avoid an error.
9732 Use char because int might match the return type of a GCC
9733 builtin and then its argument prototype would still apply. */
9746 if ac_fn_c_try_link
"$LINENO"; then :
9747 ac_cv_lib_posix_remove
=yes
9749 ac_cv_lib_posix_remove
=no
9751 rm -f core conftest.err conftest.
$ac_objext \
9752 conftest
$ac_exeext conftest.
$ac_ext
9753 LIBS
=$ac_check_lib_save_LIBS
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9756 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9757 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9758 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9763 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9764 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9765 if test "x$ac_cv_func_shmat" = xyes
; then :
9769 if test $ac_cv_func_shmat = no
; then
9770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9771 $as_echo_n "checking for shmat in -lipc... " >&6; }
9772 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9773 $as_echo_n "(cached) " >&6
9775 ac_check_lib_save_LIBS
=$LIBS
9777 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9778 /* end confdefs.h. */
9780 /* Override any GCC internal prototype to avoid an error.
9781 Use char because int might match the return type of a GCC
9782 builtin and then its argument prototype would still apply. */
9795 if ac_fn_c_try_link
"$LINENO"; then :
9796 ac_cv_lib_ipc_shmat
=yes
9798 ac_cv_lib_ipc_shmat
=no
9800 rm -f core conftest.err conftest.
$ac_objext \
9801 conftest
$ac_exeext conftest.
$ac_ext
9802 LIBS
=$ac_check_lib_save_LIBS
9804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9805 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9806 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9807 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9813 # Check for libraries that X11R6 Xt/Xaw programs need.
9814 ac_save_LDFLAGS
=$LDFLAGS
9815 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9816 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9817 # check for ICE first), but we must link in the order -lSM -lICE or
9818 # we get undefined symbols. So assume we have SM if we have ICE.
9819 # These have to be linked with before -lX11, unlike the other
9820 # libraries we check for below, so use a different variable.
9821 # John Interrante, Karl Berry
9822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9823 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9824 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9825 $as_echo_n "(cached) " >&6
9827 ac_check_lib_save_LIBS
=$LIBS
9828 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9830 /* end confdefs.h. */
9832 /* Override any GCC internal prototype to avoid an error.
9833 Use char because int might match the return type of a GCC
9834 builtin and then its argument prototype would still apply. */
9838 char IceConnectionNumber ();
9842 return IceConnectionNumber ();
9847 if ac_fn_c_try_link
"$LINENO"; then :
9848 ac_cv_lib_ICE_IceConnectionNumber
=yes
9850 ac_cv_lib_ICE_IceConnectionNumber
=no
9852 rm -f core conftest.err conftest.
$ac_objext \
9853 conftest
$ac_exeext conftest.
$ac_ext
9854 LIBS
=$ac_check_lib_save_LIBS
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9857 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9858 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9859 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9862 LDFLAGS
=$ac_save_LDFLAGS
9867 if test "$have_x" = "yes"
9869 ac_save_CPPFLAGS
="$CPPFLAGS"
9870 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9873 $as_echo_n "checking for -lX11... " >&6; }
9874 if ${ac_cv_lib_soname_X11+:} false
; then :
9875 $as_echo_n "(cached) " >&6
9877 ac_check_soname_save_LIBS
=$LIBS
9878 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9880 /* end confdefs.h. */
9882 /* Override any GCC internal prototype to avoid an error.
9883 Use char because int might match the return type of a GCC
9884 builtin and then its argument prototype would still apply. */
9888 char XCreateWindow ();
9892 return XCreateWindow ();
9897 if ac_fn_c_try_link
"$LINENO"; then :
9899 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9900 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'` ;;
9901 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9902 if ${ac_cv_lib_soname_X11:+false} :; then :
9903 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9907 rm -f core conftest.err conftest.
$ac_objext \
9908 conftest
$ac_exeext conftest.
$ac_ext
9909 LIBS
=$ac_check_soname_save_LIBS
9911 if ${ac_cv_lib_soname_X11:+false} :; then :
9912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9913 $as_echo "not found" >&6; }
9916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9917 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9919 cat >>confdefs.h
<<_ACEOF
9920 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9926 $as_echo_n "checking for -lXext... " >&6; }
9927 if ${ac_cv_lib_soname_Xext+:} false
; then :
9928 $as_echo_n "(cached) " >&6
9930 ac_check_soname_save_LIBS
=$LIBS
9931 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9933 /* end confdefs.h. */
9935 /* Override any GCC internal prototype to avoid an error.
9936 Use char because int might match the return type of a GCC
9937 builtin and then its argument prototype would still apply. */
9941 char XextCreateExtension ();
9945 return XextCreateExtension ();
9950 if ac_fn_c_try_link
"$LINENO"; then :
9952 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9953 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'` ;;
9954 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9955 if ${ac_cv_lib_soname_Xext:+false} :; then :
9956 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9960 rm -f core conftest.err conftest.
$ac_objext \
9961 conftest
$ac_exeext conftest.
$ac_ext
9962 LIBS
=$ac_check_soname_save_LIBS
9964 if ${ac_cv_lib_soname_Xext:+false} :; then :
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9966 $as_echo "not found" >&6; }
9969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9970 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9972 cat >>confdefs.h
<<_ACEOF
9973 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9976 X_LIBS
="$X_LIBS -lXext"
9978 X_LIBS
="$X_LIBS -lX11"
9980 for ac_header
in X11
/Xlib.h \
9983 X11
/Xcursor
/Xcursor.h \
9984 X11
/extensions
/shape.h \
9985 X11
/extensions
/XInput.h \
9986 X11
/extensions
/XInput2.h \
9987 X11
/extensions
/XShm.h \
9988 X11
/extensions
/Xcomposite.h \
9989 X11
/extensions
/Xfixes.h \
9990 X11
/extensions
/Xinerama.h \
9991 X11
/extensions
/Xrandr.h \
9992 X11
/extensions
/Xrender.h \
9993 X11
/extensions
/xf86vmode.h \
9994 X11
/extensions
/xf86vmproto.h
9996 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9997 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9998 # include <X11/Xlib.h>
10000 #ifdef HAVE_X11_XUTIL_H
10001 # include <X11/Xutil.h>
10004 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10005 cat >>confdefs.h
<<_ACEOF
10006 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10014 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
10017 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10018 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
10019 $as_echo_n "(cached) " >&6
10021 ac_check_lib_save_LIBS
=$LIBS
10022 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10024 /* end confdefs.h. */
10026 /* Override any GCC internal prototype to avoid an error.
10027 Use char because int might match the return type of a GCC
10028 builtin and then its argument prototype would still apply. */
10032 char XkbQueryExtension ();
10036 return XkbQueryExtension ();
10041 if ac_fn_c_try_link
"$LINENO"; then :
10042 ac_cv_lib_X11_XkbQueryExtension
=yes
10044 ac_cv_lib_X11_XkbQueryExtension
=no
10046 rm -f core conftest.err conftest.
$ac_objext \
10047 conftest
$ac_exeext conftest.
$ac_ext
10048 LIBS
=$ac_check_lib_save_LIBS
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10051 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10052 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
10054 $as_echo "#define HAVE_XKB 1" >>confdefs.h
10060 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
10063 $as_echo_n "checking for -lXcursor... " >&6; }
10064 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
10065 $as_echo_n "(cached) " >&6
10067 ac_check_soname_save_LIBS
=$LIBS
10068 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
10069 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10070 /* end confdefs.h. */
10072 /* Override any GCC internal prototype to avoid an error.
10073 Use char because int might match the return type of a GCC
10074 builtin and then its argument prototype would still apply. */
10078 char XcursorImageLoadCursor ();
10082 return XcursorImageLoadCursor ();
10087 if ac_fn_c_try_link
"$LINENO"; then :
10089 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10090 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'` ;;
10091 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10092 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
10093 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10097 rm -f core conftest.err conftest.
$ac_objext \
10098 conftest
$ac_exeext conftest.
$ac_ext
10099 LIBS
=$ac_check_soname_save_LIBS
10101 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10103 $as_echo "not found" >&6; }
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
10107 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10109 cat >>confdefs.h
<<_ACEOF
10110 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10116 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
10117 case "x$with_xcursor" in
10118 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10120 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10121 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
10126 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
10129 $as_echo_n "checking for -lXi... " >&6; }
10130 if ${ac_cv_lib_soname_Xi+:} false
; then :
10131 $as_echo_n "(cached) " >&6
10133 ac_check_soname_save_LIBS
=$LIBS
10134 LIBS
="-lXi $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 XOpenDevice ();
10148 return XOpenDevice ();
10153 if ac_fn_c_try_link
"$LINENO"; then :
10155 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10156 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'` ;;
10157 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10158 if ${ac_cv_lib_soname_Xi:+false} :; then :
10159 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$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_Xi:+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_Xi" >&5
10173 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10175 cat >>confdefs.h
<<_ACEOF
10176 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10182 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10183 case "x$with_xinput" in
10184 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10186 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10187 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10192 if test "x$ac_cv_lib_soname_Xi" != x
10194 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10195 case "x$with_xinput2" in
10196 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10198 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10199 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10205 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10208 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10209 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
10210 $as_echo_n "(cached) " >&6
10212 ac_check_lib_save_LIBS
=$LIBS
10213 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10215 /* end confdefs.h. */
10217 /* Override any GCC internal prototype to avoid an error.
10218 Use char because int might match the return type of a GCC
10219 builtin and then its argument prototype would still apply. */
10223 char XShmQueryExtension ();
10227 return XShmQueryExtension ();
10232 if ac_fn_c_try_link
"$LINENO"; then :
10233 ac_cv_lib_Xext_XShmQueryExtension
=yes
10235 ac_cv_lib_Xext_XShmQueryExtension
=no
10237 rm -f core conftest.err conftest.
$ac_objext \
10238 conftest
$ac_exeext conftest.
$ac_ext
10239 LIBS
=$ac_check_lib_save_LIBS
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10242 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10243 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10245 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10250 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10251 case "x$with_xshm" in
10252 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10254 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10255 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10260 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10263 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10264 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10265 $as_echo_n "(cached) " >&6
10267 ac_check_lib_save_LIBS
=$LIBS
10268 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10270 /* end confdefs.h. */
10272 /* Override any GCC internal prototype to avoid an error.
10273 Use char because int might match the return type of a GCC
10274 builtin and then its argument prototype would still apply. */
10278 char XShapeQueryExtension ();
10282 return XShapeQueryExtension ();
10287 if ac_fn_c_try_link
"$LINENO"; then :
10288 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10290 ac_cv_lib_Xext_XShapeQueryExtension
=no
10292 rm -f core conftest.err conftest.
$ac_objext \
10293 conftest
$ac_exeext conftest.
$ac_ext
10294 LIBS
=$ac_check_lib_save_LIBS
10296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10297 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10298 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10300 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10305 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10306 case "x$with_xshape" in
10307 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10309 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10310 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10315 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10318 $as_echo_n "checking for -lXxf86vm... " >&6; }
10319 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10320 $as_echo_n "(cached) " >&6
10322 ac_check_soname_save_LIBS
=$LIBS
10323 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10324 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10325 /* end confdefs.h. */
10327 /* Override any GCC internal prototype to avoid an error.
10328 Use char because int might match the return type of a GCC
10329 builtin and then its argument prototype would still apply. */
10333 char XF86VidModeQueryExtension ();
10337 return XF86VidModeQueryExtension ();
10342 if ac_fn_c_try_link
"$LINENO"; then :
10344 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10345 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'` ;;
10346 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10347 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10348 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10352 rm -f core conftest.err conftest.
$ac_objext \
10353 conftest
$ac_exeext conftest.
$ac_ext
10354 LIBS
=$ac_check_soname_save_LIBS
10356 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10358 $as_echo "not found" >&6; }
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10362 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10364 cat >>confdefs.h
<<_ACEOF
10365 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10371 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10372 case "x$with_xxf86vm" in
10373 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10375 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10376 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10381 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10384 $as_echo_n "checking for -lXrender... " >&6; }
10385 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10386 $as_echo_n "(cached) " >&6
10388 ac_check_soname_save_LIBS
=$LIBS
10389 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10391 /* end confdefs.h. */
10393 /* Override any GCC internal prototype to avoid an error.
10394 Use char because int might match the return type of a GCC
10395 builtin and then its argument prototype would still apply. */
10399 char XRenderQueryExtension ();
10403 return XRenderQueryExtension ();
10408 if ac_fn_c_try_link
"$LINENO"; then :
10410 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10411 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'` ;;
10412 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10413 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10414 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10418 rm -f core conftest.err conftest.
$ac_objext \
10419 conftest
$ac_exeext conftest.
$ac_ext
10420 LIBS
=$ac_check_soname_save_LIBS
10422 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10424 $as_echo "not found" >&6; }
10427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10428 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10430 cat >>confdefs.h
<<_ACEOF
10431 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10435 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10436 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10437 $as_echo_n "(cached) " >&6
10439 ac_check_lib_save_LIBS
=$LIBS
10440 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10442 /* end confdefs.h. */
10444 /* Override any GCC internal prototype to avoid an error.
10445 Use char because int might match the return type of a GCC
10446 builtin and then its argument prototype would still apply. */
10450 char XRenderSetPictureTransform ();
10454 return XRenderSetPictureTransform ();
10459 if ac_fn_c_try_link
"$LINENO"; then :
10460 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10462 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10464 rm -f core conftest.err conftest.
$ac_objext \
10465 conftest
$ac_exeext conftest.
$ac_ext
10466 LIBS
=$ac_check_lib_save_LIBS
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10469 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10470 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10472 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10477 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10478 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10479 $as_echo_n "(cached) " >&6
10481 ac_check_lib_save_LIBS
=$LIBS
10482 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10483 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10484 /* end confdefs.h. */
10486 /* Override any GCC internal prototype to avoid an error.
10487 Use char because int might match the return type of a GCC
10488 builtin and then its argument prototype would still apply. */
10492 char XRenderCreateLinearGradient ();
10496 return XRenderCreateLinearGradient ();
10501 if ac_fn_c_try_link
"$LINENO"; then :
10502 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10504 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10506 rm -f core conftest.err conftest.
$ac_objext \
10507 conftest
$ac_exeext conftest.
$ac_ext
10508 LIBS
=$ac_check_lib_save_LIBS
10510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10511 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10512 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10514 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10521 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10522 case "x$with_xrender" in
10523 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10525 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10526 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10531 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10534 /* end confdefs.h. */
10535 #include <X11/Xlib.h>
10536 #include <X11/extensions/Xrandr.h>
10540 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10545 if ac_fn_c_try_compile
"$LINENO"; then :
10546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10547 $as_echo_n "checking for -lXrandr... " >&6; }
10548 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10549 $as_echo_n "(cached) " >&6
10551 ac_check_soname_save_LIBS
=$LIBS
10552 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10553 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10554 /* end confdefs.h. */
10556 /* Override any GCC internal prototype to avoid an error.
10557 Use char because int might match the return type of a GCC
10558 builtin and then its argument prototype would still apply. */
10562 char XRRQueryExtension ();
10566 return XRRQueryExtension ();
10571 if ac_fn_c_try_link
"$LINENO"; then :
10573 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10574 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'` ;;
10575 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10576 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10577 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10581 rm -f core conftest.err conftest.
$ac_objext \
10582 conftest
$ac_exeext conftest.
$ac_ext
10583 LIBS
=$ac_check_soname_save_LIBS
10585 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10587 $as_echo "not found" >&6; }
10590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10591 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10593 cat >>confdefs.h
<<_ACEOF
10594 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10597 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10598 /* end confdefs.h. */
10599 #include <X11/Xlib.h>
10600 #include <X11/extensions/Xrandr.h>
10604 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10609 if ac_fn_c_try_compile
"$LINENO"; then :
10611 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10614 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10617 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10619 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10620 case "x$with_xrandr" in
10621 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10623 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10624 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10629 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
10631 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10632 /* end confdefs.h. */
10633 #include <X11/Xlib.h>
10634 #include <X11/extensions/Xfixes.h>
10638 static typeof(XFixesQueryVersion) * func; if (func) return 0;
10643 if ac_fn_c_try_compile
"$LINENO"; then :
10644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
10645 $as_echo_n "checking for -lXfixes... " >&6; }
10646 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
10647 $as_echo_n "(cached) " >&6
10649 ac_check_soname_save_LIBS
=$LIBS
10650 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
10651 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10652 /* end confdefs.h. */
10654 /* Override any GCC internal prototype to avoid an error.
10655 Use char because int might match the return type of a GCC
10656 builtin and then its argument prototype would still apply. */
10660 char XFixesQueryVersion ();
10664 return XFixesQueryVersion ();
10669 if ac_fn_c_try_link
"$LINENO"; then :
10671 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10672 dylib
) ac_cv_lib_soname_Xfixes
=`$OTOOL -L conftest$ac_exeext | grep "libXfixes\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXfixes\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10673 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10674 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10675 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10679 rm -f core conftest.err conftest.
$ac_objext \
10680 conftest
$ac_exeext conftest.
$ac_ext
10681 LIBS
=$ac_check_soname_save_LIBS
10683 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10685 $as_echo "not found" >&6; }
10688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
10689 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
10691 cat >>confdefs.h
<<_ACEOF
10692 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
10698 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10700 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
10701 case "x$with_xfixes" in
10702 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
10704 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
10705 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
10710 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10712 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10713 /* end confdefs.h. */
10714 #include <X11/Xlib.h>
10715 #include <X11/extensions/Xinerama.h>
10719 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10724 if ac_fn_c_try_compile
"$LINENO"; then :
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10726 $as_echo_n "checking for -lXinerama... " >&6; }
10727 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10728 $as_echo_n "(cached) " >&6
10730 ac_check_soname_save_LIBS
=$LIBS
10731 LIBS
="-lXinerama $X_LIBS $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. */
10741 char XineramaQueryScreens ();
10745 return XineramaQueryScreens ();
10750 if ac_fn_c_try_link
"$LINENO"; then :
10752 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10753 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'` ;;
10754 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10755 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10756 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10760 rm -f core conftest.err conftest.
$ac_objext \
10761 conftest
$ac_exeext conftest.
$ac_ext
10762 LIBS
=$ac_check_soname_save_LIBS
10764 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10766 $as_echo "not found" >&6; }
10769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10770 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10772 cat >>confdefs.h
<<_ACEOF
10773 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10779 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10781 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10782 case "x$with_xinerama" in
10783 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10785 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10786 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10791 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10794 $as_echo_n "checking for -lXcomposite... " >&6; }
10795 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10796 $as_echo_n "(cached) " >&6
10798 ac_check_soname_save_LIBS
=$LIBS
10799 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10800 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10801 /* end confdefs.h. */
10803 /* Override any GCC internal prototype to avoid an error.
10804 Use char because int might match the return type of a GCC
10805 builtin and then its argument prototype would still apply. */
10809 char XCompositeRedirectWindow ();
10813 return XCompositeRedirectWindow ();
10818 if ac_fn_c_try_link
"$LINENO"; then :
10820 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10821 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'` ;;
10822 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10823 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10824 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10828 rm -f core conftest.err conftest.
$ac_objext \
10829 conftest
$ac_exeext conftest.
$ac_ext
10830 LIBS
=$ac_check_soname_save_LIBS
10832 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10834 $as_echo "not found" >&6; }
10837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10838 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10840 cat >>confdefs.h
<<_ACEOF
10841 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10847 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10848 case "x$with_xcomposite" in
10849 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10851 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10852 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10857 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10858 #include <X11/Xlib.h>
10861 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10863 cat >>confdefs.h
<<_ACEOF
10864 #define HAVE_XICCALLBACK_CALLBACK 1
10869 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10870 #include <X11/Xlib.h>
10873 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10875 cat >>confdefs.h
<<_ACEOF
10876 #define HAVE_XEVENT_XCOOKIE 1
10885 if test "x$with_opengl" != "xno"
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10888 $as_echo_n "checking for -lGL... " >&6; }
10889 if ${ac_cv_lib_soname_GL+:} false
; then :
10890 $as_echo_n "(cached) " >&6
10892 ac_check_soname_save_LIBS
=$LIBS
10893 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10894 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10895 /* end confdefs.h. */
10897 /* Override any GCC internal prototype to avoid an error.
10898 Use char because int might match the return type of a GCC
10899 builtin and then its argument prototype would still apply. */
10903 char glXCreateContext ();
10907 return glXCreateContext ();
10912 if ac_fn_c_try_link
"$LINENO"; then :
10914 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10915 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'` ;;
10916 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10917 if ${ac_cv_lib_soname_GL:+false} :; then :
10918 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10922 rm -f core conftest.err conftest.
$ac_objext \
10923 conftest
$ac_exeext conftest.
$ac_ext
10924 LIBS
=$ac_check_soname_save_LIBS
10926 if ${ac_cv_lib_soname_GL:+false} :; then :
10927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10928 $as_echo "not found" >&6; }
10929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10930 $as_echo_n "checking for -lGL... " >&6; }
10931 if ${ac_cv_lib_soname_GL+:} false
; then :
10932 $as_echo_n "(cached) " >&6
10934 ac_check_soname_save_LIBS
=$LIBS
10935 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"
10936 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10937 /* end confdefs.h. */
10939 /* Override any GCC internal prototype to avoid an error.
10940 Use char because int might match the return type of a GCC
10941 builtin and then its argument prototype would still apply. */
10945 char glXCreateContext ();
10949 return glXCreateContext ();
10954 if ac_fn_c_try_link
"$LINENO"; then :
10956 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10957 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'` ;;
10958 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10959 if ${ac_cv_lib_soname_GL:+false} :; then :
10960 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10964 rm -f core conftest.err conftest.
$ac_objext \
10965 conftest
$ac_exeext conftest.
$ac_ext
10966 LIBS
=$ac_check_soname_save_LIBS
10968 if ${ac_cv_lib_soname_GL:+false} :; then :
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10970 $as_echo "not found" >&6; }
10971 if test -f /usr
/X11R
6/lib
/libGL.a
10973 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10974 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10976 opengl_msg
="No OpenGL library found on this system."
10979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10980 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10982 cat >>confdefs.h
<<_ACEOF
10983 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10986 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"
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10990 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10992 cat >>confdefs.h
<<_ACEOF
10993 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10998 if test "x$with_glu" != "xno"
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
11001 $as_echo_n "checking for -lGLU... " >&6; }
11002 if ${ac_cv_lib_soname_GLU+:} false
; then :
11003 $as_echo_n "(cached) " >&6
11005 ac_check_soname_save_LIBS
=$LIBS
11006 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
11007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11008 /* end confdefs.h. */
11010 /* Override any GCC internal prototype to avoid an error.
11011 Use char because int might match the return type of a GCC
11012 builtin and then its argument prototype would still apply. */
11020 return gluLookAt ();
11025 if ac_fn_c_try_link
"$LINENO"; then :
11027 dll
) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11028 dylib
) ac_cv_lib_soname_GLU
=`$OTOOL -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11029 *) ac_cv_lib_soname_GLU
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLU\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLU\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11030 if ${ac_cv_lib_soname_GLU:+false} :; then :
11031 ac_cv_lib_soname_GLU
=`$LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11035 rm -f core conftest.err conftest.
$ac_objext \
11036 conftest
$ac_exeext conftest.
$ac_ext
11037 LIBS
=$ac_check_soname_save_LIBS
11039 if ${ac_cv_lib_soname_GLU:+false} :; then :
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11041 $as_echo "not found" >&6; }
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
11045 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11047 cat >>confdefs.h
<<_ACEOF
11048 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11053 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
11054 case "x$with_glu" in
11055 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11057 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
11058 This is an error since --with-glu was requested." "$LINENO" 5 ;;
11064 if test "x$with_osmesa" != "xno"
11066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
11067 $as_echo_n "checking for -lOSMesa... " >&6; }
11068 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
11069 $as_echo_n "(cached) " >&6
11071 ac_check_soname_save_LIBS
=$LIBS
11072 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
11073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11074 /* end confdefs.h. */
11076 /* Override any GCC internal prototype to avoid an error.
11077 Use char because int might match the return type of a GCC
11078 builtin and then its argument prototype would still apply. */
11082 char OSMesaGetProcAddress ();
11086 return OSMesaGetProcAddress ();
11091 if ac_fn_c_try_link
"$LINENO"; then :
11093 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11094 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'` ;;
11095 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11096 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
11097 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11101 rm -f core conftest.err conftest.
$ac_objext \
11102 conftest
$ac_exeext conftest.
$ac_ext
11103 LIBS
=$ac_check_soname_save_LIBS
11105 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
11106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11107 $as_echo "not found" >&6; }
11110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
11111 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
11113 cat >>confdefs.h
<<_ACEOF
11114 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
11119 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
11120 case "x$with_osmesa" in
11121 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
11123 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
11124 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
11130 if test -n "$opengl_msg"; then :
11131 case "x$with_opengl" in
11132 x
) as_fn_append wine_warnings
"|$opengl_msg
11133 OpenGL and Direct3D won't be supported." ;;
11135 *) as_fn_error $?
"$opengl_msg
11136 OpenGL and Direct3D won't be supported.
11137 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
11142 CPPFLAGS
="$ac_save_CPPFLAGS"
11148 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
11150 if test "x$X_LIBS" = "x"; then :
11153 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
11154 without X support, which probably isn't what you want. You will need
11155 to install ${notice_platform}development packages of Xlib at the very least.
11156 Use the --without-x option if you really want this." "$LINENO" 5 ;;
11158 enable_winex11_drv
=${enable_winex11_drv:-no}
11161 if test "x$X_LIBS" = "x"; then :
11163 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
11165 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
11166 This is an error since --with-x was requested." "$LINENO" 5 ;;
11168 enable_winex11_drv
=${enable_winex11_drv:-no}
11172 if test "$ac_cv_header_CL_cl_h" = "yes"
11174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
11175 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
11176 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
11177 $as_echo_n "(cached) " >&6
11179 ac_check_lib_save_LIBS
=$LIBS
11180 LIBS
="-lOpenCL $LIBS"
11181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11182 /* end confdefs.h. */
11184 /* Override any GCC internal prototype to avoid an error.
11185 Use char because int might match the return type of a GCC
11186 builtin and then its argument prototype would still apply. */
11190 char clGetPlatformInfo ();
11194 return clGetPlatformInfo ();
11199 if ac_fn_c_try_link
"$LINENO"; then :
11200 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
11202 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
11204 rm -f core conftest.err conftest.
$ac_objext \
11205 conftest
$ac_exeext conftest.
$ac_ext
11206 LIBS
=$ac_check_lib_save_LIBS
11208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
11209 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
11210 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
11211 OPENCL_LIBS
="-lOpenCL"
11216 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
11217 case "x$with_opencl" in
11218 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
11220 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
11221 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
11223 enable_opencl
=${enable_opencl:-no}
11226 if test "$ac_cv_header_pcap_pcap_h" = "yes"
11228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
11229 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
11230 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
11231 $as_echo_n "(cached) " >&6
11233 ac_check_lib_save_LIBS
=$LIBS
11234 LIBS
="-lpcap $LIBS"
11235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11236 /* end confdefs.h. */
11238 /* Override any GCC internal prototype to avoid an error.
11239 Use char because int might match the return type of a GCC
11240 builtin and then its argument prototype would still apply. */
11244 char pcap_create ();
11248 return pcap_create ();
11253 if ac_fn_c_try_link
"$LINENO"; then :
11254 ac_cv_lib_pcap_pcap_create
=yes
11256 ac_cv_lib_pcap_pcap_create
=no
11258 rm -f core conftest.err conftest.
$ac_objext \
11259 conftest
$ac_exeext conftest.
$ac_ext
11260 LIBS
=$ac_check_lib_save_LIBS
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
11263 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
11264 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
11270 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
11271 case "x$with_pcap" in
11272 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11274 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
11275 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11277 enable_wpcap
=${enable_wpcap:-no}
11281 if test "x$with_xml" != "xno"
11283 if ${XML2_CFLAGS:+false} :; then :
11284 if ${PKG_CONFIG+:} false
; then :
11285 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11288 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11289 if ${XML2_LIBS:+false} :; then :
11290 if ${PKG_CONFIG+:} false
; then :
11291 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11294 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11295 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
11296 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11297 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11298 ac_save_CPPFLAGS
=$CPPFLAGS
11299 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
11300 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
11302 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11303 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11304 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11305 cat >>confdefs.h
<<_ACEOF
11306 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11313 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"
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11316 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11317 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11318 $as_echo_n "(cached) " >&6
11320 ac_check_lib_save_LIBS
=$LIBS
11321 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11322 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11323 /* end confdefs.h. */
11325 /* Override any GCC internal prototype to avoid an error.
11326 Use char because int might match the return type of a GCC
11327 builtin and then its argument prototype would still apply. */
11331 char xmlParseMemory ();
11335 return xmlParseMemory ();
11340 if ac_fn_c_try_link
"$LINENO"; then :
11341 ac_cv_lib_xml2_xmlParseMemory
=yes
11343 ac_cv_lib_xml2_xmlParseMemory
=no
11345 rm -f core conftest.err conftest.
$ac_objext \
11346 conftest
$ac_exeext conftest.
$ac_ext
11347 LIBS
=$ac_check_lib_save_LIBS
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11350 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11351 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11353 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11360 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11361 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11362 $as_echo_n "(cached) " >&6
11364 ac_check_lib_save_LIBS
=$LIBS
11365 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11367 /* end confdefs.h. */
11369 /* Override any GCC internal prototype to avoid an error.
11370 Use char because int might match the return type of a GCC
11371 builtin and then its argument prototype would still apply. */
11375 char xmlReadMemory ();
11379 return xmlReadMemory ();
11384 if ac_fn_c_try_link
"$LINENO"; then :
11385 ac_cv_lib_xml2_xmlReadMemory
=yes
11387 ac_cv_lib_xml2_xmlReadMemory
=no
11389 rm -f core conftest.err conftest.
$ac_objext \
11390 conftest
$ac_exeext conftest.
$ac_ext
11391 LIBS
=$ac_check_lib_save_LIBS
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11394 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11395 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11397 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11402 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11403 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11404 $as_echo_n "(cached) " >&6
11406 ac_check_lib_save_LIBS
=$LIBS
11407 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11408 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11409 /* end confdefs.h. */
11411 /* Override any GCC internal prototype to avoid an error.
11412 Use char because int might match the return type of a GCC
11413 builtin and then its argument prototype would still apply. */
11417 char xmlNewDocPI ();
11421 return xmlNewDocPI ();
11426 if ac_fn_c_try_link
"$LINENO"; then :
11427 ac_cv_lib_xml2_xmlNewDocPI
=yes
11429 ac_cv_lib_xml2_xmlNewDocPI
=no
11431 rm -f core conftest.err conftest.
$ac_objext \
11432 conftest
$ac_exeext conftest.
$ac_ext
11433 LIBS
=$ac_check_lib_save_LIBS
11435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11436 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11437 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11439 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11444 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11445 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11446 $as_echo_n "(cached) " >&6
11448 ac_check_lib_save_LIBS
=$LIBS
11449 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11450 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11451 /* end confdefs.h. */
11453 /* Override any GCC internal prototype to avoid an error.
11454 Use char because int might match the return type of a GCC
11455 builtin and then its argument prototype would still apply. */
11459 char xmlSchemaSetParserStructuredErrors ();
11463 return xmlSchemaSetParserStructuredErrors ();
11468 if ac_fn_c_try_link
"$LINENO"; then :
11469 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11471 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11473 rm -f core conftest.err conftest.
$ac_objext \
11474 conftest
$ac_exeext conftest.
$ac_ext
11475 LIBS
=$ac_check_lib_save_LIBS
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11478 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11479 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11481 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11486 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11487 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11488 $as_echo_n "(cached) " >&6
11490 ac_check_lib_save_LIBS
=$LIBS
11491 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11492 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11493 /* end confdefs.h. */
11495 /* Override any GCC internal prototype to avoid an error.
11496 Use char because int might match the return type of a GCC
11497 builtin and then its argument prototype would still apply. */
11501 char xmlSchemaSetValidStructuredErrors ();
11505 return xmlSchemaSetValidStructuredErrors ();
11510 if ac_fn_c_try_link
"$LINENO"; then :
11511 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11513 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11515 rm -f core conftest.err conftest.
$ac_objext \
11516 conftest
$ac_exeext conftest.
$ac_ext
11517 LIBS
=$ac_check_lib_save_LIBS
11519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11520 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11521 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11523 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11528 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11529 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11530 $as_echo_n "(cached) " >&6
11532 ac_check_lib_save_LIBS
=$LIBS
11533 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11534 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11535 /* end confdefs.h. */
11537 /* Override any GCC internal prototype to avoid an error.
11538 Use char because int might match the return type of a GCC
11539 builtin and then its argument prototype would still apply. */
11543 char xmlFirstElementChild ();
11547 return xmlFirstElementChild ();
11552 if ac_fn_c_try_link
"$LINENO"; then :
11553 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11555 ac_cv_lib_xml2_xmlFirstElementChild
=no
11557 rm -f core conftest.err conftest.
$ac_objext \
11558 conftest
$ac_exeext conftest.
$ac_ext
11559 LIBS
=$ac_check_lib_save_LIBS
11561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11562 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11563 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11565 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11569 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11571 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11573 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11581 CPPFLAGS
=$ac_save_CPPFLAGS
11582 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11583 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11586 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11587 case "x$with_xml" in
11588 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11590 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11591 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11596 if test "x$with_xslt" != "xno"
11598 if ${XSLT_CFLAGS:+false} :; then :
11599 if ${PKG_CONFIG+:} false
; then :
11600 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11603 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11604 if ${XSLT_LIBS:+false} :; then :
11605 if ${PKG_CONFIG+:} false
; then :
11606 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11609 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11610 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11611 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11612 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11613 ac_save_CPPFLAGS
=$CPPFLAGS
11614 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11615 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11617 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11618 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11619 # include <libxslt/pattern.h>
11622 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11623 cat >>confdefs.h
<<_ACEOF
11624 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11631 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11634 $as_echo_n "checking for -lxslt... " >&6; }
11635 if ${ac_cv_lib_soname_xslt+:} false
; then :
11636 $as_echo_n "(cached) " >&6
11638 ac_check_soname_save_LIBS
=$LIBS
11639 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11641 /* end confdefs.h. */
11643 /* Override any GCC internal prototype to avoid an error.
11644 Use char because int might match the return type of a GCC
11645 builtin and then its argument prototype would still apply. */
11649 char xsltCompilePattern ();
11653 return xsltCompilePattern ();
11658 if ac_fn_c_try_link
"$LINENO"; then :
11660 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11661 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'` ;;
11662 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11663 if ${ac_cv_lib_soname_xslt:+false} :; then :
11664 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11668 rm -f core conftest.err conftest.
$ac_objext \
11669 conftest
$ac_exeext conftest.
$ac_ext
11670 LIBS
=$ac_check_soname_save_LIBS
11672 if ${ac_cv_lib_soname_xslt:+false} :; then :
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11674 $as_echo "not found" >&6; }
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11678 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11680 cat >>confdefs.h
<<_ACEOF
11681 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11689 CPPFLAGS
=$ac_save_CPPFLAGS
11690 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11691 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11694 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11695 case "x$with_xslt" in
11696 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11698 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11699 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11704 if test "x$with_dbus" != "xno"
11706 if ${DBUS_CFLAGS:+false} :; then :
11707 if ${PKG_CONFIG+:} false
; then :
11708 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11712 if ${DBUS_LIBS:+false} :; then :
11713 if ${PKG_CONFIG+:} false
; then :
11714 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11719 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11720 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11721 ac_save_CPPFLAGS
=$CPPFLAGS
11722 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11723 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11724 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11726 $as_echo_n "checking for -ldbus-1... " >&6; }
11727 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11728 $as_echo_n "(cached) " >&6
11730 ac_check_soname_save_LIBS
=$LIBS
11731 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11732 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11733 /* end confdefs.h. */
11735 /* Override any GCC internal prototype to avoid an error.
11736 Use char because int might match the return type of a GCC
11737 builtin and then its argument prototype would still apply. */
11741 char dbus_connection_close ();
11745 return dbus_connection_close ();
11750 if ac_fn_c_try_link
"$LINENO"; then :
11752 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11753 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'` ;;
11754 *) 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'`
11755 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11756 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11760 rm -f core conftest.err conftest.
$ac_objext \
11761 conftest
$ac_exeext conftest.
$ac_ext
11762 LIBS
=$ac_check_soname_save_LIBS
11764 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11766 $as_echo "not found" >&6; }
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11770 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11772 cat >>confdefs.h
<<_ACEOF
11773 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11783 CPPFLAGS
=$ac_save_CPPFLAGS
11784 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11785 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11788 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11789 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11790 case "x$with_dbus" in
11791 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11793 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11794 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11799 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11801 if ${HAL_CFLAGS:+false} :; then :
11802 if ${PKG_CONFIG+:} false
; then :
11803 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11807 if ${HAL_LIBS:+false} :; then :
11808 if ${PKG_CONFIG+:} false
; then :
11809 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11813 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11814 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11815 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11816 ac_save_CPPFLAGS
=$CPPFLAGS
11817 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11818 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11819 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11821 $as_echo_n "checking for -lhal... " >&6; }
11822 if ${ac_cv_lib_soname_hal+:} false
; then :
11823 $as_echo_n "(cached) " >&6
11825 ac_check_soname_save_LIBS
=$LIBS
11826 LIBS
="-lhal $HAL_LIBS $LIBS"
11827 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11828 /* end confdefs.h. */
11830 /* Override any GCC internal prototype to avoid an error.
11831 Use char because int might match the return type of a GCC
11832 builtin and then its argument prototype would still apply. */
11836 char libhal_ctx_new ();
11840 return libhal_ctx_new ();
11845 if ac_fn_c_try_link
"$LINENO"; then :
11847 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11848 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'` ;;
11849 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11850 if ${ac_cv_lib_soname_hal:+false} :; then :
11851 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11855 rm -f core conftest.err conftest.
$ac_objext \
11856 conftest
$ac_exeext conftest.
$ac_ext
11857 LIBS
=$ac_check_soname_save_LIBS
11859 if ${ac_cv_lib_soname_hal:+false} :; then :
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11861 $as_echo "not found" >&6; }
11864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11865 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11867 cat >>confdefs.h
<<_ACEOF
11868 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11878 CPPFLAGS
=$ac_save_CPPFLAGS
11879 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11880 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11882 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11883 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11884 case "x$with_hal" in
11885 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11887 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11888 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11894 if test "x$with_gnutls" != "xno"
11896 if ${GNUTLS_CFLAGS:+false} :; then :
11897 if ${PKG_CONFIG+:} false
; then :
11898 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11902 if ${GNUTLS_LIBS:+false} :; then :
11903 if ${PKG_CONFIG+:} false
; then :
11904 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11909 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11910 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11911 ac_save_CPPFLAGS
=$CPPFLAGS
11912 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11913 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11914 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11915 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11916 /* end confdefs.h. */
11917 #include <gnutls/gnutls.h>
11918 #include <gnutls/crypto.h>
11922 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11927 if ac_fn_c_try_compile
"$LINENO"; then :
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11929 $as_echo_n "checking for -lgnutls... " >&6; }
11930 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11931 $as_echo_n "(cached) " >&6
11933 ac_check_soname_save_LIBS
=$LIBS
11934 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11935 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11936 /* end confdefs.h. */
11938 /* Override any GCC internal prototype to avoid an error.
11939 Use char because int might match the return type of a GCC
11940 builtin and then its argument prototype would still apply. */
11944 char gnutls_global_init ();
11948 return gnutls_global_init ();
11953 if ac_fn_c_try_link
"$LINENO"; then :
11955 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11956 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'` ;;
11957 *) 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'`
11958 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11959 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'`
11963 rm -f core conftest.err conftest.
$ac_objext \
11964 conftest
$ac_exeext conftest.
$ac_ext
11965 LIBS
=$ac_check_soname_save_LIBS
11967 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11969 $as_echo "not found" >&6; }
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11973 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11975 cat >>confdefs.h
<<_ACEOF
11976 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11981 ac_wine_check_funcs_save_LIBS
="$LIBS"
11982 LIBS
="$LIBS $GNUTLS_LIBS"
11983 for ac_func
in gnutls_hash
11985 ac_fn_c_check_func
"$LINENO" "gnutls_hash" "ac_cv_func_gnutls_hash"
11986 if test "x$ac_cv_func_gnutls_hash" = xyes
; then :
11987 cat >>confdefs.h
<<_ACEOF
11988 #define HAVE_GNUTLS_HASH 1
11992 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt hashes won't be supported."
11996 LIBS
="$ac_wine_check_funcs_save_LIBS"
11998 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12004 CPPFLAGS
=$ac_save_CPPFLAGS
12005 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12006 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12009 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
12010 case "x$with_gnutls" in
12011 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12013 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
12014 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
12020 if test "$ac_cv_header_ncurses_h" = "yes"
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
12023 $as_echo_n "checking for -lncurses... " >&6; }
12024 if ${ac_cv_lib_soname_ncurses+:} false
; then :
12025 $as_echo_n "(cached) " >&6
12027 ac_check_soname_save_LIBS
=$LIBS
12028 LIBS
="-lncurses $LIBS"
12029 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12030 /* end confdefs.h. */
12032 /* Override any GCC internal prototype to avoid an error.
12033 Use char because int might match the return type of a GCC
12034 builtin and then its argument prototype would still apply. */
12047 if ac_fn_c_try_link
"$LINENO"; then :
12049 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12050 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'` ;;
12051 *) 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'`
12052 if ${ac_cv_lib_soname_ncurses:+false} :; then :
12053 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12057 rm -f core conftest.err conftest.
$ac_objext \
12058 conftest
$ac_exeext conftest.
$ac_ext
12059 LIBS
=$ac_check_soname_save_LIBS
12061 if ${ac_cv_lib_soname_ncurses:+false} :; then :
12062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12063 $as_echo "not found" >&6; }
12066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
12067 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
12069 cat >>confdefs.h
<<_ACEOF
12070 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12073 CURSES_LIBS
="-lncurses"
12075 elif test "$ac_cv_header_curses_h" = "yes"
12077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
12078 $as_echo_n "checking for -lcurses... " >&6; }
12079 if ${ac_cv_lib_soname_curses+:} false
; then :
12080 $as_echo_n "(cached) " >&6
12082 ac_check_soname_save_LIBS
=$LIBS
12083 LIBS
="-lcurses $LIBS"
12084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12085 /* end confdefs.h. */
12087 /* Override any GCC internal prototype to avoid an error.
12088 Use char because int might match the return type of a GCC
12089 builtin and then its argument prototype would still apply. */
12102 if ac_fn_c_try_link
"$LINENO"; then :
12104 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12105 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'` ;;
12106 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12107 if ${ac_cv_lib_soname_curses:+false} :; then :
12108 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12112 rm -f core conftest.err conftest.
$ac_objext \
12113 conftest
$ac_exeext conftest.
$ac_ext
12114 LIBS
=$ac_check_soname_save_LIBS
12116 if ${ac_cv_lib_soname_curses:+false} :; then :
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12118 $as_echo "not found" >&6; }
12121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
12122 $as_echo "$ac_cv_lib_soname_curses" >&6; }
12124 cat >>confdefs.h
<<_ACEOF
12125 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12128 CURSES_LIBS
="-lcurses"
12131 ac_save_LIBS
="$LIBS"
12132 LIBS
="$LIBS $CURSES_LIBS"
12133 for ac_func
in mousemask
12135 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
12136 if test "x$ac_cv_func_mousemask" = xyes
; then :
12137 cat >>confdefs.h
<<_ACEOF
12138 #define HAVE_MOUSEMASK 1
12144 LIBS
="$ac_save_LIBS"
12145 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
12146 case "x$with_curses" in
12147 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
12149 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
12150 This is an error since --with-curses was requested." "$LINENO" 5 ;;
12155 if test "x$with_sane" != "xno"
12157 if ${SANE_CFLAGS:+false} :; then :
12158 if ${PKG_CONFIG+:} false
; then :
12159 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
12162 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
12163 if ${SANE_LIBS:+false} :; then :
12164 if ${PKG_CONFIG+:} false
; then :
12165 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
12168 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
12170 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
12171 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
12172 ac_save_CPPFLAGS
=$CPPFLAGS
12173 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
12174 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
12175 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
12176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
12177 $as_echo_n "checking for -lsane... " >&6; }
12178 if ${ac_cv_lib_soname_sane+:} false
; then :
12179 $as_echo_n "(cached) " >&6
12181 ac_check_soname_save_LIBS
=$LIBS
12182 LIBS
="-lsane $SANE_LIBS $LIBS"
12183 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12184 /* end confdefs.h. */
12186 /* Override any GCC internal prototype to avoid an error.
12187 Use char because int might match the return type of a GCC
12188 builtin and then its argument prototype would still apply. */
12196 return sane_init ();
12201 if ac_fn_c_try_link
"$LINENO"; then :
12203 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12204 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'` ;;
12205 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12206 if ${ac_cv_lib_soname_sane:+false} :; then :
12207 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12211 rm -f core conftest.err conftest.
$ac_objext \
12212 conftest
$ac_exeext conftest.
$ac_ext
12213 LIBS
=$ac_check_soname_save_LIBS
12215 if ${ac_cv_lib_soname_sane:+false} :; then :
12216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12217 $as_echo "not found" >&6; }
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
12221 $as_echo "$ac_cv_lib_soname_sane" >&6; }
12223 cat >>confdefs.h
<<_ACEOF
12224 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
12234 CPPFLAGS
=$ac_save_CPPFLAGS
12235 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12236 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12239 if test "x$ac_cv_lib_soname_sane" = "x"; then :
12240 case "x$with_sane" in
12241 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
12243 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
12244 This is an error since --with-sane was requested." "$LINENO" 5 ;;
12249 if test "x$with_v4l" != "xno"
12251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
12252 $as_echo_n "checking for -lv4l1... " >&6; }
12253 if ${ac_cv_lib_soname_v4l1+:} false
; then :
12254 $as_echo_n "(cached) " >&6
12256 ac_check_soname_save_LIBS
=$LIBS
12257 LIBS
="-lv4l1 $LIBS"
12258 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12259 /* end confdefs.h. */
12261 /* Override any GCC internal prototype to avoid an error.
12262 Use char because int might match the return type of a GCC
12263 builtin and then its argument prototype would still apply. */
12271 return v4l1_open ();
12276 if ac_fn_c_try_link
"$LINENO"; then :
12278 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12279 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'` ;;
12280 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12281 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12282 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12286 rm -f core conftest.err conftest.
$ac_objext \
12287 conftest
$ac_exeext conftest.
$ac_ext
12288 LIBS
=$ac_check_soname_save_LIBS
12290 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12292 $as_echo "not found" >&6; }
12295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12296 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12298 cat >>confdefs.h
<<_ACEOF
12299 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12305 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12306 case "x$with_v4l" in
12307 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
12309 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
12310 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12315 if test "x$with_gphoto" != "xno"
12317 if ${GPHOTO2_CFLAGS:+false} :; then :
12318 if ${PKG_CONFIG+:} false
; then :
12319 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12322 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12323 if ${GPHOTO2_LIBS:+false} :; then :
12324 if ${PKG_CONFIG+:} false
; then :
12325 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12328 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12329 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12330 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12331 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12332 ac_save_CPPFLAGS
=$CPPFLAGS
12333 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12334 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12335 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12337 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12338 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12339 $as_echo_n "(cached) " >&6
12341 ac_check_lib_save_LIBS
=$LIBS
12342 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12344 /* end confdefs.h. */
12346 /* Override any GCC internal prototype to avoid an error.
12347 Use char because int might match the return type of a GCC
12348 builtin and then its argument prototype would still apply. */
12352 char gp_camera_new ();
12356 return gp_camera_new ();
12361 if ac_fn_c_try_link
"$LINENO"; then :
12362 ac_cv_lib_gphoto2_gp_camera_new
=yes
12364 ac_cv_lib_gphoto2_gp_camera_new
=no
12366 rm -f core conftest.err conftest.
$ac_objext \
12367 conftest
$ac_exeext conftest.
$ac_ext
12368 LIBS
=$ac_check_lib_save_LIBS
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12371 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12372 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12374 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12377 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12381 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12385 CPPFLAGS
=$ac_save_CPPFLAGS
12386 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12387 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12389 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12390 if ${PKG_CONFIG+:} false
; then :
12391 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12394 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12395 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12396 if ${PKG_CONFIG+:} false
; then :
12397 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12400 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12401 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12402 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12403 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12404 ac_save_CPPFLAGS
=$CPPFLAGS
12405 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12406 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12407 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12409 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12410 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12411 $as_echo_n "(cached) " >&6
12413 ac_check_lib_save_LIBS
=$LIBS
12414 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12416 /* end confdefs.h. */
12418 /* Override any GCC internal prototype to avoid an error.
12419 Use char because int might match the return type of a GCC
12420 builtin and then its argument prototype would still apply. */
12424 char gp_port_info_list_new ();
12428 return gp_port_info_list_new ();
12433 if ac_fn_c_try_link
"$LINENO"; then :
12434 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12436 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12438 rm -f core conftest.err conftest.
$ac_objext \
12439 conftest
$ac_exeext conftest.
$ac_ext
12440 LIBS
=$ac_check_lib_save_LIBS
12442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12443 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12444 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12446 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12449 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12453 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12457 CPPFLAGS
=$ac_save_CPPFLAGS
12458 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12459 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12462 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12463 case "x$with_gphoto" in
12464 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12466 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12467 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12471 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12472 case "x$with_gphoto" in
12473 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12475 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12476 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12482 if test "$ac_cv_header_resolv_h" = "yes"
12484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12485 $as_echo_n "checking for resolver library... " >&6; }
12486 if ${ac_cv_have_resolv+:} false
; then :
12487 $as_echo_n "(cached) " >&6
12489 ac_save_LIBS
="$LIBS"
12490 for lib
in '' -lresolv
12492 LIBS
="$lib $ac_save_LIBS"
12493 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12494 /* end confdefs.h. */
12495 #ifdef HAVE_NETINET_IN_H
12496 #include <netinet/in.h>
12498 #include <resolv.h>
12502 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12507 if ac_fn_c_try_link
"$LINENO"; then :
12508 ac_cv_have_resolv
=${lib:-"none required"}
12510 ac_cv_have_resolv
="not found"
12512 rm -f core conftest.err conftest.
$ac_objext \
12513 conftest
$ac_exeext conftest.
$ac_ext
12514 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12516 LIBS
="$ac_save_LIBS"
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12519 $as_echo "$ac_cv_have_resolv" >&6; }
12521 case "$ac_cv_have_resolv" in
12525 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12528 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12530 RESOLV_LIBS
=$ac_cv_have_resolv
12535 if test "x$with_cms" != "xno"
12537 if ${LCMS2_CFLAGS:+false} :; then :
12538 if ${PKG_CONFIG+:} false
; then :
12539 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12543 if ${LCMS2_LIBS:+false} :; then :
12544 if ${PKG_CONFIG+:} false
; then :
12545 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12549 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12550 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12551 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12552 ac_save_CPPFLAGS
=$CPPFLAGS
12553 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12554 for ac_header
in lcms2.h
12556 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12557 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12558 cat >>confdefs.h
<<_ACEOF
12559 #define HAVE_LCMS2_H 1
12566 if test "$ac_cv_header_lcms2_h" = "yes"
12568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12569 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12570 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12571 $as_echo_n "(cached) " >&6
12573 ac_check_lib_save_LIBS
=$LIBS
12574 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12576 /* end confdefs.h. */
12578 /* Override any GCC internal prototype to avoid an error.
12579 Use char because int might match the return type of a GCC
12580 builtin and then its argument prototype would still apply. */
12584 char cmsOpenProfileFromFile ();
12588 return cmsOpenProfileFromFile ();
12593 if ac_fn_c_try_link
"$LINENO"; then :
12594 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12596 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12598 rm -f core conftest.err conftest.
$ac_objext \
12599 conftest
$ac_exeext conftest.
$ac_ext
12600 LIBS
=$ac_check_lib_save_LIBS
12602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12603 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12604 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12606 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12616 CPPFLAGS
=$ac_save_CPPFLAGS
12617 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12618 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12621 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12622 case "x$with_cms" in
12623 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12625 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12626 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12631 if test "x$with_freetype" != "xno"
12633 if ${FREETYPE_CFLAGS:+false} :; then :
12634 if ${PKG_CONFIG+:} false
; then :
12635 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12638 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12639 if ${FREETYPE_LIBS:+false} :; then :
12640 if ${PKG_CONFIG+:} false
; then :
12641 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12644 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12645 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12646 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12647 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12648 ac_save_CPPFLAGS
=$CPPFLAGS
12649 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12650 for ac_header
in ft2build.h
12652 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12653 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12654 cat >>confdefs.h
<<_ACEOF
12655 #define HAVE_FT2BUILD_H 1
12662 if test "$ac_cv_header_ft2build_h" = "yes"
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12665 $as_echo_n "checking for -lfreetype... " >&6; }
12666 if ${ac_cv_lib_soname_freetype+:} false
; then :
12667 $as_echo_n "(cached) " >&6
12669 ac_check_soname_save_LIBS
=$LIBS
12670 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12672 /* end confdefs.h. */
12674 /* Override any GCC internal prototype to avoid an error.
12675 Use char because int might match the return type of a GCC
12676 builtin and then its argument prototype would still apply. */
12680 char FT_Init_FreeType ();
12684 return FT_Init_FreeType ();
12689 if ac_fn_c_try_link
"$LINENO"; then :
12691 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12692 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'` ;;
12693 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12694 if ${ac_cv_lib_soname_freetype:+false} :; then :
12695 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12699 rm -f core conftest.err conftest.
$ac_objext \
12700 conftest
$ac_exeext conftest.
$ac_ext
12701 LIBS
=$ac_check_soname_save_LIBS
12703 if ${ac_cv_lib_soname_freetype:+false} :; then :
12704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12705 $as_echo "not found" >&6; }
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12709 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12711 cat >>confdefs.h
<<_ACEOF
12712 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12716 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12718 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12719 #include FT_MODULE_H
12721 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12723 cat >>confdefs.h
<<_ACEOF
12724 #define HAVE_FT_TRUETYPEENGINETYPE 1
12735 CPPFLAGS
=$ac_save_CPPFLAGS
12736 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12737 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12740 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12741 case "x$with_freetype" in
12743 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12744 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12746 enable_fonts
=${enable_fonts:-no}
12749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12750 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12751 if ${ac_cv_c_ppdev+:} false
; then :
12752 $as_echo_n "(cached) " >&6
12754 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12755 /* end confdefs.h. */
12756 #ifdef HAVE_SYS_IOCTL_H
12757 # include <sys/ioctl.h>
12759 #include <linux/ppdev.h>
12763 ioctl (1,PPCLAIM,0)
12768 if ac_fn_c_try_compile
"$LINENO"; then :
12769 ac_cv_c_ppdev
="yes"
12773 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12776 $as_echo "$ac_cv_c_ppdev" >&6; }
12777 if test "$ac_cv_c_ppdev" = "yes"
12780 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12784 ac_wine_check_funcs_save_LIBS
="$LIBS"
12785 LIBS
="$LIBS $PTHREAD_LIBS"
12787 pthread_attr_get_np \
12788 pthread_getattr_np \
12789 pthread_getthreadid_np \
12790 pthread_get_stackaddr_np \
12791 pthread_get_stacksize_np
12793 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12794 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12795 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12796 cat >>confdefs.h
<<_ACEOF
12797 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12803 LIBS
="$ac_wine_check_funcs_save_LIBS"
12805 if test "$ac_cv_header_zlib_h" = "yes"
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12808 $as_echo_n "checking for inflate in -lz... " >&6; }
12809 if ${ac_cv_lib_z_inflate+:} false
; then :
12810 $as_echo_n "(cached) " >&6
12812 ac_check_lib_save_LIBS
=$LIBS
12814 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12815 /* end confdefs.h. */
12817 /* Override any GCC internal prototype to avoid an error.
12818 Use char because int might match the return type of a GCC
12819 builtin and then its argument prototype would still apply. */
12832 if ac_fn_c_try_link
"$LINENO"; then :
12833 ac_cv_lib_z_inflate
=yes
12835 ac_cv_lib_z_inflate
=no
12837 rm -f core conftest.err conftest.
$ac_objext \
12838 conftest
$ac_exeext conftest.
$ac_ext
12839 LIBS
=$ac_check_lib_save_LIBS
12841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12842 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12843 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12845 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12852 if test "x$Z_LIBS" = "x"; then :
12853 case "x$with_zlib" in
12854 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12856 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12857 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12862 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12864 if test "$ac_cv_header_gettext_po_h" = "yes"
12866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12867 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12868 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12869 $as_echo_n "(cached) " >&6
12871 ac_check_lib_save_LIBS
=$LIBS
12872 LIBS
="-lgettextpo $LIBS"
12873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12874 /* end confdefs.h. */
12876 /* Override any GCC internal prototype to avoid an error.
12877 Use char because int might match the return type of a GCC
12878 builtin and then its argument prototype would still apply. */
12882 char po_message_msgctxt ();
12886 return po_message_msgctxt ();
12891 if ac_fn_c_try_link
"$LINENO"; then :
12892 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12894 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12896 rm -f core conftest.err conftest.
$ac_objext \
12897 conftest
$ac_exeext conftest.
$ac_ext
12898 LIBS
=$ac_check_lib_save_LIBS
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12901 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12902 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12904 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12906 GETTEXTPO_LIBS
="-lgettextpo"
12911 if test "x$GETTEXTPO_LIBS" = "x"; then :
12912 case "x$with_gettextpo" in
12913 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12915 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12916 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12920 if test "$srcdir" != .
; then :
12921 case "x$with_gettextpo" in
12922 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12924 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12925 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12931 if test "x$with_pulse" != "xno";
12933 if ${PULSE_CFLAGS:+false} :; then :
12934 if ${PKG_CONFIG+:} false
; then :
12935 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12939 if ${PULSE_LIBS:+false} :; then :
12940 if ${PKG_CONFIG+:} false
; then :
12941 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12946 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12947 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12948 ac_save_CPPFLAGS
=$CPPFLAGS
12949 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12950 for ac_header
in pulse
/pulseaudio.h
12952 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12953 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12954 cat >>confdefs.h
<<_ACEOF
12955 #define HAVE_PULSE_PULSEAUDIO_H 1
12957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12958 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12959 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12960 $as_echo_n "(cached) " >&6
12962 ac_check_lib_save_LIBS
=$LIBS
12963 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12964 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12965 /* end confdefs.h. */
12967 /* Override any GCC internal prototype to avoid an error.
12968 Use char because int might match the return type of a GCC
12969 builtin and then its argument prototype would still apply. */
12973 char pa_stream_is_corked ();
12977 return pa_stream_is_corked ();
12982 if ac_fn_c_try_link
"$LINENO"; then :
12983 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12985 ac_cv_lib_pulse_pa_stream_is_corked
=no
12987 rm -f core conftest.err conftest.
$ac_objext \
12988 conftest
$ac_exeext conftest.
$ac_ext
12989 LIBS
=$ac_check_lib_save_LIBS
12991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12992 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12993 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
13005 CPPFLAGS
=$ac_save_CPPFLAGS
13006 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13007 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13010 if test -z "$PULSE_LIBS"; then :
13011 case "x$with_pulse" in
13012 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
13014 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
13015 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
13017 enable_winepulse_drv
=${enable_winepulse_drv:-no}
13020 if test "x$with_gstreamer" != "xno"
13022 if ${GSTREAMER_CFLAGS:+false} :; then :
13023 if ${PKG_CONFIG+:} false
; then :
13024 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
13028 if ${GSTREAMER_LIBS:+false} :; then :
13029 if ${PKG_CONFIG+:} false
; then :
13030 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
13035 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
13036 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
13037 ac_save_CPPFLAGS
=$CPPFLAGS
13038 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
13040 for i
in $GSTREAMER_CFLAGS
13043 -I*) ac_gst_incl
="$ac_gst_incl $i";;
13046 GSTREAMER_CFLAGS
=$ac_gst_incl
13047 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
13048 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
13049 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
13051 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
13052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13053 /* end confdefs.h. */
13054 #include <gst/gst.h>
13058 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
13063 if ac_fn_c_try_compile
"$LINENO"; then :
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13065 $as_echo "yes" >&6; }
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
13067 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
13068 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
13069 $as_echo_n "(cached) " >&6
13071 ac_check_lib_save_LIBS
=$LIBS
13072 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
13073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13074 /* end confdefs.h. */
13076 /* Override any GCC internal prototype to avoid an error.
13077 Use char because int might match the return type of a GCC
13078 builtin and then its argument prototype would still apply. */
13082 char gst_pad_new ();
13086 return gst_pad_new ();
13091 if ac_fn_c_try_link
"$LINENO"; then :
13092 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
13094 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
13096 rm -f core conftest.err conftest.
$ac_objext \
13097 conftest
$ac_exeext conftest.
$ac_ext
13098 LIBS
=$ac_check_lib_save_LIBS
13100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
13101 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
13102 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13108 $as_echo "no" >&6; }
13109 ac_glib2_broken
=yes
13110 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
13112 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13116 CPPFLAGS
=$ac_save_CPPFLAGS
13117 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13118 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13121 if test "x$ac_glib2_broken" != xyes
-a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
13122 case "x$with_gstreamer" in
13123 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
13125 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
13126 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
13130 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
13134 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
13137 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
13138 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
13139 $as_echo_n "(cached) " >&6
13141 ac_check_lib_save_LIBS
=$LIBS
13142 LIBS
="-lasound $LIBS"
13143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13144 /* end confdefs.h. */
13146 /* Override any GCC internal prototype to avoid an error.
13147 Use char because int might match the return type of a GCC
13148 builtin and then its argument prototype would still apply. */
13152 char snd_pcm_hw_params_get_access_mask ();
13156 return snd_pcm_hw_params_get_access_mask ();
13161 if ac_fn_c_try_link
"$LINENO"; then :
13162 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
13164 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
13166 rm -f core conftest.err conftest.
$ac_objext \
13167 conftest
$ac_exeext conftest.
$ac_ext
13168 LIBS
=$ac_check_lib_save_LIBS
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
13171 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
13172 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
13173 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13174 /* end confdefs.h. */
13175 #ifdef HAVE_ALSA_ASOUNDLIB_H
13176 #include <alsa/asoundlib.h>
13177 #elif defined(HAVE_SYS_ASOUNDLIB_H)
13178 #include <sys/asoundlib.h>
13183 snd_pcm_hw_params_get_access_mask(NULL, NULL)
13188 if ac_fn_c_try_compile
"$LINENO"; then :
13189 ALSA_LIBS
="-lasound"
13191 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13195 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13197 if test "x$with_oss" != xno
13199 ac_save_CPPFLAGS
="$CPPFLAGS"
13200 if test -f /etc
/oss.conf
13204 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
13205 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
13206 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
13207 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
13208 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
13210 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
13212 cat >>confdefs.h
<<_ACEOF
13213 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
13216 OSS4_CFLAGS
="$ac_oss_incl"
13223 CPPFLAGS
="$ac_save_CPPFLAGS"
13225 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
13226 case "x$with_oss" in
13227 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
13229 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
13230 This is an error since --with-oss was requested." "$LINENO" 5 ;;
13232 enable_wineoss_drv
=${enable_wineoss_drv:-no}
13235 if test "x$with_udev" != "xno"
13237 if ${UDEV_CFLAGS:+false} :; then :
13238 if ${PKG_CONFIG+:} false
; then :
13239 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
13243 if ${UDEV_LIBS:+false} :; then :
13244 if ${PKG_CONFIG+:} false
; then :
13245 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
13249 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
13250 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
13251 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
13252 ac_save_CPPFLAGS
=$CPPFLAGS
13253 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
13254 for ac_header
in libudev.h
13256 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
13257 if test "x$ac_cv_header_libudev_h" = xyes
; then :
13258 cat >>confdefs.h
<<_ACEOF
13259 #define HAVE_LIBUDEV_H 1
13261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
13262 $as_echo_n "checking for udev_new in -ludev... " >&6; }
13263 if ${ac_cv_lib_udev_udev_new+:} false
; then :
13264 $as_echo_n "(cached) " >&6
13266 ac_check_lib_save_LIBS
=$LIBS
13267 LIBS
="-ludev $UDEV_LIBS $LIBS"
13268 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13269 /* end confdefs.h. */
13271 /* Override any GCC internal prototype to avoid an error.
13272 Use char because int might match the return type of a GCC
13273 builtin and then its argument prototype would still apply. */
13281 return udev_new ();
13286 if ac_fn_c_try_link
"$LINENO"; then :
13287 ac_cv_lib_udev_udev_new
=yes
13289 ac_cv_lib_udev_udev_new
=no
13291 rm -f core conftest.err conftest.
$ac_objext \
13292 conftest
$ac_exeext conftest.
$ac_ext
13293 LIBS
=$ac_check_lib_save_LIBS
13295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13296 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13297 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
13299 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13311 CPPFLAGS
=$ac_save_CPPFLAGS
13312 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13313 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13316 if test "x$UDEV_LIBS" = "x"; then :
13317 case "x$with_udev" in
13318 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13320 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
13321 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13326 if test "x$with_capi" != "xno"
13328 if ${CAPI20_CFLAGS:+false} :; then :
13329 if ${PKG_CONFIG+:} false
; then :
13330 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13334 if ${CAPI20_LIBS:+false} :; then :
13335 if ${PKG_CONFIG+:} false
; then :
13336 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
13341 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13342 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13343 ac_save_CPPFLAGS
=$CPPFLAGS
13344 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
13345 for ac_header
in capi20.h linux
/capi.h
13347 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13348 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13350 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13351 cat >>confdefs.h
<<_ACEOF
13352 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13359 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13362 $as_echo_n "checking for -lcapi20... " >&6; }
13363 if ${ac_cv_lib_soname_capi20+:} false
; then :
13364 $as_echo_n "(cached) " >&6
13366 ac_check_soname_save_LIBS
=$LIBS
13367 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
13368 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13369 /* end confdefs.h. */
13371 /* Override any GCC internal prototype to avoid an error.
13372 Use char because int might match the return type of a GCC
13373 builtin and then its argument prototype would still apply. */
13377 char capi20_register ();
13381 return capi20_register ();
13386 if ac_fn_c_try_link
"$LINENO"; then :
13388 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13389 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'` ;;
13390 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13391 if ${ac_cv_lib_soname_capi20:+false} :; then :
13392 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13396 rm -f core conftest.err conftest.
$ac_objext \
13397 conftest
$ac_exeext conftest.
$ac_ext
13398 LIBS
=$ac_check_soname_save_LIBS
13400 if ${ac_cv_lib_soname_capi20:+false} :; then :
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13402 $as_echo "not found" >&6; }
13405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13406 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13408 cat >>confdefs.h
<<_ACEOF
13409 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13415 CPPFLAGS
=$ac_save_CPPFLAGS
13416 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13417 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13420 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13421 case "x$with_capi" in
13422 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13424 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13425 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13432 if test "x$with_cups" != "xno"
13434 ac_save_CPPFLAGS
="$CPPFLAGS"
13435 ac_cups_cflags
=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
13436 ac_cups_libs
=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
13437 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
13438 for ac_header
in cups
/cups.h
13440 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13441 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
13442 cat >>confdefs.h
<<_ACEOF
13443 #define HAVE_CUPS_CUPS_H 1
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13446 $as_echo_n "checking for -lcups... " >&6; }
13447 if ${ac_cv_lib_soname_cups+:} false
; then :
13448 $as_echo_n "(cached) " >&6
13450 ac_check_soname_save_LIBS
=$LIBS
13451 LIBS
="-lcups $ac_cups_libs $LIBS"
13452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13453 /* end confdefs.h. */
13455 /* Override any GCC internal prototype to avoid an error.
13456 Use char because int might match the return type of a GCC
13457 builtin and then its argument prototype would still apply. */
13461 char cupsGetDefault ();
13465 return cupsGetDefault ();
13470 if ac_fn_c_try_link
"$LINENO"; then :
13472 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13473 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'` ;;
13474 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13475 if ${ac_cv_lib_soname_cups:+false} :; then :
13476 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13480 rm -f core conftest.err conftest.
$ac_objext \
13481 conftest
$ac_exeext conftest.
$ac_ext
13482 LIBS
=$ac_check_soname_save_LIBS
13484 if ${ac_cv_lib_soname_cups:+false} :; then :
13485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13486 $as_echo "not found" >&6; }
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13490 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13492 cat >>confdefs.h
<<_ACEOF
13493 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13496 CUPS_CFLAGS
="$ac_cups_cflags"
13498 for ac_header
in cups
/ppd.h
13500 ac_fn_c_check_header_mongrel
"$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
13501 if test "x$ac_cv_header_cups_ppd_h" = xyes
; then :
13502 cat >>confdefs.h
<<_ACEOF
13503 #define HAVE_CUPS_PPD_H 1
13514 CPPFLAGS
="$ac_save_CPPFLAGS"
13516 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13517 case "x$with_cups" in
13518 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13520 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13521 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13526 if test "x$with_fontconfig" != "xno"
13528 if ${FONTCONFIG_CFLAGS:+false} :; then :
13529 if ${PKG_CONFIG+:} false
; then :
13530 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13533 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13534 if ${FONTCONFIG_LIBS:+false} :; then :
13535 if ${PKG_CONFIG+:} false
; then :
13536 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13539 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13541 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13542 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13543 ac_save_CPPFLAGS
=$CPPFLAGS
13544 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13545 for ac_header
in fontconfig
/fontconfig.h
13547 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13548 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13549 cat >>confdefs.h
<<_ACEOF
13550 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13557 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13560 $as_echo_n "checking for -lfontconfig... " >&6; }
13561 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13562 $as_echo_n "(cached) " >&6
13564 ac_check_soname_save_LIBS
=$LIBS
13565 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13567 /* end confdefs.h. */
13569 /* Override any GCC internal prototype to avoid an error.
13570 Use char because int might match the return type of a GCC
13571 builtin and then its argument prototype would still apply. */
13584 if ac_fn_c_try_link
"$LINENO"; then :
13586 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13587 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'` ;;
13588 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13589 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13590 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13594 rm -f core conftest.err conftest.
$ac_objext \
13595 conftest
$ac_exeext conftest.
$ac_ext
13596 LIBS
=$ac_check_soname_save_LIBS
13598 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13600 $as_echo "not found" >&6; }
13601 FONTCONFIG_CFLAGS
=""
13603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13604 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13606 cat >>confdefs.h
<<_ACEOF
13607 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13613 FONTCONFIG_CFLAGS
=""
13615 CPPFLAGS
=$ac_save_CPPFLAGS
13616 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13617 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13620 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13621 case "x$with_fontconfig" in
13622 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13624 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13625 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13630 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13633 $as_echo_n "checking for -lgsm... " >&6; }
13634 if ${ac_cv_lib_soname_gsm+:} false
; then :
13635 $as_echo_n "(cached) " >&6
13637 ac_check_soname_save_LIBS
=$LIBS
13639 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13640 /* end confdefs.h. */
13642 /* Override any GCC internal prototype to avoid an error.
13643 Use char because int might match the return type of a GCC
13644 builtin and then its argument prototype would still apply. */
13648 char gsm_create ();
13652 return gsm_create ();
13657 if ac_fn_c_try_link
"$LINENO"; then :
13659 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13660 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'` ;;
13661 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13662 if ${ac_cv_lib_soname_gsm:+false} :; then :
13663 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13667 rm -f core conftest.err conftest.
$ac_objext \
13668 conftest
$ac_exeext conftest.
$ac_ext
13669 LIBS
=$ac_check_soname_save_LIBS
13671 if ${ac_cv_lib_soname_gsm:+false} :; then :
13672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13673 $as_echo "not found" >&6; }
13676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13677 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13679 cat >>confdefs.h
<<_ACEOF
13680 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13686 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13687 case "x$with_gsm" in
13688 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13690 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13691 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13696 if test "x$with_jpeg" != "xno"
13698 if ${JPEG_CFLAGS:+false} :; then :
13699 if ${PKG_CONFIG+:} false
; then :
13700 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13704 if ${JPEG_LIBS:+false} :; then :
13705 if ${PKG_CONFIG+:} false
; then :
13706 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13711 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13712 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13713 ac_save_CPPFLAGS
=$CPPFLAGS
13714 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13715 for ac_header
in jpeglib.h
13717 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13718 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13719 cat >>confdefs.h
<<_ACEOF
13720 #define HAVE_JPEGLIB_H 1
13727 if test "$ac_cv_header_jpeglib_h" = "yes"
13729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13730 $as_echo_n "checking for -ljpeg... " >&6; }
13731 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13732 $as_echo_n "(cached) " >&6
13734 ac_check_soname_save_LIBS
=$LIBS
13735 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13736 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13737 /* end confdefs.h. */
13739 /* Override any GCC internal prototype to avoid an error.
13740 Use char because int might match the return type of a GCC
13741 builtin and then its argument prototype would still apply. */
13745 char jpeg_start_decompress ();
13749 return jpeg_start_decompress ();
13754 if ac_fn_c_try_link
"$LINENO"; then :
13756 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13757 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'` ;;
13758 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13759 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13760 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13764 rm -f core conftest.err conftest.
$ac_objext \
13765 conftest
$ac_exeext conftest.
$ac_ext
13766 LIBS
=$ac_check_soname_save_LIBS
13768 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13770 $as_echo "not found" >&6; }
13773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13774 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13776 cat >>confdefs.h
<<_ACEOF
13777 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13785 CPPFLAGS
=$ac_save_CPPFLAGS
13786 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13787 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13790 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13791 case "x$with_jpeg" in
13792 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13794 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13795 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13800 if test "x$with_png" != "xno"
13802 if ${PNG_CFLAGS:+false} :; then :
13803 if ${PKG_CONFIG+:} false
; then :
13804 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13807 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13808 if ${PNG_LIBS:+false} :; then :
13809 if ${PKG_CONFIG+:} false
; then :
13810 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13813 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13815 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13816 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13817 ac_save_CPPFLAGS
=$CPPFLAGS
13818 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13819 for ac_header
in png.h
13821 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13822 if test "x$ac_cv_header_png_h" = xyes
; then :
13823 cat >>confdefs.h
<<_ACEOF
13824 #define HAVE_PNG_H 1
13831 if test "$ac_cv_header_png_h" = "yes"
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13834 $as_echo_n "checking for -lpng... " >&6; }
13835 if ${ac_cv_lib_soname_png+:} false
; then :
13836 $as_echo_n "(cached) " >&6
13838 ac_check_soname_save_LIBS
=$LIBS
13839 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13841 /* end confdefs.h. */
13843 /* Override any GCC internal prototype to avoid an error.
13844 Use char because int might match the return type of a GCC
13845 builtin and then its argument prototype would still apply. */
13849 char png_create_read_struct ();
13853 return png_create_read_struct ();
13858 if ac_fn_c_try_link
"$LINENO"; then :
13860 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13861 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'` ;;
13862 *) 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'`
13863 if ${ac_cv_lib_soname_png:+false} :; then :
13864 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13868 rm -f core conftest.err conftest.
$ac_objext \
13869 conftest
$ac_exeext conftest.
$ac_ext
13870 LIBS
=$ac_check_soname_save_LIBS
13872 if ${ac_cv_lib_soname_png:+false} :; then :
13873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13874 $as_echo "not found" >&6; }
13877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13878 $as_echo "$ac_cv_lib_soname_png" >&6; }
13880 cat >>confdefs.h
<<_ACEOF
13881 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13884 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13885 /* end confdefs.h. */
13890 typeof(png_set_expand_gray_1_2_4_to_8) *p
13895 if ac_fn_c_try_compile
"$LINENO"; then :
13897 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13900 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13905 CPPFLAGS
=$ac_save_CPPFLAGS
13906 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13907 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13910 if test "x$ac_cv_lib_soname_png" = "x"; then :
13911 case "x$with_png" in
13912 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13914 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13915 This is an error since --with-png was requested." "$LINENO" 5 ;;
13920 if test "x$with_tiff" != "xno"
13922 if ${TIFF_CFLAGS:+false} :; then :
13923 if ${PKG_CONFIG+:} false
; then :
13924 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13928 if ${TIFF_LIBS:+false} :; then :
13929 if ${PKG_CONFIG+:} false
; then :
13930 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13935 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13936 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13937 ac_save_CPPFLAGS
=$CPPFLAGS
13938 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13939 for ac_header
in tiffio.h
13941 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13942 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13943 cat >>confdefs.h
<<_ACEOF
13944 #define HAVE_TIFFIO_H 1
13951 if test "$ac_cv_header_tiffio_h" = "yes"
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13954 $as_echo_n "checking for -ltiff... " >&6; }
13955 if ${ac_cv_lib_soname_tiff+:} false
; then :
13956 $as_echo_n "(cached) " >&6
13958 ac_check_soname_save_LIBS
=$LIBS
13959 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13961 /* end confdefs.h. */
13963 /* Override any GCC internal prototype to avoid an error.
13964 Use char because int might match the return type of a GCC
13965 builtin and then its argument prototype would still apply. */
13969 char TIFFClientOpen ();
13973 return TIFFClientOpen ();
13978 if ac_fn_c_try_link
"$LINENO"; then :
13980 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13981 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'` ;;
13982 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13983 if ${ac_cv_lib_soname_tiff:+false} :; then :
13984 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13988 rm -f core conftest.err conftest.
$ac_objext \
13989 conftest
$ac_exeext conftest.
$ac_ext
13990 LIBS
=$ac_check_soname_save_LIBS
13992 if ${ac_cv_lib_soname_tiff:+false} :; then :
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13994 $as_echo "not found" >&6; }
13997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13998 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
14000 cat >>confdefs.h
<<_ACEOF
14001 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
14007 CPPFLAGS
=$ac_save_CPPFLAGS
14008 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14009 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14012 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
14013 case "x$with_tiff" in
14014 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
14016 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
14017 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
14022 if test "x$with_mpg123" != "xno"
14024 if ${MPG123_CFLAGS:+false} :; then :
14025 if ${PKG_CONFIG+:} false
; then :
14026 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
14030 if ${MPG123_LIBS:+false} :; then :
14031 if ${PKG_CONFIG+:} false
; then :
14032 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
14036 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
14037 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
14038 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
14039 ac_save_CPPFLAGS
=$CPPFLAGS
14040 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
14041 for ac_header
in mpg123.h
14043 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
14044 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
14045 cat >>confdefs.h
<<_ACEOF
14046 #define HAVE_MPG123_H 1
14053 if test "$ac_cv_header_mpg123_h" = "yes"
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
14056 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
14057 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
14058 $as_echo_n "(cached) " >&6
14060 ac_check_lib_save_LIBS
=$LIBS
14061 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
14062 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14063 /* end confdefs.h. */
14065 /* Override any GCC internal prototype to avoid an error.
14066 Use char because int might match the return type of a GCC
14067 builtin and then its argument prototype would still apply. */
14071 char mpg123_feed ();
14075 return mpg123_feed ();
14080 if ac_fn_c_try_link
"$LINENO"; then :
14081 ac_cv_lib_mpg123_mpg123_feed
=yes
14083 ac_cv_lib_mpg123_mpg123_feed
=no
14085 rm -f core conftest.err conftest.
$ac_objext \
14086 conftest
$ac_exeext conftest.
$ac_ext
14087 LIBS
=$ac_check_lib_save_LIBS
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
14090 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
14091 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
14101 CPPFLAGS
=$ac_save_CPPFLAGS
14102 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14103 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14106 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
14107 case "x$with_mpg123" in
14108 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
14110 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
14111 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
14113 enable_winemp3_acm
=${enable_winemp3_acm:-no}
14116 if test "$ac_cv_header_AL_al_h" = "yes"
14118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
14119 $as_echo_n "checking for -lopenal... " >&6; }
14120 if ${ac_cv_lib_soname_openal+:} false
; then :
14121 $as_echo_n "(cached) " >&6
14123 ac_check_soname_save_LIBS
=$LIBS
14124 LIBS
="-lopenal $LIBS"
14125 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14126 /* end confdefs.h. */
14128 /* Override any GCC internal prototype to avoid an error.
14129 Use char because int might match the return type of a GCC
14130 builtin and then its argument prototype would still apply. */
14134 char alGetSource3i ();
14138 return alGetSource3i ();
14143 if ac_fn_c_try_link
"$LINENO"; then :
14145 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14146 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'` ;;
14147 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14148 if ${ac_cv_lib_soname_openal:+false} :; then :
14149 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14153 rm -f core conftest.err conftest.
$ac_objext \
14154 conftest
$ac_exeext conftest.
$ac_ext
14155 LIBS
=$ac_check_soname_save_LIBS
14157 if ${ac_cv_lib_soname_openal:+false} :; then :
14158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14159 $as_echo "not found" >&6; }
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
14163 $as_echo "$ac_cv_lib_soname_openal" >&6; }
14165 cat >>confdefs.h
<<_ACEOF
14166 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
14169 OPENAL_LIBS
="-lopenal"
14171 ac_cv_lib_openal
=yes
14173 cat >>confdefs.h
<<_ACEOF
14174 #define HAVE_OPENAL 1
14179 if test "x$ac_cv_lib_openal" != xyes
; then :
14180 case "x$with_openal" in
14181 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
14183 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
14184 This is an error since --with-openal was requested." "$LINENO" 5 ;;
14186 enable_openal32
=${enable_openal32:-no}
14189 if test "x$ac_cv_lib_openal" = xyes
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
14192 $as_echo_n "checking for openal-soft... " >&6; }
14193 if ${ac_cv_have_openalsoft+:} false
; then :
14194 $as_echo_n "(cached) " >&6
14196 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14197 /* end confdefs.h. */
14199 #include <AL/alc.h>
14200 #include <AL/alext.h>
14201 LPALCRENDERSAMPLESSOFT x;
14210 if ac_fn_c_try_compile
"$LINENO"; then :
14211 ac_cv_have_openalsoft
=yes
14213 ac_cv_have_openalsoft
=no
14215 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
14218 $as_echo "$ac_cv_have_openalsoft" >&6; }
14220 if test "x$ac_cv_have_openalsoft" != xyes
14222 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported."
14223 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
14224 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
14225 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
14226 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
14227 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
14228 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
14229 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
14230 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
14231 enable_xapofx1_1
=${enable_xapofx1_1:-no}
14232 enable_xapofx1_2
=${enable_xapofx1_2:-no}
14233 enable_xapofx1_3
=${enable_xapofx1_3:-no}
14234 enable_xapofx1_4
=${enable_xapofx1_4:-no}
14235 enable_xapofx1_5
=${enable_xapofx1_5:-no}
14236 enable_xaudio2_0
=${enable_xaudio2_0:-no}
14237 enable_xaudio2_1
=${enable_xaudio2_1:-no}
14238 enable_xaudio2_2
=${enable_xaudio2_2:-no}
14239 enable_xaudio2_3
=${enable_xaudio2_3:-no}
14240 enable_xaudio2_4
=${enable_xaudio2_4:-no}
14241 enable_xaudio2_5
=${enable_xaudio2_5:-no}
14242 enable_xaudio2_6
=${enable_xaudio2_6:-no}
14243 enable_xaudio2_7
=${enable_xaudio2_7:-no}
14244 enable_xaudio2_8
=${enable_xaudio2_8:-no}
14245 enable_xaudio2_9
=${enable_xaudio2_9:-no}
14248 if test "$ac_cv_header_kstat_h" = "yes"
14250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
14251 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
14252 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
14253 $as_echo_n "(cached) " >&6
14255 ac_check_lib_save_LIBS
=$LIBS
14256 LIBS
="-lkstat $LIBS"
14257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14258 /* end confdefs.h. */
14260 /* Override any GCC internal prototype to avoid an error.
14261 Use char because int might match the return type of a GCC
14262 builtin and then its argument prototype would still apply. */
14266 char kstat_open ();
14270 return kstat_open ();
14275 if ac_fn_c_try_link
"$LINENO"; then :
14276 ac_cv_lib_kstat_kstat_open
=yes
14278 ac_cv_lib_kstat_kstat_open
=no
14280 rm -f core conftest.err conftest.
$ac_objext \
14281 conftest
$ac_exeext conftest.
$ac_ext
14282 LIBS
=$ac_check_lib_save_LIBS
14284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14285 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14286 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
14288 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14290 KSTAT_LIBS
="-lkstat"
14296 if test "$ac_cv_header_libprocstat_h" = "yes"
14298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14299 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14300 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
14301 $as_echo_n "(cached) " >&6
14303 ac_check_lib_save_LIBS
=$LIBS
14304 LIBS
="-lprocstat $LIBS"
14305 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14306 /* end confdefs.h. */
14308 /* Override any GCC internal prototype to avoid an error.
14309 Use char because int might match the return type of a GCC
14310 builtin and then its argument prototype would still apply. */
14314 char procstat_open_sysctl ();
14318 return procstat_open_sysctl ();
14323 if ac_fn_c_try_link
"$LINENO"; then :
14324 ac_cv_lib_procstat_procstat_open_sysctl
=yes
14326 ac_cv_lib_procstat_procstat_open_sysctl
=no
14328 rm -f core conftest.err conftest.
$ac_objext \
14329 conftest
$ac_exeext conftest.
$ac_ext
14330 LIBS
=$ac_check_lib_save_LIBS
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14333 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14334 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
14336 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14338 PROCSTAT_LIBS
="-lprocstat"
14344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14345 $as_echo_n "checking for -lodbc... " >&6; }
14346 if ${ac_cv_lib_soname_odbc+:} false
; then :
14347 $as_echo_n "(cached) " >&6
14349 ac_check_soname_save_LIBS
=$LIBS
14350 LIBS
="-lodbc $LIBS"
14351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14352 /* end confdefs.h. */
14354 /* Override any GCC internal prototype to avoid an error.
14355 Use char because int might match the return type of a GCC
14356 builtin and then its argument prototype would still apply. */
14360 char SQLConnect ();
14364 return SQLConnect ();
14369 if ac_fn_c_try_link
"$LINENO"; then :
14371 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14372 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'` ;;
14373 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14374 if ${ac_cv_lib_soname_odbc:+false} :; then :
14375 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14379 rm -f core conftest.err conftest.
$ac_objext \
14380 conftest
$ac_exeext conftest.
$ac_ext
14381 LIBS
=$ac_check_soname_save_LIBS
14383 if ${ac_cv_lib_soname_odbc:+false} :; then :
14384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14385 $as_echo "not found" >&6; }
14386 cat >>confdefs.h
<<_ACEOF
14387 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14392 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14394 cat >>confdefs.h
<<_ACEOF
14395 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14401 if test "x$with_netapi" != "xno"
14403 if ${NETAPI_CFLAGS:+false} :; then :
14404 if ${PKG_CONFIG+:} false
; then :
14405 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14409 if ${NETAPI_LIBS:+false} :; then :
14410 if ${PKG_CONFIG+:} false
; then :
14411 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
14416 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14417 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14418 ac_save_CPPFLAGS
=$CPPFLAGS
14419 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
14420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14421 $as_echo_n "checking for -lnetapi... " >&6; }
14422 if ${ac_cv_lib_soname_netapi+:} false
; then :
14423 $as_echo_n "(cached) " >&6
14425 ac_check_soname_save_LIBS
=$LIBS
14426 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
14427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14428 /* end confdefs.h. */
14430 /* Override any GCC internal prototype to avoid an error.
14431 Use char because int might match the return type of a GCC
14432 builtin and then its argument prototype would still apply. */
14436 char libnetapi_init ();
14440 return libnetapi_init ();
14445 if ac_fn_c_try_link
"$LINENO"; then :
14447 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14448 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'` ;;
14449 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14450 if ${ac_cv_lib_soname_netapi:+false} :; then :
14451 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14455 rm -f core conftest.err conftest.
$ac_objext \
14456 conftest
$ac_exeext conftest.
$ac_ext
14457 LIBS
=$ac_check_soname_save_LIBS
14459 if ${ac_cv_lib_soname_netapi:+false} :; then :
14460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14461 $as_echo "not found" >&6; }
14462 cat >>confdefs.h
<<_ACEOF
14463 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14468 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14470 cat >>confdefs.h
<<_ACEOF
14471 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14476 CPPFLAGS
=$ac_save_CPPFLAGS
14477 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14478 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14482 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
14483 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14485 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14491 if test "x${GCC}" = "xyes"
14493 EXTRACFLAGS
="-Wall -pipe"
14495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14496 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14497 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14498 $as_echo_n "(cached) " >&6
14500 if test "$cross_compiling" = yes; then :
14501 ac_cv_c_gcc_strength_bug
="no"
14503 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14504 /* end confdefs.h. */
14505 int L[4] = {0,1,2,3};
14509 static int Array[3];
14510 unsigned int B = 3;
14512 for(i=0; i<B; i++) Array[i] = i - 3;
14513 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14515 return (Array[1] != -2 || L[2] != 3)
14520 if ac_fn_c_try_run
"$LINENO"; then :
14521 ac_cv_c_gcc_strength_bug
="no"
14523 ac_cv_c_gcc_strength_bug
="yes"
14525 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14526 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14531 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14532 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14534 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14538 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14539 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14540 $as_echo_n "(cached) " >&6
14542 ac_wine_try_cflags_saved
=$CFLAGS
14543 CFLAGS
="$CFLAGS -fno-builtin"
14544 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14545 /* end confdefs.h. */
14546 int main(int argc, char **argv) { return 0; }
14548 if ac_fn_c_try_link
"$LINENO"; then :
14549 ac_cv_cflags__fno_builtin
=yes
14551 ac_cv_cflags__fno_builtin
=no
14553 rm -f core conftest.err conftest.
$ac_objext \
14554 conftest
$ac_exeext conftest.
$ac_ext
14555 CFLAGS
=$ac_wine_try_cflags_saved
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14558 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14559 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14560 BUILTINFLAG
="-fno-builtin"
14563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14564 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14565 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14566 $as_echo_n "(cached) " >&6
14568 ac_wine_try_cflags_saved
=$CFLAGS
14569 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14571 /* end confdefs.h. */
14572 int main(int argc, char **argv) { return 0; }
14574 if ac_fn_c_try_link
"$LINENO"; then :
14575 ac_cv_cflags__fno_strict_aliasing
=yes
14577 ac_cv_cflags__fno_strict_aliasing
=no
14579 rm -f core conftest.err conftest.
$ac_objext \
14580 conftest
$ac_exeext conftest.
$ac_ext
14581 CFLAGS
=$ac_wine_try_cflags_saved
14583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14584 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14585 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14586 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14589 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14590 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14591 $as_echo_n "(cached) " >&6
14593 ac_wine_try_cflags_saved
=$CFLAGS
14594 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14595 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14596 /* end confdefs.h. */
14597 int main(int argc, char **argv) { return 0; }
14599 if ac_fn_c_try_link
"$LINENO"; then :
14600 ac_cv_cflags__fexcess_precision_standard
=yes
14602 ac_cv_cflags__fexcess_precision_standard
=no
14604 rm -f core conftest.err conftest.
$ac_objext \
14605 conftest
$ac_exeext conftest.
$ac_ext
14606 CFLAGS
=$ac_wine_try_cflags_saved
14608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14609 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14610 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14611 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14614 saved_CFLAGS
=$CFLAGS
14615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14616 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14617 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14618 $as_echo_n "(cached) " >&6
14620 ac_wine_try_cflags_saved
=$CFLAGS
14621 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14623 /* end confdefs.h. */
14624 int main(int argc, char **argv) { return 0; }
14626 if ac_fn_c_try_link
"$LINENO"; then :
14627 ac_cv_cflags__Werror_unknown_warning_option
=yes
14629 ac_cv_cflags__Werror_unknown_warning_option
=no
14631 rm -f core conftest.err conftest.
$ac_objext \
14632 conftest
$ac_exeext conftest.
$ac_ext
14633 CFLAGS
=$ac_wine_try_cflags_saved
14635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14636 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14637 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14638 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14641 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14642 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14643 $as_echo_n "(cached) " >&6
14645 ac_wine_try_cflags_saved
=$CFLAGS
14646 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14648 /* end confdefs.h. */
14649 int main(int argc, char **argv) { return 0; }
14651 if ac_fn_c_try_link
"$LINENO"; then :
14652 ac_cv_cflags__Wdeclaration_after_statement
=yes
14654 ac_cv_cflags__Wdeclaration_after_statement
=no
14656 rm -f core conftest.err conftest.
$ac_objext \
14657 conftest
$ac_exeext conftest.
$ac_ext
14658 CFLAGS
=$ac_wine_try_cflags_saved
14660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14661 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14662 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14663 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14666 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14667 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14668 $as_echo_n "(cached) " >&6
14670 ac_wine_try_cflags_saved
=$CFLAGS
14671 CFLAGS
="$CFLAGS -Wempty-body"
14672 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14673 /* end confdefs.h. */
14674 int main(int argc, char **argv) { return 0; }
14676 if ac_fn_c_try_link
"$LINENO"; then :
14677 ac_cv_cflags__Wempty_body
=yes
14679 ac_cv_cflags__Wempty_body
=no
14681 rm -f core conftest.err conftest.
$ac_objext \
14682 conftest
$ac_exeext conftest.
$ac_ext
14683 CFLAGS
=$ac_wine_try_cflags_saved
14685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14686 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14687 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14688 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14691 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14692 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14693 $as_echo_n "(cached) " >&6
14695 ac_wine_try_cflags_saved
=$CFLAGS
14696 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14698 /* end confdefs.h. */
14699 int main(int argc, char **argv) { return 0; }
14701 if ac_fn_c_try_link
"$LINENO"; then :
14702 ac_cv_cflags__Wignored_qualifiers
=yes
14704 ac_cv_cflags__Wignored_qualifiers
=no
14706 rm -f core conftest.err conftest.
$ac_objext \
14707 conftest
$ac_exeext conftest.
$ac_ext
14708 CFLAGS
=$ac_wine_try_cflags_saved
14710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14711 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14712 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14713 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14716 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14717 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14718 $as_echo_n "(cached) " >&6
14720 ac_wine_try_cflags_saved
=$CFLAGS
14721 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14723 /* end confdefs.h. */
14724 int main(int argc, char **argv) { return 0; }
14726 if ac_fn_c_try_link
"$LINENO"; then :
14727 ac_cv_cflags__Wshift_overflow_2
=yes
14729 ac_cv_cflags__Wshift_overflow_2
=no
14731 rm -f core conftest.err conftest.
$ac_objext \
14732 conftest
$ac_exeext conftest.
$ac_ext
14733 CFLAGS
=$ac_wine_try_cflags_saved
14735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14736 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14737 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14738 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14741 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14742 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14743 $as_echo_n "(cached) " >&6
14745 ac_wine_try_cflags_saved
=$CFLAGS
14746 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14747 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14748 /* end confdefs.h. */
14749 int main(int argc, char **argv) { return 0; }
14751 if ac_fn_c_try_link
"$LINENO"; then :
14752 ac_cv_cflags__Wstrict_prototypes
=yes
14754 ac_cv_cflags__Wstrict_prototypes
=no
14756 rm -f core conftest.err conftest.
$ac_objext \
14757 conftest
$ac_exeext conftest.
$ac_ext
14758 CFLAGS
=$ac_wine_try_cflags_saved
14760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14761 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14762 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14763 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14766 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14767 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14768 $as_echo_n "(cached) " >&6
14770 ac_wine_try_cflags_saved
=$CFLAGS
14771 CFLAGS
="$CFLAGS -Wtype-limits"
14772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14773 /* end confdefs.h. */
14774 int main(int argc, char **argv) { return 0; }
14776 if ac_fn_c_try_link
"$LINENO"; then :
14777 ac_cv_cflags__Wtype_limits
=yes
14779 ac_cv_cflags__Wtype_limits
=no
14781 rm -f core conftest.err conftest.
$ac_objext \
14782 conftest
$ac_exeext conftest.
$ac_ext
14783 CFLAGS
=$ac_wine_try_cflags_saved
14785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14786 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14787 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14788 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14791 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14792 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14793 $as_echo_n "(cached) " >&6
14795 ac_wine_try_cflags_saved
=$CFLAGS
14796 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14798 /* end confdefs.h. */
14799 int main(int argc, char **argv) { return 0; }
14801 if ac_fn_c_try_link
"$LINENO"; then :
14802 ac_cv_cflags__Wunused_but_set_parameter
=yes
14804 ac_cv_cflags__Wunused_but_set_parameter
=no
14806 rm -f core conftest.err conftest.
$ac_objext \
14807 conftest
$ac_exeext conftest.
$ac_ext
14808 CFLAGS
=$ac_wine_try_cflags_saved
14810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14811 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14812 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14813 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14816 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14817 if ${ac_cv_cflags__Wvla+:} false
; then :
14818 $as_echo_n "(cached) " >&6
14820 ac_wine_try_cflags_saved
=$CFLAGS
14821 CFLAGS
="$CFLAGS -Wvla"
14822 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14823 /* end confdefs.h. */
14824 int main(int argc, char **argv) { return 0; }
14826 if ac_fn_c_try_link
"$LINENO"; then :
14827 ac_cv_cflags__Wvla
=yes
14829 ac_cv_cflags__Wvla
=no
14831 rm -f core conftest.err conftest.
$ac_objext \
14832 conftest
$ac_exeext conftest.
$ac_ext
14833 CFLAGS
=$ac_wine_try_cflags_saved
14835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14836 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14837 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14838 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14841 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14842 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14843 $as_echo_n "(cached) " >&6
14845 ac_wine_try_cflags_saved
=$CFLAGS
14846 CFLAGS
="$CFLAGS -Wwrite-strings"
14847 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14848 /* end confdefs.h. */
14849 int main(int argc, char **argv) { return 0; }
14851 if ac_fn_c_try_link
"$LINENO"; then :
14852 ac_cv_cflags__Wwrite_strings
=yes
14854 ac_cv_cflags__Wwrite_strings
=no
14856 rm -f core conftest.err conftest.
$ac_objext \
14857 conftest
$ac_exeext conftest.
$ac_ext
14858 CFLAGS
=$ac_wine_try_cflags_saved
14860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14861 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14862 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14863 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14867 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14868 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14869 $as_echo_n "(cached) " >&6
14871 ac_wine_try_cflags_saved
=$CFLAGS
14872 CFLAGS
="$CFLAGS -Wpointer-arith"
14873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14874 /* end confdefs.h. */
14875 int main(int argc, char **argv) { return 0; }
14877 if ac_fn_c_try_link
"$LINENO"; then :
14878 ac_cv_cflags__Wpointer_arith
=yes
14880 ac_cv_cflags__Wpointer_arith
=no
14882 rm -f core conftest.err conftest.
$ac_objext \
14883 conftest
$ac_exeext conftest.
$ac_ext
14884 CFLAGS
=$ac_wine_try_cflags_saved
14886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14887 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14888 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14889 saved_string_h_CFLAGS
=$CFLAGS
14890 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14892 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14893 if ${ac_cv_c_string_h_warnings+:} false
; then :
14894 $as_echo_n "(cached) " >&6
14896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14897 /* end confdefs.h. */
14898 #include <string.h>
14907 if ac_fn_c_try_compile
"$LINENO"; then :
14908 ac_cv_c_string_h_warnings
=no
14910 ac_cv_c_string_h_warnings
=yes
14912 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14915 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14916 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14917 CFLAGS
=$saved_string_h_CFLAGS
14920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14921 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14922 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14923 $as_echo_n "(cached) " >&6
14925 ac_wine_try_cflags_saved
=$CFLAGS
14926 CFLAGS
="$CFLAGS -Wlogical-op"
14927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14928 /* end confdefs.h. */
14929 int main(int argc, char **argv) { return 0; }
14931 if ac_fn_c_try_link
"$LINENO"; then :
14932 ac_cv_cflags__Wlogical_op
=yes
14934 ac_cv_cflags__Wlogical_op
=no
14936 rm -f core conftest.err conftest.
$ac_objext \
14937 conftest
$ac_exeext conftest.
$ac_ext
14938 CFLAGS
=$ac_wine_try_cflags_saved
14940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14941 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14942 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14943 saved_string_h_CFLAGS
=$CFLAGS
14944 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14946 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14947 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14948 $as_echo_n "(cached) " >&6
14950 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14951 /* end confdefs.h. */
14952 #include <string.h>
14953 char*f(const char *h,char n) {return strchr(h,n);}
14962 if ac_fn_c_try_compile
"$LINENO"; then :
14963 ac_cv_c_logicalop_noisy
=no
14965 ac_cv_c_logicalop_noisy
=yes
14967 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14970 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14971 CFLAGS
=$saved_string_h_CFLAGS
14972 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14975 CFLAGS
=$saved_CFLAGS
14977 for ac_flag
in $CFLAGS; do
14979 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14980 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14981 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14982 $as_echo_n "(cached) " >&6
14984 ac_wine_try_cflags_saved
=$CFLAGS
14985 CFLAGS
="$CFLAGS -gdwarf-2"
14986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14987 /* end confdefs.h. */
14988 int main(int argc, char **argv) { return 0; }
14990 if ac_fn_c_try_link
"$LINENO"; then :
14991 ac_cv_cflags__gdwarf_2
=yes
14993 ac_cv_cflags__gdwarf_2
=no
14995 rm -f core conftest.err conftest.
$ac_objext \
14996 conftest
$ac_exeext conftest.
$ac_ext
14997 CFLAGS
=$ac_wine_try_cflags_saved
14999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
15000 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
15001 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
15002 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
15004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
15005 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
15006 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
15007 $as_echo_n "(cached) " >&6
15009 ac_wine_try_cflags_saved
=$CFLAGS
15010 CFLAGS
="$CFLAGS -gstrict-dwarf"
15011 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15012 /* end confdefs.h. */
15013 int main(int argc, char **argv) { return 0; }
15015 if ac_fn_c_try_link
"$LINENO"; then :
15016 ac_cv_cflags__gstrict_dwarf
=yes
15018 ac_cv_cflags__gstrict_dwarf
=no
15020 rm -f core conftest.err conftest.
$ac_objext \
15021 conftest
$ac_exeext conftest.
$ac_ext
15022 CFLAGS
=$ac_wine_try_cflags_saved
15024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
15025 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
15026 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
15027 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
15033 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
15034 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
15035 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
15036 $as_echo_n "(cached) " >&6
15038 ac_wine_try_cflags_saved
=$CFLAGS
15039 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
15040 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15041 /* end confdefs.h. */
15042 int main(int argc, char **argv) { return 0; }
15044 if ac_fn_c_try_link
"$LINENO"; then :
15045 ac_cv_cflags__fno_omit_frame_pointer
=yes
15047 ac_cv_cflags__fno_omit_frame_pointer
=no
15049 rm -f core conftest.err conftest.
$ac_objext \
15050 conftest
$ac_exeext conftest.
$ac_ext
15051 CFLAGS
=$ac_wine_try_cflags_saved
15053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
15054 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
15055 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
15056 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
15061 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
15062 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
15063 if ${ac_cv_cflags__Wno_format+:} false
; then :
15064 $as_echo_n "(cached) " >&6
15066 ac_wine_try_cflags_saved
=$CFLAGS
15067 CFLAGS
="$CFLAGS -Wno-format"
15068 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15069 /* end confdefs.h. */
15070 int main(int argc, char **argv) { return 0; }
15072 if ac_fn_c_try_link
"$LINENO"; then :
15073 ac_cv_cflags__Wno_format
=yes
15075 ac_cv_cflags__Wno_format
=no
15077 rm -f core conftest.err conftest.
$ac_objext \
15078 conftest
$ac_exeext conftest.
$ac_ext
15079 CFLAGS
=$ac_wine_try_cflags_saved
15081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
15082 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
15083 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
15084 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
15088 if test "x$enable_maintainer_mode" = "xyes"
15090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
15091 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
15092 if ${ac_cv_cflags__Werror+:} false
; then :
15093 $as_echo_n "(cached) " >&6
15095 ac_wine_try_cflags_saved
=$CFLAGS
15096 CFLAGS
="$CFLAGS -Werror"
15097 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15098 /* end confdefs.h. */
15099 int main(int argc, char **argv) { return 0; }
15101 if ac_fn_c_try_link
"$LINENO"; then :
15102 ac_cv_cflags__Werror
=yes
15104 ac_cv_cflags__Werror
=no
15106 rm -f core conftest.err conftest.
$ac_objext \
15107 conftest
$ac_exeext conftest.
$ac_ext
15108 CFLAGS
=$ac_wine_try_cflags_saved
15110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
15111 $as_echo "$ac_cv_cflags__Werror" >&6; }
15112 if test "x$ac_cv_cflags__Werror" = xyes
; then :
15113 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
15117 saved_CFLAGS
="$CFLAGS"
15118 CFLAGS
="$CFLAGS -Werror"
15119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
15120 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
15121 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
15122 $as_echo_n "(cached) " >&6
15124 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15125 /* end confdefs.h. */
15126 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
15135 if ac_fn_c_try_compile
"$LINENO"; then :
15136 ac_cv_have_ms_hook_prologue
="yes"
15138 ac_cv_have_ms_hook_prologue
="no"
15140 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
15143 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
15144 CFLAGS
="$saved_CFLAGS"
15145 if test "$ac_cv_have_ms_hook_prologue" = "yes"
15148 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
15151 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
15157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
15158 $as_echo_n "checking for the need to disable Fortify... " >&6; }
15159 if ${ac_cv_c_fortify_enabled+:} false
; then :
15160 $as_echo_n "(cached) " >&6
15162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15163 /* end confdefs.h. */
15164 #include <string.h>
15168 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
15169 #error Fortify enabled
15175 if ac_fn_c_try_compile
"$LINENO"; then :
15176 ac_cv_c_fortify_enabled
=no
15178 ac_cv_c_fortify_enabled
=yes
15180 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
15183 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
15184 if test "$ac_cv_c_fortify_enabled" = yes
15186 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
15190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
15191 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
15192 if ${ac_cv_c_extern_prefix+:} false
; then :
15193 $as_echo_n "(cached) " >&6
15195 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15196 /* end confdefs.h. */
15197 extern int ac_test;
15201 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
15206 if ac_fn_c_try_link
"$LINENO"; then :
15207 ac_cv_c_extern_prefix
="yes"
15209 ac_cv_c_extern_prefix
="no"
15211 rm -f core conftest.err conftest.
$ac_objext \
15212 conftest
$ac_exeext conftest.
$ac_ext
15214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
15215 $as_echo "$ac_cv_c_extern_prefix" >&6; }
15219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
15220 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
15221 if ${ac_cv_c_stdcall_suffix+:} false
; then :
15222 $as_echo_n "(cached) " >&6
15224 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15225 /* end confdefs.h. */
15227 #define __stdcall __attribute__((__stdcall__))
15229 int __stdcall ac_test(int i) { return i; }
15233 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
15238 if ac_fn_c_try_link
"$LINENO"; then :
15239 ac_cv_c_stdcall_suffix
="yes"
15241 ac_cv_c_stdcall_suffix
="no"
15243 rm -f core conftest.err conftest.
$ac_objext \
15244 conftest
$ac_exeext conftest.
$ac_ext
15246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
15247 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
15248 *) ac_cv_c_stdcall_suffix
="no" ;;
15252 if test "$ac_cv_c_extern_prefix" = "yes"
15254 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
15256 asm_name_prefix
="_"
15258 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
15264 if test "$ac_cv_c_stdcall_suffix" = "yes"
15266 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15269 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15275 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15276 if ${ac_cv_asm_func_def+:} false
; then :
15277 $as_echo_n "(cached) " >&6
15279 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15280 /* end confdefs.h. */
15285 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15290 if ac_fn_c_try_link
"$LINENO"; then :
15291 ac_cv_asm_func_def
=".def"
15293 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15294 /* end confdefs.h. */
15299 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15304 if ac_fn_c_try_link
"$LINENO"; then :
15305 ac_cv_asm_func_def
=".type @function"
15307 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15308 /* end confdefs.h. */
15313 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15318 if ac_fn_c_try_link
"$LINENO"; then :
15319 ac_cv_asm_func_def
=".type 2"
15321 ac_cv_asm_func_def
="unknown"
15323 rm -f core conftest.err conftest.
$ac_objext \
15324 conftest
$ac_exeext conftest.
$ac_ext
15326 rm -f core conftest.err conftest.
$ac_objext \
15327 conftest
$ac_exeext conftest.
$ac_ext
15329 rm -f core conftest.err conftest.
$ac_objext \
15330 conftest
$ac_exeext conftest.
$ac_ext
15332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15333 $as_echo "$ac_cv_asm_func_def" >&6; }
15336 case "$ac_cv_asm_func_def" in
15338 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15340 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15342 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15344 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
15346 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15348 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
15350 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15352 asm_func_header
="" ;;
15355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15356 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15357 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
15358 $as_echo_n "(cached) " >&6
15360 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15361 /* end confdefs.h. */
15362 asm(".text\n\t.long 0");
15371 if ac_fn_c_try_compile
"$LINENO"; then :
15372 ac_cv_c_asm_outside_funcs
="yes"
15374 ac_cv_c_asm_outside_funcs
="no"
15376 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15379 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15382 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15383 if ${ac_cv_c_dot_previous+:} false
; then :
15384 $as_echo_n "(cached) " >&6
15386 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15387 /* end confdefs.h. */
15392 asm(".text\nac_test:\t.long 0\n\t.previous");
15397 if ac_fn_c_try_link
"$LINENO"; then :
15398 ac_cv_c_dot_previous
="yes"
15400 ac_cv_c_dot_previous
="no"
15402 rm -f core conftest.err conftest.
$ac_objext \
15403 conftest
$ac_exeext conftest.
$ac_ext
15405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15406 $as_echo "$ac_cv_c_dot_previous" >&6; }
15408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15409 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15410 if ${ac_cv_c_cfi_support+:} false
; then :
15411 $as_echo_n "(cached) " >&6
15413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15414 /* end confdefs.h. */
15415 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15424 if ac_fn_c_try_compile
"$LINENO"; then :
15425 ac_cv_c_cfi_support
="yes"
15427 ac_cv_c_cfi_support
="no"
15429 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15432 $as_echo "$ac_cv_c_cfi_support" >&6; }
15434 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15435 asm_func_trailer
=""
15436 if test "$ac_cv_c_dot_previous" = "yes"
15438 asm_func_trailer
="\\n\\t.previous"
15440 if test "$ac_cv_c_cfi_support" = "yes"
15442 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15443 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15445 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15447 UNWINDFLAGS
=-fasynchronous-unwind-tables
15450 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15452 if test "x$enable_win64" = "xyes"
15454 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15458 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15461 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15463 cat >>confdefs.h
<<_ACEOF
15464 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15468 cat >>confdefs.h
<<_ACEOF
15469 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15474 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15477 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15482 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15489 *i
[3456789]86*|x86_64
*)
15490 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15491 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15498 ac_save_CFLAGS
="$CFLAGS"
15499 CFLAGS
="$CFLAGS $BUILTINFLAG"
15580 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15581 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15582 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15583 cat >>confdefs.h
<<_ACEOF
15584 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15590 CFLAGS
="$ac_save_CFLAGS"
15592 if test "$ac_cv_func_dlopen" = no
15594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15595 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15596 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15597 $as_echo_n "(cached) " >&6
15599 ac_check_lib_save_LIBS
=$LIBS
15601 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15602 /* end confdefs.h. */
15604 /* Override any GCC internal prototype to avoid an error.
15605 Use char because int might match the return type of a GCC
15606 builtin and then its argument prototype would still apply. */
15619 if ac_fn_c_try_link
"$LINENO"; then :
15620 ac_cv_lib_dl_dlopen
=yes
15622 ac_cv_lib_dl_dlopen
=no
15624 rm -f core conftest.err conftest.
$ac_objext \
15625 conftest
$ac_exeext conftest.
$ac_ext
15626 LIBS
=$ac_check_lib_save_LIBS
15628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15629 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15630 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15631 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15637 ac_wine_check_funcs_save_LIBS
="$LIBS"
15638 LIBS
="$LIBS $DL_LIBS"
15639 for ac_func
in dladdr
15641 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15642 if test "x$ac_cv_func_dladdr" = xyes
; then :
15643 cat >>confdefs.h
<<_ACEOF
15644 #define HAVE_DLADDR 1
15650 LIBS
="$ac_wine_check_funcs_save_LIBS"
15652 if test "$ac_cv_func_poll" = no
15654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15655 $as_echo_n "checking for poll in -lpoll... " >&6; }
15656 if ${ac_cv_lib_poll_poll+:} false
; then :
15657 $as_echo_n "(cached) " >&6
15659 ac_check_lib_save_LIBS
=$LIBS
15660 LIBS
="-lpoll $LIBS"
15661 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15662 /* end confdefs.h. */
15664 /* Override any GCC internal prototype to avoid an error.
15665 Use char because int might match the return type of a GCC
15666 builtin and then its argument prototype would still apply. */
15679 if ac_fn_c_try_link
"$LINENO"; then :
15680 ac_cv_lib_poll_poll
=yes
15682 ac_cv_lib_poll_poll
=no
15684 rm -f core conftest.err conftest.
$ac_objext \
15685 conftest
$ac_exeext conftest.
$ac_ext
15686 LIBS
=$ac_check_lib_save_LIBS
15688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15689 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15690 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15691 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15699 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15700 if ${ac_cv_search_gethostbyname+:} false
; then :
15701 $as_echo_n "(cached) " >&6
15703 ac_func_search_save_LIBS
=$LIBS
15704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15705 /* end confdefs.h. */
15707 /* Override any GCC internal prototype to avoid an error.
15708 Use char because int might match the return type of a GCC
15709 builtin and then its argument prototype would still apply. */
15713 char gethostbyname ();
15717 return gethostbyname ();
15722 for ac_lib
in '' nsl
; do
15723 if test -z "$ac_lib"; then
15724 ac_res
="none required"
15727 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15729 if ac_fn_c_try_link
"$LINENO"; then :
15730 ac_cv_search_gethostbyname
=$ac_res
15732 rm -f core conftest.err conftest.
$ac_objext \
15734 if ${ac_cv_search_gethostbyname+:} false
; then :
15738 if ${ac_cv_search_gethostbyname+:} false
; then :
15741 ac_cv_search_gethostbyname
=no
15743 rm conftest.
$ac_ext
15744 LIBS
=$ac_func_search_save_LIBS
15746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15747 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15748 ac_res
=$ac_cv_search_gethostbyname
15749 if test "$ac_res" != no
; then :
15750 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15756 $as_echo_n "checking for library containing connect... " >&6; }
15757 if ${ac_cv_search_connect+:} false
; then :
15758 $as_echo_n "(cached) " >&6
15760 ac_func_search_save_LIBS
=$LIBS
15761 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15762 /* end confdefs.h. */
15764 /* Override any GCC internal prototype to avoid an error.
15765 Use char because int might match the return type of a GCC
15766 builtin and then its argument prototype would still apply. */
15779 for ac_lib
in '' socket
; do
15780 if test -z "$ac_lib"; then
15781 ac_res
="none required"
15784 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15786 if ac_fn_c_try_link
"$LINENO"; then :
15787 ac_cv_search_connect
=$ac_res
15789 rm -f core conftest.err conftest.
$ac_objext \
15791 if ${ac_cv_search_connect+:} false
; then :
15795 if ${ac_cv_search_connect+:} false
; then :
15798 ac_cv_search_connect
=no
15800 rm conftest.
$ac_ext
15801 LIBS
=$ac_func_search_save_LIBS
15803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15804 $as_echo "$ac_cv_search_connect" >&6; }
15805 ac_res
=$ac_cv_search_connect
15806 if test "$ac_res" != no
; then :
15807 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15813 $as_echo_n "checking for library containing inet_aton... " >&6; }
15814 if ${ac_cv_search_inet_aton+:} false
; then :
15815 $as_echo_n "(cached) " >&6
15817 ac_func_search_save_LIBS
=$LIBS
15818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15819 /* end confdefs.h. */
15821 /* Override any GCC internal prototype to avoid an error.
15822 Use char because int might match the return type of a GCC
15823 builtin and then its argument prototype would still apply. */
15831 return inet_aton ();
15836 for ac_lib
in '' resolv
; do
15837 if test -z "$ac_lib"; then
15838 ac_res
="none required"
15841 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15843 if ac_fn_c_try_link
"$LINENO"; then :
15844 ac_cv_search_inet_aton
=$ac_res
15846 rm -f core conftest.err conftest.
$ac_objext \
15848 if ${ac_cv_search_inet_aton+:} false
; then :
15852 if ${ac_cv_search_inet_aton+:} false
; then :
15855 ac_cv_search_inet_aton
=no
15857 rm conftest.
$ac_ext
15858 LIBS
=$ac_func_search_save_LIBS
15860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15861 $as_echo "$ac_cv_search_inet_aton" >&6; }
15862 ac_res
=$ac_cv_search_inet_aton
15863 if test "$ac_res" != no
; then :
15864 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15884 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15885 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15886 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15887 cat >>confdefs.h
<<_ACEOF
15888 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15897 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15898 if ${ac_cv_search_clock_gettime+:} false
; then :
15899 $as_echo_n "(cached) " >&6
15901 ac_func_search_save_LIBS
=$LIBS
15902 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15903 /* end confdefs.h. */
15905 /* Override any GCC internal prototype to avoid an error.
15906 Use char because int might match the return type of a GCC
15907 builtin and then its argument prototype would still apply. */
15911 char clock_gettime ();
15915 return clock_gettime ();
15920 for ac_lib
in '' rt
; do
15921 if test -z "$ac_lib"; then
15922 ac_res
="none required"
15925 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15927 if ac_fn_c_try_link
"$LINENO"; then :
15928 ac_cv_search_clock_gettime
=$ac_res
15930 rm -f core conftest.err conftest.
$ac_objext \
15932 if ${ac_cv_search_clock_gettime+:} false
; then :
15936 if ${ac_cv_search_clock_gettime+:} false
; then :
15939 ac_cv_search_clock_gettime
=no
15941 rm conftest.
$ac_ext
15942 LIBS
=$ac_func_search_save_LIBS
15944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15945 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15946 ac_res
=$ac_cv_search_clock_gettime
15947 if test "$ac_res" != no
; then :
15948 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15950 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15952 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15958 if test "x$with_ldap" != "xno"
15960 if ${LDAP_CFLAGS:+false} :; then :
15961 if ${PKG_CONFIG+:} false
; then :
15962 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
15966 if ${LDAP_LIBS:+false} :; then :
15967 if ${PKG_CONFIG+:} false
; then :
15968 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
15972 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
15973 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
15974 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
15975 ac_save_CPPFLAGS
=$CPPFLAGS
15976 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
15977 for ac_header
in ldap.h lber.h
15979 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15980 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15981 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15982 cat >>confdefs.h
<<_ACEOF
15983 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15990 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15992 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15994 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15996 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15997 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15998 $as_echo_n "(cached) " >&6
16000 ac_check_lib_save_LIBS
=$LIBS
16001 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16002 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16003 /* end confdefs.h. */
16005 /* Override any GCC internal prototype to avoid an error.
16006 Use char because int might match the return type of a GCC
16007 builtin and then its argument prototype would still apply. */
16011 char ldap_initialize ();
16015 return ldap_initialize ();
16020 if ac_fn_c_try_link
"$LINENO"; then :
16021 ac_cv_lib_ldap_r_ldap_initialize
=yes
16023 ac_cv_lib_ldap_r_ldap_initialize
=no
16025 rm -f core conftest.err conftest.
$ac_objext \
16026 conftest
$ac_exeext conftest.
$ac_ext
16027 LIBS
=$ac_check_lib_save_LIBS
16029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
16030 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
16031 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
16032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
16033 $as_echo_n "checking for ber_init in -llber... " >&6; }
16034 if ${ac_cv_lib_lber_ber_init+:} false
; then :
16035 $as_echo_n "(cached) " >&6
16037 ac_check_lib_save_LIBS
=$LIBS
16038 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16040 /* end confdefs.h. */
16042 /* Override any GCC internal prototype to avoid an error.
16043 Use char because int might match the return type of a GCC
16044 builtin and then its argument prototype would still apply. */
16052 return ber_init ();
16057 if ac_fn_c_try_link
"$LINENO"; then :
16058 ac_cv_lib_lber_ber_init
=yes
16060 ac_cv_lib_lber_ber_init
=no
16062 rm -f core conftest.err conftest.
$ac_objext \
16063 conftest
$ac_exeext conftest.
$ac_ext
16064 LIBS
=$ac_check_lib_save_LIBS
16066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
16067 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
16068 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
16070 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
16084 ac_wine_check_funcs_save_LIBS
="$LIBS"
16085 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
16087 ldap_count_references \
16088 ldap_first_reference \
16089 ldap_next_reference \
16090 ldap_parse_reference \
16091 ldap_parse_sort_control \
16092 ldap_parse_sortresponse_control \
16093 ldap_parse_vlv_control \
16094 ldap_parse_vlvresponse_control
16096 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16097 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16098 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16099 cat >>confdefs.h
<<_ACEOF
16100 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16106 LIBS
="$ac_wine_check_funcs_save_LIBS"
16110 CPPFLAGS
=$ac_save_CPPFLAGS
16111 test -z "$LDAP_CFLAGS" || LDAP_CFLAGS
=`echo " $LDAP_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16112 test -z "$LDAP_LIBS" || LDAP_LIBS
=`echo " $LDAP_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16115 if test "x$LDAP_LIBS" = "x"; then :
16116 case "x$with_ldap" in
16117 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
16119 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
16120 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
16125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
16126 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
16127 if ${wine_cv_one_arg_mkdir+:} false
; then :
16128 $as_echo_n "(cached) " >&6
16130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16131 /* end confdefs.h. */
16132 #include <sys/stat.h>
16141 if ac_fn_c_try_compile
"$LINENO"; then :
16142 wine_cv_one_arg_mkdir
=yes
16144 wine_cv_one_arg_mkdir
=no
16146 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
16149 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
16150 if test "$wine_cv_one_arg_mkdir" = "yes"
16153 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
16157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
16158 $as_echo_n "checking for sched_setaffinity... " >&6; }
16159 if ${wine_cv_have_sched_setaffinity+:} false
; then :
16160 $as_echo_n "(cached) " >&6
16162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16163 /* end confdefs.h. */
16164 #define _GNU_SOURCE
16169 sched_setaffinity(0, 0, 0);
16174 if ac_fn_c_try_link
"$LINENO"; then :
16175 wine_cv_have_sched_setaffinity
=yes
16177 wine_cv_have_sched_setaffinity
=no
16179 rm -f core conftest.err conftest.
$ac_objext \
16180 conftest
$ac_exeext conftest.
$ac_ext
16182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
16183 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
16184 if test "$wine_cv_have_sched_setaffinity" = "yes"
16187 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
16191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
16192 $as_echo_n "checking for fallocate... " >&6; }
16193 if ${wine_cv_have_fallocate+:} false
; then :
16194 $as_echo_n "(cached) " >&6
16196 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16197 /* end confdefs.h. */
16198 #define _GNU_SOURCE
16203 fallocate(-1, 0, 0, 0);
16208 if ac_fn_c_try_link
"$LINENO"; then :
16209 wine_cv_have_fallocate
=yes
16211 wine_cv_have_fallocate
=no
16213 rm -f core conftest.err conftest.
$ac_objext \
16214 conftest
$ac_exeext conftest.
$ac_ext
16216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
16217 $as_echo "$wine_cv_have_fallocate" >&6; }
16218 if test "$wine_cv_have_fallocate" = "yes"
16221 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
16226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
16227 $as_echo_n "checking for inline... " >&6; }
16228 if ${ac_cv_c_inline+:} false
; then :
16229 $as_echo_n "(cached) " >&6
16232 for ac_kw
in inline __inline__ __inline
; do
16233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16234 /* end confdefs.h. */
16235 #ifndef __cplusplus
16237 static $ac_kw foo_t static_foo () {return 0; }
16238 $ac_kw foo_t foo () {return 0; }
16242 if ac_fn_c_try_compile
"$LINENO"; then :
16243 ac_cv_c_inline
=$ac_kw
16245 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16246 test "$ac_cv_c_inline" != no
&& break
16250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
16251 $as_echo "$ac_cv_c_inline" >&6; }
16253 case $ac_cv_c_inline in
16256 case $ac_cv_c_inline in
16258 *) ac_val
=$ac_cv_c_inline;;
16260 cat >>confdefs.h
<<_ACEOF
16261 #ifndef __cplusplus
16262 #define inline $ac_val
16268 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
16269 if test "x$ac_cv_type_mode_t" = xyes
; then :
16271 cat >>confdefs.h
<<_ACEOF
16272 #define HAVE_MODE_T 1
16277 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
16278 if test "x$ac_cv_type_off_t" = xyes
; then :
16280 cat >>confdefs.h
<<_ACEOF
16281 #define HAVE_OFF_T 1
16286 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
16287 if test "x$ac_cv_type_pid_t" = xyes
; then :
16289 cat >>confdefs.h
<<_ACEOF
16290 #define HAVE_PID_T 1
16295 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
16296 if test "x$ac_cv_type_size_t" = xyes
; then :
16298 cat >>confdefs.h
<<_ACEOF
16299 #define HAVE_SIZE_T 1
16304 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
16305 if test "x$ac_cv_type_ssize_t" = xyes
; then :
16307 cat >>confdefs.h
<<_ACEOF
16308 #define HAVE_SSIZE_T 1
16313 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16314 if test "x$ac_cv_type_long_long" = xyes
; then :
16316 cat >>confdefs.h
<<_ACEOF
16317 #define HAVE_LONG_LONG 1
16322 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16323 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
16325 cat >>confdefs.h
<<_ACEOF
16326 #define HAVE_FSBLKCNT_T 1
16331 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16332 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
16334 cat >>confdefs.h
<<_ACEOF
16335 #define HAVE_FSFILCNT_T 1
16341 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16342 #include <signal.h>
16344 if test "x$ac_cv_type_sigset_t" = xyes
; then :
16346 cat >>confdefs.h
<<_ACEOF
16347 #define HAVE_SIGSET_T 1
16353 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16355 if test "x$ac_cv_type_request_sense" = xyes
; then :
16357 cat >>confdefs.h
<<_ACEOF
16358 #define HAVE_REQUEST_SENSE 1
16365 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16366 #ifdef HAVE_SYS_SOCKET_H
16367 #include <sys/socket.h>
16369 #ifdef HAVE_SYS_SOCKETVAR_H
16370 #include <sys/socketvar.h>
16372 #ifdef HAVE_NET_ROUTE_H
16373 #include <net/route.h>
16375 #ifdef HAVE_NETINET_IN_H
16376 #include <netinet/in.h>
16378 #ifdef HAVE_NETINET_IN_SYSTM_H
16379 #include <netinet/in_systm.h>
16381 #ifdef HAVE_NETINET_IP_H
16382 #include <netinet/ip.h>
16384 #ifdef HAVE_NETINET_IN_PCB_H
16385 #include <netinet/in_pcb.h>
16388 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
16390 cat >>confdefs.h
<<_ACEOF
16391 #define HAVE_STRUCT_XINPGEN 1
16398 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16401 #ifdef HAVE_SYS_LINK_H
16402 #include <sys/link.h>
16405 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
16407 cat >>confdefs.h
<<_ACEOF
16408 #define HAVE_STRUCT_R_DEBUG 1
16413 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16416 #ifdef HAVE_SYS_LINK_H
16417 #include <sys/link.h>
16420 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
16422 cat >>confdefs.h
<<_ACEOF
16423 #define HAVE_STRUCT_LINK_MAP 1
16430 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16431 #include <linux/input.h>
16434 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
16436 cat >>confdefs.h
<<_ACEOF
16437 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
16445 $as_echo_n "checking for if_nameindex... " >&6; }
16446 if ${wine_cv_have_if_nameindex+:} false
; then :
16447 $as_echo_n "(cached) " >&6
16449 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16450 /* end confdefs.h. */
16451 #ifdef HAVE_SYS_TYPES_H
16452 #include <sys/types.h>
16454 #ifdef HAVE_SYS_SOCKET_H
16455 #include <sys/socket.h>
16457 #ifdef HAVE_NET_IF_H
16458 # include <net/if.h>
16463 struct if_nameindex *p = if_nameindex(); return p->if_index;
16468 if ac_fn_c_try_link
"$LINENO"; then :
16469 wine_cv_have_if_nameindex
=yes
16471 wine_cv_have_if_nameindex
=no
16473 rm -f core conftest.err conftest.
$ac_objext \
16474 conftest
$ac_exeext conftest.
$ac_ext
16476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
16477 $as_echo "$wine_cv_have_if_nameindex" >&6; }
16478 if test "$wine_cv_have_if_nameindex" = "yes"
16481 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
16485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16486 $as_echo_n "checking for sigaddset... " >&6; }
16487 if ${wine_cv_have_sigaddset+:} false
; then :
16488 $as_echo_n "(cached) " >&6
16490 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16491 /* end confdefs.h. */
16492 #include <signal.h>
16496 sigset_t set; sigaddset(&set,SIGTERM);
16501 if ac_fn_c_try_link
"$LINENO"; then :
16502 wine_cv_have_sigaddset
=yes
16504 wine_cv_have_sigaddset
=no
16506 rm -f core conftest.err conftest.
$ac_objext \
16507 conftest
$ac_exeext conftest.
$ac_ext
16509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16510 $as_echo "$wine_cv_have_sigaddset" >&6; }
16511 if test "$wine_cv_have_sigaddset" = "yes"
16514 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16520 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16521 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
16522 $as_echo_n "(cached) " >&6
16524 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16525 /* end confdefs.h. */
16533 struct hostent *result;
16540 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16541 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16547 if ac_fn_c_try_link
"$LINENO"; then :
16548 wine_cv_linux_gethostbyname_r_6
=yes
16550 wine_cv_linux_gethostbyname_r_6
=no
16553 rm -f core conftest.err conftest.
$ac_objext \
16554 conftest
$ac_exeext conftest.
$ac_ext
16557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16558 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16559 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16562 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16566 if test "$ac_cv_header_linux_joystick_h" = "yes"
16568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16569 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16570 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16571 $as_echo_n "(cached) " >&6
16573 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16574 /* end confdefs.h. */
16576 #include <sys/ioctl.h>
16577 #include <sys/types.h>
16578 #include <linux/joystick.h>
16580 struct js_event blub;
16581 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16582 #error "no 2.2 header"
16593 if ac_fn_c_try_compile
"$LINENO"; then :
16594 wine_cv_linux_joystick_22_api
=yes
16596 wine_cv_linux_joystick_22_api
=no
16598 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16602 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16603 if test "$wine_cv_linux_joystick_22_api" = "yes"
16606 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16612 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16613 #ifdef HAVE_SYS_PARAM_H
16614 # include <sys/param.h>
16616 #ifdef HAVE_SYS_MOUNT_H
16617 # include <sys/mount.h>
16619 #ifdef HAVE_SYS_VFS_H
16620 # include <sys/vfs.h>
16622 #ifdef HAVE_SYS_STATFS_H
16623 # include <sys/statfs.h>
16626 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16628 cat >>confdefs.h
<<_ACEOF
16629 #define HAVE_STRUCT_STATFS_F_BFREE 1
16634 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16635 #ifdef HAVE_SYS_PARAM_H
16636 # include <sys/param.h>
16638 #ifdef HAVE_SYS_MOUNT_H
16639 # include <sys/mount.h>
16641 #ifdef HAVE_SYS_VFS_H
16642 # include <sys/vfs.h>
16644 #ifdef HAVE_SYS_STATFS_H
16645 # include <sys/statfs.h>
16648 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16650 cat >>confdefs.h
<<_ACEOF
16651 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16656 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16657 #ifdef HAVE_SYS_PARAM_H
16658 # include <sys/param.h>
16660 #ifdef HAVE_SYS_MOUNT_H
16661 # include <sys/mount.h>
16663 #ifdef HAVE_SYS_VFS_H
16664 # include <sys/vfs.h>
16666 #ifdef HAVE_SYS_STATFS_H
16667 # include <sys/statfs.h>
16670 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16672 cat >>confdefs.h
<<_ACEOF
16673 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16678 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16679 #ifdef HAVE_SYS_PARAM_H
16680 # include <sys/param.h>
16682 #ifdef HAVE_SYS_MOUNT_H
16683 # include <sys/mount.h>
16685 #ifdef HAVE_SYS_VFS_H
16686 # include <sys/vfs.h>
16688 #ifdef HAVE_SYS_STATFS_H
16689 # include <sys/statfs.h>
16692 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16694 cat >>confdefs.h
<<_ACEOF
16695 #define HAVE_STRUCT_STATFS_F_FFREE 1
16700 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16701 #ifdef HAVE_SYS_PARAM_H
16702 # include <sys/param.h>
16704 #ifdef HAVE_SYS_MOUNT_H
16705 # include <sys/mount.h>
16707 #ifdef HAVE_SYS_VFS_H
16708 # include <sys/vfs.h>
16710 #ifdef HAVE_SYS_STATFS_H
16711 # include <sys/statfs.h>
16714 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16716 cat >>confdefs.h
<<_ACEOF
16717 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16722 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16723 #ifdef HAVE_SYS_PARAM_H
16724 # include <sys/param.h>
16726 #ifdef HAVE_SYS_MOUNT_H
16727 # include <sys/mount.h>
16729 #ifdef HAVE_SYS_VFS_H
16730 # include <sys/vfs.h>
16732 #ifdef HAVE_SYS_STATFS_H
16733 # include <sys/statfs.h>
16736 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16738 cat >>confdefs.h
<<_ACEOF
16739 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16746 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16747 #include <sys/statvfs.h>
16750 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16752 cat >>confdefs.h
<<_ACEOF
16753 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16760 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16761 #include <dirent.h>
16764 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16766 cat >>confdefs.h
<<_ACEOF
16767 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16774 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16775 #ifdef HAVE_SYS_SOCKET_H
16776 # include <sys/socket.h>
16778 #ifdef HAVE_SYS_UN_H
16779 # include <sys/un.h>
16782 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16784 cat >>confdefs.h
<<_ACEOF
16785 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16790 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16791 #ifdef HAVE_SYS_SOCKET_H
16792 # include <sys/socket.h>
16794 #ifdef HAVE_SYS_UN_H
16795 # include <sys/un.h>
16798 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16800 cat >>confdefs.h
<<_ACEOF
16801 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16806 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16807 #ifdef HAVE_SYS_SOCKET_H
16808 # include <sys/socket.h>
16810 #ifdef HAVE_SYS_UN_H
16811 # include <sys/un.h>
16814 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16816 cat >>confdefs.h
<<_ACEOF
16817 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16824 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16825 #ifdef HAVE_SCSI_SG_H
16826 #include <scsi/sg.h>
16829 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16831 cat >>confdefs.h
<<_ACEOF
16832 #define HAVE_SCSIREQ_T_CMD 1
16837 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>
16838 #ifdef HAVE_SCSI_SG_H
16839 #include <scsi/sg.h>
16842 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16844 cat >>confdefs.h
<<_ACEOF
16845 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16852 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16854 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16856 cat >>confdefs.h
<<_ACEOF
16857 #define HAVE_SIGINFO_T_SI_FD 1
16864 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16865 #ifdef HAVE_SYS_MTIO_H
16866 #include <sys/mtio.h>
16869 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16871 cat >>confdefs.h
<<_ACEOF
16872 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16877 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16878 #ifdef HAVE_SYS_MTIO_H
16879 #include <sys/mtio.h>
16882 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16884 cat >>confdefs.h
<<_ACEOF
16885 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16890 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16891 #ifdef HAVE_SYS_MTIO_H
16892 #include <sys/mtio.h>
16895 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16897 cat >>confdefs.h
<<_ACEOF
16898 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16905 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16906 #include <getopt.h>
16909 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16911 cat >>confdefs.h
<<_ACEOF
16912 #define HAVE_STRUCT_OPTION_NAME 1
16919 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16920 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16922 cat >>confdefs.h
<<_ACEOF
16923 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16928 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16929 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16931 cat >>confdefs.h
<<_ACEOF
16932 #define HAVE_STRUCT_STAT_ST_MTIM 1
16937 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16938 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16940 cat >>confdefs.h
<<_ACEOF
16941 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16946 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16947 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16949 cat >>confdefs.h
<<_ACEOF
16950 #define HAVE_STRUCT_STAT_ST_CTIM 1
16955 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16956 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16958 cat >>confdefs.h
<<_ACEOF
16959 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16964 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16965 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16967 cat >>confdefs.h
<<_ACEOF
16968 #define HAVE_STRUCT_STAT_ST_ATIM 1
16973 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16974 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16976 cat >>confdefs.h
<<_ACEOF
16977 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16982 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16983 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16985 cat >>confdefs.h
<<_ACEOF
16986 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16991 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16992 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16994 cat >>confdefs.h
<<_ACEOF
16995 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
17000 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
17001 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
17003 cat >>confdefs.h
<<_ACEOF
17004 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
17009 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
17010 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
17012 cat >>confdefs.h
<<_ACEOF
17013 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
17018 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
17019 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
17021 cat >>confdefs.h
<<_ACEOF
17022 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
17029 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
17030 #include <sys/types.h>
17032 #ifdef HAVE_NETINET_IN_H
17033 #include <netinet/in.h>
17036 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
17038 cat >>confdefs.h
<<_ACEOF
17039 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
17046 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
17047 #include <sys/types.h>
17049 #ifdef HAVE_NETINET_IN_H
17050 #include <netinet/in.h>
17052 #ifdef HAVE_RESOLV_H
17053 #include <resolv.h>
17056 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
17058 cat >>confdefs.h
<<_ACEOF
17059 #define HAVE_STRUCT___RES_STATE 1
17066 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
17067 #include <resolv.h>
17070 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
17072 cat >>confdefs.h
<<_ACEOF
17073 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
17080 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
17081 #include <sys/types.h>
17083 #ifdef HAVE_NETINET_IN_H
17084 # include <netinet/in.h>
17086 #ifdef HAVE_ARPA_NAMESER_H
17087 # include <arpa/nameser.h>
17090 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
17092 cat >>confdefs.h
<<_ACEOF
17093 #define HAVE_NS_MSG__MSG_PTR 1
17100 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
17101 #include <sys/types.h>
17103 #ifdef HAVE_NETINET_IN_H
17104 #include <netinet/in.h>
17106 #ifdef HAVE_NETINET_IP_H
17107 #include <netinet/ip.h>
17109 #ifdef HAVE_NETINET_IP_ICMP_H
17110 #include <netinet/ip_icmp.h>
17112 #ifdef HAVE_NETINET_ICMP_VAR_H
17113 #include <netinet/icmp_var.h>
17116 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
17118 cat >>confdefs.h
<<_ACEOF
17119 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
17126 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
17127 #include <sys/types.h>
17129 #ifdef HAVE_ALIAS_H
17132 #ifdef HAVE_SYS_SOCKET_H
17133 #include <sys/socket.h>
17135 #ifdef HAVE_SYS_SOCKETVAR_H
17136 #include <sys/socketvar.h>
17138 #ifdef HAVE_SYS_TIMEOUT_H
17139 #include <sys/timeout.h>
17141 #ifdef HAVE_NETINET_IN_H
17142 #include <netinet/in.h>
17144 #ifdef HAVE_NETINET_IN_SYSTM_H
17145 #include <netinet/in_systm.h>
17147 #ifdef HAVE_NETINET_IP_H
17148 #include <netinet/ip.h>
17150 #ifdef HAVE_NETINET_IP_VAR_H
17151 #include <netinet/ip_var.h>
17153 #ifdef HAVE_NETINET_IP_ICMP_H
17154 #include <netinet/ip_icmp.h>
17156 #ifdef HAVE_NETINET_ICMP_VAR_H
17157 #include <netinet/icmp_var.h>
17160 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
17162 cat >>confdefs.h
<<_ACEOF
17163 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
17170 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
17171 #include <sys/types.h>
17173 #ifdef HAVE_SYS_SOCKETVAR_H
17174 #include <sys/socketvar.h>
17176 #ifdef HAVE_NETINET_IN_H
17177 #include <netinet/in.h>
17179 #ifdef HAVE_NETINET_IP_VAR_H
17180 #include <netinet/ip_var.h>
17183 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
17185 cat >>confdefs.h
<<_ACEOF
17186 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
17193 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
17194 #include <netinet/ip_var.h>
17197 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
17199 cat >>confdefs.h
<<_ACEOF
17200 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
17207 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
17208 #include <sys/types.h>
17210 #ifdef HAVE_SYS_SOCKETVAR_H
17211 #include <sys/socketvar.h>
17213 #ifdef HAVE_NETINET_IN_H
17214 #include <netinet/in.h>
17216 #ifdef HAVE_NETINET_TCP_H
17217 #include <netinet/tcp.h>
17219 #ifdef HAVE_NETINET_TCP_VAR_H
17220 #include <netinet/tcp_var.h>
17223 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
17225 cat >>confdefs.h
<<_ACEOF
17226 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
17233 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
17234 #include <netinet/tcp_var.h>
17237 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
17239 cat >>confdefs.h
<<_ACEOF
17240 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
17247 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
17248 #include <sys/types.h>
17250 #ifdef HAVE_NETINET_IN_H
17251 #include <netinet/in.h>
17253 #ifdef HAVE_NETINET_IP_VAR_H
17254 #include <netinet/ip_var.h>
17256 #ifdef HAVE_NETINET_UDP_H
17257 #include <netinet/udp.h>
17259 #ifdef HAVE_NETINET_UDP_VAR_H
17260 #include <netinet/udp_var.h>
17263 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
17265 cat >>confdefs.h
<<_ACEOF
17266 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
17273 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
17274 #include <sys/types.h>
17276 #ifdef HAVE_NET_IF_H
17277 # include <net/if.h>
17280 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
17282 cat >>confdefs.h
<<_ACEOF
17283 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
17290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
17291 $as_echo_n "checking for timezone variable... " >&6; }
17292 if ${ac_cv_have_timezone+:} false
; then :
17293 $as_echo_n "(cached) " >&6
17295 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17296 /* end confdefs.h. */
17306 if ac_fn_c_try_link
"$LINENO"; then :
17307 ac_cv_have_timezone
="yes"
17309 ac_cv_have_timezone
="no"
17311 rm -f core conftest.err conftest.
$ac_objext \
17312 conftest
$ac_exeext conftest.
$ac_ext
17314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
17315 $as_echo "$ac_cv_have_timezone" >&6; }
17316 if test "$ac_cv_have_timezone" = "yes"
17319 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
17322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
17323 $as_echo_n "checking for daylight variable... " >&6; }
17324 if ${ac_cv_have_daylight+:} false
; then :
17325 $as_echo_n "(cached) " >&6
17327 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17328 /* end confdefs.h. */
17338 if ac_fn_c_try_link
"$LINENO"; then :
17339 ac_cv_have_daylight
="yes"
17341 ac_cv_have_daylight
="no"
17343 rm -f core conftest.err conftest.
$ac_objext \
17344 conftest
$ac_exeext conftest.
$ac_ext
17346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
17347 $as_echo "$ac_cv_have_daylight" >&6; }
17348 if test "$ac_cv_have_daylight" = "yes"
17351 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
17355 ac_save_LIBS
="$LIBS"
17357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17358 $as_echo_n "checking for isfinite... " >&6; }
17359 if ${ac_cv_have_isfinite+:} false
; then :
17360 $as_echo_n "(cached) " >&6
17362 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17363 /* end confdefs.h. */
17364 #define _GNU_SOURCE
17369 float f = 0.0; return isfinite(f)
17374 if ac_fn_c_try_link
"$LINENO"; then :
17375 ac_cv_have_isfinite
="yes"
17377 ac_cv_have_isfinite
="no"
17379 rm -f core conftest.err conftest.
$ac_objext \
17380 conftest
$ac_exeext conftest.
$ac_ext
17382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17383 $as_echo "$ac_cv_have_isfinite" >&6; }
17384 if test "$ac_cv_have_isfinite" = "yes"
17387 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17392 $as_echo_n "checking for isinf... " >&6; }
17393 if ${ac_cv_have_isinf+:} false
; then :
17394 $as_echo_n "(cached) " >&6
17396 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17397 /* end confdefs.h. */
17402 float f = 0.0; return isinf(f)
17407 if ac_fn_c_try_link
"$LINENO"; then :
17408 ac_cv_have_isinf
="yes"
17410 ac_cv_have_isinf
="no"
17412 rm -f core conftest.err conftest.
$ac_objext \
17413 conftest
$ac_exeext conftest.
$ac_ext
17415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17416 $as_echo "$ac_cv_have_isinf" >&6; }
17417 if test "$ac_cv_have_isinf" = "yes"
17420 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17425 $as_echo_n "checking for isnan... " >&6; }
17426 if ${ac_cv_have_isnan+:} false
; then :
17427 $as_echo_n "(cached) " >&6
17429 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17430 /* end confdefs.h. */
17435 float f = 0.0; return isnan(f)
17440 if ac_fn_c_try_link
"$LINENO"; then :
17441 ac_cv_have_isnan
="yes"
17443 ac_cv_have_isnan
="no"
17445 rm -f core conftest.err conftest.
$ac_objext \
17446 conftest
$ac_exeext conftest.
$ac_ext
17448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17449 $as_echo "$ac_cv_have_isnan" >&6; }
17450 if test "$ac_cv_have_isnan" = "yes"
17453 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17501 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17502 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17503 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17504 cat >>confdefs.h
<<_ACEOF
17505 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17511 LIBS
="$ac_save_LIBS"
17513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17514 $as_echo_n "checking for __builtin_clz... " >&6; }
17515 if ${ac_cv_have___builtin_clz+:} false
; then :
17516 $as_echo_n "(cached) " >&6
17518 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17519 /* end confdefs.h. */
17524 return __builtin_clz(1)
17529 if ac_fn_c_try_link
"$LINENO"; then :
17530 ac_cv_have___builtin_clz
="yes"
17532 ac_cv_have___builtin_clz
="no"
17534 rm -f core conftest.err conftest.
$ac_objext \
17535 conftest
$ac_exeext conftest.
$ac_ext
17537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17538 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17539 if test "$ac_cv_have___builtin_clz" = "yes"
17542 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17547 $as_echo_n "checking for __builtin_popcount... " >&6; }
17548 if ${ac_cv_have___builtin_popcount+:} false
; then :
17549 $as_echo_n "(cached) " >&6
17551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17552 /* end confdefs.h. */
17557 return __builtin_popcount(1)
17562 if ac_fn_c_try_link
"$LINENO"; then :
17563 ac_cv_have___builtin_popcount
="yes"
17565 ac_cv_have___builtin_popcount
="no"
17567 rm -f core conftest.err conftest.
$ac_objext \
17568 conftest
$ac_exeext conftest.
$ac_ext
17570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17571 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17572 if test "$ac_cv_have___builtin_popcount" = "yes"
17575 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17581 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17582 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17583 if ${ac_cv_cpp_def___i386__+:} false
; then :
17584 $as_echo_n "(cached) " >&6
17586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17587 /* end confdefs.h. */
17592 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17593 $EGREP "yes" >/dev
/null
2>&1; then :
17594 ac_cv_cpp_def___i386__
=yes
17596 ac_cv_cpp_def___i386__
=no
17601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17602 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17603 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17604 CFLAGS
="$CFLAGS -D__i386__"
17605 LINTFLAGS
="$LINTFLAGS -D__i386__"
17607 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17608 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17609 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17610 $as_echo_n "(cached) " >&6
17612 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17613 /* end confdefs.h. */
17618 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17619 $EGREP "yes" >/dev
/null
2>&1; then :
17620 ac_cv_cpp_def___x86_64__
=yes
17622 ac_cv_cpp_def___x86_64__
=no
17627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17628 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17629 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17630 CFLAGS
="$CFLAGS -D__x86_64__"
17631 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17633 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17634 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17635 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17636 $as_echo_n "(cached) " >&6
17638 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17639 /* end confdefs.h. */
17640 #ifndef __sparc64__
17644 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17645 $EGREP "yes" >/dev
/null
2>&1; then :
17646 ac_cv_cpp_def___sparc64__
=yes
17648 ac_cv_cpp_def___sparc64__
=no
17653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17654 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17655 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17656 CFLAGS
="$CFLAGS -D__sparc64__"
17657 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17659 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17660 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17661 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17662 $as_echo_n "(cached) " >&6
17664 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17665 /* end confdefs.h. */
17670 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17671 $EGREP "yes" >/dev
/null
2>&1; then :
17672 ac_cv_cpp_def___sparc__
=yes
17674 ac_cv_cpp_def___sparc__
=no
17679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17680 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17681 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17682 CFLAGS
="$CFLAGS -D__sparc__"
17683 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17685 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17686 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17687 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17688 $as_echo_n "(cached) " >&6
17690 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17691 /* end confdefs.h. */
17692 #ifndef __powerpc64__
17696 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17697 $EGREP "yes" >/dev
/null
2>&1; then :
17698 ac_cv_cpp_def___powerpc64__
=yes
17700 ac_cv_cpp_def___powerpc64__
=no
17705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17706 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17707 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17708 CFLAGS
="$CFLAGS -D__powerpc64__"
17709 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17711 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17712 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17713 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17714 $as_echo_n "(cached) " >&6
17716 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17717 /* end confdefs.h. */
17718 #ifndef __powerpc__
17722 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17723 $EGREP "yes" >/dev
/null
2>&1; then :
17724 ac_cv_cpp_def___powerpc__
=yes
17726 ac_cv_cpp_def___powerpc__
=no
17731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17732 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17733 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17734 CFLAGS
="$CFLAGS -D__powerpc__"
17735 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17737 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17738 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17739 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17740 $as_echo_n "(cached) " >&6
17742 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17743 /* end confdefs.h. */
17744 #ifndef __aarch64__
17748 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17749 $EGREP "yes" >/dev
/null
2>&1; then :
17750 ac_cv_cpp_def___aarch64__
=yes
17752 ac_cv_cpp_def___aarch64__
=no
17757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17758 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17759 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17760 CFLAGS
="$CFLAGS -D__aarch64__"
17761 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17763 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17764 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17765 if ${ac_cv_cpp_def___arm__+:} false
; then :
17766 $as_echo_n "(cached) " >&6
17768 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17769 /* end confdefs.h. */
17774 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17775 $EGREP "yes" >/dev
/null
2>&1; then :
17776 ac_cv_cpp_def___arm__
=yes
17778 ac_cv_cpp_def___arm__
=no
17783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17784 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17785 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17786 CFLAGS
="$CFLAGS -D__arm__"
17787 LINTFLAGS
="$LINTFLAGS -D__arm__"
17791 case $host_vendor in
17792 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17793 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17794 if ${ac_cv_cpp_def___sun__+:} false
; then :
17795 $as_echo_n "(cached) " >&6
17797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17798 /* end confdefs.h. */
17803 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17804 $EGREP "yes" >/dev
/null
2>&1; then :
17805 ac_cv_cpp_def___sun__
=yes
17807 ac_cv_cpp_def___sun__
=no
17812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17813 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17814 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17815 CFLAGS
="$CFLAGS -D__sun__"
17816 LINTFLAGS
="$LINTFLAGS -D__sun__"
17824 ac_config_commands
="$ac_config_commands include/stamp-h"
17826 $as_echo_n "creating Makefile rules..." >&6
17828 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17829 SOCKET_LIBS = $SOCKET_LIBS
17830 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17831 IOKIT_LIBS = $IOKIT_LIBS
17832 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17833 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17834 CORESERVICES_LIBS = $CORESERVICES_LIBS
17835 APPKIT_LIBS = $APPKIT_LIBS
17836 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17837 SECURITY_LIBS = $SECURITY_LIBS
17838 COREAUDIO_LIBS = $COREAUDIO_LIBS
17839 OPENAL_LIBS = $OPENAL_LIBS
17840 OPENCL_LIBS = $OPENCL_LIBS
17841 QUICKTIME_LIBS = $QUICKTIME_LIBS
17842 CARBON_LIBS = $CARBON_LIBS
17843 PTHREAD_LIBS = $PTHREAD_LIBS
17844 X_CFLAGS = $X_CFLAGS
17845 X_PRE_LIBS = $X_PRE_LIBS
17847 X_EXTRA_LIBS = $X_EXTRA_LIBS
17848 PCAP_LIBS = $PCAP_LIBS
17849 XML2_CFLAGS = $XML2_CFLAGS
17850 XML2_LIBS = $XML2_LIBS
17851 XSLT_CFLAGS = $XSLT_CFLAGS
17852 XSLT_LIBS = $XSLT_LIBS
17853 DBUS_CFLAGS = $DBUS_CFLAGS
17854 DBUS_LIBS = $DBUS_LIBS
17855 HAL_CFLAGS = $HAL_CFLAGS
17856 HAL_LIBS = $HAL_LIBS
17857 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17858 GNUTLS_LIBS = $GNUTLS_LIBS
17859 SANE_CFLAGS = $SANE_CFLAGS
17860 SANE_LIBS = $SANE_LIBS
17861 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17862 GPHOTO2_LIBS = $GPHOTO2_LIBS
17863 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17864 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17865 RESOLV_LIBS = $RESOLV_LIBS
17866 LCMS2_CFLAGS = $LCMS2_CFLAGS
17867 LCMS2_LIBS = $LCMS2_LIBS
17868 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17869 FREETYPE_LIBS = $FREETYPE_LIBS
17871 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17872 PULSE_CFLAGS = $PULSE_CFLAGS
17873 PULSE_LIBS = $PULSE_LIBS
17874 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17875 GSTREAMER_LIBS = $GSTREAMER_LIBS
17876 ALSA_LIBS = $ALSA_LIBS
17877 OSS4_CFLAGS = $OSS4_CFLAGS
17878 UDEV_CFLAGS = $UDEV_CFLAGS
17879 UDEV_LIBS = $UDEV_LIBS
17880 CAPI20_CFLAGS = $CAPI20_CFLAGS
17881 CAPI20_LIBS = $CAPI20_LIBS
17882 CUPS_CFLAGS = $CUPS_CFLAGS
17883 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17884 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17885 JPEG_CFLAGS = $JPEG_CFLAGS
17886 JPEG_LIBS = $JPEG_LIBS
17887 PNG_CFLAGS = $PNG_CFLAGS
17888 PNG_LIBS = $PNG_LIBS
17889 TIFF_CFLAGS = $TIFF_CFLAGS
17890 TIFF_LIBS = $TIFF_LIBS
17891 MPG123_CFLAGS = $MPG123_CFLAGS
17892 MPG123_LIBS = $MPG123_LIBS
17893 KSTAT_LIBS = $KSTAT_LIBS
17894 PROCSTAT_LIBS = $PROCSTAT_LIBS
17895 NETAPI_CFLAGS = $NETAPI_CFLAGS
17896 NETAPI_LIBS = $NETAPI_LIBS
17897 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17899 POLL_LIBS = $POLL_LIBS
17901 LDAP_CFLAGS = $LDAP_CFLAGS
17902 LDAP_LIBS = $LDAP_LIBS
17907 wine_fn_append_rule
"
17908 # Rules automatically generated by configure
17910 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17915 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17916 @./config.status Make.tmp Makefile
17917 depend: \$(MAKEDEP) dummy
17920 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17921 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17923 if test "x$enable_fonts" != xno
; then
17924 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17925 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17926 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17927 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17928 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17929 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17931 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17932 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17933 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17934 wine_fn_config_symlink wine
17935 if test "x$enable_win64" != xno
; then
17936 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17937 wine_fn_config_symlink wine64
17940 wine_fn_config_dll acledit enable_acledit
17941 wine_fn_config_dll aclui enable_aclui implib
17942 wine_fn_config_dll activeds enable_activeds implib
17943 wine_fn_config_dll actxprxy enable_actxprxy clean
17944 wine_fn_config_lib adsiid
17945 wine_fn_config_dll adsldpc enable_adsldpc
17946 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17947 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17948 wine_fn_config_dll advpack enable_advpack implib
17949 wine_fn_config_test dlls
/advpack
/tests advpack_test
17950 wine_fn_config_dll amstream enable_amstream clean
17951 wine_fn_config_test dlls
/amstream
/tests amstream_test
17952 wine_fn_config_dll api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
17953 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
17954 wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
17955 wine_fn_config_dll api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
17956 wine_fn_config_dll api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
17957 wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
17958 wine_fn_config_dll api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
17959 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17960 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
17961 wine_fn_config_dll api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
17962 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17963 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
17964 wine_fn_config_dll api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
17965 wine_fn_config_dll api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
17966 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17967 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17968 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17969 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17970 wine_fn_config_dll api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
17971 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
17972 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17973 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17974 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17975 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17976 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17977 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17978 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17979 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
17980 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17981 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17982 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17983 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17984 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17985 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17986 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17987 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17988 wine_fn_config_dll api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
17989 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17990 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
17991 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
17992 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17993 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
17994 wine_fn_config_dll api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
17995 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17996 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17997 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
17998 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
17999 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
18000 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
18001 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
18002 wine_fn_config_dll api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
18003 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
18004 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
18005 wine_fn_config_dll api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
18006 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
18007 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
18008 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
18009 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
18010 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
18011 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
18012 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
18013 wine_fn_config_dll api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
18014 wine_fn_config_dll api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
18015 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
18016 wine_fn_config_dll api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
18017 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
18018 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
18019 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
18020 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
18021 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
18022 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
18023 wine_fn_config_dll api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
18024 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
18025 wine_fn_config_dll api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
18026 wine_fn_config_dll api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
18027 wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
18028 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
18029 wine_fn_config_dll api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
18030 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
18031 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
18032 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
18033 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
18034 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
18035 wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
18036 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
18037 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
18038 wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
18039 wine_fn_config_dll api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
18040 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
18041 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
18042 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
18043 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
18044 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
18045 wine_fn_config_dll api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
18046 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
18047 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
18048 wine_fn_config_dll api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
18049 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
18050 wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
18051 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
18052 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
18053 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
18054 wine_fn_config_dll api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
18055 wine_fn_config_dll api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
18056 wine_fn_config_dll api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
18057 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
18058 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
18059 wine_fn_config_dll api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
18060 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
18061 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
18062 wine_fn_config_dll api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
18063 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
18064 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
18065 wine_fn_config_dll api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
18066 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
18067 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
18068 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
18069 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
18070 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
18071 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
18072 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
18073 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
18074 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
18075 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
18076 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
18077 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
18078 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
18079 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
18080 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
18081 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
18082 wine_fn_config_dll api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
18083 wine_fn_config_dll api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
18084 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
18085 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
18086 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
18087 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
18088 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
18089 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
18090 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
18091 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
18092 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
18093 wine_fn_config_dll api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
18094 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
18095 wine_fn_config_dll api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
18096 wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
18097 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
18098 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
18099 wine_fn_config_dll api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
18100 wine_fn_config_dll api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
18101 wine_fn_config_dll api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
18102 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
18103 wine_fn_config_dll api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
18104 wine_fn_config_dll api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
18105 wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
18106 wine_fn_config_dll api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
18107 wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
18108 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
18109 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
18110 wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
18111 wine_fn_config_dll api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
18112 wine_fn_config_dll api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
18113 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
18114 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
18115 wine_fn_config_dll api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
18116 wine_fn_config_dll api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
18117 wine_fn_config_dll api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
18118 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
18119 wine_fn_config_dll api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
18120 wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
18121 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
18122 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
18123 wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
18124 wine_fn_config_dll api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
18125 wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
18126 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
18127 wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
18128 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
18129 wine_fn_config_dll apphelp enable_apphelp
18130 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
18131 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
18132 wine_fn_config_dll atl enable_atl clean
,implib
18133 wine_fn_config_test dlls
/atl
/tests atl_test
18134 wine_fn_config_dll atl100 enable_atl100 clean
,implib
18135 wine_fn_config_test dlls
/atl100
/tests atl100_test
18136 wine_fn_config_dll atl110 enable_atl110 clean
18137 wine_fn_config_dll atl80 enable_atl80 clean
,implib
18138 wine_fn_config_test dlls
/atl80
/tests atl80_test
18139 wine_fn_config_dll atl90 enable_atl90 clean
18140 wine_fn_config_dll authz enable_authz
18141 wine_fn_config_dll avicap32 enable_avicap32 implib
18142 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
18143 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
18144 wine_fn_config_dll avifile.dll16 enable_win16
18145 wine_fn_config_dll avrt enable_avrt implib
18146 wine_fn_config_dll bcrypt enable_bcrypt implib
18147 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
18148 wine_fn_config_dll bluetoothapis enable_bluetoothapis
18149 wine_fn_config_dll browseui enable_browseui clean
18150 wine_fn_config_test dlls
/browseui
/tests browseui_test
18151 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
18152 wine_fn_config_dll cabinet enable_cabinet implib
18153 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
18154 wine_fn_config_dll capi2032 enable_capi2032 implib
18155 wine_fn_config_dll cards enable_cards implib
18156 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
18157 wine_fn_config_dll clusapi enable_clusapi implib
18158 wine_fn_config_dll combase enable_combase
18159 wine_fn_config_test dlls
/combase
/tests combase_test
18160 wine_fn_config_dll comcat enable_comcat
18161 wine_fn_config_test dlls
/comcat
/tests comcat_test
18162 wine_fn_config_dll comctl32 enable_comctl32 clean
,implib
18163 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
18164 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
18165 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
18166 wine_fn_config_dll
comm.drv16 enable_win16
18167 wine_fn_config_dll commdlg.dll16 enable_win16
18168 wine_fn_config_dll compobj.dll16 enable_win16
18169 wine_fn_config_dll compstui enable_compstui implib
18170 wine_fn_config_dll comsvcs enable_comsvcs clean
,implib
18171 wine_fn_config_dll concrt140 enable_concrt140
18172 wine_fn_config_dll connect enable_connect
18173 wine_fn_config_dll credui enable_credui clean
,implib
18174 wine_fn_config_test dlls
/credui
/tests credui_test
18175 wine_fn_config_dll crtdll enable_crtdll
18176 wine_fn_config_dll crypt32 enable_crypt32 clean
,implib
18177 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
18178 wine_fn_config_dll cryptdlg enable_cryptdlg clean
18179 wine_fn_config_dll cryptdll enable_cryptdll implib
18180 wine_fn_config_dll cryptext enable_cryptext
18181 wine_fn_config_dll cryptnet enable_cryptnet implib
18182 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
18183 wine_fn_config_dll cryptui enable_cryptui clean
,implib
18184 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
18185 wine_fn_config_dll ctapi32 enable_ctapi32
18186 wine_fn_config_dll ctl3d.dll16 enable_win16
18187 wine_fn_config_dll ctl3d32 enable_ctl3d32
18188 wine_fn_config_dll ctl3dv2.dll16 enable_win16
18189 wine_fn_config_dll d2d1 enable_d2d1 implib
18190 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
18191 wine_fn_config_dll d3d10 enable_d3d10 implib
18192 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
18193 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
18194 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
18195 wine_fn_config_dll d3d10core enable_d3d10core implib
18196 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
18197 wine_fn_config_dll d3d11 enable_d3d11 implib
18198 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
18199 wine_fn_config_dll d3d8 enable_d3d8 implib
18200 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
18201 wine_fn_config_dll d3d9 enable_d3d9 implib
18202 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
18203 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
18204 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
18205 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
18206 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
18207 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
18208 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
18209 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
18210 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
18211 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
18212 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
18213 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
18214 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
18215 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
18216 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
18217 wine_fn_config_dll d3dim enable_d3dim
18218 wine_fn_config_dll d3drm enable_d3drm implib
18219 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
18220 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
18221 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
18222 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
18223 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
18224 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
18225 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
18226 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
18227 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
18228 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
18229 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
18230 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
18231 wine_fn_config_test dlls
/d3dx10_43
/tests d3dx10_43_test
18232 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
18233 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
18234 wine_fn_config_test dlls
/d3dx11_43
/tests d3dx11_43_test
18235 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
18236 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
18237 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
18238 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
18239 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
18240 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
18241 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
18242 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
18243 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
18244 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
18245 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
18246 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
18247 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
18248 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
18249 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
18250 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
18251 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
18252 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
18253 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
18254 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
18255 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
18256 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
18257 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
18258 wine_fn_config_dll davclnt enable_davclnt
18259 wine_fn_config_dll dbgeng enable_dbgeng implib
18260 wine_fn_config_dll dbghelp enable_dbghelp implib
18261 wine_fn_config_dll dciman32 enable_dciman32 implib
18262 wine_fn_config_dll ddeml.dll16 enable_win16
18263 wine_fn_config_dll ddraw enable_ddraw clean
,implib
18264 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
18265 wine_fn_config_dll ddrawex enable_ddrawex clean
18266 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
18267 wine_fn_config_dll devenum enable_devenum clean
18268 wine_fn_config_test dlls
/devenum
/tests devenum_test
18269 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
18270 wine_fn_config_dll difxapi enable_difxapi
18271 wine_fn_config_dll dinput enable_dinput clean
,implib
,staticimplib
18272 wine_fn_config_test dlls
/dinput
/tests dinput_test
18273 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
18274 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
18275 wine_fn_config_dll dispdib.dll16 enable_win16
18276 wine_fn_config_dll dispex enable_dispex clean
18277 wine_fn_config_test dlls
/dispex
/tests dispex_test
18278 wine_fn_config_dll display.drv16 enable_win16
18279 wine_fn_config_dll dmband enable_dmband clean
18280 wine_fn_config_test dlls
/dmband
/tests dmband_test
18281 wine_fn_config_dll dmcompos enable_dmcompos clean
18282 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
18283 wine_fn_config_dll dmime enable_dmime clean
18284 wine_fn_config_test dlls
/dmime
/tests dmime_test
18285 wine_fn_config_dll dmloader enable_dmloader clean
18286 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
18287 wine_fn_config_dll dmscript enable_dmscript clean
18288 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
18289 wine_fn_config_dll dmstyle enable_dmstyle clean
18290 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
18291 wine_fn_config_dll dmsynth enable_dmsynth clean
18292 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
18293 wine_fn_config_dll dmusic enable_dmusic clean
18294 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
18295 wine_fn_config_dll dmusic32 enable_dmusic32
18296 wine_fn_config_dll dnsapi enable_dnsapi implib
18297 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
18298 wine_fn_config_dll dplay enable_dplay
18299 wine_fn_config_dll dplayx enable_dplayx clean
,implib
18300 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
18301 wine_fn_config_dll dpnaddr enable_dpnaddr
18302 wine_fn_config_dll dpnet enable_dpnet clean
,implib
18303 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
18304 wine_fn_config_dll dpnhpast enable_dpnhpast
18305 wine_fn_config_dll dpnlobby enable_dpnlobby
18306 wine_fn_config_dll dpvoice enable_dpvoice clean
18307 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
18308 wine_fn_config_dll dpwsockx enable_dpwsockx
18309 wine_fn_config_dll drmclien enable_drmclien
18310 wine_fn_config_dll dsound enable_dsound clean
,implib
18311 wine_fn_config_test dlls
/dsound
/tests dsound_test
18312 wine_fn_config_dll dssenh enable_dssenh
18313 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
18314 wine_fn_config_dll dswave enable_dswave clean
18315 wine_fn_config_test dlls
/dswave
/tests dswave_test
18316 wine_fn_config_dll dwmapi enable_dwmapi implib
18317 wine_fn_config_dll dwrite enable_dwrite implib
18318 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
18319 wine_fn_config_dll dxdiagn enable_dxdiagn clean
18320 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
18321 wine_fn_config_lib dxerr8
18322 wine_fn_config_lib dxerr9
18323 wine_fn_config_dll dxgi enable_dxgi implib
18324 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
18325 wine_fn_config_lib dxguid
18326 wine_fn_config_dll dxva2 enable_dxva2
18327 wine_fn_config_dll esent enable_esent
18328 wine_fn_config_dll evr enable_evr
18329 wine_fn_config_dll explorerframe enable_explorerframe clean
18330 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
18331 wine_fn_config_dll ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
18332 wine_fn_config_dll ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
18333 wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
18334 wine_fn_config_dll ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
18335 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
18336 wine_fn_config_dll ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
18337 wine_fn_config_dll ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
18338 wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
18339 wine_fn_config_dll ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
18340 wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
18341 wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
18342 wine_fn_config_dll ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
18343 wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
18344 wine_fn_config_dll ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
18345 wine_fn_config_dll ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
18346 wine_fn_config_dll ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
18347 wine_fn_config_dll ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
18348 wine_fn_config_dll ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
18349 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
18350 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
18351 wine_fn_config_dll ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
18352 wine_fn_config_dll ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
18353 wine_fn_config_dll ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
18354 wine_fn_config_dll faultrep enable_faultrep implib
18355 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
18356 wine_fn_config_dll fltlib enable_fltlib
18357 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
18358 wine_fn_config_dll fntcache enable_fntcache
18359 wine_fn_config_dll fontsub enable_fontsub
18360 wine_fn_config_dll fusion enable_fusion
18361 wine_fn_config_test dlls
/fusion
/tests fusion_test
18362 wine_fn_config_dll fwpuclnt enable_fwpuclnt
18363 wine_fn_config_dll gameux enable_gameux clean
18364 wine_fn_config_test dlls
/gameux
/tests gameux_test
18365 wine_fn_config_dll gdi.exe16 enable_win16
18366 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
18367 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
18368 wine_fn_config_dll gdiplus enable_gdiplus implib
18369 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
18370 wine_fn_config_dll glu32 enable_glu32 implib
18371 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
18372 wine_fn_config_dll gpkcsp enable_gpkcsp
18373 wine_fn_config_dll hal enable_hal
18374 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib htmlhelp
18375 wine_fn_config_dll hid enable_hid implib
18376 wine_fn_config_test dlls
/hid
/tests hid_test
18377 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
18378 wine_fn_config_dll hlink enable_hlink clean
,implib
18379 wine_fn_config_test dlls
/hlink
/tests hlink_test
18380 wine_fn_config_dll hnetcfg enable_hnetcfg clean
18381 wine_fn_config_test dlls
/hnetcfg
/tests hnetcfg_test
18382 wine_fn_config_dll httpapi enable_httpapi
18383 wine_fn_config_dll iccvid enable_iccvid clean
18384 wine_fn_config_dll icmp enable_icmp
18385 wine_fn_config_dll ieframe enable_ieframe clean
,implib
18386 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
18387 wine_fn_config_dll ifsmgr.vxd enable_win16
18388 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
18389 wine_fn_config_dll imagehlp enable_imagehlp implib
18390 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
18391 wine_fn_config_dll imm.dll16 enable_win16
18392 wine_fn_config_dll imm32 enable_imm32 implib
18393 wine_fn_config_test dlls
/imm32
/tests imm32_test
18394 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
18395 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
18396 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
18397 wine_fn_config_dll inetmib1 enable_inetmib1
18398 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
18399 wine_fn_config_dll infosoft enable_infosoft clean
18400 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
18401 wine_fn_config_dll initpki enable_initpki
18402 wine_fn_config_dll inkobj enable_inkobj
18403 wine_fn_config_dll inseng enable_inseng clean
18404 wine_fn_config_dll iphlpapi enable_iphlpapi implib
18405 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
18406 wine_fn_config_dll iprop enable_iprop
18407 wine_fn_config_dll irprops.cpl enable_irprops_cpl
18408 wine_fn_config_dll itircl enable_itircl
18409 wine_fn_config_dll itss enable_itss clean
18410 wine_fn_config_test dlls
/itss
/tests itss_test
18411 wine_fn_config_dll joy.cpl enable_joy_cpl clean
18412 wine_fn_config_dll jscript enable_jscript clean
18413 wine_fn_config_test dlls
/jscript
/tests jscript_test
18414 wine_fn_config_dll jsproxy enable_jsproxy implib
18415 wine_fn_config_test dlls
/jsproxy
/tests jsproxy_test
18416 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
18417 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
18418 wine_fn_config_dll kernelbase enable_kernelbase
18419 wine_fn_config_dll keyboard.drv16 enable_win16
18420 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
18421 wine_fn_config_dll ksuser enable_ksuser
18422 wine_fn_config_dll ktmw32 enable_ktmw32
18423 wine_fn_config_dll loadperf enable_loadperf implib
18424 wine_fn_config_dll localspl enable_localspl clean
18425 wine_fn_config_test dlls
/localspl
/tests localspl_test
18426 wine_fn_config_dll localui enable_localui clean
18427 wine_fn_config_test dlls
/localui
/tests localui_test
18428 wine_fn_config_dll lz32 enable_lz32 implib
18429 wine_fn_config_test dlls
/lz32
/tests lz32_test
18430 wine_fn_config_dll lzexpand.dll16 enable_win16
18431 wine_fn_config_dll mapi32 enable_mapi32 clean
,implib
18432 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
18433 wine_fn_config_dll mapistub enable_mapistub
18434 wine_fn_config_dll mciavi32 enable_mciavi32
18435 wine_fn_config_dll mcicda enable_mcicda
18436 wine_fn_config_dll mciqtz32 enable_mciqtz32
18437 wine_fn_config_dll mciseq enable_mciseq
18438 wine_fn_config_dll mciwave enable_mciwave
18439 wine_fn_config_dll mf enable_mf implib
18440 wine_fn_config_test dlls
/mf
/tests mf_test
18441 wine_fn_config_dll mf3216 enable_mf3216
18442 wine_fn_config_dll mfplat enable_mfplat implib
18443 wine_fn_config_test dlls
/mfplat
/tests mfplat_test
18444 wine_fn_config_dll mfreadwrite enable_mfreadwrite
18445 wine_fn_config_dll mgmtapi enable_mgmtapi
18446 wine_fn_config_dll midimap enable_midimap
18447 wine_fn_config_dll mlang enable_mlang clean
,implib
18448 wine_fn_config_test dlls
/mlang
/tests mlang_test
18449 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
18450 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
18451 wine_fn_config_dll mmdevapi enable_mmdevapi clean
18452 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
18453 wine_fn_config_dll mmdevldr.vxd enable_win16
18454 wine_fn_config_dll mmsystem.dll16 enable_win16
18455 wine_fn_config_dll monodebg.vxd enable_win16
18456 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
18457 wine_fn_config_dll mouse.drv16 enable_win16
18458 wine_fn_config_dll mpr enable_mpr clean
,implib
18459 wine_fn_config_test dlls
/mpr
/tests mpr_test
18460 wine_fn_config_dll mprapi enable_mprapi implib
18461 wine_fn_config_dll msacm.dll16 enable_win16
18462 wine_fn_config_dll msacm32.drv enable_msacm32_drv
18463 wine_fn_config_dll msacm32 enable_msacm32 clean
,implib
18464 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
18465 wine_fn_config_dll msadp32.acm enable_msadp32_acm
18466 wine_fn_config_dll msasn1 enable_msasn1 implib
18467 wine_fn_config_dll mscat32 enable_mscat32
18468 wine_fn_config_dll mscms enable_mscms implib
18469 wine_fn_config_test dlls
/mscms
/tests mscms_test
18470 wine_fn_config_dll mscoree enable_mscoree clean
18471 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
18472 wine_fn_config_dll msctf enable_msctf clean
18473 wine_fn_config_test dlls
/msctf
/tests msctf_test
18474 wine_fn_config_dll msctfp enable_msctfp clean
18475 wine_fn_config_dll msdaps enable_msdaps clean
18476 wine_fn_config_dll msdelta enable_msdelta
18477 wine_fn_config_dll msdmo enable_msdmo implib
18478 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
18479 wine_fn_config_dll msdrm enable_msdrm
18480 wine_fn_config_dll msftedit enable_msftedit
18481 wine_fn_config_dll msg711.acm enable_msg711_acm
18482 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
18483 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
18484 wine_fn_config_dll mshtml enable_mshtml clean
,implib
18485 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
18486 wine_fn_config_dll msi enable_msi clean
,implib
18487 wine_fn_config_test dlls
/msi
/tests msi_test
18488 wine_fn_config_dll msident enable_msident clean
18489 wine_fn_config_dll msimg32 enable_msimg32 implib
18490 wine_fn_config_dll msimsg enable_msimsg
18491 wine_fn_config_dll msimtf enable_msimtf clean
18492 wine_fn_config_dll msisip enable_msisip
18493 wine_fn_config_dll msisys.ocx enable_msisys_ocx
18494 wine_fn_config_dll msls31 enable_msls31
18495 wine_fn_config_dll msnet32 enable_msnet32
18496 wine_fn_config_dll mspatcha enable_mspatcha implib
18497 wine_fn_config_dll msports enable_msports
18498 wine_fn_config_dll msrle32 enable_msrle32 clean
18499 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
18500 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
18501 wine_fn_config_test dlls
/msscript.ocx
/tests msscript.ocx_test clean
18502 wine_fn_config_dll mssign32 enable_mssign32
18503 wine_fn_config_dll mssip32 enable_mssip32
18504 wine_fn_config_dll mstask enable_mstask clean
18505 wine_fn_config_test dlls
/mstask
/tests mstask_test
18506 wine_fn_config_dll msvcirt enable_msvcirt
18507 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
18508 wine_fn_config_dll msvcm80 enable_msvcm80
18509 wine_fn_config_dll msvcm90 enable_msvcm90
18510 wine_fn_config_dll msvcp100 enable_msvcp100
18511 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
18512 wine_fn_config_dll msvcp110 enable_msvcp110
18513 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
18514 wine_fn_config_dll msvcp120 enable_msvcp120
18515 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
18516 wine_fn_config_dll msvcp120_app enable_msvcp120_app
18517 wine_fn_config_dll msvcp140 enable_msvcp140
18518 wine_fn_config_test dlls
/msvcp140
/tests msvcp140_test
18519 wine_fn_config_dll msvcp60 enable_msvcp60
18520 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
18521 wine_fn_config_dll msvcp70 enable_msvcp70
18522 wine_fn_config_dll msvcp71 enable_msvcp71
18523 wine_fn_config_dll msvcp80 enable_msvcp80
18524 wine_fn_config_dll msvcp90 enable_msvcp90
18525 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
18526 wine_fn_config_dll msvcr100 enable_msvcr100 implib
18527 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
18528 wine_fn_config_dll msvcr110 enable_msvcr110 implib
18529 wine_fn_config_dll msvcr120 enable_msvcr120 implib
18530 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
18531 wine_fn_config_dll msvcr120_app enable_msvcr120_app
18532 wine_fn_config_dll msvcr70 enable_msvcr70 implib
18533 wine_fn_config_dll msvcr71 enable_msvcr71 implib
18534 wine_fn_config_dll msvcr80 enable_msvcr80 implib
18535 wine_fn_config_dll msvcr90 enable_msvcr90 implib
18536 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
18537 wine_fn_config_dll msvcrt enable_msvcrt implib
18538 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
18539 wine_fn_config_dll msvcrt20 enable_msvcrt20
18540 wine_fn_config_dll msvcrt40 enable_msvcrt40
18541 wine_fn_config_dll msvcrtd enable_msvcrtd implib
18542 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
18543 wine_fn_config_dll msvfw32 enable_msvfw32 clean
,implib
18544 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
18545 wine_fn_config_dll msvidc32 enable_msvidc32 clean
18546 wine_fn_config_dll msvideo.dll16 enable_win16
18547 wine_fn_config_dll mswsock enable_mswsock implib
18548 wine_fn_config_dll msxml enable_msxml clean
18549 wine_fn_config_dll msxml2 enable_msxml2 clean
18550 wine_fn_config_dll msxml3 enable_msxml3 clean
18551 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
18552 wine_fn_config_dll msxml4 enable_msxml4 clean
18553 wine_fn_config_dll msxml6 enable_msxml6 clean
18554 wine_fn_config_dll mtxdm enable_mtxdm
18555 wine_fn_config_dll ncrypt enable_ncrypt
18556 wine_fn_config_dll nddeapi enable_nddeapi implib
18557 wine_fn_config_dll ndis.sys enable_ndis_sys
18558 wine_fn_config_dll netapi32 enable_netapi32 implib
18559 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
18560 wine_fn_config_dll netcfgx enable_netcfgx clean
18561 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
18562 wine_fn_config_dll netprofm enable_netprofm clean
18563 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
18564 wine_fn_config_dll newdev enable_newdev implib
18565 wine_fn_config_dll normaliz enable_normaliz implib
18566 wine_fn_config_dll npmshtml enable_npmshtml
18567 wine_fn_config_dll npptools enable_npptools
18568 wine_fn_config_dll ntdll enable_ntdll implib
18569 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
18570 wine_fn_config_dll ntdsapi enable_ntdsapi implib
18571 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
18572 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
18573 wine_fn_config_dll ntprint enable_ntprint
18574 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
18575 wine_fn_config_dll objsel enable_objsel clean
18576 wine_fn_config_dll odbc32 enable_odbc32 implib
18577 wine_fn_config_dll odbccp32 enable_odbccp32 implib
18578 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
18579 wine_fn_config_dll odbccu32 enable_odbccu32
18580 wine_fn_config_dll ole2.dll16 enable_win16
18581 wine_fn_config_dll ole2conv.dll16 enable_win16
18582 wine_fn_config_dll ole2disp.dll16 enable_win16
18583 wine_fn_config_dll ole2nls.dll16 enable_win16
18584 wine_fn_config_dll ole2prox.dll16 enable_win16
18585 wine_fn_config_dll ole2thk.dll16 enable_win16
18586 wine_fn_config_dll ole32 enable_ole32 clean
,implib
18587 wine_fn_config_test dlls
/ole32
/tests ole32_test
18588 wine_fn_config_dll oleacc enable_oleacc clean
,implib
18589 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
18590 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
18591 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
18592 wine_fn_config_dll olecli.dll16 enable_win16
18593 wine_fn_config_dll olecli32 enable_olecli32 implib
18594 wine_fn_config_dll oledb32 enable_oledb32 clean
18595 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
18596 wine_fn_config_dll oledlg enable_oledlg clean
,implib
18597 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
18598 wine_fn_config_dll olepro32 enable_olepro32 clean
,implib
18599 wine_fn_config_dll olesvr.dll16 enable_win16
18600 wine_fn_config_dll olesvr32 enable_olesvr32 implib
18601 wine_fn_config_dll olethk32 enable_olethk32
18602 wine_fn_config_dll openal32 enable_openal32
18603 wine_fn_config_dll opencl enable_opencl
18604 wine_fn_config_dll opengl32 enable_opengl32 implib
18605 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
18606 wine_fn_config_dll packager enable_packager clean
18607 wine_fn_config_test dlls
/packager
/tests packager_test
18608 wine_fn_config_dll pdh enable_pdh implib
18609 wine_fn_config_test dlls
/pdh
/tests pdh_test
18610 wine_fn_config_dll photometadatahandler enable_photometadatahandler
18611 wine_fn_config_dll pidgen enable_pidgen
18612 wine_fn_config_dll powrprof enable_powrprof implib
18613 wine_fn_config_dll printui enable_printui
18614 wine_fn_config_dll prntvpt enable_prntvpt
18615 wine_fn_config_dll propsys enable_propsys clean
,implib
18616 wine_fn_config_test dlls
/propsys
/tests propsys_test
18617 wine_fn_config_dll psapi enable_psapi implib
18618 wine_fn_config_test dlls
/psapi
/tests psapi_test
18619 wine_fn_config_dll pstorec enable_pstorec clean
18620 wine_fn_config_test dlls
/pstorec
/tests pstorec_test
18621 wine_fn_config_dll qcap enable_qcap
18622 wine_fn_config_test dlls
/qcap
/tests qcap_test
18623 wine_fn_config_dll qedit enable_qedit clean
18624 wine_fn_config_test dlls
/qedit
/tests qedit_test
18625 wine_fn_config_dll qmgr enable_qmgr clean
18626 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
18627 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
18628 wine_fn_config_dll quartz enable_quartz clean
,implib
18629 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
18630 wine_fn_config_dll query enable_query
18631 wine_fn_config_dll rasapi16.dll16 enable_win16
18632 wine_fn_config_dll rasapi32 enable_rasapi32 implib
18633 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
18634 wine_fn_config_dll rasdlg enable_rasdlg implib
18635 wine_fn_config_dll regapi enable_regapi
18636 wine_fn_config_dll resutils enable_resutils implib
18637 wine_fn_config_dll riched20 enable_riched20 clean
,implib
18638 wine_fn_config_test dlls
/riched20
/tests riched20_test
18639 wine_fn_config_dll riched32 enable_riched32
18640 wine_fn_config_test dlls
/riched32
/tests riched32_test
18641 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
18642 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
18643 wine_fn_config_dll rsabase enable_rsabase
18644 wine_fn_config_dll rsaenh enable_rsaenh implib
18645 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
18646 wine_fn_config_dll rstrtmgr enable_rstrtmgr
18647 wine_fn_config_dll rtutils enable_rtutils implib
18648 wine_fn_config_dll samlib enable_samlib
18649 wine_fn_config_dll sane.ds enable_sane_ds clean
18650 wine_fn_config_dll scarddlg enable_scarddlg
18651 wine_fn_config_dll sccbase enable_sccbase
18652 wine_fn_config_dll schannel enable_schannel
18653 wine_fn_config_test dlls
/schannel
/tests schannel_test
18654 wine_fn_config_dll schedsvc enable_schedsvc clean
18655 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
18656 wine_fn_config_dll scrobj enable_scrobj clean
18657 wine_fn_config_dll scrrun enable_scrrun clean
18658 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
18659 wine_fn_config_dll scsiport.sys enable_scsiport_sys
18660 wine_fn_config_dll secur32 enable_secur32 implib
18661 wine_fn_config_test dlls
/secur32
/tests secur32_test
18662 wine_fn_config_dll security enable_security
18663 wine_fn_config_dll sensapi enable_sensapi implib
18664 wine_fn_config_dll serialui enable_serialui clean
18665 wine_fn_config_test dlls
/serialui
/tests serialui_test
18666 wine_fn_config_dll setupapi enable_setupapi clean
,implib
18667 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
18668 wine_fn_config_dll setupx.dll16 enable_win16
18669 wine_fn_config_dll sfc enable_sfc implib
18670 wine_fn_config_dll sfc_os enable_sfc_os implib
18671 wine_fn_config_dll shdoclc enable_shdoclc clean
18672 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
18673 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
18674 wine_fn_config_dll shell.dll16 enable_win16
18675 wine_fn_config_dll shell32 enable_shell32 clean
,implib
18676 wine_fn_config_test dlls
/shell32
/tests shell32_test
18677 wine_fn_config_dll shfolder enable_shfolder implib
18678 wine_fn_config_dll shlwapi enable_shlwapi clean
,implib
18679 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
18680 wine_fn_config_dll slbcsp enable_slbcsp
18681 wine_fn_config_dll slc enable_slc implib
18682 wine_fn_config_test dlls
/slc
/tests slc_test
18683 wine_fn_config_dll snmpapi enable_snmpapi implib
18684 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
18685 wine_fn_config_dll softpub enable_softpub
18686 wine_fn_config_dll sound.drv16 enable_win16
18687 wine_fn_config_dll spoolss enable_spoolss implib
18688 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
18689 wine_fn_config_dll sspicli enable_sspicli
18690 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
18691 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
18692 wine_fn_config_dll sti enable_sti clean
,implib
18693 wine_fn_config_test dlls
/sti
/tests sti_test
18694 wine_fn_config_dll storage.dll16 enable_win16
18695 wine_fn_config_dll stress.dll16 enable_win16
18696 wine_fn_config_lib strmbase
18697 wine_fn_config_lib strmiids
18698 wine_fn_config_dll svrapi enable_svrapi
18699 wine_fn_config_dll sxs enable_sxs implib
18700 wine_fn_config_test dlls
/sxs
/tests sxs_test
18701 wine_fn_config_dll system.drv16 enable_win16
18702 wine_fn_config_dll t2embed enable_t2embed implib
18703 wine_fn_config_test dlls
/t2embed
/tests t2embed_test
18704 wine_fn_config_dll tapi32 enable_tapi32 implib
18705 wine_fn_config_dll taskschd enable_taskschd clean
18706 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
18707 wine_fn_config_dll tdh enable_tdh
18708 wine_fn_config_dll tdi.sys enable_tdi_sys
18709 wine_fn_config_dll toolhelp.dll16 enable_win16
18710 wine_fn_config_dll traffic enable_traffic
18711 wine_fn_config_dll twain.dll16 enable_win16
18712 wine_fn_config_dll twain_32 enable_twain_32
18713 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
18714 wine_fn_config_dll typelib.dll16 enable_win16
18715 wine_fn_config_dll ucrtbase enable_ucrtbase implib
18716 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
18717 wine_fn_config_dll uiautomationcore enable_uiautomationcore
18718 wine_fn_config_dll unicows enable_unicows implib
18719 wine_fn_config_dll updspapi enable_updspapi
18720 wine_fn_config_dll url enable_url implib
18721 wine_fn_config_dll urlmon enable_urlmon clean
,implib
18722 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
18723 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
18724 wine_fn_config_dll user.exe16 enable_win16
18725 wine_fn_config_dll user32 enable_user32 clean
,implib
18726 wine_fn_config_test dlls
/user32
/tests user32_test
18727 wine_fn_config_dll userenv enable_userenv implib
18728 wine_fn_config_test dlls
/userenv
/tests userenv_test
18729 wine_fn_config_dll usp10 enable_usp10 implib
18730 wine_fn_config_test dlls
/usp10
/tests usp10_test
18731 wine_fn_config_lib uuid
18732 wine_fn_config_dll uxtheme enable_uxtheme implib
18733 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
18734 wine_fn_config_dll vbscript enable_vbscript clean
18735 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
18736 wine_fn_config_dll vcomp enable_vcomp
18737 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
18738 wine_fn_config_dll vcomp100 enable_vcomp100
18739 wine_fn_config_dll vcomp110 enable_vcomp110
18740 wine_fn_config_dll vcomp120 enable_vcomp120
18741 wine_fn_config_dll vcomp140 enable_vcomp140
18742 wine_fn_config_dll vcomp90 enable_vcomp90
18743 wine_fn_config_dll vcruntime140 enable_vcruntime140
18744 wine_fn_config_dll vdhcp.vxd enable_win16
18745 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18746 wine_fn_config_dll ver.dll16 enable_win16
18747 wine_fn_config_dll version enable_version implib
18748 wine_fn_config_test dlls
/version
/tests version_test
18749 wine_fn_config_dll virtdisk enable_virtdisk
18750 wine_fn_config_dll vmm.vxd enable_win16
18751 wine_fn_config_dll vnbt.vxd enable_win16
18752 wine_fn_config_dll vnetbios.vxd enable_win16
18753 wine_fn_config_dll vssapi enable_vssapi
18754 wine_fn_config_dll vtdapi.vxd enable_win16
18755 wine_fn_config_dll vwin32.vxd enable_win16
18756 wine_fn_config_dll w32skrnl enable_win16
18757 wine_fn_config_dll w32sys.dll16 enable_win16
18758 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18759 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
18760 wine_fn_config_dll wbemprox enable_wbemprox clean
18761 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
18762 wine_fn_config_dll webservices enable_webservices implib
18763 wine_fn_config_test dlls
/webservices
/tests webservices_test
18764 wine_fn_config_dll wer enable_wer implib
18765 wine_fn_config_test dlls
/wer
/tests wer_test
18766 wine_fn_config_dll wevtapi enable_wevtapi
18767 wine_fn_config_dll wiaservc enable_wiaservc clean
18768 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
18769 wine_fn_config_dll wimgapi enable_wimgapi
18770 wine_fn_config_dll win32s16.dll16 enable_win16
18771 wine_fn_config_dll win87em.dll16 enable_win16
18772 wine_fn_config_dll winaspi.dll16 enable_win16
18773 wine_fn_config_dll windebug.dll16 enable_win16
18774 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
18775 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
18776 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18777 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
18778 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18779 wine_fn_config_dll wineandroid.drv enable_wineandroid_drv clean
18780 wine_fn_config_dll winebus.sys enable_winebus_sys
18781 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18782 wine_fn_config_lib winecrt0
18783 wine_fn_config_dll wined3d enable_wined3d implib
18784 wine_fn_config_dll winegstreamer enable_winegstreamer
18785 wine_fn_config_dll winehid.sys enable_winehid_sys
18786 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18787 wine_fn_config_dll winemac.drv enable_winemac_drv clean
18788 wine_fn_config_dll winemapi enable_winemapi
18789 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18790 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18791 wine_fn_config_dll wineps.drv enable_wineps_drv clean
18792 wine_fn_config_dll wineps16.drv16 enable_win16
18793 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18794 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18795 wine_fn_config_dll winex11.drv enable_winex11_drv
18796 wine_fn_config_dll wing.dll16 enable_win16
18797 wine_fn_config_dll wing32 enable_wing32
18798 wine_fn_config_dll winhttp enable_winhttp clean
,implib
18799 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
18800 wine_fn_config_dll wininet enable_wininet clean
,implib
18801 wine_fn_config_test dlls
/wininet
/tests wininet_test
18802 wine_fn_config_dll winmm enable_winmm clean
,implib
18803 wine_fn_config_test dlls
/winmm
/tests winmm_test
18804 wine_fn_config_dll winnls.dll16 enable_win16
18805 wine_fn_config_dll winnls32 enable_winnls32 implib
18806 wine_fn_config_dll winscard enable_winscard implib
18807 wine_fn_config_dll winsock.dll16 enable_win16
18808 wine_fn_config_dll winspool.drv enable_winspool_drv clean
,implib winspool
18809 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
18810 wine_fn_config_dll winsta enable_winsta
18811 wine_fn_config_dll wintab.dll16 enable_win16
18812 wine_fn_config_dll wintab32 enable_wintab32 implib
18813 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
18814 wine_fn_config_dll wintrust enable_wintrust implib
18815 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
18816 wine_fn_config_dll winusb enable_winusb
18817 wine_fn_config_dll wlanapi enable_wlanapi implib
18818 wine_fn_config_test dlls
/wlanapi
/tests wlanapi_test
18819 wine_fn_config_dll wldap32 enable_wldap32 clean
,implib
18820 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
18821 wine_fn_config_dll wmasf enable_wmasf
18822 wine_fn_config_dll wmi enable_wmi
18823 wine_fn_config_dll wmiutils enable_wmiutils clean
18824 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
18825 wine_fn_config_dll wmp enable_wmp clean
18826 wine_fn_config_test dlls
/wmp
/tests wmp_test
18827 wine_fn_config_dll wmvcore enable_wmvcore implib
18828 wine_fn_config_test dlls
/wmvcore
/tests wmvcore_test
18829 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18830 wine_fn_config_dll wow32 enable_win16 implib
18831 wine_fn_config_dll wpc enable_wpc clean
18832 wine_fn_config_test dlls
/wpc
/tests wpc_test
18833 wine_fn_config_dll wpcap enable_wpcap
18834 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18835 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18836 wine_fn_config_dll wsdapi enable_wsdapi implib
18837 wine_fn_config_test dlls
/wsdapi
/tests wsdapi_test
18838 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18839 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18840 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18841 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18842 wine_fn_config_dll wsock32 enable_wsock32 implib
18843 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18844 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18845 wine_fn_config_dll wuapi enable_wuapi clean
18846 wine_fn_config_dll wuaueng enable_wuaueng
18847 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18848 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18849 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18850 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18851 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18852 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18853 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18854 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18855 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18856 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18857 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18858 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18859 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18860 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18861 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18862 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18863 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18864 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18865 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18866 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18867 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18868 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18869 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18870 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
18871 wine_fn_config_dll xinput1_1 enable_xinput1_1
18872 wine_fn_config_dll xinput1_2 enable_xinput1_2
18873 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18874 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18875 wine_fn_config_dll xinput1_4 enable_xinput1_4
18876 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18877 wine_fn_config_dll xmllite enable_xmllite implib
18878 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18879 wine_fn_config_dll xolehlp enable_xolehlp
18880 wine_fn_config_dll xpsprint enable_xpsprint
18881 wine_fn_config_dll xpssvcs enable_xpssvcs
18882 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18883 wine_fn_config_makefile include enable_include clean
,install-dev
18884 wine_fn_config_makefile libs
/port enable_libs_port
18885 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
18886 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18887 wine_fn_config_makefile loader enable_loader clean
,install-lib
18888 wine_fn_config_makefile po enable_po clean
18889 wine_fn_config_program arp enable_arp
install
18890 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18891 wine_fn_config_program attrib enable_attrib clean
,install
18892 wine_fn_config_program cabarc enable_cabarc
install
18893 wine_fn_config_program cacls enable_cacls
install
18894 wine_fn_config_program
clock enable_clock clean
,install
18895 wine_fn_config_program cmd enable_cmd clean
,install
18896 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18897 wine_fn_config_program conhost enable_conhost
install
18898 wine_fn_config_program control enable_control
install
18899 wine_fn_config_program cscript enable_cscript clean
,install
18900 wine_fn_config_program dpnsvr enable_dpnsvr
install
18901 wine_fn_config_program dxdiag enable_dxdiag clean
,install
18902 wine_fn_config_program eject enable_eject
install
18903 wine_fn_config_program
expand enable_expand
install
18904 wine_fn_config_program explorer enable_explorer clean
,install
18905 wine_fn_config_program extrac32 enable_extrac32
install
18906 wine_fn_config_program findstr enable_findstr
install
18907 wine_fn_config_program fsutil enable_fsutil
install
18908 wine_fn_config_program hh enable_hh
install
18909 wine_fn_config_program hostname enable_hostname clean
,install
18910 wine_fn_config_program icacls enable_icacls
install
18911 wine_fn_config_program icinfo enable_icinfo
install
18912 wine_fn_config_program iexplore enable_iexplore
install
18913 wine_fn_config_program ipconfig enable_ipconfig clean
,install
18914 wine_fn_config_program lodctr enable_lodctr
install
18915 wine_fn_config_program mofcomp enable_mofcomp
install
18916 wine_fn_config_program mshta enable_mshta
install
18917 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18918 wine_fn_config_program msinfo32 enable_msinfo32 clean
,install
18919 wine_fn_config_program net enable_net clean
,install
18920 wine_fn_config_program netsh enable_netsh
install
18921 wine_fn_config_program netstat enable_netstat clean
,install
18922 wine_fn_config_program ngen enable_ngen
install
18923 wine_fn_config_program notepad enable_notepad clean
,install,installbin
,manpage
18924 wine_fn_config_program oleview enable_oleview clean
,install
18925 wine_fn_config_program
ping enable_ping
install
18926 wine_fn_config_program plugplay enable_plugplay
install
18927 wine_fn_config_program powershell enable_powershell
install
18928 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18929 wine_fn_config_program progman enable_progman clean
,install
18930 wine_fn_config_program reg enable_reg clean
,install
18931 wine_fn_config_test programs
/reg
/tests reg.exe_test
18932 wine_fn_config_program regasm enable_regasm
install
18933 wine_fn_config_program regedit enable_regedit clean
,install,installbin
,manpage
18934 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18935 wine_fn_config_program regsvcs enable_regsvcs
install
18936 wine_fn_config_program regsvr32 enable_regsvr32 clean
,install,installbin
,manpage
18937 wine_fn_config_program rpcss enable_rpcss clean
,install
18938 wine_fn_config_program rundll.exe16 enable_win16
install
18939 wine_fn_config_program rundll32 enable_rundll32
install
18940 wine_fn_config_program sc enable_sc
install
18941 wine_fn_config_program schtasks enable_schtasks
install
18942 wine_fn_config_program sdbinst enable_sdbinst
install
18943 wine_fn_config_program secedit enable_secedit
install
18944 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18945 wine_fn_config_program services enable_services clean
,install
18946 wine_fn_config_test programs
/services
/tests services.exe_test
18947 wine_fn_config_program shutdown enable_shutdown
install
18948 wine_fn_config_program spoolsv enable_spoolsv
install
18949 wine_fn_config_program start enable_start clean
,install
18950 wine_fn_config_program subst enable_subst
install
18951 wine_fn_config_program svchost enable_svchost
install
18952 wine_fn_config_program systeminfo enable_systeminfo
install
18953 wine_fn_config_program taskkill enable_taskkill clean
,install
18954 wine_fn_config_program tasklist enable_tasklist
install
18955 wine_fn_config_program taskmgr enable_taskmgr clean
,install
18956 wine_fn_config_program termsv enable_termsv
install
18957 wine_fn_config_program uninstaller enable_uninstaller clean
,install
18958 wine_fn_config_program unlodctr enable_unlodctr
install
18959 wine_fn_config_program view enable_view clean
,install
18960 wine_fn_config_program wevtutil enable_wevtutil
install
18961 wine_fn_config_program wineboot enable_wineboot clean
,install,installbin
,manpage
18962 wine_fn_config_program winebrowser enable_winebrowser
install
18963 wine_fn_config_program winecfg enable_winecfg clean
,install,installbin
,manpage
18964 wine_fn_config_program wineconsole enable_wineconsole clean
,install,installbin
,manpage
18965 wine_fn_config_program winedbg enable_winedbg clean
,install,installbin
,manpage
18966 wine_fn_config_program winedevice enable_winedevice
install
18967 wine_fn_config_program winefile enable_winefile clean
,install,installbin
,manpage
18968 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18969 wine_fn_config_program winemine enable_winemine clean
,install,installbin
,manpage
18970 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18971 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18972 wine_fn_config_program winetest enable_winetest clean
18973 wine_fn_config_program winevdm enable_win16
install
18974 wine_fn_config_program winhelp.exe16 enable_win16
install
18975 wine_fn_config_program winhlp32 enable_winhlp32 clean
,install
18976 wine_fn_config_program winoldap.mod16 enable_win16
install
18977 wine_fn_config_program winver enable_winver
install
18978 wine_fn_config_program wmic enable_wmic clean
,install
18979 wine_fn_config_program wmplayer enable_wmplayer
install
18980 wine_fn_config_program wordpad enable_wordpad clean
,install
18981 wine_fn_config_program
write enable_write clean
,install
18982 wine_fn_config_program wscript enable_wscript clean
,install
18983 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18984 wine_fn_config_program wusa enable_wusa
install
18985 wine_fn_config_program xcopy enable_xcopy clean
,install
18986 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18987 wine_fn_config_makefile server enable_server clean
,install-lib
18988 wine_fn_config_tool tools clean
18989 wine_fn_config_tool tools
/sfnt2fon clean
18990 wine_fn_config_tool tools
/widl clean
,install-dev
18991 wine_fn_config_tool tools
/winebuild clean
,install-dev
18992 wine_fn_config_tool tools
/winedump clean
,install-dev
18993 wine_fn_config_tool tools
/winegcc clean
,install-dev
18994 wine_fn_config_tool tools
/winemaker clean
,install-dev
18995 wine_fn_config_tool tools
/wmc clean
,install-dev
18996 wine_fn_config_tool tools
/wrc clean
,install-dev
18999 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
19000 wine_fn_append_file CONFIGURE_TARGETS
"tags"
19001 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
19002 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
19003 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
19004 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
19005 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
19006 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
19008 if test "x$enable_tools" != xno
19010 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
19011 ac_config_commands
="$ac_config_commands tools/makedep"
19015 ac_config_commands
="$ac_config_commands Makefile"
19018 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
19022 if test "x$enable_maintainer_mode" = xyes
19024 wine_fn_append_rule
"configure: configure.ac aclocal.m4
19025 autoconf --warnings=all
19026 include/config.h.in: include/stamp-h.in
19027 include/stamp-h.in: configure.ac aclocal.m4
19028 autoheader --warnings=all
19029 @echo timestamp > \$@"
19032 if test "x$enable_tools" != xno
19034 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
19035 @./config.status tools/makedep
19036 Makefile: tools/makedep$ac_exeext"
19038 wine_fn_append_rule
"\$(MAKEDEP):
19039 @echo \"You need to run make in $TOOLSDIR first\" && false"
19042 if test -n "$with_wine64"
19044 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
19046 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
19047 $with_wine64/loader/wine:
19048 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
19049 $with_wine64/loader/wine-preloader:
19050 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
19052 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
19054 WINELOADER_INSTALL
="wine.inf"
19056 wine_fn_append_rule
"install install-lib::
19057 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
19059 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
19061 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
19062 *) wine_fn_append_rule
"install install-lib::
19063 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
19065 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
19069 $as_echo " done" >&6
19070 cat >confcache
<<\_ACEOF
19071 # This file is a shell script that caches the results of configure
19072 # tests run on this system so they can be shared between configure
19073 # scripts and configure runs, see configure's option --config-cache.
19074 # It is not useful on other systems. If it contains results you don't
19075 # want to keep, you may remove or edit it.
19077 # config.status only pays attention to the cache file if you give it
19078 # the --recheck option to rerun configure.
19080 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19081 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19082 # following values.
19086 # The following way of writing the cache mishandles newlines in values,
19087 # but we know of no workaround that is simple, portable, and efficient.
19088 # So, we kill variables containing newlines.
19089 # Ultrix sh set writes to stderr and can't be redirected directly,
19090 # and sets the high bit in the cache file unless we assign to the vars.
19092 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19093 eval ac_val
=\$
$ac_var
19097 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19098 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19101 _ | IFS | as_nl
) ;; #(
19102 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
19103 *) { eval $ac_var=; unset $ac_var;} ;;
19109 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19110 *${as_nl}ac_space
=\
*)
19111 # `set' does not quote correctly, so add quotes: double-quote
19112 # substitution turns \\\\ into \\, and sed turns \\ into \.
19115 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19118 # `set' quotes correctly as required by POSIX, so do not add quotes.
19119 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19128 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19130 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19132 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
19133 if test -w "$cache_file"; then
19134 if test "x$cache_file" != "x/dev/null"; then
19135 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19136 $as_echo "$as_me: updating cache $cache_file" >&6;}
19137 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
19138 cat confcache
>"$cache_file"
19140 case $cache_file in #(
19142 mv -f confcache
"$cache_file"$$
&&
19143 mv -f "$cache_file"$$
"$cache_file" ;; #(
19145 mv -f confcache
"$cache_file" ;;
19150 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19151 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19156 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
19157 # Let make expand exec_prefix.
19158 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
19160 DEFS
=-DHAVE_CONFIG_H
19165 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
19166 # 1. Remove the extension, and $U if already installed.
19167 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
19168 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
19169 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19170 # will be set to the directory where LIBOBJS objects are built.
19171 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19172 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
19174 LIBOBJS
=$ac_libobjs
19176 LTLIBOBJS
=$ac_ltlibobjs
19180 : "${CONFIG_STATUS=./config.status}"
19182 ac_clean_files_save
=$ac_clean_files
19183 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
19184 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19185 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19187 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19189 # Generated by $as_me.
19190 # Run this file to recreate the current configuration.
19191 # Compiler output produced by configure, useful for debugging
19192 # configure, is in config.log if it exists.
19195 ac_cs_recheck=false
19198 SHELL=\${CONFIG_SHELL-$SHELL}
19201 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
19202 ## -------------------- ##
19203 ## M4sh Initialization. ##
19204 ## -------------------- ##
19206 # Be more Bourne compatible
19207 DUALCASE
=1; export DUALCASE
# for MKS sh
19208 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
19211 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19212 # is contrary to our usage. Disable this feature.
19213 alias -g '${1+"$@"}'='"$@"'
19214 setopt NO_GLOB_SUBST
19216 case `(set -o) 2>/dev/null` in #(
19228 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19229 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19230 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19231 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19232 # Prefer a ksh shell builtin over an external printf program on Solaris,
19233 # but without wasting forks for bash or zsh.
19234 if test -z "$BASH_VERSION$ZSH_VERSION" \
19235 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19236 as_echo='print
-r --'
19237 as_echo_n='print
-rn --'
19238 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19239 as_echo='printf %s
\n'
19240 as_echo_n='printf %s
'
19242 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19243 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
19244 as_echo_n='/usr
/ucb
/echo -n'
19246 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19247 as_echo_n_body='eval
19251 expr "X$arg" : "X\\(.*\\)$as_nl";
19252 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19254 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
19256 export as_echo_n_body
19257 as_echo_n='sh
-c $as_echo_n_body as_echo
'
19259 export as_echo_body
19260 as_echo='sh
-c $as_echo_body as_echo
'
19263 # The user is always right.
19264 if test "${PATH_SEPARATOR+set}" != set; then
19266 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19267 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19274 # We need space, tab and new line, in precisely that order. Quoting is
19275 # there to prevent editors from complaining about space-tab.
19276 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19277 # splitting by setting IFS to empty value.)
19280 # Find who we are. Look in the path if we contain no directory separator.
19283 *[\\/]* ) as_myself=$0 ;;
19284 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19285 for as_dir in $PATH
19288 test -z "$as_dir" && as_dir=.
19289 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19295 # We did not find ourselves, most probably we were run as `sh COMMAND'
19296 # in which case we are not to be found in the path.
19297 if test "x$as_myself" = x
; then
19300 if test ! -f "$as_myself"; then
19301 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19305 # Unset variables that we do not need and which cause bugs (e.g. in
19306 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19307 # suppresses any "Segmentation fault" message there. '((' could
19308 # trigger a bug in pdksh 5.2.14.
19309 for as_var
in BASH_ENV ENV MAIL MAILPATH
19310 do eval test x\
${$as_var+set} = xset \
19311 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
19324 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
19327 # as_fn_error STATUS ERROR [LINENO LOG_FD]
19328 # ----------------------------------------
19329 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19330 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19331 # script with STATUS, using 1 if that was 0.
19334 as_status
=$1; test $as_status -eq 0 && as_status
=1
19336 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
19337 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
19339 $as_echo "$as_me: error: $2" >&2
19340 as_fn_exit
$as_status
19344 # as_fn_set_status STATUS
19345 # -----------------------
19346 # Set $? to STATUS, without forking.
19347 as_fn_set_status
()
19350 } # as_fn_set_status
19352 # as_fn_exit STATUS
19353 # -----------------
19354 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19358 as_fn_set_status
$1
19364 # Portably unset VAR.
19367 { eval $1=; unset $1;}
19369 as_unset
=as_fn_unset
19370 # as_fn_append VAR VALUE
19371 # ----------------------
19372 # Append the text in VALUE to the end of the definition contained in VAR. Take
19373 # advantage of any shell optimizations that allow amortized linear growth over
19374 # repeated appends, instead of the typical quadratic growth present in naive
19376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
19377 eval 'as_fn_append ()
19388 # as_fn_arith ARG...
19389 # ------------------
19390 # Perform arithmetic evaluation on the ARGs, and store the result in the
19391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19392 # must be portable across $(()) and expr.
19393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
19394 eval 'as_fn_arith ()
19401 as_val
=`expr "$@" || test $? -eq 1`
19406 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
19407 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
19413 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19414 as_basename
=basename
19419 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
19425 as_me
=`$as_basename -- "$0" ||
19426 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19427 X"$0" : 'X\(//\)$' \| \
19428 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19430 sed '/^.*\/\([^/][^/]*\)\/*$/{
19444 # Avoid depending upon Character Ranges.
19445 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
19446 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19447 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
19448 as_cr_digits
='0123456789'
19449 as_cr_alnum
=$as_cr_Letters$as_cr_digits
19451 ECHO_C
= ECHO_N
= ECHO_T
=
19452 case `echo -n x` in #(((((
19454 case `echo 'xy\c'` in
19455 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
19457 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
19464 rm -f conf$$ conf$$.exe conf$$.
file
19465 if test -d conf$$.dir
; then
19466 rm -f conf$$.dir
/conf$$.
file
19469 mkdir conf$$.dir
2>/dev
/null
19471 if (echo >conf$$.
file) 2>/dev
/null
; then
19472 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
19474 # ... but there are two gotchas:
19475 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19476 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19477 # In both cases, we have to default to `cp -pR'.
19478 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
19480 elif ln conf$$.
file conf$$
2>/dev
/null
; then
19488 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
19489 rmdir conf$$.dir
2>/dev
/null
19494 # Create "$as_dir" as a directory, including parents if necessary.
19499 -*) as_dir
=.
/$as_dir;;
19501 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
19505 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19506 *) as_qdir
=$as_dir;;
19508 as_dirs
="'$as_qdir' $as_dirs"
19509 as_dir
=`$as_dirname -- "$as_dir" ||
19510 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19511 X"$as_dir" : 'X\(//\)[^/]' \| \
19512 X"$as_dir" : 'X\(//\)$' \| \
19513 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19514 $as_echo X"$as_dir" |
19515 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19519 /^X\(\/\/\)[^/].*/{
19532 test -d "$as_dir" && break
19534 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
19535 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
19539 if mkdir
-p .
2>/dev
/null
; then
19540 as_mkdir_p
='mkdir -p "$as_dir"'
19542 test -d .
/-p && rmdir .
/-p
19547 # as_fn_executable_p FILE
19548 # -----------------------
19549 # Test if FILE is an executable regular file.
19550 as_fn_executable_p
()
19552 test -f "$1" && test -x "$1"
19553 } # as_fn_executable_p
19554 as_test_x
='test -x'
19555 as_executable_p
=as_fn_executable_p
19557 # Sed expression to map a string onto a valid CPP name.
19558 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19560 # Sed expression to map a string onto a valid variable name.
19561 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19565 ## ----------------------------------- ##
19566 ## Main body of $CONFIG_STATUS script. ##
19567 ## ----------------------------------- ##
19569 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
19571 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19572 # Save the log message, to keep $0 and so on meaningful, and to
19573 # report actual input values of CONFIG_FILES etc. instead of their
19574 # values after options handling.
19576 This file was extended by Wine $as_me 2.13, which was
19577 generated by GNU Autoconf 2.69. Invocation command line was
19579 CONFIG_FILES = $CONFIG_FILES
19580 CONFIG_HEADERS = $CONFIG_HEADERS
19581 CONFIG_LINKS = $CONFIG_LINKS
19582 CONFIG_COMMANDS = $CONFIG_COMMANDS
19585 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19590 case $ac_config_files in *"
19591 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
19594 case $ac_config_headers in *"
19595 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
19599 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19600 # Files that config.status was made for.
19601 config_files="$ac_config_files"
19602 config_headers="$ac_config_headers"
19603 config_links="$ac_config_links"
19604 config_commands="$ac_config_commands"
19608 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19610 \`$as_me' instantiates files and other configuration actions
19611 from templates according to the current configuration. Unless the files
19612 and actions are specified as TAGs, all are instantiated by default.
19614 Usage: $0 [OPTION]... [TAG]...
19616 -h, --help print this help, then exit
19617 -V, --version print version number and configuration settings, then exit
19618 --config print configuration, then exit
19619 -q, --quiet, --silent
19620 do not print progress messages
19621 -d, --debug don't remove temporary files
19622 --recheck update $as_me by reconfiguring in the same conditions
19623 --file=FILE[:TEMPLATE]
19624 instantiate the configuration file FILE
19625 --header=FILE[:TEMPLATE]
19626 instantiate the configuration header FILE
19628 Configuration files:
19631 Configuration headers:
19634 Configuration links:
19637 Configuration commands:
19640 Report bugs to <wine-devel@winehq.org>.
19641 Wine home page: <http://www.winehq.org>."
19644 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19645 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19647 Wine config.status 2.13
19648 configured by $0, generated by GNU Autoconf 2.69,
19649 with options \\"\$ac_cs_config\\"
19651 Copyright (C) 2012 Free Software Foundation, Inc.
19652 This config.status script is free software; the Free Software Foundation
19653 gives unlimited permission to copy, distribute and modify it."
19657 test -n "\$AWK" || AWK=awk
19660 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19661 # The default lists apply if the user does not specify any file.
19667 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19668 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
19672 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19684 # Handling of the options.
19685 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
19687 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
19688 $as_echo "$ac_cs_version"; exit ;;
19689 --config |
--confi |
--conf |
--con |
--co |
--c )
19690 $as_echo "$ac_cs_config"; exit ;;
19691 --debug |
--debu |
--deb |
--de |
--d |
-d )
19693 --file |
--fil |
--fi |
--f )
19696 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19697 '') as_fn_error $?
"missing file argument" ;;
19699 as_fn_append CONFIG_FILES
" '$ac_optarg'"
19700 ac_need_defaults
=false
;;
19701 --header |
--heade |
--head |
--hea )
19704 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19706 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
19707 ac_need_defaults
=false
;;
19709 # Conflict between --help and --header
19710 as_fn_error $?
"ambiguous option: \`$1'
19711 Try \`$0 --help' for more information.";;
19712 --help |
--hel |
-h )
19713 $as_echo "$ac_cs_usage"; exit ;;
19714 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
19715 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
19718 # This is an error.
19719 -*) as_fn_error $?
"unrecognized option: \`$1'
19720 Try \`$0 --help' for more information." ;;
19722 *) as_fn_append ac_config_targets
" $1"
19723 ac_need_defaults
=false
;;
19729 ac_configure_extra_args
=
19731 if $ac_cs_silent; then
19733 ac_configure_extra_args
="$ac_configure_extra_args --silent"
19737 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19738 if \$ac_cs_recheck; then
19739 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19741 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19742 CONFIG_SHELL='$SHELL'
19743 export CONFIG_SHELL
19748 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19752 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19753 ## Running $as_me. ##
19759 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19763 wine_fn_output_makedep ()
19765 as_dir=tools; as_fn_mkdir_p
19766 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19768 wine_fn_output_makefile ()
19770 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19771 `cat $wine_rules_file`
19773 as_fn_error $? "could not create Makefile" "$LINENO" 5
19778 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19780 # Handling of arguments.
19781 for ac_config_target
in $ac_config_targets
19783 case $ac_config_target in
19784 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19785 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19786 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19787 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19788 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19789 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19790 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19791 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19792 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19793 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19794 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19795 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19796 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19798 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19803 # If the user did not use the arguments to specify the items to instantiate,
19804 # then the envvar interface is used. Set only those that are not.
19805 # We use the long form for the default assignment because of an extremely
19806 # bizarre bug on SunOS 4.1.3.
19807 if $ac_need_defaults; then
19808 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19809 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19810 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19811 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19814 # Have a temporary directory for convenience. Make it in the build tree
19815 # simply because there is no reason against having it here, and in addition,
19816 # creating and moving files from /tmp can sometimes cause problems.
19817 # Hook for its removal unless debugging.
19818 # Note that there is a small window in which the directory will not be cleaned:
19819 # after its creation but before its name has been assigned to `$tmp'.
19823 trap 'exit_status=$?
19824 : "${ac_tmp:=$tmp}"
19825 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19827 trap 'as_fn_exit 1' 1 2 13 15
19829 # Create a (secure) tmp directory for tmp files.
19832 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19836 tmp
=.
/conf$$
-$RANDOM
19837 (umask 077 && mkdir
"$tmp")
19838 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19841 # Set up the scripts for CONFIG_FILES section.
19842 # No need to generate them if there are no CONFIG_FILES.
19843 # This happens for instance with `./config.status config.h'.
19844 if test -n "$CONFIG_FILES"; then
19847 ac_cr
=`echo X | tr X '\015'`
19848 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19849 # But we know of no other shell where ac_cr would be empty at this
19850 # point, so we can use a bashism as a fallback.
19851 if test "x$ac_cr" = x
; then
19852 eval ac_cr
=\$
\'\\r
\'
19854 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19855 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19858 ac_cs_awk_cr
=$ac_cr
19861 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19866 echo "cat >conf$$subs.awk <<_ACEOF" &&
19867 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19869 } >conf$$subs.sh ||
19870 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19871 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19873 for ac_last_try in false false false false false :; do
19874 . ./conf$$subs.sh ||
19875 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19877 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19878 if test $ac_delim_n = $ac_delim_num; then
19880 elif $ac_last_try; then
19881 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19883 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19886 rm -f conf$$subs.sh
19888 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19889 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19893 s/^/S["/; s
/!.
*/"]=/
19903 s/\(.\{148\}\)..*/\1/
19905 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19910 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19917 s/\(.\{148\}\)..*/\1/
19919 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19923 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19928 ' <conf$$subs.awk | sed '
19933 ' >>$CONFIG_STATUS || ac_write_fail=1
19934 rm -f conf$$subs.awk
19935 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19937 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19938 for (key in S) S_is_set[key] = 1
19944 nfields = split(line, field, "@
")
19946 len = length(field[1])
19947 for (i = 2; i < nfields; i++) {
19949 keylen = length(key)
19950 if (S_is_set[key]) {
19952 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19953 len += length(value) + length(field[++i])
19964 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19965 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19966 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19969 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19970 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19973 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19974 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19975 # trailing colons and then remove the whole line if VPATH becomes empty
19976 # (actually we leave an empty line to preserve line numbers).
19977 if test "x
$srcdir" = x.; then
19978 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19996 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19997 fi # test -n "$CONFIG_FILES"
19999 # Set up the scripts for CONFIG_HEADERS section.
20000 # No need to generate them if there are no CONFIG_HEADERS.
20001 # This happens for instance with `./config.status Makefile'.
20002 if test -n "$CONFIG_HEADERS"; then
20003 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
20007 # Transform confdefs.h into an awk script `defines.awk', embedded as
20008 # here-document in config.status, that substitutes the proper values into
20009 # config.h.in to produce config.h.
20011 # Create a delimiter string that does not exist in confdefs.h, to ease
20012 # handling of long lines.
20014 for ac_last_try in false false :; do
20015 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
20016 if test -z "$ac_tt"; then
20018 elif $ac_last_try; then
20019 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
20021 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20025 # For the awk script, D is an array of macro values keyed by name,
20026 # likewise P contains macro parameters if any. Preserve backslash
20027 # newline sequences.
20029 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20031 s/.\{148\}/&'"$ac_delim"'/g
20034 s/^[ ]*#[ ]*define[ ][ ]*/ /
20041 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
20043 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
20047 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
20048 D["\
1"]=" \
3\\\\\\n
"\\/p
20050 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
20055 s/.\{148\}/&'"$ac_delim"'/g
20060 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
20063 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
20065 ' <confdefs.h | sed '
20066 s/'"$ac_delim"'/"\\\
20067 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20069 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20070 for (key in D) D_is_set[key] = 1
20073 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20075 split(line, arg, " ")
20076 if (arg[1] == "#") {
20080 defundef
= substr
(arg
[1], 2)
20083 split(mac1
, mac2
, "(") #)
20085 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
20086 if (D_is_set
[macro
]) {
20087 # Preserve the white space surrounding the "#".
20088 print prefix
"define", macro P
[macro
] D
[macro
]
20091 # Replace #undef with comments. This is necessary, for example,
20092 # in the case of _POSIX_SOURCE, which is predefined and required
20093 # on some systems where configure will not decide to define it.
20094 if (defundef
== "undef") {
20095 print
"/*", prefix defundef
, macro
, "*/"
20103 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20104 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
20105 fi # test -n "$CONFIG_HEADERS"
20108 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20113 :[FHLC
]) ac_mode
=$ac_tag; continue;;
20115 case $ac_mode$ac_tag in
20117 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
20118 :[FH
]-) ac_tag
=-:-;;
20119 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
20136 -) ac_f
="$ac_tmp/stdin";;
20137 *) # Look for the file first in the build tree, then in the source tree
20138 # (if the path is not absolute). The absolute path cannot be DOS-style,
20139 # because $ac_f cannot contain `:'.
20143 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
20145 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20147 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20148 as_fn_append ac_file_inputs
" '$ac_f'"
20151 # Let's still pretend it is `configure' which instantiates (i.e., don't
20152 # use $as_me), people would be surprised to read:
20153 # /* config.h. Generated by config.status. */
20154 configure_input
='Generated from '`
20155 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20157 if test x
"$ac_file" != x-
; then
20158 configure_input
="$ac_file. $configure_input"
20159 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20160 $as_echo "$as_me: creating $ac_file" >&6;}
20162 # Neutralize special characters interpreted by sed in replacement strings.
20163 case $configure_input in #(
20164 *\
&* |
*\|
* |
*\\* )
20165 ac_sed_conf_input
=`$as_echo "$configure_input" |
20166 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20167 *) ac_sed_conf_input
=$configure_input;;
20171 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
20172 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
20177 ac_dir
=`$as_dirname -- "$ac_file" ||
20178 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20179 X"$ac_file" : 'X\(//\)[^/]' \| \
20180 X"$ac_file" : 'X\(//\)$' \| \
20181 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20182 $as_echo X"$ac_file" |
20183 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20187 /^X\(\/\/\)[^/].*/{
20200 as_dir
="$ac_dir"; as_fn_mkdir_p
20204 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20206 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20207 # A ".." for each directory in $ac_dir_suffix.
20208 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20209 case $ac_top_builddir_sub in
20210 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20211 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
20214 ac_abs_top_builddir
=$ac_pwd
20215 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
20216 # for backward compatibility:
20217 ac_top_builddir
=$ac_top_build_prefix
20220 .
) # We are building in place.
20222 ac_top_srcdir
=$ac_top_builddir_sub
20223 ac_abs_top_srcdir
=$ac_pwd ;;
20224 [\\/]* | ?
:[\\/]* ) # Absolute name.
20225 ac_srcdir
=$srcdir$ac_dir_suffix;
20226 ac_top_srcdir
=$srcdir
20227 ac_abs_top_srcdir
=$srcdir ;;
20228 *) # Relative name.
20229 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
20230 ac_top_srcdir
=$ac_top_build_prefix$srcdir
20231 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
20233 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
20244 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20245 # If the template does not know about datarootdir, expand it.
20246 # FIXME: This hack should be removed a few years after 2.60.
20247 ac_datarootdir_hack
=; ac_datarootdir_seen
=
20258 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20259 *datarootdir
*) ac_datarootdir_seen
=yes;;
20260 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
20261 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20262 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20264 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20265 ac_datarootdir_hack='
20266 s&@datadir@&$datadir&g
20267 s&@docdir@&$docdir&g
20268 s&@infodir@&$infodir&g
20269 s&@localedir@&$localedir&g
20270 s&@mandir@&$mandir&g
20271 s&\\\${datarootdir}&$datarootdir&g' ;;
20275 # Neutralize VPATH when `$srcdir' = `.'.
20276 # Shell code in configure.ac might set extrasub.
20277 # FIXME: do we really want to maintain this feature?
20278 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20279 ac_sed_extra="$ac_vpsub
20282 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20284 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
20285 s|@configure_input@|
$ac_sed_conf_input|
;t t
20286 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
20287 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
20288 s
&@srcdir@
&$ac_srcdir&;t t
20289 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
20290 s
&@top_srcdir@
&$ac_top_srcdir&;t t
20291 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
20292 s
&@builddir@
&$ac_builddir&;t t
20293 s
&@abs_builddir@
&$ac_abs_builddir&;t t
20294 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
20295 $ac_datarootdir_hack
20297 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
20298 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
20300 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20301 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
20302 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
20303 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
20304 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
20305 which seems to be undefined. Please make sure it is defined" >&5
20306 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
20307 which seems to be undefined. Please make sure it is defined" >&2;}
20309 rm -f "$ac_tmp/stdin"
20311 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
20312 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
20314 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20320 if test x"$ac_file" != x-; then
20322 $as_echo "/* $configure_input */" \
20323 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
20324 } >"$ac_tmp/config.h" \
20325 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20326 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
20327 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20328 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20331 mv "$ac_tmp/config.h" "$ac_file" \
20332 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20335 $as_echo "/* $configure_input */" \
20336 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
20337 || as_fn_error $? "could not create -" "$LINENO" 5
20345 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
20348 # Prefer the file from the source tree if names are identical.
20349 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20350 ac_source=$srcdir/$ac_source
20353 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20354 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20356 if test ! -r "$ac_source"; then
20357 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
20361 # Try a relative symlink, then a hard link, then a copy.
20363 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20364 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20366 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20367 ln "$ac_source" "$ac_file" 2>/dev/null ||
20368 cp -p "$ac_source" "$ac_file" ||
20369 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20372 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20373 $as_echo "$as_me: executing $ac_file commands" >&6;}
20378 case $ac_file$ac_mode in
20379 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20380 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
20381 "Makefile":C) wine_fn_output_makefile Makefile ;;
20389 ac_clean_files=$ac_clean_files_save
20391 test $ac_write_fail = 0 ||
20392 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
20395 # configure is writing to config.log, and then calls config.status.
20396 # config.status does its own redirection, appending to config.log.
20397 # Unfortunately, on DOS this fails, as config.log is still kept open
20398 # by configure, so config.status won't be able to
write to it
; its
20399 # output is simply discarded. So we exec the FD to /dev/null,
20400 # effectively closing config.log, so it can be properly (re)opened and
20401 # appended to by config.status. When coming back to configure, we
20402 # need to make the FD available again.
20403 if test "$no_create" != yes; then
20405 ac_config_status_args
=
20406 test "$silent" = yes &&
20407 ac_config_status_args
="$ac_config_status_args --quiet"
20409 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
20411 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20412 # would make configure fail if this is the last instruction.
20413 $ac_cs_success || as_fn_exit
1
20415 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
20416 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20417 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20421 if test "$no_create" = "yes"
20427 if test "x$wine_notices" != x
; then
20430 for msg
in $wine_notices; do
20432 if ${msg:+false} :; then :
20435 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20436 $as_echo "$as_me: $msg" >&6;}
20441 for msg
in $wine_warnings; do
20443 if ${msg:+false} :; then :
20447 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20448 $as_echo "$as_me: WARNING: $msg" >&2;}
20454 $as_me: Finished. Do '${ac_make}' to compile Wine.