2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.9.22.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
358 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir
-p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
582 PACKAGE_TARNAME
='wine'
583 PACKAGE_VERSION
='1.9.22'
584 PACKAGE_STRING
='Wine 1.9.22'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='http://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
635 EXCESS_PRECISION_CFLAGS
706 APPLICATIONSERVICES_LIBS
801 program_transform_name
814 enable_option_checking
818 enable_maintainer_mode
877 enable_api_ms_win_appmodel_runtime_l1_1_1
878 enable_api_ms_win_core_apiquery_l1_1_0
879 enable_api_ms_win_core_appcompat_l1_1_1
880 enable_api_ms_win_core_appinit_l1_1_0
881 enable_api_ms_win_core_atoms_l1_1_0
882 enable_api_ms_win_core_bem_l1_1_0
883 enable_api_ms_win_core_com_l1_1_0
884 enable_api_ms_win_core_com_l1_1_1
885 enable_api_ms_win_core_console_l1_1_0
886 enable_api_ms_win_core_console_l2_1_0
887 enable_api_ms_win_core_datetime_l1_1_0
888 enable_api_ms_win_core_datetime_l1_1_1
889 enable_api_ms_win_core_debug_l1_1_0
890 enable_api_ms_win_core_debug_l1_1_1
891 enable_api_ms_win_core_delayload_l1_1_0
892 enable_api_ms_win_core_delayload_l1_1_1
893 enable_api_ms_win_core_errorhandling_l1_1_0
894 enable_api_ms_win_core_errorhandling_l1_1_1
895 enable_api_ms_win_core_errorhandling_l1_1_2
896 enable_api_ms_win_core_fibers_l1_1_0
897 enable_api_ms_win_core_fibers_l1_1_1
898 enable_api_ms_win_core_file_l1_1_0
899 enable_api_ms_win_core_file_l1_2_0
900 enable_api_ms_win_core_file_l1_2_1
901 enable_api_ms_win_core_file_l2_1_0
902 enable_api_ms_win_core_file_l2_1_1
903 enable_api_ms_win_core_handle_l1_1_0
904 enable_api_ms_win_core_heap_l1_1_0
905 enable_api_ms_win_core_heap_l1_2_0
906 enable_api_ms_win_core_heap_obsolete_l1_1_0
907 enable_api_ms_win_core_interlocked_l1_1_0
908 enable_api_ms_win_core_interlocked_l1_2_0
909 enable_api_ms_win_core_io_l1_1_0
910 enable_api_ms_win_core_io_l1_1_1
911 enable_api_ms_win_core_job_l1_1_0
912 enable_api_ms_win_core_job_l2_1_0
913 enable_api_ms_win_core_kernel32_legacy_l1_1_0
914 enable_api_ms_win_core_kernel32_legacy_l1_1_1
915 enable_api_ms_win_core_kernel32_private_l1_1_1
916 enable_api_ms_win_core_libraryloader_l1_1_0
917 enable_api_ms_win_core_libraryloader_l1_1_1
918 enable_api_ms_win_core_libraryloader_l1_2_0
919 enable_api_ms_win_core_libraryloader_l1_2_2
920 enable_api_ms_win_core_localization_l1_1_0
921 enable_api_ms_win_core_localization_l1_2_0
922 enable_api_ms_win_core_localization_l1_2_1
923 enable_api_ms_win_core_localization_l2_1_0
924 enable_api_ms_win_core_localization_obsolete_l1_1_0
925 enable_api_ms_win_core_localization_obsolete_l1_2_0
926 enable_api_ms_win_core_localization_private_l1_1_0
927 enable_api_ms_win_core_localregistry_l1_1_0
928 enable_api_ms_win_core_memory_l1_1_0
929 enable_api_ms_win_core_memory_l1_1_1
930 enable_api_ms_win_core_memory_l1_1_2
931 enable_api_ms_win_core_misc_l1_1_0
932 enable_api_ms_win_core_namedpipe_l1_1_0
933 enable_api_ms_win_core_namedpipe_l1_2_0
934 enable_api_ms_win_core_namespace_l1_1_0
935 enable_api_ms_win_core_normalization_l1_1_0
936 enable_api_ms_win_core_path_l1_1_0
937 enable_api_ms_win_core_privateprofile_l1_1_1
938 enable_api_ms_win_core_processenvironment_l1_1_0
939 enable_api_ms_win_core_processenvironment_l1_2_0
940 enable_api_ms_win_core_processthreads_l1_1_0
941 enable_api_ms_win_core_processthreads_l1_1_1
942 enable_api_ms_win_core_processthreads_l1_1_2
943 enable_api_ms_win_core_profile_l1_1_0
944 enable_api_ms_win_core_psapi_l1_1_0
945 enable_api_ms_win_core_psapi_obsolete_l1_1_0
946 enable_api_ms_win_core_realtime_l1_1_0
947 enable_api_ms_win_core_registry_l1_1_0
948 enable_api_ms_win_core_registryuserspecific_l1_1_0
949 enable_api_ms_win_core_rtlsupport_l1_1_0
950 enable_api_ms_win_core_rtlsupport_l1_2_0
951 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
952 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
953 enable_api_ms_win_core_sidebyside_l1_1_0
954 enable_api_ms_win_core_string_l1_1_0
955 enable_api_ms_win_core_string_l2_1_0
956 enable_api_ms_win_core_string_obsolete_l1_1_0
957 enable_api_ms_win_core_stringansi_l1_1_0
958 enable_api_ms_win_core_synch_l1_1_0
959 enable_api_ms_win_core_synch_l1_2_0
960 enable_api_ms_win_core_sysinfo_l1_1_0
961 enable_api_ms_win_core_sysinfo_l1_2_0
962 enable_api_ms_win_core_sysinfo_l1_2_1
963 enable_api_ms_win_core_threadpool_l1_1_0
964 enable_api_ms_win_core_threadpool_l1_2_0
965 enable_api_ms_win_core_threadpool_legacy_l1_1_0
966 enable_api_ms_win_core_timezone_l1_1_0
967 enable_api_ms_win_core_toolhelp_l1_1_0
968 enable_api_ms_win_core_url_l1_1_0
969 enable_api_ms_win_core_util_l1_1_0
970 enable_api_ms_win_core_version_l1_1_0
971 enable_api_ms_win_core_version_private_l1_1_0
972 enable_api_ms_win_core_versionansi_l1_1_0
973 enable_api_ms_win_core_windowserrorreporting_l1_1_0
974 enable_api_ms_win_core_winrt_error_l1_1_0
975 enable_api_ms_win_core_winrt_error_l1_1_1
976 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
977 enable_api_ms_win_core_winrt_l1_1_0
978 enable_api_ms_win_core_winrt_registration_l1_1_0
979 enable_api_ms_win_core_winrt_string_l1_1_0
980 enable_api_ms_win_core_wow64_l1_1_0
981 enable_api_ms_win_core_xstate_l1_1_0
982 enable_api_ms_win_core_xstate_l2_1_0
983 enable_api_ms_win_crt_conio_l1_1_0
984 enable_api_ms_win_crt_convert_l1_1_0
985 enable_api_ms_win_crt_environment_l1_1_0
986 enable_api_ms_win_crt_filesystem_l1_1_0
987 enable_api_ms_win_crt_heap_l1_1_0
988 enable_api_ms_win_crt_locale_l1_1_0
989 enable_api_ms_win_crt_math_l1_1_0
990 enable_api_ms_win_crt_multibyte_l1_1_0
991 enable_api_ms_win_crt_private_l1_1_0
992 enable_api_ms_win_crt_process_l1_1_0
993 enable_api_ms_win_crt_runtime_l1_1_0
994 enable_api_ms_win_crt_stdio_l1_1_0
995 enable_api_ms_win_crt_string_l1_1_0
996 enable_api_ms_win_crt_time_l1_1_0
997 enable_api_ms_win_crt_utility_l1_1_0
998 enable_api_ms_win_downlevel_advapi32_l1_1_0
999 enable_api_ms_win_downlevel_advapi32_l2_1_0
1000 enable_api_ms_win_downlevel_normaliz_l1_1_0
1001 enable_api_ms_win_downlevel_ole32_l1_1_0
1002 enable_api_ms_win_downlevel_shell32_l1_1_0
1003 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1004 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1005 enable_api_ms_win_downlevel_user32_l1_1_0
1006 enable_api_ms_win_downlevel_version_l1_1_0
1007 enable_api_ms_win_eventing_classicprovider_l1_1_0
1008 enable_api_ms_win_eventing_consumer_l1_1_0
1009 enable_api_ms_win_eventing_controller_l1_1_0
1010 enable_api_ms_win_eventing_provider_l1_1_0
1011 enable_api_ms_win_eventlog_legacy_l1_1_0
1012 enable_api_ms_win_ntuser_dc_access_l1_1_0
1013 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1014 enable_api_ms_win_security_audit_l1_1_1
1015 enable_api_ms_win_security_base_l1_1_0
1016 enable_api_ms_win_security_base_l1_2_0
1017 enable_api_ms_win_security_base_private_l1_1_1
1018 enable_api_ms_win_security_lsalookup_l1_1_0
1019 enable_api_ms_win_security_lsalookup_l1_1_1
1020 enable_api_ms_win_security_sddl_l1_1_0
1021 enable_api_ms_win_service_core_l1_1_0
1022 enable_api_ms_win_service_core_l1_1_1
1023 enable_api_ms_win_service_management_l1_1_0
1024 enable_api_ms_win_service_management_l2_1_0
1025 enable_api_ms_win_service_private_l1_1_1
1026 enable_api_ms_win_service_winsvc_l1_1_0
1027 enable_api_ms_win_service_winsvc_l1_2_0
1028 enable_api_ms_win_shell_shellcom_l1_1_0
1029 enable_api_ms_win_shell_shellfolders_l1_1_0
1042 enable_bluetoothapis
1075 enable_d3dcompiler_33
1076 enable_d3dcompiler_34
1077 enable_d3dcompiler_35
1078 enable_d3dcompiler_36
1079 enable_d3dcompiler_37
1080 enable_d3dcompiler_38
1081 enable_d3dcompiler_39
1082 enable_d3dcompiler_40
1083 enable_d3dcompiler_41
1084 enable_d3dcompiler_42
1085 enable_d3dcompiler_43
1086 enable_d3dcompiler_46
1087 enable_d3dcompiler_47
1165 enable_explorerframe
1166 enable_ext_ms_win_gdi_dc_create_l1_1_1
1167 enable_ext_ms_win_gdi_dc_l1_2_0
1168 enable_ext_ms_win_gdi_devcaps_l1_1_0
1169 enable_ext_ms_win_gdi_draw_l1_1_1
1170 enable_ext_ms_win_gdi_render_l1_1_0
1171 enable_ext_ms_win_kernel32_package_current_l1_1_0
1172 enable_ext_ms_win_ntuser_message_l1_1_1
1173 enable_ext_ms_win_ntuser_private_l1_1_1
1174 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1175 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1176 enable_ext_ms_win_ntuser_window_l1_1_1
1177 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1178 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1179 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1180 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1181 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1348 enable_photometadatahandler
1438 enable_windowscodecs
1439 enable_windowscodecsext
1442 enable_winecoreaudio_drv
1444 enable_winegstreamer
1446 enable_winejoystick_drv
1452 enable_winepulse_drv
1453 enable_wineqtdecoder
1522 enable_aspnet_regiis
1558 enable_presentationfontcache
1571 enable_servicemodelreg
1594 enable_winemenubuilder
1596 enable_winemsibuilder
1611 ac_precious_vars
='build_alias
1666 # Initialize some variables set by options.
1668 ac_init_version
=false
1669 ac_unrecognized_opts
=
1670 ac_unrecognized_sep
=
1671 # The variables have the same names as the options, with
1672 # dashes changed to underlines.
1673 cache_file
=/dev
/null
1680 program_transform_name
=s
,x
,x
,
1688 # Installation directory options.
1689 # These are left unexpanded so users can "make install exec_prefix=/foo"
1690 # and all the variables that are supposed to be based on exec_prefix
1691 # by default will actually change.
1692 # Use braces instead of parens because sh, perl, etc. also accept them.
1693 # (The list follows the same order as the GNU Coding Standards.)
1694 bindir
='${exec_prefix}/bin'
1695 sbindir
='${exec_prefix}/sbin'
1696 libexecdir
='${exec_prefix}/libexec'
1697 datarootdir
='${prefix}/share'
1698 datadir
='${datarootdir}'
1699 sysconfdir
='${prefix}/etc'
1700 sharedstatedir
='${prefix}/com'
1701 localstatedir
='${prefix}/var'
1702 runstatedir
='${localstatedir}/run'
1703 includedir
='${prefix}/include'
1704 oldincludedir
='/usr/include'
1705 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1706 infodir
='${datarootdir}/info'
1711 libdir
='${exec_prefix}/lib'
1712 localedir
='${datarootdir}/locale'
1713 mandir
='${datarootdir}/man'
1719 # If the previous option needs an argument, assign it.
1720 if test -n "$ac_prev"; then
1721 eval $ac_prev=\
$ac_option
1727 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1732 # Accept the important Cygnus configure options, so we can diagnose typos.
1734 case $ac_dashdash$ac_option in
1738 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1740 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1741 bindir
=$ac_optarg ;;
1743 -build |
--build |
--buil |
--bui |
--bu)
1744 ac_prev
=build_alias
;;
1745 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1746 build_alias
=$ac_optarg ;;
1748 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1749 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1750 ac_prev
=cache_file
;;
1751 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1752 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1753 cache_file
=$ac_optarg ;;
1755 --config-cache |
-C)
1756 cache_file
=config.cache
;;
1758 -datadir |
--datadir |
--datadi |
--datad)
1760 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1761 datadir
=$ac_optarg ;;
1763 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1764 |
--dataroo |
--dataro |
--datar)
1765 ac_prev
=datarootdir
;;
1766 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1767 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1768 datarootdir
=$ac_optarg ;;
1770 -disable-* |
--disable-*)
1771 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1772 # Reject names that are not valid shell variable names.
1773 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1774 as_fn_error $?
"invalid feature name: $ac_useropt"
1775 ac_useropt_orig
=$ac_useropt
1776 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1777 case $ac_user_opts in
1779 "enable_
$ac_useropt"
1781 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1782 ac_unrecognized_sep
=', ';;
1784 eval enable_
$ac_useropt=no
;;
1786 -docdir |
--docdir |
--docdi |
--doc |
--do)
1788 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1789 docdir
=$ac_optarg ;;
1791 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1793 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1794 dvidir
=$ac_optarg ;;
1796 -enable-* |
--enable-*)
1797 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1798 # Reject names that are not valid shell variable names.
1799 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1800 as_fn_error $?
"invalid feature name: $ac_useropt"
1801 ac_useropt_orig
=$ac_useropt
1802 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1803 case $ac_user_opts in
1805 "enable_
$ac_useropt"
1807 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1808 ac_unrecognized_sep
=', ';;
1810 eval enable_
$ac_useropt=\
$ac_optarg ;;
1812 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1813 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1814 |
--exec |
--exe |
--ex)
1815 ac_prev
=exec_prefix
;;
1816 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1817 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1818 |
--exec=* |
--exe=* |
--ex=*)
1819 exec_prefix
=$ac_optarg ;;
1821 -gas |
--gas |
--ga |
--g)
1822 # Obsolete; use --with-gas.
1825 -help |
--help |
--hel |
--he |
-h)
1826 ac_init_help
=long
;;
1827 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1828 ac_init_help
=recursive
;;
1829 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1830 ac_init_help
=short
;;
1832 -host |
--host |
--hos |
--ho)
1833 ac_prev
=host_alias
;;
1834 -host=* |
--host=* |
--hos=* |
--ho=*)
1835 host_alias
=$ac_optarg ;;
1837 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1839 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1841 htmldir
=$ac_optarg ;;
1843 -includedir |
--includedir |
--includedi |
--included |
--include \
1844 |
--includ |
--inclu |
--incl |
--inc)
1845 ac_prev
=includedir
;;
1846 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1847 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1848 includedir
=$ac_optarg ;;
1850 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1852 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1853 infodir
=$ac_optarg ;;
1855 -libdir |
--libdir |
--libdi |
--libd)
1857 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1858 libdir
=$ac_optarg ;;
1860 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1861 |
--libexe |
--libex |
--libe)
1862 ac_prev
=libexecdir
;;
1863 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1864 |
--libexe=* |
--libex=* |
--libe=*)
1865 libexecdir
=$ac_optarg ;;
1867 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1868 ac_prev
=localedir
;;
1869 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1870 localedir
=$ac_optarg ;;
1872 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1873 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1874 ac_prev
=localstatedir
;;
1875 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1876 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1877 localstatedir
=$ac_optarg ;;
1879 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1881 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1882 mandir
=$ac_optarg ;;
1884 -nfp |
--nfp |
--nf)
1885 # Obsolete; use --without-fp.
1888 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1889 |
--no-cr |
--no-c |
-n)
1892 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1893 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1896 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1897 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1898 |
--oldin |
--oldi |
--old |
--ol |
--o)
1899 ac_prev
=oldincludedir
;;
1900 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1901 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1902 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1903 oldincludedir
=$ac_optarg ;;
1905 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1907 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1908 prefix
=$ac_optarg ;;
1910 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1911 |
--program-pre |
--program-pr |
--program-p)
1912 ac_prev
=program_prefix
;;
1913 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1914 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1915 program_prefix
=$ac_optarg ;;
1917 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1918 |
--program-suf |
--program-su |
--program-s)
1919 ac_prev
=program_suffix
;;
1920 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1921 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1922 program_suffix
=$ac_optarg ;;
1924 -program-transform-name |
--program-transform-name \
1925 |
--program-transform-nam |
--program-transform-na \
1926 |
--program-transform-n |
--program-transform- \
1927 |
--program-transform |
--program-transfor \
1928 |
--program-transfo |
--program-transf \
1929 |
--program-trans |
--program-tran \
1930 |
--progr-tra |
--program-tr |
--program-t)
1931 ac_prev
=program_transform_name
;;
1932 -program-transform-name=* |
--program-transform-name=* \
1933 |
--program-transform-nam=* |
--program-transform-na=* \
1934 |
--program-transform-n=* |
--program-transform-=* \
1935 |
--program-transform=* |
--program-transfor=* \
1936 |
--program-transfo=* |
--program-transf=* \
1937 |
--program-trans=* |
--program-tran=* \
1938 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1939 program_transform_name
=$ac_optarg ;;
1941 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1943 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1944 pdfdir
=$ac_optarg ;;
1946 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1948 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1951 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1952 |
-silent |
--silent |
--silen |
--sile |
--sil)
1955 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1956 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1957 |
--run |
--ru |
--r)
1958 ac_prev
=runstatedir
;;
1959 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1960 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1961 |
--run=* |
--ru=* |
--r=*)
1962 runstatedir
=$ac_optarg ;;
1964 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1966 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1968 sbindir
=$ac_optarg ;;
1970 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1971 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1972 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1974 ac_prev
=sharedstatedir
;;
1975 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1976 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1977 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1979 sharedstatedir
=$ac_optarg ;;
1981 -site |
--site |
--sit)
1983 -site=* |
--site=* |
--sit=*)
1986 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1988 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1989 srcdir
=$ac_optarg ;;
1991 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1992 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1993 ac_prev
=sysconfdir
;;
1994 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1995 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1996 sysconfdir
=$ac_optarg ;;
1998 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1999 ac_prev
=target_alias
;;
2000 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2001 target_alias
=$ac_optarg ;;
2003 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2006 -version |
--version |
--versio |
--versi |
--vers |
-V)
2007 ac_init_version
=: ;;
2010 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2011 # Reject names that are not valid shell variable names.
2012 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2013 as_fn_error $?
"invalid package name: $ac_useropt"
2014 ac_useropt_orig
=$ac_useropt
2015 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2016 case $ac_user_opts in
2020 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2021 ac_unrecognized_sep
=', ';;
2023 eval with_
$ac_useropt=\
$ac_optarg ;;
2025 -without-* |
--without-*)
2026 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2027 # Reject names that are not valid shell variable names.
2028 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2029 as_fn_error $?
"invalid package name: $ac_useropt"
2030 ac_useropt_orig
=$ac_useropt
2031 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2032 case $ac_user_opts in
2036 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2037 ac_unrecognized_sep
=', ';;
2039 eval with_
$ac_useropt=no
;;
2042 # Obsolete; use --with-x.
2045 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2046 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2047 ac_prev
=x_includes
;;
2048 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2049 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2050 x_includes
=$ac_optarg ;;
2052 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2053 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2054 ac_prev
=x_libraries
;;
2055 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2056 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2057 x_libraries
=$ac_optarg ;;
2059 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2060 Try \`$0 --help' for more information"
2064 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2065 # Reject names that are not valid shell variable names.
2066 case $ac_envvar in #(
2067 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2068 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2070 eval $ac_envvar=\
$ac_optarg
2071 export $ac_envvar ;;
2074 # FIXME: should be removed in autoconf 3.0.
2075 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2076 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2077 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2078 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2084 if test -n "$ac_prev"; then
2085 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2086 as_fn_error $?
"missing argument to $ac_option"
2089 if test -n "$ac_unrecognized_opts"; then
2090 case $enable_option_checking in
2092 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2093 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2097 # Check all directory arguments for consistency.
2098 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2099 datadir sysconfdir sharedstatedir localstatedir includedir \
2100 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2101 libdir localedir mandir runstatedir
2103 eval ac_val
=\$
$ac_var
2104 # Remove trailing slashes.
2107 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2108 eval $ac_var=\
$ac_val;;
2110 # Be sure to have absolute directory names.
2112 [\\/$
]* | ?
:[\\/]* ) continue;;
2113 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2115 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2118 # There might be people who depend on the old broken behavior: `$host'
2119 # used to hold the argument of --host etc.
2120 # FIXME: To remove some day.
2123 target
=$target_alias
2125 # FIXME: To remove some day.
2126 if test "x$host_alias" != x
; then
2127 if test "x$build_alias" = x
; then
2128 cross_compiling
=maybe
2129 elif test "x$build_alias" != "x$host_alias"; then
2135 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2137 test "$silent" = yes && exec 6>/dev
/null
2140 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2141 ac_ls_di
=`ls -di .` &&
2142 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2143 as_fn_error $?
"working directory cannot be determined"
2144 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2145 as_fn_error $?
"pwd does not report name of working directory"
2148 # Find the source files, if location was not specified.
2149 if test -z "$srcdir"; then
2150 ac_srcdir_defaulted
=yes
2151 # Try the directory containing this script, then the parent directory.
2152 ac_confdir
=`$as_dirname -- "$as_myself" ||
2153 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2154 X"$as_myself" : 'X\(//\)[^/]' \| \
2155 X"$as_myself" : 'X\(//\)$' \| \
2156 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2157 $as_echo X"$as_myself" |
2158 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2176 if test ! -r "$srcdir/$ac_unique_file"; then
2180 ac_srcdir_defaulted
=no
2182 if test ! -r "$srcdir/$ac_unique_file"; then
2183 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2184 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2186 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2188 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2190 # When building in place, set srcdir=.
2191 if test "$ac_abs_confdir" = "$ac_pwd"; then
2194 # Remove unnecessary trailing slashes from srcdir.
2195 # Double slashes in file names in object file debugging info
2196 # mess up M-x gdb in Emacs.
2198 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2200 for ac_var
in $ac_precious_vars; do
2201 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2202 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2203 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2204 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2208 # Report the --help message.
2210 if test "$ac_init_help" = "long"; then
2211 # Omit some internal or obsolete options to make the list less imposing.
2212 # This message is too long to be a string in the A/UX 3.1 sh.
2214 \`configure' configures Wine 1.9.22 to adapt to many kinds of systems.
2216 Usage: $0 [OPTION]... [VAR=VALUE]...
2218 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2219 VAR=VALUE. See below for descriptions of some of the useful variables.
2221 Defaults for the options are specified in brackets.
2224 -h, --help display this help and exit
2225 --help=short display options specific to this package
2226 --help=recursive display the short help of all the included packages
2227 -V, --version display version information and exit
2228 -q, --quiet, --silent do not print \`checking ...' messages
2229 --cache-file=FILE cache test results in FILE [disabled]
2230 -C, --config-cache alias for \`--cache-file=config.cache'
2231 -n, --no-create do not create output files
2232 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2234 Installation directories:
2235 --prefix=PREFIX install architecture-independent files in PREFIX
2236 [$ac_default_prefix]
2237 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2240 By default, \`make install' will install all the files in
2241 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2242 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2243 for instance \`--prefix=\$HOME'.
2245 For better control, use the options below.
2247 Fine tuning of the installation directories:
2248 --bindir=DIR user executables [EPREFIX/bin]
2249 --sbindir=DIR system admin executables [EPREFIX/sbin]
2250 --libexecdir=DIR program executables [EPREFIX/libexec]
2251 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2252 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2253 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2254 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2255 --libdir=DIR object code libraries [EPREFIX/lib]
2256 --includedir=DIR C header files [PREFIX/include]
2257 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2258 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2259 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2260 --infodir=DIR info documentation [DATAROOTDIR/info]
2261 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2262 --mandir=DIR man documentation [DATAROOTDIR/man]
2263 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2264 --htmldir=DIR html documentation [DOCDIR]
2265 --dvidir=DIR dvi documentation [DOCDIR]
2266 --pdfdir=DIR pdf documentation [DOCDIR]
2267 --psdir=DIR ps documentation [DOCDIR]
2273 --x-includes=DIR X include files are
in DIR
2274 --x-libraries=DIR X library files are
in DIR
2277 --build=BUILD configure
for building on BUILD
[guessed
]
2278 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2282 if test -n "$ac_init_help"; then
2283 case $ac_init_help in
2284 short | recursive
) echo "Configuration of Wine 1.9.22:";;
2289 --disable-option-checking ignore unrecognized
--enable/--with options
2290 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2291 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2292 --disable-win16 do not include Win16 support
2293 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2295 --disable-tests do not build the regression tests
2296 --enable-maintainer-mode
2297 enable maintainer-specific build rules
2298 --disable-largefile omit support for large files
2301 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2302 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2303 --without-alsa do not use the Alsa sound support
2304 --without-capi do not use CAPI (ISDN support)
2305 --without-cms do not use CMS (color management support)
2306 --without-coreaudio do not use the CoreAudio sound support
2307 --without-cups do not use CUPS
2308 --without-curses do not use (n)curses
2309 --without-dbus do not use DBus (dynamic device support)
2310 --without-fontconfig do not use fontconfig
2311 --without-freetype do not use the FreeType library
2312 --without-gettext do not use gettext
2313 --with-gettextpo use the GetTextPO library to rebuild po files
2314 --without-gphoto do not use gphoto (Digital Camera support)
2315 --without-glu do not use the GLU library
2316 --without-gnutls do not use GnuTLS (schannel support)
2317 --without-gsm do not use libgsm (GSM 06.10 codec support)
2318 --without-gstreamer do not use GStreamer (codecs support)
2319 --without-hal do not use HAL (dynamic device support)
2320 --without-jpeg do not use JPEG
2321 --without-ldap do not use LDAP
2322 --without-mpg123 do not use the mpg123 library
2323 --without-netapi do not use the Samba NetAPI library
2324 --without-openal do not use OpenAL
2325 --without-opencl do not use OpenCL
2326 --without-opengl do not use OpenGL
2327 --without-osmesa do not use the OSMesa library
2328 --without-oss do not use the OSS sound support
2329 --without-pcap do not use the Packet Capture library
2330 --without-png do not use PNG
2331 --without-pthread do not use the pthread library
2332 --without-pulse do not use PulseAudio sound support
2333 --without-sane do not use SANE (scanner support)
2334 --without-tiff do not use TIFF
2335 --without-udev do not use udev (plug and play support)
2336 --without-v4l do not use v4l1 (v4l support)
2337 --without-xcomposite do not use the Xcomposite extension
2338 --without-xcursor do not use the Xcursor extension
2339 --without-xinerama do not use Xinerama (multi-monitor support)
2340 --without-xinput do not use the Xinput extension
2341 --without-xinput2 do not use the Xinput 2 extension
2342 --without-xml do not use XML
2343 --without-xrandr do not use Xrandr (resolution changes)
2344 --without-xrender do not use the Xrender extension
2345 --without-xshape do not use the Xshape extension
2346 --without-xshm do not use XShm (shared memory extension)
2347 --without-xslt do not use XSLT
2348 --without-xxf86vm do not use XFree video mode extension
2349 --without-zlib do not use Zlib (data compression)
2350 --with-wine-tools=DIR use Wine tools from directory DIR
2351 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2352 --with-x use the X Window System
2354 Some influential environment variables:
2355 CC C compiler command
2356 CFLAGS C compiler flags
2357 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2358 nonstandard directory <lib dir>
2359 LIBS libraries to pass to the linker, e.g. -l<library>
2360 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2361 you have headers in a nonstandard directory <include dir>
2362 CXX C++ compiler command
2363 CXXFLAGS C++ compiler flags
2365 XMKMF Path to xmkmf, Makefile generator for X Window System
2366 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2367 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2368 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2369 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2370 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2371 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2372 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2373 HAL_LIBS Linker flags for hal, overriding pkg-config
2375 C compiler flags for gnutls, overriding pkg-config
2376 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2377 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2378 SANE_LIBS Linker flags for libsane, overriding pkg-config
2380 C compiler flags for libgphoto2, overriding pkg-config
2382 Linker flags for libgphoto2, overriding pkg-config
2384 C compiler flags for libgphoto2_port, overriding pkg-config
2386 Linker flags for libgphoto2_port, overriding pkg-config
2388 C compiler flags for lcms2, overriding pkg-config
2389 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2391 C compiler flags for freetype2, overriding pkg-config
2393 Linker flags for freetype2, overriding pkg-config
2395 C compiler flags for libpulse, overriding pkg-config
2396 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2398 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2399 gstreamer-audio-1.0, overriding pkg-config
2401 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2402 gstreamer-audio-1.0, overriding pkg-config
2403 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2404 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2406 C compiler flags for capi20, overriding pkg-config
2407 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2409 C compiler flags for fontconfig, overriding pkg-config
2411 Linker flags for fontconfig, overriding pkg-config
2412 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2413 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2414 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2415 PNG_LIBS Linker flags for libpng, overriding pkg-config
2416 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2417 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2419 C compiler flags for libmpg123, overriding pkg-config
2420 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2422 C compiler flags for netapi, overriding pkg-config
2423 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2425 Use these variables to override the choices made by `configure' or to
help
2426 it to
find libraries and programs with nonstandard names
/locations.
2428 Report bugs to
<wine-devel@winehq.org
>.
2429 Wine home page
: <http
://www.winehq.org
>.
2434 if test "$ac_init_help" = "recursive"; then
2435 # If there are subdirs, report their specific --help.
2436 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2437 test -d "$ac_dir" ||
2438 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2443 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2445 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2446 # A ".." for each directory in $ac_dir_suffix.
2447 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2448 case $ac_top_builddir_sub in
2449 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2450 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2453 ac_abs_top_builddir
=$ac_pwd
2454 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2455 # for backward compatibility:
2456 ac_top_builddir
=$ac_top_build_prefix
2459 .
) # We are building in place.
2461 ac_top_srcdir
=$ac_top_builddir_sub
2462 ac_abs_top_srcdir
=$ac_pwd ;;
2463 [\\/]* | ?
:[\\/]* ) # Absolute name.
2464 ac_srcdir
=$srcdir$ac_dir_suffix;
2465 ac_top_srcdir
=$srcdir
2466 ac_abs_top_srcdir
=$srcdir ;;
2468 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2469 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2470 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2472 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2474 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2475 # Check for guested configure.
2476 if test -f "$ac_srcdir/configure.gnu"; then
2478 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2479 elif test -f "$ac_srcdir/configure"; then
2481 $SHELL "$ac_srcdir/configure" --help=recursive
2483 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2485 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2489 test -n "$ac_init_help" && exit $ac_status
2490 if $ac_init_version; then
2492 Wine configure
1.9.22
2493 generated by GNU Autoconf
2.69
2495 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2496 This configure
script is free software
; the Free Software Foundation
2497 gives unlimited permission to copy
, distribute and modify it.
2502 ## ------------------------ ##
2503 ## Autoconf initialization. ##
2504 ## ------------------------ ##
2506 # ac_fn_c_try_compile LINENO
2507 # --------------------------
2508 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2509 ac_fn_c_try_compile
()
2511 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2512 rm -f conftest.
$ac_objext
2513 if { { ac_try
="$ac_compile"
2515 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2516 *) ac_try_echo=$ac_try;;
2518 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2519 $as_echo "$ac_try_echo"; } >&5
2520 (eval "$ac_compile") 2>conftest.err
2522 if test -s conftest.err; then
2523 grep -v '^ *+' conftest.err >conftest.er1
2524 cat conftest.er1 >&5
2525 mv -f conftest.er1 conftest.err
2527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2528 test $ac_status = 0; } && {
2529 test -z "$ac_c_werror_flag" ||
2530 test ! -s conftest.err
2531 } && test -s conftest.$ac_objext; then :
2534 $as_echo "$as_me: failed program was:" >&5
2535 sed 's/^/| /' conftest.$ac_ext >&5
2539 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2540 as_fn_set_status $ac_retval
2542 } # ac_fn_c_try_compile
2544 # ac_fn_cxx_try_compile LINENO
2545 # ----------------------------
2546 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2547 ac_fn_cxx_try_compile ()
2549 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2550 rm -f conftest.$ac_objext
2551 if { { ac_try="$ac_compile"
2553 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2554 *) ac_try_echo
=$ac_try;;
2556 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2557 $as_echo "$ac_try_echo"; } >&5
2558 (eval "$ac_compile") 2>conftest.err
2560 if test -s conftest.err
; then
2561 grep -v '^ *+' conftest.err
>conftest.er1
2562 cat conftest.er1
>&5
2563 mv -f conftest.er1 conftest.err
2565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2566 test $ac_status = 0; } && {
2567 test -z "$ac_cxx_werror_flag" ||
2568 test ! -s conftest.err
2569 } && test -s conftest.
$ac_objext; then :
2572 $as_echo "$as_me: failed program was:" >&5
2573 sed 's/^/| /' conftest.
$ac_ext >&5
2577 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2578 as_fn_set_status
$ac_retval
2580 } # ac_fn_cxx_try_compile
2582 # ac_fn_c_try_link LINENO
2583 # -----------------------
2584 # Try to link conftest.$ac_ext, and return whether this succeeded.
2587 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2588 rm -f conftest.
$ac_objext conftest
$ac_exeext
2589 if { { ac_try
="$ac_link"
2591 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2592 *) ac_try_echo=$ac_try;;
2594 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2595 $as_echo "$ac_try_echo"; } >&5
2596 (eval "$ac_link") 2>conftest.err
2598 if test -s conftest.err; then
2599 grep -v '^ *+' conftest.err >conftest.er1
2600 cat conftest.er1 >&5
2601 mv -f conftest.er1 conftest.err
2603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2604 test $ac_status = 0; } && {
2605 test -z "$ac_c_werror_flag" ||
2606 test ! -s conftest.err
2607 } && test -s conftest$ac_exeext && {
2608 test "$cross_compiling" = yes ||
2609 test -x conftest$ac_exeext
2613 $as_echo "$as_me: failed program was:" >&5
2614 sed 's/^/| /' conftest.$ac_ext >&5
2618 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2619 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2620 # interfere with the next link command; also delete a directory that is
2621 # left behind by Apple's compiler. We do this before executing the actions.
2622 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2623 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2624 as_fn_set_status $ac_retval
2626 } # ac_fn_c_try_link
2628 # ac_fn_c_try_cpp LINENO
2629 # ----------------------
2630 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2634 if { { ac_try="$ac_cpp conftest.$ac_ext"
2636 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2637 *) ac_try_echo
=$ac_try;;
2639 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2640 $as_echo "$ac_try_echo"; } >&5
2641 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2643 if test -s conftest.err
; then
2644 grep -v '^ *+' conftest.err
>conftest.er1
2645 cat conftest.er1
>&5
2646 mv -f conftest.er1 conftest.err
2648 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2649 test $ac_status = 0; } > conftest.i
&& {
2650 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2651 test ! -s conftest.err
2655 $as_echo "$as_me: failed program was:" >&5
2656 sed 's/^/| /' conftest.
$ac_ext >&5
2660 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2661 as_fn_set_status
$ac_retval
2665 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2666 # -------------------------------------------------------
2667 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2668 # the include files in INCLUDES and setting the cache variable VAR
2670 ac_fn_c_check_header_mongrel
()
2672 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2673 if eval \
${$3+:} false
; then :
2674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2675 $as_echo_n "checking for $2... " >&6; }
2676 if eval \
${$3+:} false
; then :
2677 $as_echo_n "(cached) " >&6
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2681 $as_echo "$ac_res" >&6; }
2683 # Is the header compilable?
2684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2685 $as_echo_n "checking $2 usability... " >&6; }
2686 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2687 /* end confdefs.h. */
2691 if ac_fn_c_try_compile
"$LINENO"; then :
2692 ac_header_compiler
=yes
2694 ac_header_compiler
=no
2696 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2698 $as_echo "$ac_header_compiler" >&6; }
2700 # Is the header present?
2701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2702 $as_echo_n "checking $2 presence... " >&6; }
2703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2704 /* end confdefs.h. */
2707 if ac_fn_c_try_cpp
"$LINENO"; then :
2708 ac_header_preproc
=yes
2710 ac_header_preproc
=no
2712 rm -f conftest.err conftest.i conftest.
$ac_ext
2713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2714 $as_echo "$ac_header_preproc" >&6; }
2716 # So? What about this header?
2717 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2720 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2722 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2726 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2728 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2730 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2732 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2734 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2735 ( $as_echo "## ------------------------------------ ##
2736 ## Report this to wine-devel@winehq.org ##
2737 ## ------------------------------------ ##"
2738 ) |
sed "s/^/$as_me: WARNING: /" >&2
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2742 $as_echo_n "checking for $2... " >&6; }
2743 if eval \
${$3+:} false
; then :
2744 $as_echo_n "(cached) " >&6
2746 eval "$3=\$ac_header_compiler"
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2750 $as_echo "$ac_res" >&6; }
2752 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2754 } # ac_fn_c_check_header_mongrel
2756 # ac_fn_c_try_run LINENO
2757 # ----------------------
2758 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2759 # that executables *can* be run.
2762 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2763 if { { ac_try
="$ac_link"
2765 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2766 *) ac_try_echo=$ac_try;;
2768 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2769 $as_echo "$ac_try_echo"; } >&5
2770 (eval "$ac_link") 2>&5
2772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2773 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2774 { { case "(($ac_try" in
2775 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2776 *) ac_try_echo
=$ac_try;;
2778 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2779 $as_echo "$ac_try_echo"; } >&5
2780 (eval "$ac_try") 2>&5
2782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2783 test $ac_status = 0; }; }; then :
2786 $as_echo "$as_me: program exited with status $ac_status" >&5
2787 $as_echo "$as_me: failed program was:" >&5
2788 sed 's/^/| /' conftest.
$ac_ext >&5
2790 ac_retval
=$ac_status
2792 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2793 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2794 as_fn_set_status
$ac_retval
2798 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2799 # -------------------------------------------------------
2800 # Tests whether HEADER exists and can be compiled using the include files in
2801 # INCLUDES, setting the cache variable VAR accordingly.
2802 ac_fn_c_check_header_compile
()
2804 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2806 $as_echo_n "checking for $2... " >&6; }
2807 if eval \
${$3+:} false
; then :
2808 $as_echo_n "(cached) " >&6
2810 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2811 /* end confdefs.h. */
2815 if ac_fn_c_try_compile
"$LINENO"; then :
2820 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2824 $as_echo "$ac_res" >&6; }
2825 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2827 } # ac_fn_c_check_header_compile
2829 # ac_fn_c_check_func LINENO FUNC VAR
2830 # ----------------------------------
2831 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2832 ac_fn_c_check_func
()
2834 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2836 $as_echo_n "checking for $2... " >&6; }
2837 if eval \
${$3+:} false
; then :
2838 $as_echo_n "(cached) " >&6
2840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2841 /* end confdefs.h. */
2842 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2843 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2844 #define $2 innocuous_$2
2846 /* System header to define __stub macros and hopefully few prototypes,
2847 which can conflict with char $2 (); below.
2848 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2849 <limits.h> exists even on freestanding compilers. */
2852 # include <limits.h>
2854 # include <assert.h>
2859 /* Override any GCC internal prototype to avoid an error.
2860 Use char because int might match the return type of a GCC
2861 builtin and then its argument prototype would still apply. */
2866 /* The GNU C library defines this for functions which it implements
2867 to always fail with ENOSYS. Some functions are actually named
2868 something starting with __ and the normal name is an alias. */
2869 #if defined __stub_$2 || defined __stub___$2
2881 if ac_fn_c_try_link
"$LINENO"; then :
2886 rm -f core conftest.err conftest.
$ac_objext \
2887 conftest
$ac_exeext conftest.
$ac_ext
2890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2891 $as_echo "$ac_res" >&6; }
2892 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2894 } # ac_fn_c_check_func
2896 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2897 # ----------------------------------------------------
2898 # Tries to find if the field MEMBER exists in type AGGR, after including
2899 # INCLUDES, setting cache variable VAR accordingly.
2900 ac_fn_c_check_member
()
2902 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2904 $as_echo_n "checking for $2.$3... " >&6; }
2905 if eval \
${$4+:} false
; then :
2906 $as_echo_n "(cached) " >&6
2908 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2909 /* end confdefs.h. */
2921 if ac_fn_c_try_compile
"$LINENO"; then :
2924 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2925 /* end confdefs.h. */
2931 if (sizeof ac_aggr.$3)
2937 if ac_fn_c_try_compile
"$LINENO"; then :
2942 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2944 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2948 $as_echo "$ac_res" >&6; }
2949 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2951 } # ac_fn_c_check_member
2953 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2954 # -------------------------------------------
2955 # Tests whether TYPE exists after having included INCLUDES, setting cache
2956 # variable VAR accordingly.
2957 ac_fn_c_check_type
()
2959 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2961 $as_echo_n "checking for $2... " >&6; }
2962 if eval \
${$3+:} false
; then :
2963 $as_echo_n "(cached) " >&6
2966 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2967 /* end confdefs.h. */
2978 if ac_fn_c_try_compile
"$LINENO"; then :
2979 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2980 /* end confdefs.h. */
2991 if ac_fn_c_try_compile
"$LINENO"; then :
2996 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2998 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3002 $as_echo "$ac_res" >&6; }
3003 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3005 } # ac_fn_c_check_type
3006 cat >config.log
<<_ACEOF
3007 This file contains any messages produced by compilers while
3008 running configure, to aid debugging if configure makes a mistake.
3010 It was created by Wine $as_me 1.9.22, which was
3011 generated by GNU Autoconf 2.69. Invocation command line was
3023 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3024 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3025 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3026 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3027 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3029 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3030 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3032 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3033 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3034 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3035 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3036 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3037 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3038 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3042 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3046 test -z "$as_dir" && as_dir
=.
3047 $as_echo "PATH: $as_dir"
3063 # Keep a trace of the command line.
3064 # Strip out --no-create and --no-recursion so they do not pile up.
3065 # Strip out --silent because we don't want to record it for future runs.
3066 # Also quote any args containing shell meta-characters.
3067 # Make two passes to allow for proper duplicate-argument suppression.
3071 ac_must_keep_next
=false
3077 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3078 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3079 |
-silent |
--silent |
--silen |
--sile |
--sil)
3082 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3085 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3087 as_fn_append ac_configure_args1
" '$ac_arg'"
3088 if test $ac_must_keep_next = true
; then
3089 ac_must_keep_next
=false
# Got value, back to normal.
3092 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3093 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3094 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3095 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3096 case "$ac_configure_args0 " in
3097 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3100 -* ) ac_must_keep_next
=true
;;
3103 as_fn_append ac_configure_args
" '$ac_arg'"
3108 { ac_configure_args0
=; unset ac_configure_args0
;}
3109 { ac_configure_args1
=; unset ac_configure_args1
;}
3111 # When interrupted or exit'd, cleanup temporary files, and complete
3112 # config.log. We remove comments because anyway the quotes in there
3113 # would cause problems or look ugly.
3114 # WARNING: Use '\'' to represent an apostrophe within the trap.
3115 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3116 trap 'exit_status=$?
3117 # Save into config.log some information that might help in debugging.
3121 $as_echo "## ---------------- ##
3122 ## Cache variables. ##
3123 ## ---------------- ##"
3125 # The following way of writing the cache mishandles newlines in values,
3127 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3128 eval ac_val=\$$ac_var
3132 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3133 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3136 _ | IFS | as_nl) ;; #(
3137 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3138 *) { eval $ac_var=; unset $ac_var;} ;;
3143 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3144 *${as_nl}ac_space=\ *)
3146 "s/'\''/'\''\\\\'\'''\''/g;
3147 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3150 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3157 $as_echo "## ----------------- ##
3158 ## Output variables. ##
3159 ## ----------------- ##"
3161 for ac_var in $ac_subst_vars
3163 eval ac_val=\$$ac_var
3165 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3167 $as_echo "$ac_var='\''$ac_val'\''"
3171 if test -n "$ac_subst_files"; then
3172 $as_echo "## ------------------- ##
3173 ## File substitutions. ##
3174 ## ------------------- ##"
3176 for ac_var
in $ac_subst_files
3178 eval ac_val
=\$
$ac_var
3180 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3182 $as_echo "$ac_var='\''$ac_val'\''"
3187 if test -s confdefs.h; then
3188 $as_echo "## ----------- ##
3195 test "$ac_signal" != 0 &&
3196 $as_echo "$as_me: caught signal $ac_signal"
3197 $as_echo "$as_me: exit $exit_status"
3199 rm -f core *.core core.conftest.* &&
3200 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3203 for ac_signal
in 1 2 13 15; do
3204 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3208 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3209 rm -f -r conftest
* confdefs.h
3211 $as_echo "/* confdefs.h */" > confdefs.h
3213 # Predefined preprocessor variables.
3215 cat >>confdefs.h
<<_ACEOF
3216 #define PACKAGE_NAME "$PACKAGE_NAME"
3219 cat >>confdefs.h
<<_ACEOF
3220 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3223 cat >>confdefs.h
<<_ACEOF
3224 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3227 cat >>confdefs.h
<<_ACEOF
3228 #define PACKAGE_STRING "$PACKAGE_STRING"
3231 cat >>confdefs.h
<<_ACEOF
3232 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3235 cat >>confdefs.h
<<_ACEOF
3236 #define PACKAGE_URL "$PACKAGE_URL"
3240 # Let the site file select an alternate cache file if it wants to.
3241 # Prefer an explicitly selected file to automatically selected ones.
3244 if test -n "$CONFIG_SITE"; then
3245 # We do not want a PATH search for config.site.
3246 case $CONFIG_SITE in #((
3247 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3248 */*) ac_site_file1
=$CONFIG_SITE;;
3249 *) ac_site_file1
=.
/$CONFIG_SITE;;
3251 elif test "x$prefix" != xNONE
; then
3252 ac_site_file1
=$prefix/share
/config.site
3253 ac_site_file2
=$prefix/etc
/config.site
3255 ac_site_file1
=$ac_default_prefix/share
/config.site
3256 ac_site_file2
=$ac_default_prefix/etc
/config.site
3258 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3260 test "x$ac_site_file" = xNONE
&& continue
3261 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3262 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3263 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3264 sed 's/^/| /' "$ac_site_file" >&5
3266 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3267 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3268 as_fn_error $?
"failed to load site script $ac_site_file
3269 See \`config.log' for more details" "$LINENO" 5; }
3273 if test -r "$cache_file"; then
3274 # Some versions of bash will fail to source /dev/null (special files
3275 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3276 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3278 $as_echo "$as_me: loading cache $cache_file" >&6;}
3280 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3281 *) .
"./$cache_file";;
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3286 $as_echo "$as_me: creating cache $cache_file" >&6;}
3290 # Check that the precious variables saved in the cache have kept the same
3292 ac_cache_corrupted
=false
3293 for ac_var
in $ac_precious_vars; do
3294 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3295 eval ac_new_set
=\
$ac_env_${ac_var}_set
3296 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3297 eval ac_new_val
=\
$ac_env_${ac_var}_value
3298 case $ac_old_set,$ac_new_set in
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3301 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3302 ac_cache_corrupted
=: ;;
3304 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3305 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3306 ac_cache_corrupted
=: ;;
3309 if test "x$ac_old_val" != "x$ac_new_val"; then
3310 # differences in whitespace do not lead to failure.
3311 ac_old_val_w
=`echo x $ac_old_val`
3312 ac_new_val_w
=`echo x $ac_new_val`
3313 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3315 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3316 ac_cache_corrupted
=:
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3319 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3320 eval $ac_var=\
$ac_old_val
3322 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3323 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3324 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3325 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3328 # Pass precious variables to config.status.
3329 if test "$ac_new_set" = set; then
3331 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3332 *) ac_arg
=$ac_var=$ac_new_val ;;
3334 case " $ac_configure_args " in
3335 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3336 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3340 if $ac_cache_corrupted; then
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3342 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3343 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3344 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3345 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3347 ## -------------------- ##
3348 ## Main body of script. ##
3349 ## -------------------- ##
3352 ac_cpp
='$CPP $CPPFLAGS'
3353 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3354 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3355 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3359 ac_config_headers
="$ac_config_headers include/config.h"
3362 for ac_dir
in tools
"$srcdir"/tools
; do
3363 if test -f "$ac_dir/install-sh"; then
3365 ac_install_sh
="$ac_aux_dir/install-sh -c"
3367 elif test -f "$ac_dir/install.sh"; then
3369 ac_install_sh
="$ac_aux_dir/install.sh -c"
3371 elif test -f "$ac_dir/shtool"; then
3373 ac_install_sh
="$ac_aux_dir/shtool install -c"
3377 if test -z "$ac_aux_dir"; then
3378 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3381 # These three variables are undocumented and unsupported,
3382 # and are intended to be withdrawn in a future Autoconf release.
3383 # They can cause serious problems if a builder's source tree is in a directory
3384 # whose full name contains unusual characters.
3385 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3386 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3387 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3391 libwine_version
="1.0"
3395 # Check whether --enable-win16 was given.
3396 if test "${enable_win16+set}" = set; then :
3397 enableval
=$enable_win16;
3400 # Check whether --enable-win64 was given.
3401 if test "${enable_win64+set}" = set; then :
3402 enableval
=$enable_win64;
3405 # Check whether --enable-tests was given.
3406 if test "${enable_tests+set}" = set; then :
3407 enableval
=$enable_tests;
3410 # Check whether --enable-maintainer-mode was given.
3411 if test "${enable_maintainer_mode+set}" = set; then :
3412 enableval
=$enable_maintainer_mode;
3417 # Check whether --with-alsa was given.
3418 if test "${with_alsa+set}" = set; then :
3419 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3423 # Check whether --with-capi was given.
3424 if test "${with_capi+set}" = set; then :
3429 # Check whether --with-cms was given.
3430 if test "${with_cms+set}" = set; then :
3435 # Check whether --with-coreaudio was given.
3436 if test "${with_coreaudio+set}" = set; then :
3437 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3441 # Check whether --with-cups was given.
3442 if test "${with_cups+set}" = set; then :
3447 # Check whether --with-curses was given.
3448 if test "${with_curses+set}" = set; then :
3449 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3453 # Check whether --with-dbus was given.
3454 if test "${with_dbus+set}" = set; then :
3459 # Check whether --with-fontconfig was given.
3460 if test "${with_fontconfig+set}" = set; then :
3461 withval
=$with_fontconfig;
3465 # Check whether --with-freetype was given.
3466 if test "${with_freetype+set}" = set; then :
3467 withval
=$with_freetype;
3471 # Check whether --with-gettext was given.
3472 if test "${with_gettext+set}" = set; then :
3473 withval
=$with_gettext;
3477 # Check whether --with-gettextpo was given.
3478 if test "${with_gettextpo+set}" = set; then :
3479 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3483 # Check whether --with-gphoto was given.
3484 if test "${with_gphoto+set}" = set; then :
3485 withval
=$with_gphoto;
3489 # Check whether --with-glu was given.
3490 if test "${with_glu+set}" = set; then :
3495 # Check whether --with-gnutls was given.
3496 if test "${with_gnutls+set}" = set; then :
3497 withval
=$with_gnutls;
3501 # Check whether --with-gsm was given.
3502 if test "${with_gsm+set}" = set; then :
3503 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3507 # Check whether --with-gstreamer was given.
3508 if test "${with_gstreamer+set}" = set; then :
3509 withval
=$with_gstreamer;
3513 # Check whether --with-hal was given.
3514 if test "${with_hal+set}" = set; then :
3519 # Check whether --with-jpeg was given.
3520 if test "${with_jpeg+set}" = set; then :
3525 # Check whether --with-ldap was given.
3526 if test "${with_ldap+set}" = set; then :
3527 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3531 # Check whether --with-mpg123 was given.
3532 if test "${with_mpg123+set}" = set; then :
3533 withval
=$with_mpg123;
3537 # Check whether --with-netapi was given.
3538 if test "${with_netapi+set}" = set; then :
3539 withval
=$with_netapi;
3543 # Check whether --with-openal was given.
3544 if test "${with_openal+set}" = set; then :
3545 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3549 # Check whether --with-opencl was given.
3550 if test "${with_opencl+set}" = set; then :
3551 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3555 # Check whether --with-opengl was given.
3556 if test "${with_opengl+set}" = set; then :
3557 withval
=$with_opengl;
3561 # Check whether --with-osmesa was given.
3562 if test "${with_osmesa+set}" = set; then :
3563 withval
=$with_osmesa;
3567 # Check whether --with-oss was given.
3568 if test "${with_oss+set}" = set; then :
3573 # Check whether --with-pcap was given.
3574 if test "${with_pcap+set}" = set; then :
3575 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3579 # Check whether --with-png was given.
3580 if test "${with_png+set}" = set; then :
3585 # Check whether --with-pthread was given.
3586 if test "${with_pthread+set}" = set; then :
3587 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3591 # Check whether --with-pulse was given.
3592 if test "${with_pulse+set}" = set; then :
3593 withval
=$with_pulse;
3597 # Check whether --with-sane was given.
3598 if test "${with_sane+set}" = set; then :
3603 # Check whether --with-tiff was given.
3604 if test "${with_tiff+set}" = set; then :
3609 # Check whether --with-udev was given.
3610 if test "${with_udev+set}" = set; then :
3615 # Check whether --with-v4l was given.
3616 if test "${with_v4l+set}" = set; then :
3621 # Check whether --with-xcomposite was given.
3622 if test "${with_xcomposite+set}" = set; then :
3623 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3627 # Check whether --with-xcursor was given.
3628 if test "${with_xcursor+set}" = set; then :
3629 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3633 # Check whether --with-xinerama was given.
3634 if test "${with_xinerama+set}" = set; then :
3635 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3639 # Check whether --with-xinput was given.
3640 if test "${with_xinput+set}" = set; then :
3641 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3645 # Check whether --with-xinput2 was given.
3646 if test "${with_xinput2+set}" = set; then :
3647 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3651 # Check whether --with-xml was given.
3652 if test "${with_xml+set}" = set; then :
3657 # Check whether --with-xrandr was given.
3658 if test "${with_xrandr+set}" = set; then :
3659 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3663 # Check whether --with-xrender was given.
3664 if test "${with_xrender+set}" = set; then :
3665 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3669 # Check whether --with-xshape was given.
3670 if test "${with_xshape+set}" = set; then :
3671 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3675 # Check whether --with-xshm was given.
3676 if test "${with_xshm+set}" = set; then :
3677 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3681 # Check whether --with-xslt was given.
3682 if test "${with_xslt+set}" = set; then :
3687 # Check whether --with-xxf86vm was given.
3688 if test "${with_xxf86vm+set}" = set; then :
3689 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
3693 # Check whether --with-zlib was given.
3694 if test "${with_zlib+set}" = set; then :
3695 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3700 # Check whether --with-wine-tools was given.
3701 if test "${with_wine_tools+set}" = set; then :
3702 withval
=$with_wine_tools;
3706 # Check whether --with-wine64 was given.
3707 if test "${with_wine64+set}" = set; then :
3708 withval
=$with_wine64;
3712 # Make sure we can run config.sub.
3713 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3714 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3717 $as_echo_n "checking build system type... " >&6; }
3718 if ${ac_cv_build+:} false
; then :
3719 $as_echo_n "(cached) " >&6
3721 ac_build_alias
=$build_alias
3722 test "x$ac_build_alias" = x
&&
3723 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3724 test "x$ac_build_alias" = x
&&
3725 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3726 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3727 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3731 $as_echo "$ac_cv_build" >&6; }
3732 case $ac_cv_build in
3734 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3737 ac_save_IFS
=$IFS; IFS
='-'
3743 # Remember, the first character of IFS is used to create $*,
3744 # except with old shells:
3747 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3751 $as_echo_n "checking host system type... " >&6; }
3752 if ${ac_cv_host+:} false
; then :
3753 $as_echo_n "(cached) " >&6
3755 if test "x$host_alias" = x
; then
3756 ac_cv_host
=$ac_cv_build
3758 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3759 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3764 $as_echo "$ac_cv_host" >&6; }
3767 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3770 ac_save_IFS
=$IFS; IFS
='-'
3776 # Remember, the first character of IFS is used to create $*,
3777 # except with old shells:
3780 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3786 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3787 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3788 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3794 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3796 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3797 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3798 $as_echo_n "(cached) " >&6
3800 cat >conftest.
make <<\_ACEOF
3803 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3805 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3806 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3808 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3810 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3814 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3816 $as_echo "yes" >&6; }
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3820 $as_echo "no" >&6; }
3821 SET_MAKE
="MAKE=${MAKE-make}"
3825 ac_cpp
='$CPP $CPPFLAGS'
3826 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3827 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3828 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3829 if test -n "$ac_tool_prefix"; then
3830 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3831 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3833 $as_echo_n "checking for $ac_word... " >&6; }
3834 if ${ac_cv_prog_CC+:} false
; then :
3835 $as_echo_n "(cached) " >&6
3837 if test -n "$CC"; then
3838 ac_cv_prog_CC
="$CC" # Let the user override the test.
3840 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3844 test -z "$as_dir" && as_dir
=.
3845 for ac_exec_ext
in '' $ac_executable_extensions; do
3846 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3847 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3848 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3858 if test -n "$CC"; then
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3860 $as_echo "$CC" >&6; }
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3863 $as_echo "no" >&6; }
3868 if test -z "$ac_cv_prog_CC"; then
3870 # Extract the first word of "gcc", so it can be a program name with args.
3871 set dummy gcc
; ac_word
=$2
3872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3873 $as_echo_n "checking for $ac_word... " >&6; }
3874 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3875 $as_echo_n "(cached) " >&6
3877 if test -n "$ac_ct_CC"; then
3878 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3880 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3884 test -z "$as_dir" && as_dir
=.
3885 for ac_exec_ext
in '' $ac_executable_extensions; do
3886 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3887 ac_cv_prog_ac_ct_CC
="gcc"
3888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3897 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3898 if test -n "$ac_ct_CC"; then
3899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3900 $as_echo "$ac_ct_CC" >&6; }
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3903 $as_echo "no" >&6; }
3906 if test "x$ac_ct_CC" = x
; then
3909 case $cross_compiling:$ac_tool_warned in
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3912 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3913 ac_tool_warned
=yes ;;
3921 if test -z "$CC"; then
3922 if test -n "$ac_tool_prefix"; then
3923 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3924 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3926 $as_echo_n "checking for $ac_word... " >&6; }
3927 if ${ac_cv_prog_CC+:} false
; then :
3928 $as_echo_n "(cached) " >&6
3930 if test -n "$CC"; then
3931 ac_cv_prog_CC
="$CC" # Let the user override the test.
3933 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3937 test -z "$as_dir" && as_dir
=.
3938 for ac_exec_ext
in '' $ac_executable_extensions; do
3939 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3940 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3951 if test -n "$CC"; then
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3953 $as_echo "$CC" >&6; }
3955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3956 $as_echo "no" >&6; }
3962 if test -z "$CC"; then
3963 # Extract the first word of "cc", so it can be a program name with args.
3964 set dummy cc
; ac_word
=$2
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3966 $as_echo_n "checking for $ac_word... " >&6; }
3967 if ${ac_cv_prog_CC+:} false
; then :
3968 $as_echo_n "(cached) " >&6
3970 if test -n "$CC"; then
3971 ac_cv_prog_CC
="$CC" # Let the user override the test.
3974 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3978 test -z "$as_dir" && as_dir
=.
3979 for ac_exec_ext
in '' $ac_executable_extensions; do
3980 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3981 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3982 ac_prog_rejected
=yes
3986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3993 if test $ac_prog_rejected = yes; then
3994 # We found a bogon in the path, so make sure we never use it.
3995 set dummy
$ac_cv_prog_CC
3997 if test $# != 0; then
3998 # We chose a different compiler from the bogus one.
3999 # However, it has the same basename, so the bogon will be chosen
4000 # first if we set CC to just the basename; use the full file name.
4002 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
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; }
4018 if test -z "$CC"; then
4019 if test -n "$ac_tool_prefix"; then
4020 for ac_prog
in cl.exe
4022 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4023 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4025 $as_echo_n "checking for $ac_word... " >&6; }
4026 if ${ac_cv_prog_CC+:} false
; then :
4027 $as_echo_n "(cached) " >&6
4029 if test -n "$CC"; then
4030 ac_cv_prog_CC
="$CC" # Let the user override the test.
4032 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4036 test -z "$as_dir" && as_dir
=.
4037 for ac_exec_ext
in '' $ac_executable_extensions; do
4038 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4039 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4050 if test -n "$CC"; then
4051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4052 $as_echo "$CC" >&6; }
4054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4055 $as_echo "no" >&6; }
4059 test -n "$CC" && break
4062 if test -z "$CC"; then
4064 for ac_prog
in cl.exe
4066 # Extract the first word of "$ac_prog", so it can be a program name with args.
4067 set dummy
$ac_prog; ac_word
=$2
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4069 $as_echo_n "checking for $ac_word... " >&6; }
4070 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4071 $as_echo_n "(cached) " >&6
4073 if test -n "$ac_ct_CC"; then
4074 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4076 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4080 test -z "$as_dir" && as_dir
=.
4081 for ac_exec_ext
in '' $ac_executable_extensions; do
4082 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4083 ac_cv_prog_ac_ct_CC
="$ac_prog"
4084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4093 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4094 if test -n "$ac_ct_CC"; then
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4096 $as_echo "$ac_ct_CC" >&6; }
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4099 $as_echo "no" >&6; }
4103 test -n "$ac_ct_CC" && break
4106 if test "x$ac_ct_CC" = x
; then
4109 case $cross_compiling:$ac_tool_warned in
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4112 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4113 ac_tool_warned
=yes ;;
4122 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4123 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4124 as_fn_error $?
"no acceptable C compiler found in \$PATH
4125 See \`config.log' for more details" "$LINENO" 5; }
4127 # Provide some information about the compiler.
4128 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4131 for ac_option
in --version -v -V -qversion; do
4132 { { ac_try
="$ac_compiler $ac_option >&5"
4134 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4135 *) ac_try_echo=$ac_try;;
4137 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4138 $as_echo "$ac_try_echo"; } >&5
4139 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4141 if test -s conftest.err; then
4143 ... rest of stderr output deleted ...
4144 10q' conftest.err >conftest.er1
4145 cat conftest.er1 >&5
4147 rm -f conftest.er1 conftest.err
4148 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4149 test $ac_status = 0; }
4152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4153 /* end confdefs.h. */
4163 ac_clean_files_save=$ac_clean_files
4164 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4165 # Try to create an executable without -o first, disregard a.out.
4166 # It will help us diagnose broken compilers, and finding out an intuition
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4169 $as_echo_n "checking whether the C compiler works... " >&6; }
4170 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4172 # The possible output files:
4173 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4176 for ac_file in $ac_files
4179 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4180 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4185 if { { ac_try="$ac_link_default"
4187 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4188 *) ac_try_echo
=$ac_try;;
4190 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4191 $as_echo "$ac_try_echo"; } >&5
4192 (eval "$ac_link_default") 2>&5
4194 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4195 test $ac_status = 0; }; then :
4196 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4197 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4198 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4199 # so that the user can short-circuit this test for compilers unknown to
4201 for ac_file
in $ac_files ''
4203 test -f "$ac_file" ||
continue
4205 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4208 # We found the default executable, but exeext='' is most
4212 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4214 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4216 # We set ac_cv_exeext here because the later test for it is not
4217 # safe: cross compilers may not add the suffix if given an `-o'
4218 # argument, so we may need to know it at that point already.
4219 # Even if this section looks crufty: it has the advantage of
4226 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4231 if test -z "$ac_file"; then :
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4233 $as_echo "no" >&6; }
4234 $as_echo "$as_me: failed program was:" >&5
4235 sed 's/^/| /' conftest.
$ac_ext >&5
4237 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4238 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4239 as_fn_error
77 "C compiler cannot create executables
4240 See \`config.log' for more details" "$LINENO" 5; }
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4243 $as_echo "yes" >&6; }
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4246 $as_echo_n "checking for C compiler default output file name... " >&6; }
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4248 $as_echo "$ac_file" >&6; }
4249 ac_exeext
=$ac_cv_exeext
4251 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4252 ac_clean_files
=$ac_clean_files_save
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4254 $as_echo_n "checking for suffix of executables... " >&6; }
4255 if { { ac_try
="$ac_link"
4257 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4258 *) ac_try_echo=$ac_try;;
4260 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4261 $as_echo "$ac_try_echo"; } >&5
4262 (eval "$ac_link") 2>&5
4264 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4265 test $ac_status = 0; }; then :
4266 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4267 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4268 # work properly (i.e., refer to `conftest.exe'), while it won't with
4270 for ac_file
in conftest.exe conftest conftest.
*; do
4271 test -f "$ac_file" ||
continue
4273 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4274 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4280 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4281 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4282 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4283 See \`config.log' for more details" "$LINENO" 5; }
4285 rm -f conftest conftest
$ac_cv_exeext
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4287 $as_echo "$ac_cv_exeext" >&6; }
4289 rm -f conftest.
$ac_ext
4290 EXEEXT
=$ac_cv_exeext
4292 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4293 /* end confdefs.h. */
4298 FILE *f = fopen ("conftest.out", "w");
4299 return ferror (f) || fclose (f) != 0;
4305 ac_clean_files
="$ac_clean_files conftest.out"
4306 # Check that the compiler produces executables we can run. If not, either
4307 # the compiler is broken, or we cross compile.
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4309 $as_echo_n "checking whether we are cross compiling... " >&6; }
4310 if test "$cross_compiling" != yes; then
4311 { { ac_try
="$ac_link"
4313 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4314 *) ac_try_echo=$ac_try;;
4316 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4317 $as_echo "$ac_try_echo"; } >&5
4318 (eval "$ac_link") 2>&5
4320 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4321 test $ac_status = 0; }
4322 if { ac_try='./conftest$ac_cv_exeext'
4323 { { case "(($ac_try" in
4324 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4325 *) ac_try_echo
=$ac_try;;
4327 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4328 $as_echo "$ac_try_echo"; } >&5
4329 (eval "$ac_try") 2>&5
4331 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4332 test $ac_status = 0; }; }; then
4335 if test "$cross_compiling" = maybe
; then
4338 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4339 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4340 as_fn_error $?
"cannot run C compiled programs.
4341 If you meant to cross compile, use \`--host'.
4342 See \`config.log' for more details" "$LINENO" 5; }
4346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4347 $as_echo "$cross_compiling" >&6; }
4349 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4350 ac_clean_files
=$ac_clean_files_save
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4352 $as_echo_n "checking for suffix of object files... " >&6; }
4353 if ${ac_cv_objext+:} false
; then :
4354 $as_echo_n "(cached) " >&6
4356 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4357 /* end confdefs.h. */
4367 rm -f conftest.o conftest.obj
4368 if { { ac_try
="$ac_compile"
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_compile") 2>&5
4377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4378 test $ac_status = 0; }; then :
4379 for ac_file in conftest.o conftest.obj conftest.*; do
4380 test -f "$ac_file" || continue;
4382 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4383 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4388 $as_echo "$as_me: failed program was:" >&5
4389 sed 's/^/| /' conftest.$ac_ext >&5
4391 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4392 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4393 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4394 See \
`config.log' for more details" "$LINENO" 5; }
4396 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4399 $as_echo "$ac_cv_objext" >&6; }
4400 OBJEXT=$ac_cv_objext
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4403 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4404 if ${ac_cv_c_compiler_gnu+:} false; then :
4405 $as_echo_n "(cached) " >&6
4407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4408 /* end confdefs.h. */
4421 if ac_fn_c_try_compile "$LINENO"; then :
4426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4427 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4431 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4432 if test $ac_compiler_gnu = yes; then
4437 ac_test_CFLAGS=${CFLAGS+set}
4438 ac_save_CFLAGS=$CFLAGS
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4440 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4441 if ${ac_cv_prog_cc_g+:} false; then :
4442 $as_echo_n "(cached) " >&6
4444 ac_save_c_werror_flag=$ac_c_werror_flag
4445 ac_c_werror_flag=yes
4448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4449 /* end confdefs.h. */
4459 if ac_fn_c_try_compile "$LINENO"; then :
4463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4464 /* end confdefs.h. */
4474 if ac_fn_c_try_compile "$LINENO"; then :
4477 ac_c_werror_flag=$ac_save_c_werror_flag
4479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4480 /* end confdefs.h. */
4490 if ac_fn_c_try_compile "$LINENO"; then :
4493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4498 ac_c_werror_flag=$ac_save_c_werror_flag
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4501 $as_echo "$ac_cv_prog_cc_g" >&6; }
4502 if test "$ac_test_CFLAGS" = set; then
4503 CFLAGS=$ac_save_CFLAGS
4504 elif test $ac_cv_prog_cc_g = yes; then
4505 if test "$GCC" = yes; then
4511 if test "$GCC" = yes; then
4517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4518 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4519 if ${ac_cv_prog_cc_c89+:} false; then :
4520 $as_echo_n "(cached) " >&6
4522 ac_cv_prog_cc_c89=no
4524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4525 /* end confdefs.h. */
4529 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4530 struct buf { int x; };
4531 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4532 static char *e (p, i)
4538 static char *f (char * (*g) (char **, int), char **p, ...)
4543 s = g (p, va_arg (v,int));
4548 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4549 function prototypes and stuff, but not '\xHH' hex character constants.
4550 These don't provoke an error unfortunately, instead are silently treated
4551 as 'x'. The following induces an error, until -std is added to get
4552 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4553 array size at least. It's necessary to write '\x00'==0 to get something
4554 that's true only with -std. */
4555 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4557 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4558 inside strings and character constants. */
4560 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4562 int test (int i, double x);
4563 struct s1 {int (*f) (int a);};
4564 struct s2 {int (*f) (double a);};
4565 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4571 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4576 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4577 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4579 CC="$ac_save_CC $ac_arg"
4580 if ac_fn_c_try_compile "$LINENO"; then :
4581 ac_cv_prog_cc_c89=$ac_arg
4583 rm -f core conftest.err conftest.$ac_objext
4584 test "x$ac_cv_prog_cc_c89" != "xno" && break
4586 rm -f conftest.$ac_ext
4591 case "x$ac_cv_prog_cc_c89" in
4593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4594 $as_echo "none needed" >&6; } ;;
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4597 $as_echo "unsupported" >&6; } ;;
4599 CC="$CC $ac_cv_prog_cc_c89"
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4601 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4603 if test "x$ac_cv_prog_cc_c89" != xno; then :
4608 ac_cpp='$CPP $CPPFLAGS'
4609 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4610 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4611 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4614 ac_cpp='$CXXCPP $CPPFLAGS'
4615 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4616 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4617 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4618 if test -z "$CXX"; then
4619 if test -n "$CCC"; then
4622 if test -n "$ac_tool_prefix"; then
4623 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4625 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4626 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4628 $as_echo_n "checking for $ac_word... " >&6; }
4629 if ${ac_cv_prog_CXX+:} false; then :
4630 $as_echo_n "(cached) " >&6
4632 if test -n "$CXX"; then
4633 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4639 test -z "$as_dir" && as_dir=.
4640 for ac_exec_ext in '' $ac_executable_extensions; do
4641 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4642 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4653 if test -n "$CXX"; then
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4655 $as_echo "$CXX" >&6; }
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4658 $as_echo "no" >&6; }
4662 test -n "$CXX" && break
4665 if test -z "$CXX"; then
4667 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4669 # Extract the first word of "$ac_prog", so it can be a program name with args.
4670 set dummy $ac_prog; ac_word=$2
4671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4672 $as_echo_n "checking for $ac_word... " >&6; }
4673 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4674 $as_echo_n "(cached) " >&6
4676 if test -n "$ac_ct_CXX"; then
4677 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4683 test -z "$as_dir" && as_dir=.
4684 for ac_exec_ext in '' $ac_executable_extensions; do
4685 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4686 ac_cv_prog_ac_ct_CXX="$ac_prog"
4687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4696 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4697 if test -n "$ac_ct_CXX"; then
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4699 $as_echo "$ac_ct_CXX" >&6; }
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4702 $as_echo "no" >&6; }
4706 test -n "$ac_ct_CXX" && break
4709 if test "x$ac_ct_CXX" = x; then
4712 case $cross_compiling:$ac_tool_warned in
4714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4715 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4716 ac_tool_warned=yes ;;
4724 # Provide some information about the compiler.
4725 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4728 for ac_option in --version -v -V -qversion; do
4729 { { ac_try="$ac_compiler $ac_option >&5"
4731 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4732 *) ac_try_echo
=$ac_try;;
4734 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4735 $as_echo "$ac_try_echo"; } >&5
4736 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4738 if test -s conftest.err
; then
4740 ... rest of stderr output deleted ...
4741 10q' conftest.err
>conftest.er1
4742 cat conftest.er1
>&5
4744 rm -f conftest.er1 conftest.err
4745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4746 test $ac_status = 0; }
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4750 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4751 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4752 $as_echo_n "(cached) " >&6
4754 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4755 /* end confdefs.h. */
4768 if ac_fn_cxx_try_compile
"$LINENO"; then :
4773 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4774 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4778 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4779 if test $ac_compiler_gnu = yes; then
4784 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4785 ac_save_CXXFLAGS
=$CXXFLAGS
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4787 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4788 if ${ac_cv_prog_cxx_g+:} false
; then :
4789 $as_echo_n "(cached) " >&6
4791 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4792 ac_cxx_werror_flag
=yes
4795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4796 /* end confdefs.h. */
4806 if ac_fn_cxx_try_compile
"$LINENO"; then :
4807 ac_cv_prog_cxx_g
=yes
4810 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4811 /* end confdefs.h. */
4821 if ac_fn_cxx_try_compile
"$LINENO"; then :
4824 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4827 /* end confdefs.h. */
4837 if ac_fn_cxx_try_compile
"$LINENO"; then :
4838 ac_cv_prog_cxx_g
=yes
4840 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4842 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4844 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4845 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4848 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4849 if test "$ac_test_CXXFLAGS" = set; then
4850 CXXFLAGS
=$ac_save_CXXFLAGS
4851 elif test $ac_cv_prog_cxx_g = yes; then
4852 if test "$GXX" = yes; then
4858 if test "$GXX" = yes; then
4865 ac_cpp
='$CPP $CPPFLAGS'
4866 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4867 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4868 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4870 if test -n "$ac_tool_prefix"; then
4871 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4872 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4874 $as_echo_n "checking for $ac_word... " >&6; }
4875 if ${ac_cv_prog_CPPBIN+:} false
; then :
4876 $as_echo_n "(cached) " >&6
4878 if test -n "$CPPBIN"; then
4879 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4881 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4885 test -z "$as_dir" && as_dir
=.
4886 for ac_exec_ext
in '' $ac_executable_extensions; do
4887 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4888 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4898 CPPBIN
=$ac_cv_prog_CPPBIN
4899 if test -n "$CPPBIN"; then
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4901 $as_echo "$CPPBIN" >&6; }
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4904 $as_echo "no" >&6; }
4909 if test -z "$ac_cv_prog_CPPBIN"; then
4910 ac_ct_CPPBIN
=$CPPBIN
4911 # Extract the first word of "cpp", so it can be a program name with args.
4912 set dummy cpp
; ac_word
=$2
4913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4914 $as_echo_n "checking for $ac_word... " >&6; }
4915 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4916 $as_echo_n "(cached) " >&6
4918 if test -n "$ac_ct_CPPBIN"; then
4919 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4921 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4925 test -z "$as_dir" && as_dir
=.
4926 for ac_exec_ext
in '' $ac_executable_extensions; do
4927 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4928 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4938 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4939 if test -n "$ac_ct_CPPBIN"; then
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4941 $as_echo "$ac_ct_CPPBIN" >&6; }
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4944 $as_echo "no" >&6; }
4947 if test "x$ac_ct_CPPBIN" = x
; then
4950 case $cross_compiling:$ac_tool_warned in
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4953 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4954 ac_tool_warned
=yes ;;
4956 CPPBIN
=$ac_ct_CPPBIN
4959 CPPBIN
="$ac_cv_prog_CPPBIN"
4963 cat >>confdefs.h
<<_ACEOF
4964 #define EXEEXT "$ac_exeext"
4967 if test -n "$ac_tool_prefix"; then
4968 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4969 set dummy
${ac_tool_prefix}ld
; 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_LD+:} false
; then :
4973 $as_echo_n "(cached) " >&6
4975 if test -n "$LD"; then
4976 ac_cv_prog_LD
="$LD" # 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_LD
="${ac_tool_prefix}ld"
4986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4996 if test -n "$LD"; then
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4998 $as_echo "$LD" >&6; }
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5001 $as_echo "no" >&6; }
5006 if test -z "$ac_cv_prog_LD"; then
5008 # Extract the first word of "ld", so it can be a program name with args.
5009 set dummy ld
; ac_word
=$2
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5011 $as_echo_n "checking for $ac_word... " >&6; }
5012 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5013 $as_echo_n "(cached) " >&6
5015 if test -n "$ac_ct_LD"; then
5016 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5018 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5022 test -z "$as_dir" && as_dir
=.
5023 for ac_exec_ext
in '' $ac_executable_extensions; do
5024 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5025 ac_cv_prog_ac_ct_LD
="ld"
5026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5035 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5036 if test -n "$ac_ct_LD"; then
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5038 $as_echo "$ac_ct_LD" >&6; }
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5041 $as_echo "no" >&6; }
5044 if test "x$ac_ct_LD" = x
; then
5047 case $cross_compiling:$ac_tool_warned in
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5050 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5051 ac_tool_warned
=yes ;;
5062 with_fontconfig
=${with_fontconfig:-no}
5064 *-mingw32*|
*-cygwin*)
5065 enable_win16
=${enable_win16:-no}
5066 CFLAGS
="$CFLAGS -D_WIN32"
5072 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5077 $as_echo_n "checking whether $CC works... " >&6; }
5079 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5080 /* end confdefs.h. */
5090 if ac_fn_c_try_link
"$LINENO"; then :
5091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5092 $as_echo "yes" >&6; }
5094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5095 $as_echo "no" >&6; }
5096 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5098 rm -f core conftest.err conftest.
$ac_objext \
5099 conftest
$ac_exeext conftest.
$ac_ext
5101 notice_platform
="32-bit "
5104 enable_win16
=${enable_win16:-yes}
5106 if test "x${GCC}" = "xyes"
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5109 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5111 /* end confdefs.h. */
5116 void func(__builtin_ms_va_list *args);
5121 if ac_fn_c_try_compile
"$LINENO"; then :
5122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5123 $as_echo "yes" >&6; }
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5126 $as_echo "no" >&6; }
5127 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5129 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5134 notice_platform
="64-bit "
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5141 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5143 /* end confdefs.h. */
5144 int ac_test(int i) { return i; }
5148 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5153 if ac_fn_c_try_link
"$LINENO"; then :
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5155 $as_echo "yes" >&6; }
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5158 $as_echo "no" >&6; }
5159 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5161 rm -f core conftest.err conftest.
$ac_objext \
5162 conftest
$ac_exeext conftest.
$ac_ext
5163 CFLAGS
="$CFLAGS -marm"
5168 enable_win16
=${enable_win16:-yes}
5172 enable_win16
=${enable_win16:-no}
5173 enable_win64
=${enable_win64:-no}
5175 enable_winetest
=${enable_winetest:-$enable_tests}
5177 if test -n "$with_wine64"
5179 if test "x$enable_win64" = "xyes"
5181 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5182 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5184 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5185 You should create a separate build directory and run configure from there." "$LINENO" 5
5186 enable_fonts
=${enable_fonts:-no}
5187 enable_server
=${enable_server:-no}
5188 elif test "x$enable_win64" = "xyes"
5190 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5194 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5195 if ${wine_cv_toolsdir+:} false
; then :
5196 $as_echo_n "(cached) " >&6
5198 wine_cv_toolsdir
="$with_wine_tools"
5199 if test -z "$with_wine_tools"; then
5200 if test "$cross_compiling" = "yes"; then
5201 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5202 elif test -n "$with_wine64"; then
5203 wine_cv_toolsdir
="$with_wine64"
5206 if test -z "$wine_cv_toolsdir"; then
5207 wine_makedep
=tools
/makedep
5208 wine_cv_toolsdir
="\$(top_builddir)"
5209 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5210 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5211 case "$wine_cv_toolsdir" in
5213 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5215 enable_tools
=${enable_tools:-no}
5216 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5218 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5222 $as_echo "$wine_cv_toolsdir" >&6; }
5223 TOOLSDIR
=$wine_cv_toolsdir
5225 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5227 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5233 # Extract the first word of "$ac_prog", so it can be a program name with args.
5234 set dummy
$ac_prog; ac_word
=$2
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5236 $as_echo_n "checking for $ac_word... " >&6; }
5237 if ${ac_cv_prog_FLEX+:} false
; then :
5238 $as_echo_n "(cached) " >&6
5240 if test -n "$FLEX"; then
5241 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5243 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5247 test -z "$as_dir" && as_dir
=.
5248 for ac_exec_ext
in '' $ac_executable_extensions; do
5249 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5250 ac_cv_prog_FLEX
="$ac_prog"
5251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5260 FLEX
=$ac_cv_prog_FLEX
5261 if test -n "$FLEX"; then
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5263 $as_echo "$FLEX" >&6; }
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5266 $as_echo "no" >&6; }
5270 test -n "$FLEX" && break
5272 test -n "$FLEX" || FLEX
="none"
5274 if test "$FLEX" = "none"
5276 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5279 $as_echo_n "checking whether flex is recent enough... " >&6; }
5280 cat >conftest.l
<<EOF
5282 #include "prediluvian.h"
5286 if $FLEX -t conftest.l
>/dev
/null
2>&5
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5289 $as_echo "yes" >&6; }
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5292 $as_echo "no" >&6; }
5293 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5296 for ac_prog
in bison
5298 # Extract the first word of "$ac_prog", so it can be a program name with args.
5299 set dummy
$ac_prog; ac_word
=$2
5300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5301 $as_echo_n "checking for $ac_word... " >&6; }
5302 if ${ac_cv_prog_BISON+:} false
; then :
5303 $as_echo_n "(cached) " >&6
5305 if test -n "$BISON"; then
5306 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5308 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5312 test -z "$as_dir" && as_dir
=.
5313 for ac_exec_ext
in '' $ac_executable_extensions; do
5314 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5315 ac_cv_prog_BISON
="$ac_prog"
5316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5325 BISON
=$ac_cv_prog_BISON
5326 if test -n "$BISON"; then
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5328 $as_echo "$BISON" >&6; }
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5331 $as_echo "no" >&6; }
5335 test -n "$BISON" && break
5337 test -n "$BISON" || BISON
="none"
5339 if test "$BISON" = "none"
5341 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5344 if test -n "$ac_tool_prefix"; then
5345 for ac_prog
in ar gar
5347 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5348 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5350 $as_echo_n "checking for $ac_word... " >&6; }
5351 if ${ac_cv_prog_AR+:} false
; then :
5352 $as_echo_n "(cached) " >&6
5354 if test -n "$AR"; then
5355 ac_cv_prog_AR
="$AR" # Let the user override the test.
5357 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5361 test -z "$as_dir" && as_dir
=.
5362 for ac_exec_ext
in '' $ac_executable_extensions; do
5363 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5364 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5375 if test -n "$AR"; then
5376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5377 $as_echo "$AR" >&6; }
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5380 $as_echo "no" >&6; }
5384 test -n "$AR" && break
5387 if test -z "$AR"; then
5389 for ac_prog
in ar gar
5391 # Extract the first word of "$ac_prog", so it can be a program name with args.
5392 set dummy
$ac_prog; ac_word
=$2
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5394 $as_echo_n "checking for $ac_word... " >&6; }
5395 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5396 $as_echo_n "(cached) " >&6
5398 if test -n "$ac_ct_AR"; then
5399 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5401 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5405 test -z "$as_dir" && as_dir
=.
5406 for ac_exec_ext
in '' $ac_executable_extensions; do
5407 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5408 ac_cv_prog_ac_ct_AR
="$ac_prog"
5409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5418 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5419 if test -n "$ac_ct_AR"; then
5420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5421 $as_echo "$ac_ct_AR" >&6; }
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5424 $as_echo "no" >&6; }
5428 test -n "$ac_ct_AR" && break
5431 if test "x$ac_ct_AR" = x
; then
5434 case $cross_compiling:$ac_tool_warned in
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5437 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5438 ac_tool_warned
=yes ;;
5444 if test -n "$ac_tool_prefix"; then
5445 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5446 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5448 $as_echo_n "checking for $ac_word... " >&6; }
5449 if ${ac_cv_prog_STRIP+:} false
; then :
5450 $as_echo_n "(cached) " >&6
5452 if test -n "$STRIP"; then
5453 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5455 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5459 test -z "$as_dir" && as_dir
=.
5460 for ac_exec_ext
in '' $ac_executable_extensions; do
5461 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5462 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5472 STRIP
=$ac_cv_prog_STRIP
5473 if test -n "$STRIP"; then
5474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5475 $as_echo "$STRIP" >&6; }
5477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5478 $as_echo "no" >&6; }
5483 if test -z "$ac_cv_prog_STRIP"; then
5485 # Extract the first word of "strip", so it can be a program name with args.
5486 set dummy strip
; ac_word
=$2
5487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5488 $as_echo_n "checking for $ac_word... " >&6; }
5489 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5490 $as_echo_n "(cached) " >&6
5492 if test -n "$ac_ct_STRIP"; then
5493 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5495 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5499 test -z "$as_dir" && as_dir
=.
5500 for ac_exec_ext
in '' $ac_executable_extensions; do
5501 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5502 ac_cv_prog_ac_ct_STRIP
="strip"
5503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5512 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5513 if test -n "$ac_ct_STRIP"; then
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5515 $as_echo "$ac_ct_STRIP" >&6; }
5517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5518 $as_echo "no" >&6; }
5521 if test "x$ac_ct_STRIP" = x
; then
5524 case $cross_compiling:$ac_tool_warned in
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5527 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5528 ac_tool_warned
=yes ;;
5533 STRIP
="$ac_cv_prog_STRIP"
5538 if test -n "$ac_tool_prefix"; then
5539 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5540 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5542 $as_echo_n "checking for $ac_word... " >&6; }
5543 if ${ac_cv_prog_RANLIB+:} false
; then :
5544 $as_echo_n "(cached) " >&6
5546 if test -n "$RANLIB"; then
5547 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5549 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5553 test -z "$as_dir" && as_dir
=.
5554 for ac_exec_ext
in '' $ac_executable_extensions; do
5555 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5556 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5566 RANLIB
=$ac_cv_prog_RANLIB
5567 if test -n "$RANLIB"; then
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5569 $as_echo "$RANLIB" >&6; }
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5572 $as_echo "no" >&6; }
5577 if test -z "$ac_cv_prog_RANLIB"; then
5578 ac_ct_RANLIB
=$RANLIB
5579 # Extract the first word of "ranlib", so it can be a program name with args.
5580 set dummy ranlib
; ac_word
=$2
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5582 $as_echo_n "checking for $ac_word... " >&6; }
5583 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5584 $as_echo_n "(cached) " >&6
5586 if test -n "$ac_ct_RANLIB"; then
5587 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5589 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5593 test -z "$as_dir" && as_dir
=.
5594 for ac_exec_ext
in '' $ac_executable_extensions; do
5595 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5596 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5606 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5607 if test -n "$ac_ct_RANLIB"; then
5608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5609 $as_echo "$ac_ct_RANLIB" >&6; }
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5612 $as_echo "no" >&6; }
5615 if test "x$ac_ct_RANLIB" = x
; then
5618 case $cross_compiling:$ac_tool_warned in
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5621 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5622 ac_tool_warned
=yes ;;
5624 RANLIB
=$ac_ct_RANLIB
5627 RANLIB
="$ac_cv_prog_RANLIB"
5630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5631 $as_echo_n "checking whether ln -s works... " >&6; }
5633 if test "$LN_S" = "ln -s"; then
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5635 $as_echo "yes" >&6; }
5637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5638 $as_echo "no, using $LN_S" >&6; }
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5642 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5643 if ${ac_cv_path_GREP+:} false
; then :
5644 $as_echo_n "(cached) " >&6
5646 if test -z "$GREP"; then
5647 ac_path_GREP_found
=false
5648 # Loop through the user's path and test for each of PROGNAME-LIST
5649 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5650 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5653 test -z "$as_dir" && as_dir
=.
5654 for ac_prog
in grep ggrep
; do
5655 for ac_exec_ext
in '' $ac_executable_extensions; do
5656 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5657 as_fn_executable_p
"$ac_path_GREP" ||
continue
5658 # Check for GNU ac_path_GREP and select it if it is found.
5659 # Check for GNU $ac_path_GREP
5660 case `"$ac_path_GREP" --version 2>&1` in
5662 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5665 $as_echo_n 0123456789 >"conftest.in"
5668 cat "conftest.in" "conftest.in" >"conftest.tmp"
5669 mv "conftest.tmp" "conftest.in"
5670 cp "conftest.in" "conftest.nl"
5671 $as_echo 'GREP' >> "conftest.nl"
5672 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5673 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5674 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5675 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5676 # Best one so far, save it but keep looking for a better one
5677 ac_cv_path_GREP
="$ac_path_GREP"
5678 ac_path_GREP_max
=$ac_count
5680 # 10*(2^10) chars as input seems more than enough
5681 test $ac_count -gt 10 && break
5683 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5686 $ac_path_GREP_found && break 3
5691 if test -z "$ac_cv_path_GREP"; then
5692 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5695 ac_cv_path_GREP
=$GREP
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5700 $as_echo "$ac_cv_path_GREP" >&6; }
5701 GREP
="$ac_cv_path_GREP"
5704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5705 $as_echo_n "checking for egrep... " >&6; }
5706 if ${ac_cv_path_EGREP+:} false
; then :
5707 $as_echo_n "(cached) " >&6
5709 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5710 then ac_cv_path_EGREP
="$GREP -E"
5712 if test -z "$EGREP"; then
5713 ac_path_EGREP_found
=false
5714 # Loop through the user's path and test for each of PROGNAME-LIST
5715 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5716 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5719 test -z "$as_dir" && as_dir
=.
5720 for ac_prog
in egrep; do
5721 for ac_exec_ext
in '' $ac_executable_extensions; do
5722 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5723 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5724 # Check for GNU ac_path_EGREP and select it if it is found.
5725 # Check for GNU $ac_path_EGREP
5726 case `"$ac_path_EGREP" --version 2>&1` in
5728 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5731 $as_echo_n 0123456789 >"conftest.in"
5734 cat "conftest.in" "conftest.in" >"conftest.tmp"
5735 mv "conftest.tmp" "conftest.in"
5736 cp "conftest.in" "conftest.nl"
5737 $as_echo 'EGREP' >> "conftest.nl"
5738 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5739 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5740 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5741 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5742 # Best one so far, save it but keep looking for a better one
5743 ac_cv_path_EGREP
="$ac_path_EGREP"
5744 ac_path_EGREP_max
=$ac_count
5746 # 10*(2^10) chars as input seems more than enough
5747 test $ac_count -gt 10 && break
5749 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5752 $ac_path_EGREP_found && break 3
5757 if test -z "$ac_cv_path_EGREP"; then
5758 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5761 ac_cv_path_EGREP
=$EGREP
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5767 $as_echo "$ac_cv_path_EGREP" >&6; }
5768 EGREP
="$ac_cv_path_EGREP"
5771 # Extract the first word of "ldconfig", so it can be a program name with args.
5772 set dummy ldconfig
; ac_word
=$2
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5774 $as_echo_n "checking for $ac_word... " >&6; }
5775 if ${ac_cv_path_LDCONFIG+:} false
; then :
5776 $as_echo_n "(cached) " >&6
5780 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5783 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5784 for as_dir
in /sbin
/usr
/sbin
$PATH
5787 test -z "$as_dir" && as_dir
=.
5788 for ac_exec_ext
in '' $ac_executable_extensions; do
5789 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5790 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5798 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5802 LDCONFIG
=$ac_cv_path_LDCONFIG
5803 if test -n "$LDCONFIG"; then
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5805 $as_echo "$LDCONFIG" >&6; }
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5808 $as_echo "no" >&6; }
5812 for ac_prog
in msgfmt
5814 # Extract the first word of "$ac_prog", so it can be a program name with args.
5815 set dummy
$ac_prog; ac_word
=$2
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5817 $as_echo_n "checking for $ac_word... " >&6; }
5818 if ${ac_cv_prog_MSGFMT+:} false
; then :
5819 $as_echo_n "(cached) " >&6
5821 if test -n "$MSGFMT"; then
5822 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5824 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5828 test -z "$as_dir" && as_dir
=.
5829 for ac_exec_ext
in '' $ac_executable_extensions; do
5830 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5831 ac_cv_prog_MSGFMT
="$ac_prog"
5832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5841 MSGFMT
=$ac_cv_prog_MSGFMT
5842 if test -n "$MSGFMT"; then
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5844 $as_echo "$MSGFMT" >&6; }
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5847 $as_echo "no" >&6; }
5851 test -n "$MSGFMT" && break
5853 test -n "$MSGFMT" || MSGFMT
="false"
5855 if ${ac_tool_prefix+:} false
; then :
5856 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5857 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5859 $as_echo_n "checking for $ac_word... " >&6; }
5860 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5861 $as_echo_n "(cached) " >&6
5863 if test -n "$PKG_CONFIG"; then
5864 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5866 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5870 test -z "$as_dir" && as_dir
=.
5871 for ac_exec_ext
in '' $ac_executable_extensions; do
5872 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5873 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5883 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5884 if test -n "$PKG_CONFIG"; then
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5886 $as_echo "$PKG_CONFIG" >&6; }
5888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5889 $as_echo "no" >&6; }
5894 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5895 if test "x$cross_compiling" = xyes
; then :
5898 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5899 # Extract the first word of "pkg-config", so it can be a program name with args.
5900 set dummy pkg-config
; ac_word
=$2
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5902 $as_echo_n "checking for $ac_word... " >&6; }
5903 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5904 $as_echo_n "(cached) " >&6
5906 if test -n "$PKG_CONFIG"; then
5907 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5909 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5913 test -z "$as_dir" && as_dir
=.
5914 for ac_exec_ext
in '' $ac_executable_extensions; do
5915 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5916 ac_cv_prog_PKG_CONFIG
="pkg-config"
5917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5926 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5927 if test -n "$PKG_CONFIG"; then
5928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5929 $as_echo "$PKG_CONFIG" >&6; }
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5932 $as_echo "no" >&6; }
5938 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5941 if test "x$enable_maintainer_mode" != "xyes"
5948 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5949 for ac_prog
in fontforge
5951 # Extract the first word of "$ac_prog", so it can be a program name with args.
5952 set dummy
$ac_prog; ac_word
=$2
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5954 $as_echo_n "checking for $ac_word... " >&6; }
5955 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5956 $as_echo_n "(cached) " >&6
5958 if test -n "$FONTFORGE"; then
5959 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5961 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5965 test -z "$as_dir" && as_dir
=.
5966 for ac_exec_ext
in '' $ac_executable_extensions; do
5967 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5968 ac_cv_prog_FONTFORGE
="$ac_prog"
5969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5978 FONTFORGE
=$ac_cv_prog_FONTFORGE
5979 if test -n "$FONTFORGE"; then
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5981 $as_echo "$FONTFORGE" >&6; }
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5984 $as_echo "no" >&6; }
5988 test -n "$FONTFORGE" && break
5990 test -n "$FONTFORGE" || FONTFORGE
="false"
5992 for ac_prog
in rsvg-convert rsvg
5994 # Extract the first word of "$ac_prog", so it can be a program name with args.
5995 set dummy
$ac_prog; ac_word
=$2
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5997 $as_echo_n "checking for $ac_word... " >&6; }
5998 if ${ac_cv_prog_RSVG+:} false
; then :
5999 $as_echo_n "(cached) " >&6
6001 if test -n "$RSVG"; then
6002 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6004 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6008 test -z "$as_dir" && as_dir
=.
6009 for ac_exec_ext
in '' $ac_executable_extensions; do
6010 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6011 ac_cv_prog_RSVG
="$ac_prog"
6012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6021 RSVG
=$ac_cv_prog_RSVG
6022 if test -n "$RSVG"; then
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6024 $as_echo "$RSVG" >&6; }
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6027 $as_echo "no" >&6; }
6031 test -n "$RSVG" && break
6033 test -n "$RSVG" || RSVG
="false"
6035 for ac_prog
in convert
6037 # Extract the first word of "$ac_prog", so it can be a program name with args.
6038 set dummy
$ac_prog; ac_word
=$2
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6040 $as_echo_n "checking for $ac_word... " >&6; }
6041 if ${ac_cv_prog_CONVERT+:} false
; then :
6042 $as_echo_n "(cached) " >&6
6044 if test -n "$CONVERT"; then
6045 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6047 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6051 test -z "$as_dir" && as_dir
=.
6052 for ac_exec_ext
in '' $ac_executable_extensions; do
6053 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6054 ac_cv_prog_CONVERT
="$ac_prog"
6055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6064 CONVERT
=$ac_cv_prog_CONVERT
6065 if test -n "$CONVERT"; then
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6067 $as_echo "$CONVERT" >&6; }
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6070 $as_echo "no" >&6; }
6074 test -n "$CONVERT" && break
6076 test -n "$CONVERT" || CONVERT
="false"
6078 for ac_prog
in icotool
6080 # Extract the first word of "$ac_prog", so it can be a program name with args.
6081 set dummy
$ac_prog; ac_word
=$2
6082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6083 $as_echo_n "checking for $ac_word... " >&6; }
6084 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6085 $as_echo_n "(cached) " >&6
6087 if test -n "$ICOTOOL"; then
6088 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6090 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6094 test -z "$as_dir" && as_dir
=.
6095 for ac_exec_ext
in '' $ac_executable_extensions; do
6096 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6097 ac_cv_prog_ICOTOOL
="$ac_prog"
6098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6107 ICOTOOL
=$ac_cv_prog_ICOTOOL
6108 if test -n "$ICOTOOL"; then
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6110 $as_echo "$ICOTOOL" >&6; }
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6113 $as_echo "no" >&6; }
6117 test -n "$ICOTOOL" && break
6119 test -n "$ICOTOOL" || ICOTOOL
="false"
6121 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6122 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6124 if test "$CONVERT" = false
6126 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6129 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6130 convert_version
=`convert --version | head -n1`
6131 if test "x$convert_version" != "x"
6133 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6134 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6135 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6140 if test "$CONVERT" = false
6142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6143 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6144 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6147 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6151 if test "$ICOTOOL" = false
6153 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6156 $as_echo_n "checking for recent enough icotool... " >&6; }
6157 icotool_version
=`icotool --version | head -n1`
6158 if test "x$icotool_version" != "x"
6160 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6161 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6162 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6165 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6168 if test "$ICOTOOL" = false
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6171 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6172 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6175 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6181 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6184 test "x$with_gettext" != xno || MSGFMT
=false
6185 if test "$MSGFMT" != "false"
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6188 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6189 cat >conftest.po
<<EOF
6195 if $MSGFMT -o /dev
/null conftest.po
2>&5
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6198 $as_echo "yes" >&6; }
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6201 $as_echo "no" >&6; }
6205 if test "$MSGFMT" = false
; then :
6206 case "x$with_gettext" in
6207 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6209 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6210 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6212 enable_po
=${enable_po:-no}
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6217 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6218 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6219 $as_echo_n "(cached) " >&6
6221 ac_check_lib_save_LIBS
=$LIBS
6223 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6224 /* end confdefs.h. */
6226 /* Override any GCC internal prototype to avoid an error.
6227 Use char because int might match the return type of a GCC
6228 builtin and then its argument prototype would still apply. */
6232 char i386_set_ldt ();
6236 return i386_set_ldt ();
6241 if ac_fn_c_try_link
"$LINENO"; then :
6242 ac_cv_lib_i386_i386_set_ldt
=yes
6244 ac_cv_lib_i386_i386_set_ldt
=no
6246 rm -f core conftest.err conftest.
$ac_objext \
6247 conftest
$ac_exeext conftest.
$ac_ext
6248 LIBS
=$ac_check_lib_save_LIBS
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6251 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6252 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6253 cat >>confdefs.h
<<_ACEOF
6254 #define HAVE_LIBI386 1
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6262 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6263 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6264 $as_echo_n "(cached) " >&6
6266 ac_check_lib_save_LIBS
=$LIBS
6267 LIBS
="-lossaudio $LIBS"
6268 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6269 /* end confdefs.h. */
6271 /* Override any GCC internal prototype to avoid an error.
6272 Use char because int might match the return type of a GCC
6273 builtin and then its argument prototype would still apply. */
6281 return _oss_ioctl ();
6286 if ac_fn_c_try_link
"$LINENO"; then :
6287 ac_cv_lib_ossaudio__oss_ioctl
=yes
6289 ac_cv_lib_ossaudio__oss_ioctl
=no
6291 rm -f core conftest.err conftest.
$ac_objext \
6292 conftest
$ac_exeext conftest.
$ac_ext
6293 LIBS
=$ac_check_lib_save_LIBS
6295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6296 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6297 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6298 cat >>confdefs.h
<<_ACEOF
6299 #define HAVE_LIBOSSAUDIO 1
6302 LIBS
="-lossaudio $LIBS"
6311 # Check whether --enable-largefile was given.
6312 if test "${enable_largefile+set}" = set; then :
6313 enableval
=$enable_largefile;
6316 if test "$enable_largefile" != no
; then
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6319 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6320 if ${ac_cv_sys_largefile_CC+:} false
; then :
6321 $as_echo_n "(cached) " >&6
6323 ac_cv_sys_largefile_CC
=no
6324 if test "$GCC" != yes; then
6327 # IRIX 6.2 and later do not support large files by default,
6328 # so use the C compiler's -n32 option if that helps.
6329 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6330 /* end confdefs.h. */
6331 #include <sys/types.h>
6332 /* Check that off_t can represent 2**63 - 1 correctly.
6333 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6334 since some C++ compilers masquerading as C compilers
6335 incorrectly reject 9223372036854775807. */
6336 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6337 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6338 && LARGE_OFF_T % 2147483647 == 1)
6348 if ac_fn_c_try_compile
"$LINENO"; then :
6351 rm -f core conftest.err conftest.
$ac_objext
6353 if ac_fn_c_try_compile
"$LINENO"; then :
6354 ac_cv_sys_largefile_CC
=' -n32'; break
6356 rm -f core conftest.err conftest.
$ac_objext
6360 rm -f conftest.
$ac_ext
6363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6364 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6365 if test "$ac_cv_sys_largefile_CC" != no
; then
6366 CC
=$CC$ac_cv_sys_largefile_CC
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6370 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6371 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6372 $as_echo_n "(cached) " >&6
6375 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6376 /* end confdefs.h. */
6377 #include <sys/types.h>
6378 /* Check that off_t can represent 2**63 - 1 correctly.
6379 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6380 since some C++ compilers masquerading as C compilers
6381 incorrectly reject 9223372036854775807. */
6382 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6383 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6384 && LARGE_OFF_T % 2147483647 == 1)
6394 if ac_fn_c_try_compile
"$LINENO"; then :
6395 ac_cv_sys_file_offset_bits
=no
; break
6397 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6398 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6399 /* end confdefs.h. */
6400 #define _FILE_OFFSET_BITS 64
6401 #include <sys/types.h>
6402 /* Check that off_t can represent 2**63 - 1 correctly.
6403 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6404 since some C++ compilers masquerading as C compilers
6405 incorrectly reject 9223372036854775807. */
6406 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6407 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6408 && LARGE_OFF_T % 2147483647 == 1)
6418 if ac_fn_c_try_compile
"$LINENO"; then :
6419 ac_cv_sys_file_offset_bits
=64; break
6421 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6422 ac_cv_sys_file_offset_bits
=unknown
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6427 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6428 case $ac_cv_sys_file_offset_bits in #(
6431 cat >>confdefs.h
<<_ACEOF
6432 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6437 if test $ac_cv_sys_file_offset_bits = unknown
; then
6438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6439 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6440 if ${ac_cv_sys_large_files+:} false
; then :
6441 $as_echo_n "(cached) " >&6
6444 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6445 /* end confdefs.h. */
6446 #include <sys/types.h>
6447 /* Check that off_t can represent 2**63 - 1 correctly.
6448 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6449 since some C++ compilers masquerading as C compilers
6450 incorrectly reject 9223372036854775807. */
6451 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6452 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6453 && LARGE_OFF_T % 2147483647 == 1)
6463 if ac_fn_c_try_compile
"$LINENO"; then :
6464 ac_cv_sys_large_files
=no
; break
6466 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6468 /* end confdefs.h. */
6469 #define _LARGE_FILES 1
6470 #include <sys/types.h>
6471 /* Check that off_t can represent 2**63 - 1 correctly.
6472 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6473 since some C++ compilers masquerading as C compilers
6474 incorrectly reject 9223372036854775807. */
6475 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6476 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6477 && LARGE_OFF_T % 2147483647 == 1)
6487 if ac_fn_c_try_compile
"$LINENO"; then :
6488 ac_cv_sys_large_files
=1; break
6490 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6491 ac_cv_sys_large_files
=unknown
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6496 $as_echo "$ac_cv_sys_large_files" >&6; }
6497 case $ac_cv_sys_large_files in #(
6500 cat >>confdefs.h
<<_ACEOF
6501 #define _LARGE_FILES $ac_cv_sys_large_files
6513 ac_cpp
='$CPP $CPPFLAGS'
6514 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6515 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6516 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6518 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6519 # On Suns, sometimes $CPP names a directory.
6520 if test -n "$CPP" && test -d "$CPP"; then
6523 if test -z "$CPP"; then
6524 if ${ac_cv_prog_CPP+:} false
; then :
6525 $as_echo_n "(cached) " >&6
6527 # Double quotes because CPP needs to be expanded
6528 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6531 for ac_c_preproc_warn_flag
in '' yes
6533 # Use a header file that comes with gcc, so configuring glibc
6534 # with a fresh cross-compiler works.
6535 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6536 # <limits.h> exists even on freestanding compilers.
6537 # On the NeXT, cc -E runs the code through the compiler's parser,
6538 # not just through cpp. "Syntax error" is here to catch this case.
6539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6540 /* end confdefs.h. */
6542 # include <limits.h>
6544 # include <assert.h>
6548 if ac_fn_c_try_cpp
"$LINENO"; then :
6551 # Broken: fails on valid input.
6554 rm -f conftest.err conftest.i conftest.
$ac_ext
6556 # OK, works on sane cases. Now check whether nonexistent headers
6557 # can be detected and how.
6558 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6559 /* end confdefs.h. */
6560 #include <ac_nonexistent.h>
6562 if ac_fn_c_try_cpp
"$LINENO"; then :
6563 # Broken: success on invalid input.
6566 # Passes both tests.
6570 rm -f conftest.err conftest.i conftest.
$ac_ext
6573 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6574 rm -f conftest.i conftest.err conftest.
$ac_ext
6575 if $ac_preproc_ok; then :
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6588 $as_echo "$CPP" >&6; }
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 :
6637 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6638 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6639 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6640 See \`config.log' for more details" "$LINENO" 5; }
6644 ac_cpp
='$CPP $CPPFLAGS'
6645 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6646 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6647 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6651 $as_echo_n "checking for ANSI C header files... " >&6; }
6652 if ${ac_cv_header_stdc+:} false
; then :
6653 $as_echo_n "(cached) " >&6
6655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6656 /* end confdefs.h. */
6670 if ac_fn_c_try_compile
"$LINENO"; then :
6671 ac_cv_header_stdc
=yes
6673 ac_cv_header_stdc
=no
6675 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6677 if test $ac_cv_header_stdc = yes; then
6678 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6680 /* end confdefs.h. */
6684 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6685 $EGREP "memchr" >/dev
/null
2>&1; then :
6688 ac_cv_header_stdc
=no
6694 if test $ac_cv_header_stdc = yes; then
6695 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6696 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6697 /* end confdefs.h. */
6701 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6702 $EGREP "free" >/dev
/null
2>&1; then :
6705 ac_cv_header_stdc
=no
6711 if test $ac_cv_header_stdc = yes; then
6712 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6713 if test "$cross_compiling" = yes; then :
6716 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6717 /* end confdefs.h. */
6720 #if ((' ' & 0x0FF) == 0x020)
6721 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6722 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6724 # define ISLOWER(c) \
6725 (('a' <= (c) && (c) <= 'i') \
6726 || ('j' <= (c) && (c) <= 'r') \
6727 || ('s' <= (c) && (c) <= 'z'))
6728 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6731 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6736 for (i = 0; i < 256; i++)
6737 if (XOR (islower (i), ISLOWER (i))
6738 || toupper (i) != TOUPPER (i))
6743 if ac_fn_c_try_run
"$LINENO"; then :
6746 ac_cv_header_stdc
=no
6748 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6749 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6755 $as_echo "$ac_cv_header_stdc" >&6; }
6756 if test $ac_cv_header_stdc = yes; then
6758 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6762 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6763 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6764 inttypes.h stdint.h unistd.h
6766 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6767 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6769 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6770 cat >>confdefs.h
<<_ACEOF
6771 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6781 ApplicationServices
/ApplicationServices.h \
6782 AudioToolbox
/AudioConverter.h \
6783 AudioUnit
/AudioUnit.h \
6784 AudioUnit
/AudioComponent.h \
6787 CommonCrypto
/CommonDigest.h \
6788 CoreAudio
/CoreAudio.h \
6789 CoreServices
/CoreServices.h \
6790 DiskArbitration
/DiskArbitration.h \
6792 IOKit
/hid
/IOHIDLib.h \
6795 QuickTime
/ImageCompression.h \
6796 Security
/Security.h \
6848 netinet
/in_systm.h \
6912 valgrind
/memcheck.h \
6913 valgrind
/valgrind.h \
6917 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6918 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6919 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6920 cat >>confdefs.h
<<_ACEOF
6921 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5
6929 $as_echo_n "checking whether sys/types.h defines makedev... " >&6; }
6930 if ${ac_cv_header_sys_types_h_makedev+:} false
; then :
6931 $as_echo_n "(cached) " >&6
6933 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6934 /* end confdefs.h. */
6935 #include <sys/types.h>
6939 return makedev(0, 0);
6944 if ac_fn_c_try_link
"$LINENO"; then :
6945 ac_cv_header_sys_types_h_makedev
=yes
6947 ac_cv_header_sys_types_h_makedev
=no
6949 rm -f core conftest.err conftest.
$ac_objext \
6950 conftest
$ac_exeext conftest.
$ac_ext
6953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5
6954 $as_echo "$ac_cv_header_sys_types_h_makedev" >&6; }
6956 if test $ac_cv_header_sys_types_h_makedev = no
; then
6957 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
6958 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
6960 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
6966 if test $ac_cv_header_sys_mkdev_h = no
; then
6967 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
6968 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
6970 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6979 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6980 if ${ac_cv_header_stat_broken+:} false
; then :
6981 $as_echo_n "(cached) " >&6
6983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6984 /* end confdefs.h. */
6985 #include <sys/types.h>
6986 #include <sys/stat.h>
6988 #if defined S_ISBLK && defined S_IFDIR
6989 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6992 #if defined S_ISBLK && defined S_IFCHR
6993 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6996 #if defined S_ISLNK && defined S_IFREG
6997 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7000 #if defined S_ISSOCK && defined S_IFREG
7001 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7005 if ac_fn_c_try_compile
"$LINENO"; then :
7006 ac_cv_header_stat_broken
=no
7008 ac_cv_header_stat_broken
=yes
7010 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7013 $as_echo "$ac_cv_header_stat_broken" >&6; }
7014 if test $ac_cv_header_stat_broken = yes; then
7016 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7022 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7024 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7025 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7026 #ifdef HAVE_SYS_PARAM_H
7027 # include <sys/param.h>
7030 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7031 cat >>confdefs.h
<<_ACEOF
7032 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7047 netinet
/if_ether.h \
7048 netinet
/if_inarp.h \
7057 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7058 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7059 #ifdef HAVE_SYS_SOCKET_H
7060 # include <sys/socket.h>
7062 #ifdef HAVE_SYS_SOCKETVAR_H
7063 # include <sys/socketvar.h>
7065 #ifdef HAVE_NET_ROUTE_H
7066 # include <net/route.h>
7068 #ifdef HAVE_NETINET_IN_H
7069 # include <netinet/in.h>
7071 #ifdef HAVE_NETINET_IN_SYSTM_H
7072 # include <netinet/in_systm.h>
7074 #ifdef HAVE_NET_IF_H
7075 # include <net/if.h>
7077 #ifdef HAVE_NETINET_IP_H
7078 # include <netinet/ip.h>
7081 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7082 cat >>confdefs.h
<<_ACEOF
7083 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7091 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7093 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7094 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7098 #ifdef HAVE_SYS_SOCKET_H
7099 # include <sys/socket.h>
7101 #ifdef HAVE_SYS_SOCKETVAR_H
7102 # include <sys/socketvar.h>
7104 #ifdef HAVE_SYS_TIMEOUT_H
7105 # include <sys/timeout.h>
7107 #ifdef HAVE_NETINET_IN_H
7108 # include <netinet/in.h>
7110 #ifdef HAVE_NETINET_IN_SYSTM_H
7111 # include <netinet/in_systm.h>
7113 #ifdef HAVE_NETINET_IP_H
7114 # include <netinet/ip.h>
7116 #ifdef HAVE_NETINET_IP_VAR_H
7117 # include <netinet/ip_var.h>
7119 #ifdef HAVE_NETINET_IP_ICMP_H
7120 # include <netinet/ip_icmp.h>
7122 #ifdef HAVE_NETINET_UDP_H
7123 # include <netinet/udp.h>
7125 #ifdef HAVE_NETINET_TCP_H
7126 # include <netinet/tcp.h>
7128 #ifdef HAVE_NETINET_TCP_TIMER_H
7129 #include <netinet/tcp_timer.h>
7132 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7133 cat >>confdefs.h
<<_ACEOF
7134 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7142 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7144 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7145 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7146 #ifdef HAVE_ASM_TYPES_H
7147 # include <asm/types.h>
7149 #ifdef HAVE_SYS_SOCKET_H
7150 # include <sys/socket.h>
7152 #ifdef HAVE_LINUX_TYPES_H
7153 # include <linux/types.h>
7156 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7157 cat >>confdefs.h
<<_ACEOF
7158 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7166 for ac_header
in mach-o
/dyld_images.h
7168 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7169 # include <stdbool.h>
7171 #ifdef HAVE_STDINT_H
7172 # include <stdint.h>
7175 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7176 cat >>confdefs.h
<<_ACEOF
7177 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7185 for ac_header
in resolv.h
7187 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7188 #ifdef HAVE_SYS_SOCKET_H
7189 # include <sys/socket.h>
7191 #ifdef HAVE_NETINET_IN_H
7192 # include <netinet/in.h>
7194 #ifdef HAVE_ARPA_NAMESER_H
7195 # include <arpa/nameser.h>
7198 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7199 cat >>confdefs.h
<<_ACEOF
7200 #define HAVE_RESOLV_H 1
7208 for ac_header
in ifaddrs.h
7210 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7212 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7213 cat >>confdefs.h
<<_ACEOF
7214 #define HAVE_IFADDRS_H 1
7222 for ac_header
in sys
/ucontext.h
7224 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7226 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7227 cat >>confdefs.h
<<_ACEOF
7228 #define HAVE_SYS_UCONTEXT_H 1
7236 for ac_header
in sys
/thr.h
7238 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7239 #ifdef HAVE_SYS_UCONTEXT_H
7240 #include <sys/ucontext.h>
7243 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7244 cat >>confdefs.h
<<_ACEOF
7245 #define HAVE_SYS_THR_H 1
7253 for ac_header
in pthread_np.h
7255 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7256 #include <pthread.h>
7259 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7260 cat >>confdefs.h
<<_ACEOF
7261 #define HAVE_PTHREAD_NP_H 1
7269 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7271 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7272 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7273 #include <sys/time.h>
7275 #include <sys/types.h>
7276 #ifdef HAVE_ASM_TYPES_H
7277 #include <asm/types.h>
7280 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7281 cat >>confdefs.h
<<_ACEOF
7282 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7290 for ac_header
in libprocstat.h
7292 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7293 #include <sys/param.h>
7295 #ifdef HAVE_SYS_QUEUE_H
7296 #include <sys/queue.h>
7298 #ifdef HAVE_SYS_SOCKET_H
7299 #include <sys/socket.h>
7302 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7303 cat >>confdefs.h
<<_ACEOF
7304 #define HAVE_LIBPROCSTAT_H 1
7313 dlldir
="\${libdir}/wine"
7315 DLLFLAGS
="-D_REENTRANT"
7326 # Extract the first word of "ldd", so it can be a program name with args.
7327 set dummy ldd
; ac_word
=$2
7328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7329 $as_echo_n "checking for $ac_word... " >&6; }
7330 if ${ac_cv_path_LDD+:} false
; then :
7331 $as_echo_n "(cached) " >&6
7335 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7338 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7339 as_dummy
="/sbin:/usr/sbin:$PATH"
7340 for as_dir
in $as_dummy
7343 test -z "$as_dir" && as_dir
=.
7344 for ac_exec_ext
in '' $ac_executable_extensions; do
7345 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7346 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7354 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7359 if test -n "$LDD"; then
7360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7361 $as_echo "$LDD" >&6; }
7363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7364 $as_echo "no" >&6; }
7368 if test -n "$ac_tool_prefix"; then
7369 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7370 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7372 $as_echo_n "checking for $ac_word... " >&6; }
7373 if ${ac_cv_prog_OTOOL+:} false
; then :
7374 $as_echo_n "(cached) " >&6
7376 if test -n "$OTOOL"; then
7377 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7379 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7383 test -z "$as_dir" && as_dir
=.
7384 for ac_exec_ext
in '' $ac_executable_extensions; do
7385 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7386 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7396 OTOOL
=$ac_cv_prog_OTOOL
7397 if test -n "$OTOOL"; then
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7399 $as_echo "$OTOOL" >&6; }
7401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7402 $as_echo "no" >&6; }
7407 if test -z "$ac_cv_prog_OTOOL"; then
7409 # Extract the first word of "otool", so it can be a program name with args.
7410 set dummy otool
; ac_word
=$2
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7412 $as_echo_n "checking for $ac_word... " >&6; }
7413 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7414 $as_echo_n "(cached) " >&6
7416 if test -n "$ac_ct_OTOOL"; then
7417 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7419 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7423 test -z "$as_dir" && as_dir
=.
7424 for ac_exec_ext
in '' $ac_executable_extensions; do
7425 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7426 ac_cv_prog_ac_ct_OTOOL
="otool"
7427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7436 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7437 if test -n "$ac_ct_OTOOL"; then
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7439 $as_echo "$ac_ct_OTOOL" >&6; }
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7442 $as_echo "no" >&6; }
7445 if test "x$ac_ct_OTOOL" = x
; then
7448 case $cross_compiling:$ac_tool_warned in
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7451 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7452 ac_tool_warned
=yes ;;
7457 OTOOL
="$ac_cv_prog_OTOOL"
7460 if test -n "$ac_tool_prefix"; then
7461 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7462 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7464 $as_echo_n "checking for $ac_word... " >&6; }
7465 if ${ac_cv_prog_READELF+:} false
; then :
7466 $as_echo_n "(cached) " >&6
7468 if test -n "$READELF"; then
7469 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7471 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7475 test -z "$as_dir" && as_dir
=.
7476 for ac_exec_ext
in '' $ac_executable_extensions; do
7477 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7478 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7488 READELF
=$ac_cv_prog_READELF
7489 if test -n "$READELF"; then
7490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7491 $as_echo "$READELF" >&6; }
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7494 $as_echo "no" >&6; }
7499 if test -z "$ac_cv_prog_READELF"; then
7500 ac_ct_READELF
=$READELF
7501 # Extract the first word of "readelf", so it can be a program name with args.
7502 set dummy readelf
; ac_word
=$2
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7504 $as_echo_n "checking for $ac_word... " >&6; }
7505 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7506 $as_echo_n "(cached) " >&6
7508 if test -n "$ac_ct_READELF"; then
7509 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7511 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7515 test -z "$as_dir" && as_dir
=.
7516 for ac_exec_ext
in '' $ac_executable_extensions; do
7517 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7518 ac_cv_prog_ac_ct_READELF
="readelf"
7519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7528 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7529 if test -n "$ac_ct_READELF"; then
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7531 $as_echo "$ac_ct_READELF" >&6; }
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7534 $as_echo "no" >&6; }
7537 if test "x$ac_ct_READELF" = x
; then
7540 case $cross_compiling:$ac_tool_warned in
7542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7543 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7544 ac_tool_warned
=yes ;;
7546 READELF
=$ac_ct_READELF
7549 READELF
="$ac_cv_prog_READELF"
7552 wine_rules_file
=conf$
$rules.
make
7553 rm -f $wine_rules_file
7558 CONFIGURE_TARGETS
=""
7560 ALL_TEST_RESOURCES
=""
7563 wine_fn_append_file
()
7565 as_fn_append
$1 " \\$as_nl $2"
7568 wine_fn_append_rule
()
7570 $as_echo "$1" >>$wine_rules_file
7575 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7578 wine_fn_all_rules
()
7580 wine_fn_append_file SUBDIRS
$ac_dir
7581 wine_fn_append_rule \
7585 @cd $ac_dir && \$(MAKE)"
7588 wine_fn_install_rules
()
7590 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7592 wine_fn_append_rule \
7593 ".PHONY: $ac_dir/install $ac_dir/uninstall
7594 $ac_dir/install:: $ac_dir
7595 @cd $ac_dir && \$(MAKE) install
7597 @cd $ac_dir && \$(MAKE) uninstall
7598 install:: $ac_dir/install
7599 __uninstall__: $ac_dir/uninstall"
7601 if wine_fn_has_flag install-lib
7603 wine_fn_append_rule \
7604 ".PHONY: $ac_dir/install-lib
7605 $ac_dir/install-lib:: $ac_dir
7606 @cd $ac_dir && \$(MAKE) install-lib
7607 install-lib:: $ac_dir/install-lib"
7610 if wine_fn_has_flag install-dev
7612 wine_fn_append_rule \
7613 ".PHONY: $ac_dir/install-dev
7614 $ac_dir/install-dev:: $ac_dir
7615 @cd $ac_dir && \$(MAKE) install-dev
7616 install-dev:: $ac_dir/install-dev"
7620 wine_fn_clean_rules
()
7624 if wine_fn_has_flag clean
7626 wine_fn_append_rule \
7627 "$ac_dir/clean: dummy
7628 @cd $ac_dir && \$(MAKE) clean"
7630 wine_fn_append_rule \
7631 "$ac_dir/clean: dummy
7632 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7634 wine_fn_append_rule \
7635 "__clean__: $ac_dir/clean
7636 .PHONY: $ac_dir/clean"
7639 wine_fn_disabled_rules
()
7643 wine_fn_append_file SUBDIRS
$ac_dir
7644 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7645 wine_fn_append_rule \
7646 "__clean__: $ac_dir/clean
7647 .PHONY: $ac_dir/clean
7648 $ac_dir/clean: dummy
7649 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7652 wine_fn_config_makefile
()
7659 fonts|server
) test -z "$with_wine64" ||
return ;;
7661 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7662 wine_fn_disabled_rules
; return
7665 wine_fn_install_rules
7669 wine_fn_config_lib
()
7673 ac_dir
=dlls
/$ac_name
7676 if test "x$enable_tools" = xno
; then :
7679 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7684 wine_fn_append_rule \
7685 ".PHONY: $ac_dir/install $ac_dir/uninstall
7686 $ac_dir/install:: $ac_dir
7687 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7689 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7690 install install-dev:: $ac_dir/install
7691 __uninstall__: $ac_dir/uninstall
7692 __builddeps__: $ac_dir
7696 wine_fn_config_dll
()
7699 ac_dir
=dlls
/$ac_name
7702 ac_implib
=${4:-$ac_name}
7703 ac_file
=$ac_dir/lib
$ac_implib
7708 if test "x$enable_tools" = xno
; then :
7711 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7714 *16) ac_implibflags
=" -m16" ;;
7716 *) ac_dll
=$ac_dll.dll
;;
7720 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7721 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7723 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7724 if test "$ac_enable" != enable_win16
7726 wine_fn_clean_rules
$ac_clean
7727 wine_fn_append_file SUBDIRS
$ac_dir
7728 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7730 wine_fn_disabled_rules
$ac_clean
7735 wine_fn_clean_rules
$ac_clean
7736 wine_fn_append_rule \
7737 "$ac_dir: __builddeps__
7738 manpages htmlpages sgmlpages xmlpages::
7739 @cd $ac_dir && \$(MAKE) \$@
7740 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7741 install install-lib:: $ac_dir/install-lib
7742 __uninstall__: $ac_dir/uninstall"
7743 if test -n "$DLLEXT"
7745 wine_fn_append_rule \
7746 "$ac_dir/install-lib:: $ac_dir
7747 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7748 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7750 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7752 wine_fn_append_rule \
7753 "$ac_dir/install-lib:: $ac_dir
7754 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7756 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7760 if wine_fn_has_flag staticimplib
7762 wine_fn_append_rule \
7763 "__builddeps__: $ac_file.a
7764 $ac_file.a $ac_file.cross.a: $ac_deps
7766 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7767 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7768 $ac_dir/install-dev:: $ac_file.a
7769 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7771 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7772 install install-dev:: $ac_dir/install-dev
7773 __uninstall__: $ac_dir/uninstall"
7775 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7777 wine_fn_append_rule \
7778 "__builddeps__: $ac_file.cross.a
7779 $ac_file.cross.a: dummy
7780 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7783 elif wine_fn_has_flag implib
7785 wine_fn_append_rule \
7786 "__builddeps__: $ac_file.$IMPLIBEXT
7787 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7788 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7789 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7790 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7791 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7792 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7793 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7795 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7796 install install-dev:: $ac_dir/install-dev
7797 __uninstall__: $ac_dir/uninstall"
7798 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7800 wine_fn_append_rule \
7801 "__builddeps__: $ac_file.cross.a
7802 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7803 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7808 wine_fn_config_program
()
7811 ac_dir
=programs
/$ac_name
7818 *) ac_program
=$ac_program.exe
;;
7822 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7823 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7825 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7826 wine_fn_disabled_rules
$ac_clean; return
7830 wine_fn_clean_rules
$ac_clean
7831 wine_fn_append_rule
"$ac_dir: __builddeps__"
7833 wine_fn_has_flag
install ||
return
7834 wine_fn_append_rule \
7835 ".PHONY: $ac_dir/install $ac_dir/uninstall
7836 install install-lib:: $ac_dir/install
7837 __uninstall__: $ac_dir/uninstall"
7839 if test -n "$DLLEXT"
7841 wine_fn_append_rule \
7842 "$ac_dir/install:: $ac_dir
7843 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7844 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7846 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7848 if test -z "$with_wine64" && wine_fn_has_flag installbin
7850 wine_fn_append_rule \
7851 "$ac_dir/install:: __tooldeps__
7852 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7854 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7857 wine_fn_append_rule \
7858 "$ac_dir/install:: $ac_dir
7859 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7861 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7864 if test -z "$with_wine64" && wine_fn_has_flag manpage
7866 wine_fn_append_rule \
7867 "$ac_dir/install:: $ac_dir
7868 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7870 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7874 wine_fn_config_test
()
7881 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7882 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7884 if test "x$enable_tests" = xno
; then :
7885 wine_fn_disabled_rules
$ac_clean; return
7888 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7890 wine_fn_clean_rules
$ac_clean
7892 wine_fn_append_rule \
7893 "$ac_dir: __builddeps__
7894 programs/winetest: $ac_dir
7895 check test: $ac_dir/test
7896 .PHONY: $ac_dir/test
7898 @cd $ac_dir && \$(MAKE) test
7900 \$(RM) $ac_dir/*.ok"
7902 if test -n "$CROSSTARGET"
7904 wine_fn_append_rule \
7905 "crosstest: $ac_dir/crosstest
7906 .PHONY: $ac_dir/crosstest
7907 $ac_dir/crosstest: __builddeps__ dummy
7908 @cd $ac_dir && \$(MAKE) crosstest"
7912 wine_fn_config_tool
()
7916 if test "x$enable_tools" = xno
; then :
7917 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir; return
7921 wine_fn_install_rules
7924 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7925 wine_fn_append_rule
"$ac_dir: libs/port"
7927 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7931 wine_fn_config_symlink
()
7934 if test "x$1" = "x-d"
7940 wine_fn_append_rule \
7942 @./config.status \$@"
7943 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
7944 test -n "$ac_linkdir" ||
return
7945 wine_fn_append_rule
"$ac_linkdir/depend: $ac_links"
7949 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7950 WINELOADER_PROGRAMS
="$wine_binary"
7952 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7956 if test -n "$ac_tool_prefix"; then
7957 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7958 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7960 $as_echo_n "checking for $ac_word... " >&6; }
7961 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7962 $as_echo_n "(cached) " >&6
7964 if test -n "$DLLTOOL"; then
7965 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7967 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7971 test -z "$as_dir" && as_dir
=.
7972 for ac_exec_ext
in '' $ac_executable_extensions; do
7973 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7974 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7984 DLLTOOL
=$ac_cv_prog_DLLTOOL
7985 if test -n "$DLLTOOL"; then
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7987 $as_echo "$DLLTOOL" >&6; }
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7990 $as_echo "no" >&6; }
7995 if test -z "$ac_cv_prog_DLLTOOL"; then
7996 ac_ct_DLLTOOL
=$DLLTOOL
7997 # Extract the first word of "dlltool", so it can be a program name with args.
7998 set dummy dlltool
; ac_word
=$2
7999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8000 $as_echo_n "checking for $ac_word... " >&6; }
8001 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
8002 $as_echo_n "(cached) " >&6
8004 if test -n "$ac_ct_DLLTOOL"; then
8005 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8007 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8011 test -z "$as_dir" && as_dir
=.
8012 for ac_exec_ext
in '' $ac_executable_extensions; do
8013 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8014 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8024 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8025 if test -n "$ac_ct_DLLTOOL"; then
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8027 $as_echo "$ac_ct_DLLTOOL" >&6; }
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8030 $as_echo "no" >&6; }
8033 if test "x$ac_ct_DLLTOOL" = x
; then
8036 case $cross_compiling:$ac_tool_warned in
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8039 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8040 ac_tool_warned
=yes ;;
8042 DLLTOOL
=$ac_ct_DLLTOOL
8045 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8051 enable_iphlpapi
=${enable_iphlpapi:-no}
8052 enable_kernel32
=${enable_kernel32:-no}
8053 enable_msvcrt
=${enable_msvcrt:-no}
8054 enable_ntdll
=${enable_ntdll:-no}
8055 enable_ws2_32
=${enable_ws2_32:-no}
8056 enable_loader
=${enable_loader:-no}
8057 enable_server
=${enable_server:-no}
8058 with_x
=${with_x:-no}
8059 with_pthread
=${with_pthread:-no}
8065 SOCKET_LIBS
="-lws2_32"
8069 LIBWINE_SHAREDLIB
="libwine.dll"
8071 LIBWINE_IMPORTLIB
="libwine.a"
8073 LIBWINE_INSTALL_LIB
="libwine.dll"
8075 LIBWINE_INSTALL_DEV
="libwine.a"
8077 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
8079 LIBWINE_DEPENDS
="wine.def"
8084 for ac_header
in libunwind.h
8086 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8087 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8088 cat >>confdefs.h
<<_ACEOF
8089 #define HAVE_LIBUNWIND_H 1
8097 DLLFLAGS
="$DLLFLAGS -fPIC"
8098 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8099 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8100 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8102 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8104 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8106 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8108 CORESERVICES_LIBS
="-framework CoreServices"
8110 APPKIT_LIBS
="-framework AppKit"
8112 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8114 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8115 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8116 $as_echo_n "(cached) " >&6
8118 ac_wine_try_cflags_saved
=$CFLAGS
8119 CFLAGS
="$CFLAGS -Wl,-no_pie"
8120 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8121 /* end confdefs.h. */
8122 int main(int argc, char **argv) { return 0; }
8124 if ac_fn_c_try_link
"$LINENO"; then :
8125 ac_cv_cflags__Wl__no_pie
=yes
8127 ac_cv_cflags__Wl__no_pie
=no
8129 rm -f core conftest.err conftest.
$ac_objext \
8130 conftest
$ac_exeext conftest.
$ac_ext
8131 CFLAGS
=$ac_wine_try_cflags_saved
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8134 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8135 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8136 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8138 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8140 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8143 if test "$ac_cv_header_Security_Security_h" = "yes"
8145 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8147 ac_save_LIBS
="$LIBS"
8148 LIBS
="$LIBS $SECURITY_LIBS"
8149 for ac_func
in SSLCopyPeerCertificates
8151 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8152 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8153 cat >>confdefs.h
<<_ACEOF
8154 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8160 LIBS
="$ac_save_LIBS"
8161 with_gnutls
=${with_gnutls:-no}
8163 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8165 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8167 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8170 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8173 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8174 ac_save_LIBS
="$LIBS"
8175 LIBS
="$LIBS $COREAUDIO_LIBS"
8176 for ac_func
in AUGraphAddNode
8178 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8179 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8180 cat >>confdefs.h
<<_ACEOF
8181 #define HAVE_AUGRAPHADDNODE 1
8187 LIBS
="$ac_save_LIBS"
8189 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8191 OPENAL_LIBS
="-framework OpenAL"
8194 cat >>confdefs.h
<<_ACEOF
8195 #define HAVE_OPENAL 1
8198 ac_cv_lib_openal
=yes
8200 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8202 OPENCL_LIBS
="-framework OpenCL"
8204 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8206 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8208 ac_save_LIBS
="$LIBS"
8209 LIBS
="$LIBS $IOKIT_LIBS"
8210 for ac_func
in IOHIDManagerCreate
8212 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8213 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8214 cat >>confdefs.h
<<_ACEOF
8215 #define HAVE_IOHIDMANAGERCREATE 1
8221 LIBS
="$ac_save_LIBS"
8223 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8225 ac_save_LIBS
="$LIBS"
8226 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8228 $as_echo_n "checking for the QuickTime framework... " >&6; }
8229 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8230 /* end confdefs.h. */
8231 #include <QuickTime/ImageCompression.h>
8235 CodecManagerVersion(NULL);
8240 if ac_fn_c_try_link
"$LINENO"; then :
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8242 $as_echo "yes" >&6; }
8243 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8245 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8248 $as_echo "no" >&6; }
8249 ac_cv_header_QuickTime_ImageCompression_h
=no
8251 rm -f core conftest.err conftest.
$ac_objext \
8252 conftest
$ac_exeext conftest.
$ac_ext
8253 LIBS
="$ac_save_LIBS"
8255 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8257 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8259 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8261 CARBON_LIBS
="-framework Carbon"
8265 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8267 ac_save_LIBS
="$LIBS"
8268 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8269 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8270 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8271 enable_winemac_drv
=${enable_winemac_drv:-yes}
8274 LIBS
="$ac_save_LIBS"
8277 if test "x$enable_win16" = "xyes"
8279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8280 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8281 if test "$cross_compiling" = yes; then :
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8283 $as_echo "cross-compiling, assuming yes" >&6; }
8285 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8286 /* end confdefs.h. */
8289 "good:\tnop;nop\n\t"
8290 ".globl _testfunc\n"
8291 "_testfunc:\tcallw good");
8292 extern void testfunc();
8296 unsigned short *p = (unsigned short *)testfunc;
8297 return p[0] != 0xe866 || p[1] != 0xfffa
8302 if ac_fn_c_try_run
"$LINENO"; then :
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8304 $as_echo "yes" >&6; }
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8307 $as_echo "no" >&6; }
8308 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
8310 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8311 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8316 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8318 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8320 LIBWINE_INSTALL_DEV
="libwine.dylib"
8322 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8324 WINELOADER_DEPENDS
="wine_info.plist"
8329 DLLFLAGS
="$DLLFLAGS -fPIC"
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8331 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8332 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8333 $as_echo_n "(cached) " >&6
8335 ac_wine_try_cflags_saved
=$CFLAGS
8336 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8337 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8338 /* end confdefs.h. */
8339 int main(int argc, char **argv) { return 0; }
8341 if ac_fn_c_try_link
"$LINENO"; then :
8342 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8344 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8346 rm -f core conftest.err conftest.
$ac_objext \
8347 conftest
$ac_exeext conftest.
$ac_ext
8348 CFLAGS
=$ac_wine_try_cflags_saved
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8351 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8352 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8353 LDEXECFLAGS
="-Wl,--export-dynamic"
8355 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8357 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8358 if eval \
${$as_ac_var+:} false
; then :
8359 $as_echo_n "(cached) " >&6
8361 ac_wine_try_cflags_saved
=$CFLAGS
8362 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8363 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8364 /* end confdefs.h. */
8365 int main(int argc, char **argv) { return 0; }
8367 if ac_fn_c_try_link
"$LINENO"; then :
8368 eval "$as_ac_var=yes"
8370 eval "$as_ac_var=no"
8372 rm -f core conftest.err conftest.
$ac_objext \
8373 conftest
$ac_exeext conftest.
$ac_ext
8374 CFLAGS
=$ac_wine_try_cflags_saved
8376 eval ac_res
=\$
$as_ac_var
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8378 $as_echo "$ac_res" >&6; }
8379 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8380 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8381 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8383 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8385 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8386 if eval \
${$as_ac_var+:} false
; then :
8387 $as_echo_n "(cached) " >&6
8389 ac_wine_try_cflags_saved
=$CFLAGS
8390 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8391 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8392 /* end confdefs.h. */
8393 int main(int argc, char **argv) { return 0; }
8395 if ac_fn_c_try_link
"$LINENO"; then :
8396 eval "$as_ac_var=yes"
8398 eval "$as_ac_var=no"
8400 rm -f core conftest.err conftest.
$ac_objext \
8401 conftest
$ac_exeext conftest.
$ac_ext
8402 CFLAGS
=$ac_wine_try_cflags_saved
8404 eval ac_res
=\$
$as_ac_var
8405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8406 $as_echo "$ac_res" >&6; }
8407 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8408 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8409 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8414 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8415 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8416 $as_echo_n "(cached) " >&6
8418 ac_wine_try_cflags_saved
=$CFLAGS
8419 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8420 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8421 /* end confdefs.h. */
8422 int main(int argc, char **argv) { return 0; }
8424 if ac_fn_c_try_link
"$LINENO"; then :
8425 ac_cv_cflags__Wl___enable_new_dtags
=yes
8427 ac_cv_cflags__Wl___enable_new_dtags
=no
8429 rm -f core conftest.err conftest.
$ac_objext \
8430 conftest
$ac_exeext conftest.
$ac_ext
8431 CFLAGS
=$ac_wine_try_cflags_saved
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8434 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8435 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8436 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8439 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8440 if ${ac_cv_cflags__Wl__pie+:} false
; then :
8441 $as_echo_n "(cached) " >&6
8443 ac_wine_try_cflags_saved
=$CFLAGS
8444 CFLAGS
="$CFLAGS -Wl,-pie"
8445 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8446 /* end confdefs.h. */
8447 int main(int argc, char **argv) { return 0; }
8449 if ac_fn_c_try_link
"$LINENO"; then :
8450 ac_cv_cflags__Wl__pie
=yes
8452 ac_cv_cflags__Wl__pie
=no
8454 rm -f core conftest.err conftest.
$ac_objext \
8455 conftest
$ac_exeext conftest.
$ac_ext
8456 CFLAGS
=$ac_wine_try_cflags_saved
8458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8459 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8460 if test "x$ac_cv_cflags__Wl__pie" = xyes
; then :
8461 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,-pie"
8464 LIBWINE_SHAREDLIB
="libwine.so"
8466 LIBWINE_INSTALL_LIB
="libwine.so"
8468 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
8473 DLLFLAGS
="$DLLFLAGS -fPIC"
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8476 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8477 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8478 $as_echo_n "(cached) " >&6
8480 ac_wine_try_cflags_saved
=$CFLAGS
8481 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8482 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8483 /* end confdefs.h. */
8486 if ac_fn_c_try_link
"$LINENO"; then :
8487 ac_cv_c_dll_gnuelf
="yes"
8489 ac_cv_c_dll_gnuelf
="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_c_dll_gnuelf" >&5
8496 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8497 if test "$ac_cv_c_dll_gnuelf" = "yes"
8499 LIBWINE_LDFLAGS
="-shared"
8500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8501 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8502 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8503 $as_echo_n "(cached) " >&6
8505 ac_wine_try_cflags_saved
=$CFLAGS
8506 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8507 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8508 /* end confdefs.h. */
8509 int main(int argc, char **argv) { return 0; }
8511 if ac_fn_c_try_link
"$LINENO"; then :
8512 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8514 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8516 rm -f core conftest.err conftest.
$ac_objext \
8517 conftest
$ac_exeext conftest.
$ac_ext
8518 CFLAGS
=$ac_wine_try_cflags_saved
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8521 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8522 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8523 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8526 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8527 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8528 $as_echo_n "(cached) " >&6
8530 ac_wine_try_cflags_saved
=$CFLAGS
8531 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8533 /* end confdefs.h. */
8534 int main(int argc, char **argv) { return 0; }
8536 if ac_fn_c_try_link
"$LINENO"; then :
8537 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8539 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8541 rm -f core conftest.err conftest.
$ac_objext \
8542 conftest
$ac_exeext conftest.
$ac_ext
8543 CFLAGS
=$ac_wine_try_cflags_saved
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8546 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8547 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8548 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8552 echo '{ global: *; };' >conftest.map
8553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8554 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8555 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8556 $as_echo_n "(cached) " >&6
8558 ac_wine_try_cflags_saved
=$CFLAGS
8559 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8560 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8561 /* end confdefs.h. */
8562 int main(int argc, char **argv) { return 0; }
8564 if ac_fn_c_try_link
"$LINENO"; then :
8565 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8567 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8569 rm -f core conftest.err conftest.
$ac_objext \
8570 conftest
$ac_exeext conftest.
$ac_ext
8571 CFLAGS
=$ac_wine_try_cflags_saved
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8574 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8575 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8576 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8581 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8582 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8583 $as_echo_n "(cached) " >&6
8585 ac_wine_try_cflags_saved
=$CFLAGS
8586 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8588 /* end confdefs.h. */
8589 int main(int argc, char **argv) { return 0; }
8591 if ac_fn_c_try_link
"$LINENO"; then :
8592 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8594 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8596 rm -f core conftest.err conftest.
$ac_objext \
8597 conftest
$ac_exeext conftest.
$ac_ext
8598 CFLAGS
=$ac_wine_try_cflags_saved
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8601 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8602 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8603 LDEXECFLAGS
="-Wl,--export-dynamic"
8606 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8608 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8609 if eval \
${$as_ac_var+:} false
; then :
8610 $as_echo_n "(cached) " >&6
8612 ac_wine_try_cflags_saved
=$CFLAGS
8613 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8614 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8615 /* end confdefs.h. */
8616 int main(int argc, char **argv) { return 0; }
8618 if ac_fn_c_try_link
"$LINENO"; then :
8619 eval "$as_ac_var=yes"
8621 eval "$as_ac_var=no"
8623 rm -f core conftest.err conftest.
$ac_objext \
8624 conftest
$ac_exeext conftest.
$ac_ext
8625 CFLAGS
=$ac_wine_try_cflags_saved
8627 eval ac_res
=\$
$as_ac_var
8628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8629 $as_echo "$ac_res" >&6; }
8630 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8631 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8632 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8634 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8636 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8637 if eval \
${$as_ac_var+:} false
; then :
8638 $as_echo_n "(cached) " >&6
8640 ac_wine_try_cflags_saved
=$CFLAGS
8641 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8643 /* end confdefs.h. */
8644 int main(int argc, char **argv) { return 0; }
8646 if ac_fn_c_try_link
"$LINENO"; then :
8647 eval "$as_ac_var=yes"
8649 eval "$as_ac_var=no"
8651 rm -f core conftest.err conftest.
$ac_objext \
8652 conftest
$ac_exeext conftest.
$ac_ext
8653 CFLAGS
=$ac_wine_try_cflags_saved
8655 eval ac_res
=\$
$as_ac_var
8656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8657 $as_echo "$ac_res" >&6; }
8658 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8659 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8660 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8665 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8666 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8667 $as_echo_n "(cached) " >&6
8669 ac_wine_try_cflags_saved
=$CFLAGS
8670 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8672 /* end confdefs.h. */
8673 int main(int argc, char **argv) { return 0; }
8675 if ac_fn_c_try_link
"$LINENO"; then :
8676 ac_cv_cflags__Wl___enable_new_dtags
=yes
8678 ac_cv_cflags__Wl___enable_new_dtags
=no
8680 rm -f core conftest.err conftest.
$ac_objext \
8681 conftest
$ac_exeext conftest.
$ac_ext
8682 CFLAGS
=$ac_wine_try_cflags_saved
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8685 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8686 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8687 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8691 *i
[3456789]86* | x86_64
)
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8693 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8694 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8695 $as_echo_n "(cached) " >&6
8697 ac_wine_try_cflags_saved
=$CFLAGS
8698 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8699 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8700 /* end confdefs.h. */
8701 int main(int argc, char **argv) { return 0; }
8703 if ac_fn_c_try_link
"$LINENO"; then :
8704 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8706 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8708 rm -f core conftest.err conftest.
$ac_objext \
8709 conftest
$ac_exeext conftest.
$ac_ext
8710 CFLAGS
=$ac_wine_try_cflags_saved
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8713 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8714 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8716 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8717 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8721 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8722 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8723 $as_echo_n "(cached) " >&6
8725 ac_wine_try_cflags_saved
=$CFLAGS
8726 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8727 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8728 /* end confdefs.h. */
8729 int main(int argc, char **argv) { return 0; }
8731 if ac_fn_c_try_link
"$LINENO"; then :
8732 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8734 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8736 rm -f core conftest.err conftest.
$ac_objext \
8737 conftest
$ac_exeext conftest.
$ac_ext
8738 CFLAGS
=$ac_wine_try_cflags_saved
8740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8741 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8742 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8744 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8745 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8748 # Extract the first word of "prelink", so it can be a program name with args.
8749 set dummy prelink
; ac_word
=$2
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8751 $as_echo_n "checking for $ac_word... " >&6; }
8752 if ${ac_cv_path_PRELINK+:} false
; then :
8753 $as_echo_n "(cached) " >&6
8757 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8760 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8761 for as_dir
in /sbin
/usr
/sbin
$PATH
8764 test -z "$as_dir" && as_dir
=.
8765 for ac_exec_ext
in '' $ac_executable_extensions; do
8766 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8767 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8775 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8779 PRELINK
=$ac_cv_path_PRELINK
8780 if test -n "$PRELINK"; then
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8782 $as_echo "$PRELINK" >&6; }
8784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8785 $as_echo "no" >&6; }
8789 if test "x$PRELINK" = xfalse
8791 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8795 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8796 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
8797 $as_echo_n "(cached) " >&6
8799 ac_wine_try_cflags_saved
=$CFLAGS
8800 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
8801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8802 /* end confdefs.h. */
8803 int main(int argc, char **argv) { return 0; }
8805 if ac_fn_c_try_link
"$LINENO"; then :
8806 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
8808 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
8810 rm -f core conftest.err conftest.
$ac_objext \
8811 conftest
$ac_exeext conftest.
$ac_ext
8812 CFLAGS
=$ac_wine_try_cflags_saved
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8815 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8816 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
8817 LDEXECFLAGS
="$LDEXECFLAGS -Wl,-z,max-page-size=0x1000"
8823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8824 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8825 if ${ac_cv_c_dll_unixware+:} false
; then :
8826 $as_echo_n "(cached) " >&6
8828 ac_wine_try_cflags_saved
=$CFLAGS
8829 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8830 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8831 /* end confdefs.h. */
8834 if ac_fn_c_try_link
"$LINENO"; then :
8835 ac_cv_c_dll_unixware
="yes"
8837 ac_cv_c_dll_unixware
="no"
8839 rm -f core conftest.err conftest.
$ac_objext \
8840 conftest
$ac_exeext conftest.
$ac_ext
8841 CFLAGS
=$ac_wine_try_cflags_saved
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8844 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8845 if test "$ac_cv_c_dll_unixware" = "yes"
8847 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8850 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8852 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8854 LIBWINE_INSTALL_DEV
="libwine.so"
8856 LIBWINE_DEPENDS
="wine.map"
8861 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8862 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8863 enable_winemac_drv
=${enable_winemac_drv:-no}
8864 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8868 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8872 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8874 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
8875 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8878 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
8879 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8881 ac_prefix_list
="" ;;
8883 for ac_prog
in $ac_prefix_list
8885 # Extract the first word of "$ac_prog", so it can be a program name with args.
8886 set dummy
$ac_prog; ac_word
=$2
8887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8888 $as_echo_n "checking for $ac_word... " >&6; }
8889 if ${ac_cv_prog_CROSSCC+:} false
; then :
8890 $as_echo_n "(cached) " >&6
8892 if test -n "$CROSSCC"; then
8893 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8895 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8899 test -z "$as_dir" && as_dir
=.
8900 for ac_exec_ext
in '' $ac_executable_extensions; do
8901 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8902 ac_cv_prog_CROSSCC
="$ac_prog"
8903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8912 CROSSCC
=$ac_cv_prog_CROSSCC
8913 if test -n "$CROSSCC"; then
8914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8915 $as_echo "$CROSSCC" >&6; }
8917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8918 $as_echo "no" >&6; }
8922 test -n "$CROSSCC" && break
8924 test -n "$CROSSCC" || CROSSCC
="false"
8926 if test "$CROSSCC" != "false"
8930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8931 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8933 /* end confdefs.h. */
8943 if ac_fn_c_try_compile
"$LINENO"; then :
8944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8945 $as_echo "yes" >&6; }
8951 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8952 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
8957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8958 $as_echo "no" >&6; }
8960 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8966 if test "$ac_cv_header_pthread_h" = "yes"
8968 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8969 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8973 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8974 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8975 $as_echo_n "(cached) " >&6
8977 ac_check_lib_save_LIBS
=$LIBS
8978 LIBS
="-lpthread $LIBS"
8979 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8980 /* end confdefs.h. */
8982 /* Override any GCC internal prototype to avoid an error.
8983 Use char because int might match the return type of a GCC
8984 builtin and then its argument prototype would still apply. */
8988 char pthread_create ();
8992 return pthread_create ();
8997 if ac_fn_c_try_link
"$LINENO"; then :
8998 ac_cv_lib_pthread_pthread_create
=yes
9000 ac_cv_lib_pthread_pthread_create
=no
9002 rm -f core conftest.err conftest.
$ac_objext \
9003 conftest
$ac_exeext conftest.
$ac_ext
9004 LIBS
=$ac_check_lib_save_LIBS
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
9007 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
9008 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
9009 PTHREAD_LIBS
="-lpthread"
9016 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
9017 case "x$with_pthread" in
9019 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
9020 Wine cannot support threads without libpthread.
9021 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9028 $as_echo_n "checking for X... " >&6; }
9031 # Check whether --with-x was given.
9032 if test "${with_x+set}" = set; then :
9036 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9037 if test "x$with_x" = xno
; then
9038 # The user explicitly disabled X.
9041 case $x_includes,$x_libraries in #(
9042 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9043 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9044 $as_echo_n "(cached) " >&6
9046 # One or both of the vars are not set, and there is no cached value.
9047 ac_x_includes
=no ac_x_libraries
=no
9048 rm -f -r conftest.dir
9049 if mkdir conftest.dir
; then
9051 cat >Imakefile
<<'_ACEOF'
9053 @echo incroot='${INCROOT}'
9055 @echo usrlibdir='${USRLIBDIR}'
9057 @echo libdir='${LIBDIR}'
9059 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9060 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9061 for ac_var
in incroot usrlibdir libdir
; do
9062 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9064 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9065 for ac_extension
in a so sl dylib la dll
; do
9066 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9067 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9068 ac_im_usrlibdir
=$ac_im_libdir; break
9071 # Screen out bogus values from the imake configuration. They are
9072 # bogus both because they are the default anyway, and because
9073 # using them would break gcc on systems where it needs fixed includes.
9074 case $ac_im_incroot in
9075 /usr
/include
) ac_x_includes
= ;;
9076 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9078 case $ac_im_usrlibdir in
9079 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9080 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9084 rm -f -r conftest.dir
9087 # Standard set of common directories for X headers.
9088 # Check X11 before X11Rn because it is often a symlink to the current release.
9102 /usr/local/X11/include
9103 /usr/local/X11R7/include
9104 /usr/local/X11R6/include
9105 /usr/local/X11R5/include
9106 /usr/local/X11R4/include
9108 /usr/local/include/X11
9109 /usr/local/include/X11R7
9110 /usr/local/include/X11R6
9111 /usr/local/include/X11R5
9112 /usr/local/include/X11R4
9116 /usr/XFree86/include/X11
9120 /usr/unsupported/include
9122 /usr/local/x11r5/include
9123 /usr/lpp/Xamples/include
9125 /usr/openwin/include
9126 /usr/openwin/share/include'
9128 if test "$ac_x_includes" = no
; then
9129 # Guess where to find include files, by looking for Xlib.h.
9130 # First, try using that file with no special directory specified.
9131 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9132 /* end confdefs.h. */
9133 #include <X11/Xlib.h>
9135 if ac_fn_c_try_cpp
"$LINENO"; then :
9136 # We can compile using X headers with no special include directory.
9139 for ac_dir
in $ac_x_header_dirs; do
9140 if test -r "$ac_dir/X11/Xlib.h"; then
9141 ac_x_includes
=$ac_dir
9146 rm -f conftest.err conftest.i conftest.
$ac_ext
9147 fi # $ac_x_includes = no
9149 if test "$ac_x_libraries" = no
; then
9150 # Check for the libraries.
9151 # See if we find them without any special options.
9152 # Don't add to $LIBS permanently.
9155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9156 /* end confdefs.h. */
9157 #include <X11/Xlib.h>
9166 if ac_fn_c_try_link
"$LINENO"; then :
9168 # We can link X programs with no special library path.
9172 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9174 # Don't even attempt the hair of trying to link an X program!
9175 for ac_extension
in a so sl dylib la dll
; do
9176 if test -r "$ac_dir/libX11.$ac_extension"; then
9177 ac_x_libraries
=$ac_dir
9183 rm -f core conftest.err conftest.
$ac_objext \
9184 conftest
$ac_exeext conftest.
$ac_ext
9185 fi # $ac_x_libraries = no
9187 case $ac_x_includes,$ac_x_libraries in #(
9189 # Didn't find X, or a directory has "'" in its name.
9190 ac_cv_have_x
="have_x=no";; #(
9192 # Record where we found X for the cache.
9193 ac_cv_have_x
="have_x=yes\
9194 ac_x_includes='$ac_x_includes'\
9195 ac_x_libraries='$ac_x_libraries'"
9201 eval "$ac_cv_have_x"
9204 if test "$have_x" != yes; then
9205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9206 $as_echo "$have_x" >&6; }
9209 # If each of the values was on the command line, it overrides each guess.
9210 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9211 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9212 # Update the cache value to reflect the command line values.
9213 ac_cv_have_x
="have_x=yes\
9214 ac_x_includes='$x_includes'\
9215 ac_x_libraries='$x_libraries'"
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9217 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9220 if test "$no_x" = yes; then
9221 # Not all programs may use this symbol, but it does not hurt to define it.
9223 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9225 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9227 if test -n "$x_includes"; then
9228 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9231 # It would also be nice to do this for all -L options, not just this one.
9232 if test -n "$x_libraries"; then
9233 X_LIBS
="$X_LIBS -L$x_libraries"
9234 # For Solaris; some versions of Sun CC require a space after -R and
9235 # others require no space. Words are not sufficient . . . .
9236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9237 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9238 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9239 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9240 ac_c_werror_flag
=yes
9241 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9242 /* end confdefs.h. */
9252 if ac_fn_c_try_link
"$LINENO"; then :
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9254 $as_echo "no" >&6; }
9255 X_LIBS
="$X_LIBS -R$x_libraries"
9257 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9258 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9259 /* end confdefs.h. */
9269 if ac_fn_c_try_link
"$LINENO"; then :
9270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9271 $as_echo "yes" >&6; }
9272 X_LIBS
="$X_LIBS -R $x_libraries"
9274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9275 $as_echo "neither works" >&6; }
9277 rm -f core conftest.err conftest.
$ac_objext \
9278 conftest
$ac_exeext conftest.
$ac_ext
9280 rm -f core conftest.err conftest.
$ac_objext \
9281 conftest
$ac_exeext conftest.
$ac_ext
9282 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9286 # Check for system-dependent libraries X programs must link with.
9287 # Do this before checking for the system-independent R6 libraries
9288 # (-lICE), since we may need -lsocket or whatever for X linking.
9290 if test "$ISC" = yes; then
9291 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9293 # Martyn Johnson says this is needed for Ultrix, if the X
9294 # libraries were built with DECnet support. And Karl Berry says
9295 # the Alpha needs dnet_stub (dnet does not exist).
9296 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9297 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9298 /* end confdefs.h. */
9300 /* Override any GCC internal prototype to avoid an error.
9301 Use char because int might match the return type of a GCC
9302 builtin and then its argument prototype would still apply. */
9306 char XOpenDisplay ();
9310 return XOpenDisplay ();
9315 if ac_fn_c_try_link
"$LINENO"; then :
9318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9319 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9320 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9321 $as_echo_n "(cached) " >&6
9323 ac_check_lib_save_LIBS
=$LIBS
9325 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9326 /* end confdefs.h. */
9328 /* Override any GCC internal prototype to avoid an error.
9329 Use char because int might match the return type of a GCC
9330 builtin and then its argument prototype would still apply. */
9338 return dnet_ntoa ();
9343 if ac_fn_c_try_link
"$LINENO"; then :
9344 ac_cv_lib_dnet_dnet_ntoa
=yes
9346 ac_cv_lib_dnet_dnet_ntoa
=no
9348 rm -f core conftest.err conftest.
$ac_objext \
9349 conftest
$ac_exeext conftest.
$ac_ext
9350 LIBS
=$ac_check_lib_save_LIBS
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9353 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9354 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9355 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9358 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9360 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9361 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9362 $as_echo_n "(cached) " >&6
9364 ac_check_lib_save_LIBS
=$LIBS
9365 LIBS
="-ldnet_stub $LIBS"
9366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9367 /* end confdefs.h. */
9369 /* Override any GCC internal prototype to avoid an error.
9370 Use char because int might match the return type of a GCC
9371 builtin and then its argument prototype would still apply. */
9379 return dnet_ntoa ();
9384 if ac_fn_c_try_link
"$LINENO"; then :
9385 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9387 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9389 rm -f core conftest.err conftest.
$ac_objext \
9390 conftest
$ac_exeext conftest.
$ac_ext
9391 LIBS
=$ac_check_lib_save_LIBS
9393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9394 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9395 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9396 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9401 rm -f core conftest.err conftest.
$ac_objext \
9402 conftest
$ac_exeext conftest.
$ac_ext
9403 LIBS
="$ac_xsave_LIBS"
9405 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9406 # to get the SysV transport functions.
9407 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9409 # The nsl library prevents programs from opening the X display
9410 # on Irix 5.2, according to T.E. Dickey.
9411 # The functions gethostbyname, getservbyname, and inet_addr are
9412 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9413 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9414 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9418 if test $ac_cv_func_gethostbyname = no
; then
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9420 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9421 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9422 $as_echo_n "(cached) " >&6
9424 ac_check_lib_save_LIBS
=$LIBS
9426 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9427 /* end confdefs.h. */
9429 /* Override any GCC internal prototype to avoid an error.
9430 Use char because int might match the return type of a GCC
9431 builtin and then its argument prototype would still apply. */
9435 char gethostbyname ();
9439 return gethostbyname ();
9444 if ac_fn_c_try_link
"$LINENO"; then :
9445 ac_cv_lib_nsl_gethostbyname
=yes
9447 ac_cv_lib_nsl_gethostbyname
=no
9449 rm -f core conftest.err conftest.
$ac_objext \
9450 conftest
$ac_exeext conftest.
$ac_ext
9451 LIBS
=$ac_check_lib_save_LIBS
9453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9454 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9455 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9456 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9459 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9461 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9462 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9463 $as_echo_n "(cached) " >&6
9465 ac_check_lib_save_LIBS
=$LIBS
9467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9468 /* end confdefs.h. */
9470 /* Override any GCC internal prototype to avoid an error.
9471 Use char because int might match the return type of a GCC
9472 builtin and then its argument prototype would still apply. */
9476 char gethostbyname ();
9480 return gethostbyname ();
9485 if ac_fn_c_try_link
"$LINENO"; then :
9486 ac_cv_lib_bsd_gethostbyname
=yes
9488 ac_cv_lib_bsd_gethostbyname
=no
9490 rm -f core conftest.err conftest.
$ac_objext \
9491 conftest
$ac_exeext conftest.
$ac_ext
9492 LIBS
=$ac_check_lib_save_LIBS
9494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9495 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9496 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9497 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9503 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9504 # socket/setsockopt and other routines are undefined under SCO ODT
9505 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9506 # on later versions), says Simon Leinen: it contains gethostby*
9507 # variants that don't use the name server (or something). -lsocket
9508 # must be given before -lnsl if both are needed. We assume that
9509 # if connect needs -lnsl, so does gethostbyname.
9510 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9511 if test "x$ac_cv_func_connect" = xyes
; then :
9515 if test $ac_cv_func_connect = no
; then
9516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9517 $as_echo_n "checking for connect in -lsocket... " >&6; }
9518 if ${ac_cv_lib_socket_connect+:} false
; then :
9519 $as_echo_n "(cached) " >&6
9521 ac_check_lib_save_LIBS
=$LIBS
9522 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9523 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9524 /* end confdefs.h. */
9526 /* Override any GCC internal prototype to avoid an error.
9527 Use char because int might match the return type of a GCC
9528 builtin and then its argument prototype would still apply. */
9541 if ac_fn_c_try_link
"$LINENO"; then :
9542 ac_cv_lib_socket_connect
=yes
9544 ac_cv_lib_socket_connect
=no
9546 rm -f core conftest.err conftest.
$ac_objext \
9547 conftest
$ac_exeext conftest.
$ac_ext
9548 LIBS
=$ac_check_lib_save_LIBS
9550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9551 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9552 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9553 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9558 # Guillermo Gomez says -lposix is necessary on A/UX.
9559 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9560 if test "x$ac_cv_func_remove" = xyes
; then :
9564 if test $ac_cv_func_remove = no
; then
9565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9566 $as_echo_n "checking for remove in -lposix... " >&6; }
9567 if ${ac_cv_lib_posix_remove+:} false
; then :
9568 $as_echo_n "(cached) " >&6
9570 ac_check_lib_save_LIBS
=$LIBS
9571 LIBS
="-lposix $LIBS"
9572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9573 /* end confdefs.h. */
9575 /* Override any GCC internal prototype to avoid an error.
9576 Use char because int might match the return type of a GCC
9577 builtin and then its argument prototype would still apply. */
9590 if ac_fn_c_try_link
"$LINENO"; then :
9591 ac_cv_lib_posix_remove
=yes
9593 ac_cv_lib_posix_remove
=no
9595 rm -f core conftest.err conftest.
$ac_objext \
9596 conftest
$ac_exeext conftest.
$ac_ext
9597 LIBS
=$ac_check_lib_save_LIBS
9599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9600 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9601 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9602 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9607 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9608 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9609 if test "x$ac_cv_func_shmat" = xyes
; then :
9613 if test $ac_cv_func_shmat = no
; then
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9615 $as_echo_n "checking for shmat in -lipc... " >&6; }
9616 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9617 $as_echo_n "(cached) " >&6
9619 ac_check_lib_save_LIBS
=$LIBS
9621 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9622 /* end confdefs.h. */
9624 /* Override any GCC internal prototype to avoid an error.
9625 Use char because int might match the return type of a GCC
9626 builtin and then its argument prototype would still apply. */
9639 if ac_fn_c_try_link
"$LINENO"; then :
9640 ac_cv_lib_ipc_shmat
=yes
9642 ac_cv_lib_ipc_shmat
=no
9644 rm -f core conftest.err conftest.
$ac_objext \
9645 conftest
$ac_exeext conftest.
$ac_ext
9646 LIBS
=$ac_check_lib_save_LIBS
9648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9649 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9650 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9651 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9657 # Check for libraries that X11R6 Xt/Xaw programs need.
9658 ac_save_LDFLAGS
=$LDFLAGS
9659 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9660 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9661 # check for ICE first), but we must link in the order -lSM -lICE or
9662 # we get undefined symbols. So assume we have SM if we have ICE.
9663 # These have to be linked with before -lX11, unlike the other
9664 # libraries we check for below, so use a different variable.
9665 # John Interrante, Karl Berry
9666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9667 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9668 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9669 $as_echo_n "(cached) " >&6
9671 ac_check_lib_save_LIBS
=$LIBS
9672 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9674 /* end confdefs.h. */
9676 /* Override any GCC internal prototype to avoid an error.
9677 Use char because int might match the return type of a GCC
9678 builtin and then its argument prototype would still apply. */
9682 char IceConnectionNumber ();
9686 return IceConnectionNumber ();
9691 if ac_fn_c_try_link
"$LINENO"; then :
9692 ac_cv_lib_ICE_IceConnectionNumber
=yes
9694 ac_cv_lib_ICE_IceConnectionNumber
=no
9696 rm -f core conftest.err conftest.
$ac_objext \
9697 conftest
$ac_exeext conftest.
$ac_ext
9698 LIBS
=$ac_check_lib_save_LIBS
9700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9701 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9702 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9703 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9706 LDFLAGS
=$ac_save_LDFLAGS
9711 if test "$have_x" = "yes"
9713 ac_save_CPPFLAGS
="$CPPFLAGS"
9714 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9717 $as_echo_n "checking for -lX11... " >&6; }
9718 if ${ac_cv_lib_soname_X11+:} false
; then :
9719 $as_echo_n "(cached) " >&6
9721 ac_check_soname_save_LIBS
=$LIBS
9722 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9724 /* end confdefs.h. */
9726 /* Override any GCC internal prototype to avoid an error.
9727 Use char because int might match the return type of a GCC
9728 builtin and then its argument prototype would still apply. */
9732 char XCreateWindow ();
9736 return XCreateWindow ();
9741 if ac_fn_c_try_link
"$LINENO"; then :
9743 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9744 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'` ;;
9745 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9746 if ${ac_cv_lib_soname_X11:+false} :; then :
9747 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9751 rm -f core conftest.err conftest.
$ac_objext \
9752 conftest
$ac_exeext conftest.
$ac_ext
9753 LIBS
=$ac_check_soname_save_LIBS
9755 if ${ac_cv_lib_soname_X11:+false} :; then :
9756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9757 $as_echo "not found" >&6; }
9760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9761 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9763 cat >>confdefs.h
<<_ACEOF
9764 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9770 $as_echo_n "checking for -lXext... " >&6; }
9771 if ${ac_cv_lib_soname_Xext+:} false
; then :
9772 $as_echo_n "(cached) " >&6
9774 ac_check_soname_save_LIBS
=$LIBS
9775 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9776 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9777 /* end confdefs.h. */
9779 /* Override any GCC internal prototype to avoid an error.
9780 Use char because int might match the return type of a GCC
9781 builtin and then its argument prototype would still apply. */
9785 char XextCreateExtension ();
9789 return XextCreateExtension ();
9794 if ac_fn_c_try_link
"$LINENO"; then :
9796 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9797 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'` ;;
9798 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9799 if ${ac_cv_lib_soname_Xext:+false} :; then :
9800 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9804 rm -f core conftest.err conftest.
$ac_objext \
9805 conftest
$ac_exeext conftest.
$ac_ext
9806 LIBS
=$ac_check_soname_save_LIBS
9808 if ${ac_cv_lib_soname_Xext:+false} :; then :
9809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9810 $as_echo "not found" >&6; }
9813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9814 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9816 cat >>confdefs.h
<<_ACEOF
9817 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9820 X_LIBS
="$X_LIBS -lXext"
9822 X_LIBS
="$X_LIBS -lX11"
9824 for ac_header
in X11
/Xlib.h \
9827 X11
/Xcursor
/Xcursor.h \
9828 X11
/extensions
/shape.h \
9829 X11
/extensions
/XInput.h \
9830 X11
/extensions
/XInput2.h \
9831 X11
/extensions
/XShm.h \
9832 X11
/extensions
/Xcomposite.h \
9833 X11
/extensions
/Xinerama.h \
9834 X11
/extensions
/Xrandr.h \
9835 X11
/extensions
/Xrender.h \
9836 X11
/extensions
/xf86vmode.h \
9837 X11
/extensions
/xf86vmproto.h
9839 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9840 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9841 # include <X11/Xlib.h>
9843 #ifdef HAVE_X11_XUTIL_H
9844 # include <X11/Xutil.h>
9847 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9848 cat >>confdefs.h
<<_ACEOF
9849 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9857 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9860 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9861 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9862 $as_echo_n "(cached) " >&6
9864 ac_check_lib_save_LIBS
=$LIBS
9865 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9866 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9867 /* end confdefs.h. */
9869 /* Override any GCC internal prototype to avoid an error.
9870 Use char because int might match the return type of a GCC
9871 builtin and then its argument prototype would still apply. */
9875 char XkbQueryExtension ();
9879 return XkbQueryExtension ();
9884 if ac_fn_c_try_link
"$LINENO"; then :
9885 ac_cv_lib_X11_XkbQueryExtension
=yes
9887 ac_cv_lib_X11_XkbQueryExtension
=no
9889 rm -f core conftest.err conftest.
$ac_objext \
9890 conftest
$ac_exeext conftest.
$ac_ext
9891 LIBS
=$ac_check_lib_save_LIBS
9893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9894 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9895 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9897 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9903 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9906 $as_echo_n "checking for -lXcursor... " >&6; }
9907 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9908 $as_echo_n "(cached) " >&6
9910 ac_check_soname_save_LIBS
=$LIBS
9911 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9912 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9913 /* end confdefs.h. */
9915 /* Override any GCC internal prototype to avoid an error.
9916 Use char because int might match the return type of a GCC
9917 builtin and then its argument prototype would still apply. */
9921 char XcursorImageLoadCursor ();
9925 return XcursorImageLoadCursor ();
9930 if ac_fn_c_try_link
"$LINENO"; then :
9932 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9933 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'` ;;
9934 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9935 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9936 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9940 rm -f core conftest.err conftest.
$ac_objext \
9941 conftest
$ac_exeext conftest.
$ac_ext
9942 LIBS
=$ac_check_soname_save_LIBS
9944 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9946 $as_echo "not found" >&6; }
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9950 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9952 cat >>confdefs.h
<<_ACEOF
9953 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9959 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9960 case "x$with_xcursor" in
9961 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9963 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9964 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9969 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9972 $as_echo_n "checking for -lXi... " >&6; }
9973 if ${ac_cv_lib_soname_Xi+:} false
; then :
9974 $as_echo_n "(cached) " >&6
9976 ac_check_soname_save_LIBS
=$LIBS
9977 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9979 /* end confdefs.h. */
9981 /* Override any GCC internal prototype to avoid an error.
9982 Use char because int might match the return type of a GCC
9983 builtin and then its argument prototype would still apply. */
9987 char XOpenDevice ();
9991 return XOpenDevice ();
9996 if ac_fn_c_try_link
"$LINENO"; then :
9998 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9999 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'` ;;
10000 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10001 if ${ac_cv_lib_soname_Xi:+false} :; then :
10002 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10006 rm -f core conftest.err conftest.
$ac_objext \
10007 conftest
$ac_exeext conftest.
$ac_ext
10008 LIBS
=$ac_check_soname_save_LIBS
10010 if ${ac_cv_lib_soname_Xi:+false} :; then :
10011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10012 $as_echo "not found" >&6; }
10015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
10016 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10018 cat >>confdefs.h
<<_ACEOF
10019 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10025 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10026 case "x$with_xinput" in
10027 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10029 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10030 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10035 if test "x$ac_cv_lib_soname_Xi" != x
10037 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10038 case "x$with_xinput2" in
10039 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10041 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10042 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10048 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10051 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10052 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
10053 $as_echo_n "(cached) " >&6
10055 ac_check_lib_save_LIBS
=$LIBS
10056 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10058 /* end confdefs.h. */
10060 /* Override any GCC internal prototype to avoid an error.
10061 Use char because int might match the return type of a GCC
10062 builtin and then its argument prototype would still apply. */
10066 char XShmQueryExtension ();
10070 return XShmQueryExtension ();
10075 if ac_fn_c_try_link
"$LINENO"; then :
10076 ac_cv_lib_Xext_XShmQueryExtension
=yes
10078 ac_cv_lib_Xext_XShmQueryExtension
=no
10080 rm -f core conftest.err conftest.
$ac_objext \
10081 conftest
$ac_exeext conftest.
$ac_ext
10082 LIBS
=$ac_check_lib_save_LIBS
10084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10085 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10086 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10088 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10093 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10094 case "x$with_xshm" in
10095 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10097 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10098 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10103 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10106 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10107 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10108 $as_echo_n "(cached) " >&6
10110 ac_check_lib_save_LIBS
=$LIBS
10111 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10112 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10113 /* end confdefs.h. */
10115 /* Override any GCC internal prototype to avoid an error.
10116 Use char because int might match the return type of a GCC
10117 builtin and then its argument prototype would still apply. */
10121 char XShapeQueryExtension ();
10125 return XShapeQueryExtension ();
10130 if ac_fn_c_try_link
"$LINENO"; then :
10131 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10133 ac_cv_lib_Xext_XShapeQueryExtension
=no
10135 rm -f core conftest.err conftest.
$ac_objext \
10136 conftest
$ac_exeext conftest.
$ac_ext
10137 LIBS
=$ac_check_lib_save_LIBS
10139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10140 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10141 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10143 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10148 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10149 case "x$with_xshape" in
10150 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10152 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10153 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10158 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10161 $as_echo_n "checking for -lXxf86vm... " >&6; }
10162 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10163 $as_echo_n "(cached) " >&6
10165 ac_check_soname_save_LIBS
=$LIBS
10166 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10167 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10168 /* end confdefs.h. */
10170 /* Override any GCC internal prototype to avoid an error.
10171 Use char because int might match the return type of a GCC
10172 builtin and then its argument prototype would still apply. */
10176 char XF86VidModeQueryExtension ();
10180 return XF86VidModeQueryExtension ();
10185 if ac_fn_c_try_link
"$LINENO"; then :
10187 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10188 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'` ;;
10189 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10190 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10191 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10195 rm -f core conftest.err conftest.
$ac_objext \
10196 conftest
$ac_exeext conftest.
$ac_ext
10197 LIBS
=$ac_check_soname_save_LIBS
10199 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10201 $as_echo "not found" >&6; }
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10205 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10207 cat >>confdefs.h
<<_ACEOF
10208 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10214 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10215 case "x$with_xxf86vm" in
10216 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10218 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10219 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10224 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10227 $as_echo_n "checking for -lXrender... " >&6; }
10228 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10229 $as_echo_n "(cached) " >&6
10231 ac_check_soname_save_LIBS
=$LIBS
10232 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10234 /* end confdefs.h. */
10236 /* Override any GCC internal prototype to avoid an error.
10237 Use char because int might match the return type of a GCC
10238 builtin and then its argument prototype would still apply. */
10242 char XRenderQueryExtension ();
10246 return XRenderQueryExtension ();
10251 if ac_fn_c_try_link
"$LINENO"; then :
10253 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10254 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'` ;;
10255 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10256 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10257 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10261 rm -f core conftest.err conftest.
$ac_objext \
10262 conftest
$ac_exeext conftest.
$ac_ext
10263 LIBS
=$ac_check_soname_save_LIBS
10265 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10267 $as_echo "not found" >&6; }
10270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10271 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10273 cat >>confdefs.h
<<_ACEOF
10274 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10278 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10279 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10280 $as_echo_n "(cached) " >&6
10282 ac_check_lib_save_LIBS
=$LIBS
10283 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10284 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10285 /* end confdefs.h. */
10287 /* Override any GCC internal prototype to avoid an error.
10288 Use char because int might match the return type of a GCC
10289 builtin and then its argument prototype would still apply. */
10293 char XRenderSetPictureTransform ();
10297 return XRenderSetPictureTransform ();
10302 if ac_fn_c_try_link
"$LINENO"; then :
10303 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10305 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10307 rm -f core conftest.err conftest.
$ac_objext \
10308 conftest
$ac_exeext conftest.
$ac_ext
10309 LIBS
=$ac_check_lib_save_LIBS
10311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10312 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10313 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10315 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10320 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10321 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10322 $as_echo_n "(cached) " >&6
10324 ac_check_lib_save_LIBS
=$LIBS
10325 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10326 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10327 /* end confdefs.h. */
10329 /* Override any GCC internal prototype to avoid an error.
10330 Use char because int might match the return type of a GCC
10331 builtin and then its argument prototype would still apply. */
10335 char XRenderCreateLinearGradient ();
10339 return XRenderCreateLinearGradient ();
10344 if ac_fn_c_try_link
"$LINENO"; then :
10345 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10347 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10349 rm -f core conftest.err conftest.
$ac_objext \
10350 conftest
$ac_exeext conftest.
$ac_ext
10351 LIBS
=$ac_check_lib_save_LIBS
10353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10354 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10355 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10357 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10364 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10365 case "x$with_xrender" in
10366 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10368 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10369 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10374 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10376 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10377 /* end confdefs.h. */
10378 #include <X11/Xlib.h>
10379 #include <X11/extensions/Xrandr.h>
10383 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10388 if ac_fn_c_try_compile
"$LINENO"; then :
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10390 $as_echo_n "checking for -lXrandr... " >&6; }
10391 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10392 $as_echo_n "(cached) " >&6
10394 ac_check_soname_save_LIBS
=$LIBS
10395 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10396 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10397 /* end confdefs.h. */
10399 /* Override any GCC internal prototype to avoid an error.
10400 Use char because int might match the return type of a GCC
10401 builtin and then its argument prototype would still apply. */
10405 char XRRQueryExtension ();
10409 return XRRQueryExtension ();
10414 if ac_fn_c_try_link
"$LINENO"; then :
10416 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10417 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'` ;;
10418 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10419 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10420 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10424 rm -f core conftest.err conftest.
$ac_objext \
10425 conftest
$ac_exeext conftest.
$ac_ext
10426 LIBS
=$ac_check_soname_save_LIBS
10428 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10430 $as_echo "not found" >&6; }
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10434 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10436 cat >>confdefs.h
<<_ACEOF
10437 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10440 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10441 /* end confdefs.h. */
10442 #include <X11/Xlib.h>
10443 #include <X11/extensions/Xrandr.h>
10447 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10452 if ac_fn_c_try_compile
"$LINENO"; then :
10454 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10457 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10460 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10462 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10463 case "x$with_xrandr" in
10464 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10466 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10467 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10472 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10475 /* end confdefs.h. */
10476 #include <X11/Xlib.h>
10477 #include <X11/extensions/Xinerama.h>
10481 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10486 if ac_fn_c_try_compile
"$LINENO"; then :
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10488 $as_echo_n "checking for -lXinerama... " >&6; }
10489 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10490 $as_echo_n "(cached) " >&6
10492 ac_check_soname_save_LIBS
=$LIBS
10493 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10494 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10495 /* end confdefs.h. */
10497 /* Override any GCC internal prototype to avoid an error.
10498 Use char because int might match the return type of a GCC
10499 builtin and then its argument prototype would still apply. */
10503 char XineramaQueryScreens ();
10507 return XineramaQueryScreens ();
10512 if ac_fn_c_try_link
"$LINENO"; then :
10514 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10515 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'` ;;
10516 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10517 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10518 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10522 rm -f core conftest.err conftest.
$ac_objext \
10523 conftest
$ac_exeext conftest.
$ac_ext
10524 LIBS
=$ac_check_soname_save_LIBS
10526 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10528 $as_echo "not found" >&6; }
10531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10532 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10534 cat >>confdefs.h
<<_ACEOF
10535 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10541 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10543 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10544 case "x$with_xinerama" in
10545 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10547 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10548 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10553 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10556 $as_echo_n "checking for -lXcomposite... " >&6; }
10557 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10558 $as_echo_n "(cached) " >&6
10560 ac_check_soname_save_LIBS
=$LIBS
10561 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10563 /* end confdefs.h. */
10565 /* Override any GCC internal prototype to avoid an error.
10566 Use char because int might match the return type of a GCC
10567 builtin and then its argument prototype would still apply. */
10571 char XCompositeRedirectWindow ();
10575 return XCompositeRedirectWindow ();
10580 if ac_fn_c_try_link
"$LINENO"; then :
10582 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10583 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'` ;;
10584 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10585 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10586 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10590 rm -f core conftest.err conftest.
$ac_objext \
10591 conftest
$ac_exeext conftest.
$ac_ext
10592 LIBS
=$ac_check_soname_save_LIBS
10594 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10596 $as_echo "not found" >&6; }
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10600 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10602 cat >>confdefs.h
<<_ACEOF
10603 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10609 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10610 case "x$with_xcomposite" in
10611 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10613 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10614 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10619 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10620 #include <X11/Xlib.h>
10623 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10625 cat >>confdefs.h
<<_ACEOF
10626 #define HAVE_XICCALLBACK_CALLBACK 1
10631 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10632 #include <X11/Xlib.h>
10635 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10637 cat >>confdefs.h
<<_ACEOF
10638 #define HAVE_XEVENT_XCOOKIE 1
10647 if test "x$with_opengl" != "xno"
10649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10650 $as_echo_n "checking for -lGL... " >&6; }
10651 if ${ac_cv_lib_soname_GL+:} false
; then :
10652 $as_echo_n "(cached) " >&6
10654 ac_check_soname_save_LIBS
=$LIBS
10655 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10656 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10657 /* end confdefs.h. */
10659 /* Override any GCC internal prototype to avoid an error.
10660 Use char because int might match the return type of a GCC
10661 builtin and then its argument prototype would still apply. */
10665 char glXCreateContext ();
10669 return glXCreateContext ();
10674 if ac_fn_c_try_link
"$LINENO"; then :
10676 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10677 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'` ;;
10678 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10679 if ${ac_cv_lib_soname_GL:+false} :; then :
10680 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10684 rm -f core conftest.err conftest.
$ac_objext \
10685 conftest
$ac_exeext conftest.
$ac_ext
10686 LIBS
=$ac_check_soname_save_LIBS
10688 if ${ac_cv_lib_soname_GL:+false} :; then :
10689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10690 $as_echo "not found" >&6; }
10691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10692 $as_echo_n "checking for -lGL... " >&6; }
10693 if ${ac_cv_lib_soname_GL+:} false
; then :
10694 $as_echo_n "(cached) " >&6
10696 ac_check_soname_save_LIBS
=$LIBS
10697 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"
10698 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10699 /* end confdefs.h. */
10701 /* Override any GCC internal prototype to avoid an error.
10702 Use char because int might match the return type of a GCC
10703 builtin and then its argument prototype would still apply. */
10707 char glXCreateContext ();
10711 return glXCreateContext ();
10716 if ac_fn_c_try_link
"$LINENO"; then :
10718 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10719 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'` ;;
10720 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10721 if ${ac_cv_lib_soname_GL:+false} :; then :
10722 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10726 rm -f core conftest.err conftest.
$ac_objext \
10727 conftest
$ac_exeext conftest.
$ac_ext
10728 LIBS
=$ac_check_soname_save_LIBS
10730 if ${ac_cv_lib_soname_GL:+false} :; then :
10731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10732 $as_echo "not found" >&6; }
10733 if test -f /usr
/X11R
6/lib
/libGL.a
10735 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10736 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10738 opengl_msg
="No OpenGL library found on this system."
10741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10742 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10744 cat >>confdefs.h
<<_ACEOF
10745 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10748 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"
10751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10752 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10754 cat >>confdefs.h
<<_ACEOF
10755 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10760 if test "x$with_glu" != "xno"
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10763 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10764 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10765 $as_echo_n "(cached) " >&6
10767 ac_check_lib_save_LIBS
=$LIBS
10768 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10769 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10770 /* end confdefs.h. */
10772 /* Override any GCC internal prototype to avoid an error.
10773 Use char because int might match the return type of a GCC
10774 builtin and then its argument prototype would still apply. */
10782 return gluLookAt ();
10787 if ac_fn_c_try_link
"$LINENO"; then :
10788 ac_cv_lib_GLU_gluLookAt
=yes
10790 ac_cv_lib_GLU_gluLookAt
=no
10792 rm -f core conftest.err conftest.
$ac_objext \
10793 conftest
$ac_exeext conftest.
$ac_ext
10794 LIBS
=$ac_check_lib_save_LIBS
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10797 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10798 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10802 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10803 case "x$with_glu" in
10804 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10806 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10807 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10813 if test "x$with_osmesa" != "xno"
10815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10816 $as_echo_n "checking for -lOSMesa... " >&6; }
10817 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10818 $as_echo_n "(cached) " >&6
10820 ac_check_soname_save_LIBS
=$LIBS
10821 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10822 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10823 /* end confdefs.h. */
10825 /* Override any GCC internal prototype to avoid an error.
10826 Use char because int might match the return type of a GCC
10827 builtin and then its argument prototype would still apply. */
10840 if ac_fn_c_try_link
"$LINENO"; then :
10842 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10843 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'` ;;
10844 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10845 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10846 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10850 rm -f core conftest.err conftest.
$ac_objext \
10851 conftest
$ac_exeext conftest.
$ac_ext
10852 LIBS
=$ac_check_soname_save_LIBS
10854 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10856 $as_echo "not found" >&6; }
10859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10860 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10862 cat >>confdefs.h
<<_ACEOF
10863 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10868 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10869 case "x$with_osmesa" in
10870 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10872 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10873 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10879 if test -n "$opengl_msg"; then :
10880 case "x$with_opengl" in
10881 x
) as_fn_append wine_warnings
"|$opengl_msg
10882 OpenGL and Direct3D won't be supported." ;;
10884 *) as_fn_error $?
"$opengl_msg
10885 OpenGL and Direct3D won't be supported.
10886 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10891 CPPFLAGS
="$ac_save_CPPFLAGS"
10896 if test "x$X_LIBS" = "x"; then :
10899 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10900 without X support, which probably isn't what you want. You will need
10901 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10902 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10904 enable_winex11_drv
=${enable_winex11_drv:-no}
10907 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10909 if test "$ac_cv_header_CL_cl_h" = "yes"
10911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10912 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10913 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10914 $as_echo_n "(cached) " >&6
10916 ac_check_lib_save_LIBS
=$LIBS
10917 LIBS
="-lOpenCL $LIBS"
10918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10919 /* end confdefs.h. */
10921 /* Override any GCC internal prototype to avoid an error.
10922 Use char because int might match the return type of a GCC
10923 builtin and then its argument prototype would still apply. */
10927 char clGetPlatformInfo ();
10931 return clGetPlatformInfo ();
10936 if ac_fn_c_try_link
"$LINENO"; then :
10937 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10939 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10941 rm -f core conftest.err conftest.
$ac_objext \
10942 conftest
$ac_exeext conftest.
$ac_ext
10943 LIBS
=$ac_check_lib_save_LIBS
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10946 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10947 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10948 OPENCL_LIBS
="-lOpenCL"
10953 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10954 case "x$with_opencl" in
10955 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10957 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10958 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10960 enable_opencl
=${enable_opencl:-no}
10963 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10966 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10967 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10968 $as_echo_n "(cached) " >&6
10970 ac_check_lib_save_LIBS
=$LIBS
10971 LIBS
="-lpcap $LIBS"
10972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10973 /* end confdefs.h. */
10975 /* Override any GCC internal prototype to avoid an error.
10976 Use char because int might match the return type of a GCC
10977 builtin and then its argument prototype would still apply. */
10981 char pcap_create ();
10985 return pcap_create ();
10990 if ac_fn_c_try_link
"$LINENO"; then :
10991 ac_cv_lib_pcap_pcap_create
=yes
10993 ac_cv_lib_pcap_pcap_create
=no
10995 rm -f core conftest.err conftest.
$ac_objext \
10996 conftest
$ac_exeext conftest.
$ac_ext
10997 LIBS
=$ac_check_lib_save_LIBS
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
11000 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
11001 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
11007 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
11008 case "x$with_pcap" in
11009 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11011 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
11012 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11014 enable_wpcap
=${enable_wpcap:-no}
11018 if test "x$with_xml" != "xno"
11020 if ${XML2_CFLAGS:+false} :; then :
11021 if ${PKG_CONFIG+:} false
; then :
11022 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11025 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11026 if ${XML2_LIBS:+false} :; then :
11027 if ${PKG_CONFIG+:} false
; then :
11028 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11031 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11032 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
11033 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11034 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11035 ac_save_CPPFLAGS
=$CPPFLAGS
11036 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
11037 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
11039 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11040 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11041 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11042 cat >>confdefs.h
<<_ACEOF
11043 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11050 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"
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11053 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11054 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11055 $as_echo_n "(cached) " >&6
11057 ac_check_lib_save_LIBS
=$LIBS
11058 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11059 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11060 /* end confdefs.h. */
11062 /* Override any GCC internal prototype to avoid an error.
11063 Use char because int might match the return type of a GCC
11064 builtin and then its argument prototype would still apply. */
11068 char xmlParseMemory ();
11072 return xmlParseMemory ();
11077 if ac_fn_c_try_link
"$LINENO"; then :
11078 ac_cv_lib_xml2_xmlParseMemory
=yes
11080 ac_cv_lib_xml2_xmlParseMemory
=no
11082 rm -f core conftest.err conftest.
$ac_objext \
11083 conftest
$ac_exeext conftest.
$ac_ext
11084 LIBS
=$ac_check_lib_save_LIBS
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11087 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11088 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11090 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11097 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11098 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11099 $as_echo_n "(cached) " >&6
11101 ac_check_lib_save_LIBS
=$LIBS
11102 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11103 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11104 /* end confdefs.h. */
11106 /* Override any GCC internal prototype to avoid an error.
11107 Use char because int might match the return type of a GCC
11108 builtin and then its argument prototype would still apply. */
11112 char xmlReadMemory ();
11116 return xmlReadMemory ();
11121 if ac_fn_c_try_link
"$LINENO"; then :
11122 ac_cv_lib_xml2_xmlReadMemory
=yes
11124 ac_cv_lib_xml2_xmlReadMemory
=no
11126 rm -f core conftest.err conftest.
$ac_objext \
11127 conftest
$ac_exeext conftest.
$ac_ext
11128 LIBS
=$ac_check_lib_save_LIBS
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11131 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11132 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11134 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11139 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11140 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11141 $as_echo_n "(cached) " >&6
11143 ac_check_lib_save_LIBS
=$LIBS
11144 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11145 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11146 /* end confdefs.h. */
11148 /* Override any GCC internal prototype to avoid an error.
11149 Use char because int might match the return type of a GCC
11150 builtin and then its argument prototype would still apply. */
11154 char xmlNewDocPI ();
11158 return xmlNewDocPI ();
11163 if ac_fn_c_try_link
"$LINENO"; then :
11164 ac_cv_lib_xml2_xmlNewDocPI
=yes
11166 ac_cv_lib_xml2_xmlNewDocPI
=no
11168 rm -f core conftest.err conftest.
$ac_objext \
11169 conftest
$ac_exeext conftest.
$ac_ext
11170 LIBS
=$ac_check_lib_save_LIBS
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11173 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11174 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11176 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11181 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11182 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11183 $as_echo_n "(cached) " >&6
11185 ac_check_lib_save_LIBS
=$LIBS
11186 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11187 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11188 /* end confdefs.h. */
11190 /* Override any GCC internal prototype to avoid an error.
11191 Use char because int might match the return type of a GCC
11192 builtin and then its argument prototype would still apply. */
11196 char xmlSchemaSetParserStructuredErrors ();
11200 return xmlSchemaSetParserStructuredErrors ();
11205 if ac_fn_c_try_link
"$LINENO"; then :
11206 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11208 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11210 rm -f core conftest.err conftest.
$ac_objext \
11211 conftest
$ac_exeext conftest.
$ac_ext
11212 LIBS
=$ac_check_lib_save_LIBS
11214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11215 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11216 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11218 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11223 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11224 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11225 $as_echo_n "(cached) " >&6
11227 ac_check_lib_save_LIBS
=$LIBS
11228 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11229 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11230 /* end confdefs.h. */
11232 /* Override any GCC internal prototype to avoid an error.
11233 Use char because int might match the return type of a GCC
11234 builtin and then its argument prototype would still apply. */
11238 char xmlSchemaSetValidStructuredErrors ();
11242 return xmlSchemaSetValidStructuredErrors ();
11247 if ac_fn_c_try_link
"$LINENO"; then :
11248 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11250 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11252 rm -f core conftest.err conftest.
$ac_objext \
11253 conftest
$ac_exeext conftest.
$ac_ext
11254 LIBS
=$ac_check_lib_save_LIBS
11256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11257 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11258 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11260 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11265 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11266 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11267 $as_echo_n "(cached) " >&6
11269 ac_check_lib_save_LIBS
=$LIBS
11270 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11272 /* end confdefs.h. */
11274 /* Override any GCC internal prototype to avoid an error.
11275 Use char because int might match the return type of a GCC
11276 builtin and then its argument prototype would still apply. */
11280 char xmlFirstElementChild ();
11284 return xmlFirstElementChild ();
11289 if ac_fn_c_try_link
"$LINENO"; then :
11290 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11292 ac_cv_lib_xml2_xmlFirstElementChild
=no
11294 rm -f core conftest.err conftest.
$ac_objext \
11295 conftest
$ac_exeext conftest.
$ac_ext
11296 LIBS
=$ac_check_lib_save_LIBS
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11299 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11300 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11302 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11306 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11308 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11310 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11318 CPPFLAGS
=$ac_save_CPPFLAGS
11319 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11320 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11323 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11324 case "x$with_xml" in
11325 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11327 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11328 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11333 if test "x$with_xslt" != "xno"
11335 if ${XSLT_CFLAGS:+false} :; then :
11336 if ${PKG_CONFIG+:} false
; then :
11337 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11340 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11341 if ${XSLT_LIBS:+false} :; then :
11342 if ${PKG_CONFIG+:} false
; then :
11343 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11346 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11347 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11348 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11349 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11350 ac_save_CPPFLAGS
=$CPPFLAGS
11351 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11352 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11354 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11355 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11356 # include <libxslt/pattern.h>
11359 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11360 cat >>confdefs.h
<<_ACEOF
11361 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11368 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11371 $as_echo_n "checking for -lxslt... " >&6; }
11372 if ${ac_cv_lib_soname_xslt+:} false
; then :
11373 $as_echo_n "(cached) " >&6
11375 ac_check_soname_save_LIBS
=$LIBS
11376 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11377 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11378 /* end confdefs.h. */
11380 /* Override any GCC internal prototype to avoid an error.
11381 Use char because int might match the return type of a GCC
11382 builtin and then its argument prototype would still apply. */
11386 char xsltCompilePattern ();
11390 return xsltCompilePattern ();
11395 if ac_fn_c_try_link
"$LINENO"; then :
11397 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11398 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'` ;;
11399 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11400 if ${ac_cv_lib_soname_xslt:+false} :; then :
11401 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11405 rm -f core conftest.err conftest.
$ac_objext \
11406 conftest
$ac_exeext conftest.
$ac_ext
11407 LIBS
=$ac_check_soname_save_LIBS
11409 if ${ac_cv_lib_soname_xslt:+false} :; then :
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11411 $as_echo "not found" >&6; }
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11415 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11417 cat >>confdefs.h
<<_ACEOF
11418 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11426 CPPFLAGS
=$ac_save_CPPFLAGS
11427 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11428 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11431 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11432 case "x$with_xslt" in
11433 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11435 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11436 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11441 if test "x$with_dbus" != "xno"
11443 if ${DBUS_CFLAGS:+false} :; then :
11444 if ${PKG_CONFIG+:} false
; then :
11445 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11449 if ${DBUS_LIBS:+false} :; then :
11450 if ${PKG_CONFIG+:} false
; then :
11451 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11456 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11457 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11458 ac_save_CPPFLAGS
=$CPPFLAGS
11459 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11460 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11461 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11463 $as_echo_n "checking for -ldbus-1... " >&6; }
11464 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11465 $as_echo_n "(cached) " >&6
11467 ac_check_soname_save_LIBS
=$LIBS
11468 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11470 /* end confdefs.h. */
11472 /* Override any GCC internal prototype to avoid an error.
11473 Use char because int might match the return type of a GCC
11474 builtin and then its argument prototype would still apply. */
11478 char dbus_connection_close ();
11482 return dbus_connection_close ();
11487 if ac_fn_c_try_link
"$LINENO"; then :
11489 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11490 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'` ;;
11491 *) 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'`
11492 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11493 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11497 rm -f core conftest.err conftest.
$ac_objext \
11498 conftest
$ac_exeext conftest.
$ac_ext
11499 LIBS
=$ac_check_soname_save_LIBS
11501 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11503 $as_echo "not found" >&6; }
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11507 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11509 cat >>confdefs.h
<<_ACEOF
11510 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11520 CPPFLAGS
=$ac_save_CPPFLAGS
11521 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11522 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11525 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11526 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11527 case "x$with_dbus" in
11528 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11530 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11531 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11536 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11538 if ${HAL_CFLAGS:+false} :; then :
11539 if ${PKG_CONFIG+:} false
; then :
11540 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11544 if ${HAL_LIBS:+false} :; then :
11545 if ${PKG_CONFIG+:} false
; then :
11546 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11550 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11551 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11552 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11553 ac_save_CPPFLAGS
=$CPPFLAGS
11554 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11555 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11556 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11558 $as_echo_n "checking for -lhal... " >&6; }
11559 if ${ac_cv_lib_soname_hal+:} false
; then :
11560 $as_echo_n "(cached) " >&6
11562 ac_check_soname_save_LIBS
=$LIBS
11563 LIBS
="-lhal $HAL_LIBS $LIBS"
11564 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11565 /* end confdefs.h. */
11567 /* Override any GCC internal prototype to avoid an error.
11568 Use char because int might match the return type of a GCC
11569 builtin and then its argument prototype would still apply. */
11573 char libhal_ctx_new ();
11577 return libhal_ctx_new ();
11582 if ac_fn_c_try_link
"$LINENO"; then :
11584 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11585 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'` ;;
11586 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11587 if ${ac_cv_lib_soname_hal:+false} :; then :
11588 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11592 rm -f core conftest.err conftest.
$ac_objext \
11593 conftest
$ac_exeext conftest.
$ac_ext
11594 LIBS
=$ac_check_soname_save_LIBS
11596 if ${ac_cv_lib_soname_hal:+false} :; then :
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11598 $as_echo "not found" >&6; }
11601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11602 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11604 cat >>confdefs.h
<<_ACEOF
11605 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11615 CPPFLAGS
=$ac_save_CPPFLAGS
11616 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11617 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11619 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11620 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11621 case "x$with_hal" in
11622 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11624 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11625 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11631 if test "x$with_gnutls" != "xno"
11633 if ${GNUTLS_CFLAGS:+false} :; then :
11634 if ${PKG_CONFIG+:} false
; then :
11635 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11639 if ${GNUTLS_LIBS:+false} :; then :
11640 if ${PKG_CONFIG+:} false
; then :
11641 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11646 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11647 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11648 ac_save_CPPFLAGS
=$CPPFLAGS
11649 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11650 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11651 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11652 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11653 /* end confdefs.h. */
11654 #include <gnutls/gnutls.h>
11655 #include <gnutls/crypto.h>
11659 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11664 if ac_fn_c_try_compile
"$LINENO"; then :
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11666 $as_echo_n "checking for -lgnutls... " >&6; }
11667 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11668 $as_echo_n "(cached) " >&6
11670 ac_check_soname_save_LIBS
=$LIBS
11671 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11672 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11673 /* end confdefs.h. */
11675 /* Override any GCC internal prototype to avoid an error.
11676 Use char because int might match the return type of a GCC
11677 builtin and then its argument prototype would still apply. */
11681 char gnutls_global_init ();
11685 return gnutls_global_init ();
11690 if ac_fn_c_try_link
"$LINENO"; then :
11692 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11693 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'` ;;
11694 *) 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'`
11695 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11696 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'`
11700 rm -f core conftest.err conftest.
$ac_objext \
11701 conftest
$ac_exeext conftest.
$ac_ext
11702 LIBS
=$ac_check_soname_save_LIBS
11704 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11706 $as_echo "not found" >&6; }
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11710 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11712 cat >>confdefs.h
<<_ACEOF
11713 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11718 ac_wine_check_funcs_save_LIBS
="$LIBS"
11719 LIBS
="$LIBS $GNUTLS_LIBS"
11720 for ac_func
in gnutls_hash
11722 ac_fn_c_check_func
"$LINENO" "gnutls_hash" "ac_cv_func_gnutls_hash"
11723 if test "x$ac_cv_func_gnutls_hash" = xyes
; then :
11724 cat >>confdefs.h
<<_ACEOF
11725 #define HAVE_GNUTLS_HASH 1
11729 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, no bcrypt hash support."
11733 LIBS
="$ac_wine_check_funcs_save_LIBS"
11735 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11741 CPPFLAGS
=$ac_save_CPPFLAGS
11742 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11743 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11746 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11747 case "x$with_gnutls" in
11748 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11750 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11751 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11757 if test "$ac_cv_header_ncurses_h" = "yes"
11759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11760 $as_echo_n "checking for -lncurses... " >&6; }
11761 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11762 $as_echo_n "(cached) " >&6
11764 ac_check_soname_save_LIBS
=$LIBS
11765 LIBS
="-lncurses $LIBS"
11766 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11767 /* end confdefs.h. */
11769 /* Override any GCC internal prototype to avoid an error.
11770 Use char because int might match the return type of a GCC
11771 builtin and then its argument prototype would still apply. */
11784 if ac_fn_c_try_link
"$LINENO"; then :
11786 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11787 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'` ;;
11788 *) 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'`
11789 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11790 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11794 rm -f core conftest.err conftest.
$ac_objext \
11795 conftest
$ac_exeext conftest.
$ac_ext
11796 LIBS
=$ac_check_soname_save_LIBS
11798 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11800 $as_echo "not found" >&6; }
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11804 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11806 cat >>confdefs.h
<<_ACEOF
11807 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11810 CURSES_LIBS
="-lncurses"
11812 elif test "$ac_cv_header_curses_h" = "yes"
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11815 $as_echo_n "checking for -lcurses... " >&6; }
11816 if ${ac_cv_lib_soname_curses+:} false
; then :
11817 $as_echo_n "(cached) " >&6
11819 ac_check_soname_save_LIBS
=$LIBS
11820 LIBS
="-lcurses $LIBS"
11821 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11822 /* end confdefs.h. */
11824 /* Override any GCC internal prototype to avoid an error.
11825 Use char because int might match the return type of a GCC
11826 builtin and then its argument prototype would still apply. */
11839 if ac_fn_c_try_link
"$LINENO"; then :
11841 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11842 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'` ;;
11843 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11844 if ${ac_cv_lib_soname_curses:+false} :; then :
11845 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11849 rm -f core conftest.err conftest.
$ac_objext \
11850 conftest
$ac_exeext conftest.
$ac_ext
11851 LIBS
=$ac_check_soname_save_LIBS
11853 if ${ac_cv_lib_soname_curses:+false} :; then :
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11855 $as_echo "not found" >&6; }
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11859 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11861 cat >>confdefs.h
<<_ACEOF
11862 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11865 CURSES_LIBS
="-lcurses"
11868 ac_save_LIBS
="$LIBS"
11869 LIBS
="$LIBS $CURSES_LIBS"
11870 for ac_func
in mousemask
11872 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11873 if test "x$ac_cv_func_mousemask" = xyes
; then :
11874 cat >>confdefs.h
<<_ACEOF
11875 #define HAVE_MOUSEMASK 1
11881 LIBS
="$ac_save_LIBS"
11882 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11883 case "x$with_curses" in
11884 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11886 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11887 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11892 if test "x$with_sane" != "xno"
11894 if ${SANE_CFLAGS:+false} :; then :
11895 if ${PKG_CONFIG+:} false
; then :
11896 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11899 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11900 if ${SANE_LIBS:+false} :; then :
11901 if ${PKG_CONFIG+:} false
; then :
11902 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11905 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11907 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11908 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11909 ac_save_CPPFLAGS
=$CPPFLAGS
11910 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11911 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11912 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11914 $as_echo_n "checking for -lsane... " >&6; }
11915 if ${ac_cv_lib_soname_sane+:} false
; then :
11916 $as_echo_n "(cached) " >&6
11918 ac_check_soname_save_LIBS
=$LIBS
11919 LIBS
="-lsane $SANE_LIBS $LIBS"
11920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11921 /* end confdefs.h. */
11923 /* Override any GCC internal prototype to avoid an error.
11924 Use char because int might match the return type of a GCC
11925 builtin and then its argument prototype would still apply. */
11933 return sane_init ();
11938 if ac_fn_c_try_link
"$LINENO"; then :
11940 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11941 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'` ;;
11942 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11943 if ${ac_cv_lib_soname_sane:+false} :; then :
11944 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11948 rm -f core conftest.err conftest.
$ac_objext \
11949 conftest
$ac_exeext conftest.
$ac_ext
11950 LIBS
=$ac_check_soname_save_LIBS
11952 if ${ac_cv_lib_soname_sane:+false} :; then :
11953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11954 $as_echo "not found" >&6; }
11957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11958 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11960 cat >>confdefs.h
<<_ACEOF
11961 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11971 CPPFLAGS
=$ac_save_CPPFLAGS
11972 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11973 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11976 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11977 case "x$with_sane" in
11978 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11980 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11981 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11986 if test "x$with_v4l" != "xno"
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11989 $as_echo_n "checking for -lv4l1... " >&6; }
11990 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11991 $as_echo_n "(cached) " >&6
11993 ac_check_soname_save_LIBS
=$LIBS
11994 LIBS
="-lv4l1 $LIBS"
11995 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11996 /* end confdefs.h. */
11998 /* Override any GCC internal prototype to avoid an error.
11999 Use char because int might match the return type of a GCC
12000 builtin and then its argument prototype would still apply. */
12008 return v4l1_open ();
12013 if ac_fn_c_try_link
"$LINENO"; then :
12015 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12016 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'` ;;
12017 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12018 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12019 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12023 rm -f core conftest.err conftest.
$ac_objext \
12024 conftest
$ac_exeext conftest.
$ac_ext
12025 LIBS
=$ac_check_soname_save_LIBS
12027 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12029 $as_echo "not found" >&6; }
12032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12033 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12035 cat >>confdefs.h
<<_ACEOF
12036 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12042 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12043 case "x$with_v4l" in
12044 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
12046 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
12047 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12052 if test "x$with_gphoto" != "xno"
12054 if ${GPHOTO2_CFLAGS:+false} :; then :
12055 if ${PKG_CONFIG+:} false
; then :
12056 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12059 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12060 if ${GPHOTO2_LIBS:+false} :; then :
12061 if ${PKG_CONFIG+:} false
; then :
12062 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12065 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12066 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12067 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12068 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12069 ac_save_CPPFLAGS
=$CPPFLAGS
12070 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12071 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12072 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12074 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12075 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12076 $as_echo_n "(cached) " >&6
12078 ac_check_lib_save_LIBS
=$LIBS
12079 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12081 /* end confdefs.h. */
12083 /* Override any GCC internal prototype to avoid an error.
12084 Use char because int might match the return type of a GCC
12085 builtin and then its argument prototype would still apply. */
12089 char gp_camera_new ();
12093 return gp_camera_new ();
12098 if ac_fn_c_try_link
"$LINENO"; then :
12099 ac_cv_lib_gphoto2_gp_camera_new
=yes
12101 ac_cv_lib_gphoto2_gp_camera_new
=no
12103 rm -f core conftest.err conftest.
$ac_objext \
12104 conftest
$ac_exeext conftest.
$ac_ext
12105 LIBS
=$ac_check_lib_save_LIBS
12107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12108 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12109 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12111 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12114 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12118 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12122 CPPFLAGS
=$ac_save_CPPFLAGS
12123 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12124 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12126 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12127 if ${PKG_CONFIG+:} false
; then :
12128 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12131 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12132 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12133 if ${PKG_CONFIG+:} false
; then :
12134 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12137 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12138 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12139 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12140 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12141 ac_save_CPPFLAGS
=$CPPFLAGS
12142 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12143 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12144 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12146 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12147 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12148 $as_echo_n "(cached) " >&6
12150 ac_check_lib_save_LIBS
=$LIBS
12151 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12153 /* end confdefs.h. */
12155 /* Override any GCC internal prototype to avoid an error.
12156 Use char because int might match the return type of a GCC
12157 builtin and then its argument prototype would still apply. */
12161 char gp_port_info_list_new ();
12165 return gp_port_info_list_new ();
12170 if ac_fn_c_try_link
"$LINENO"; then :
12171 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12173 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12175 rm -f core conftest.err conftest.
$ac_objext \
12176 conftest
$ac_exeext conftest.
$ac_ext
12177 LIBS
=$ac_check_lib_save_LIBS
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12180 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12181 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12183 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12186 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12190 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12194 CPPFLAGS
=$ac_save_CPPFLAGS
12195 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12196 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12199 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12200 case "x$with_gphoto" in
12201 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12203 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12204 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12208 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12209 case "x$with_gphoto" in
12210 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12212 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12213 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12219 if test "$ac_cv_header_resolv_h" = "yes"
12221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12222 $as_echo_n "checking for resolver library... " >&6; }
12223 if ${ac_cv_have_resolv+:} false
; then :
12224 $as_echo_n "(cached) " >&6
12226 ac_save_LIBS
="$LIBS"
12227 for lib
in '' -lresolv
12229 LIBS
="$lib $ac_save_LIBS"
12230 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12231 /* end confdefs.h. */
12232 #ifdef HAVE_NETINET_IN_H
12233 #include <netinet/in.h>
12235 #include <resolv.h>
12239 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12244 if ac_fn_c_try_link
"$LINENO"; then :
12245 ac_cv_have_resolv
=${lib:-"none required"}
12247 ac_cv_have_resolv
="not found"
12249 rm -f core conftest.err conftest.
$ac_objext \
12250 conftest
$ac_exeext conftest.
$ac_ext
12251 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12253 LIBS
="$ac_save_LIBS"
12255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12256 $as_echo "$ac_cv_have_resolv" >&6; }
12258 case "$ac_cv_have_resolv" in
12262 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12265 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12267 RESOLV_LIBS
=$ac_cv_have_resolv
12272 if test "x$with_cms" != "xno"
12274 if ${LCMS2_CFLAGS:+false} :; then :
12275 if ${PKG_CONFIG+:} false
; then :
12276 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12280 if ${LCMS2_LIBS:+false} :; then :
12281 if ${PKG_CONFIG+:} false
; then :
12282 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12286 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12287 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12288 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12289 ac_save_CPPFLAGS
=$CPPFLAGS
12290 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12291 for ac_header
in lcms2.h
12293 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12294 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12295 cat >>confdefs.h
<<_ACEOF
12296 #define HAVE_LCMS2_H 1
12303 if test "$ac_cv_header_lcms2_h" = "yes"
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12306 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12307 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12308 $as_echo_n "(cached) " >&6
12310 ac_check_lib_save_LIBS
=$LIBS
12311 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12313 /* end confdefs.h. */
12315 /* Override any GCC internal prototype to avoid an error.
12316 Use char because int might match the return type of a GCC
12317 builtin and then its argument prototype would still apply. */
12321 char cmsOpenProfileFromFile ();
12325 return cmsOpenProfileFromFile ();
12330 if ac_fn_c_try_link
"$LINENO"; then :
12331 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12333 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12335 rm -f core conftest.err conftest.
$ac_objext \
12336 conftest
$ac_exeext conftest.
$ac_ext
12337 LIBS
=$ac_check_lib_save_LIBS
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12340 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12341 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12343 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12353 CPPFLAGS
=$ac_save_CPPFLAGS
12354 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12355 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12358 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12359 case "x$with_cms" in
12360 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12362 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12363 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12368 if test "x$with_freetype" != "xno"
12370 if ${FREETYPE_CFLAGS:+false} :; then :
12371 if ${PKG_CONFIG+:} false
; then :
12372 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12375 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12376 if ${FREETYPE_LIBS:+false} :; then :
12377 if ${PKG_CONFIG+:} false
; then :
12378 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12381 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12382 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12383 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12384 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12385 ac_save_CPPFLAGS
=$CPPFLAGS
12386 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12387 for ac_header
in ft2build.h
12389 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12390 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12391 cat >>confdefs.h
<<_ACEOF
12392 #define HAVE_FT2BUILD_H 1
12399 if test "$ac_cv_header_ft2build_h" = "yes"
12401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12402 $as_echo_n "checking for -lfreetype... " >&6; }
12403 if ${ac_cv_lib_soname_freetype+:} false
; then :
12404 $as_echo_n "(cached) " >&6
12406 ac_check_soname_save_LIBS
=$LIBS
12407 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12408 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12409 /* end confdefs.h. */
12411 /* Override any GCC internal prototype to avoid an error.
12412 Use char because int might match the return type of a GCC
12413 builtin and then its argument prototype would still apply. */
12417 char FT_Init_FreeType ();
12421 return FT_Init_FreeType ();
12426 if ac_fn_c_try_link
"$LINENO"; then :
12428 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12429 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'` ;;
12430 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12431 if ${ac_cv_lib_soname_freetype:+false} :; then :
12432 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12436 rm -f core conftest.err conftest.
$ac_objext \
12437 conftest
$ac_exeext conftest.
$ac_ext
12438 LIBS
=$ac_check_soname_save_LIBS
12440 if ${ac_cv_lib_soname_freetype:+false} :; then :
12441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12442 $as_echo "not found" >&6; }
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12446 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12448 cat >>confdefs.h
<<_ACEOF
12449 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12453 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12455 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12456 #include FT_MODULE_H
12458 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12460 cat >>confdefs.h
<<_ACEOF
12461 #define HAVE_FT_TRUETYPEENGINETYPE 1
12472 CPPFLAGS
=$ac_save_CPPFLAGS
12473 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12474 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12477 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12478 case "x$with_freetype" in
12480 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12481 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12483 enable_fonts
=${enable_fonts:-no}
12486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12487 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12488 if ${ac_cv_c_ppdev+:} false
; then :
12489 $as_echo_n "(cached) " >&6
12491 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12492 /* end confdefs.h. */
12493 #ifdef HAVE_SYS_IOCTL_H
12494 # include <sys/ioctl.h>
12496 #include <linux/ppdev.h>
12500 ioctl (1,PPCLAIM,0)
12505 if ac_fn_c_try_compile
"$LINENO"; then :
12506 ac_cv_c_ppdev
="yes"
12510 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12513 $as_echo "$ac_cv_c_ppdev" >&6; }
12514 if test "$ac_cv_c_ppdev" = "yes"
12517 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12521 ac_wine_check_funcs_save_LIBS
="$LIBS"
12522 LIBS
="$LIBS $PTHREAD_LIBS"
12524 pthread_attr_get_np \
12525 pthread_getattr_np \
12526 pthread_getthreadid_np \
12527 pthread_get_stackaddr_np \
12528 pthread_get_stacksize_np
12530 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12531 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12532 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12533 cat >>confdefs.h
<<_ACEOF
12534 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12540 LIBS
="$ac_wine_check_funcs_save_LIBS"
12542 if test "$ac_cv_header_zlib_h" = "yes"
12544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12545 $as_echo_n "checking for inflate in -lz... " >&6; }
12546 if ${ac_cv_lib_z_inflate+:} false
; then :
12547 $as_echo_n "(cached) " >&6
12549 ac_check_lib_save_LIBS
=$LIBS
12551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12552 /* end confdefs.h. */
12554 /* Override any GCC internal prototype to avoid an error.
12555 Use char because int might match the return type of a GCC
12556 builtin and then its argument prototype would still apply. */
12569 if ac_fn_c_try_link
"$LINENO"; then :
12570 ac_cv_lib_z_inflate
=yes
12572 ac_cv_lib_z_inflate
=no
12574 rm -f core conftest.err conftest.
$ac_objext \
12575 conftest
$ac_exeext conftest.
$ac_ext
12576 LIBS
=$ac_check_lib_save_LIBS
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12579 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12580 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12582 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12589 if test "x$Z_LIBS" = "x"; then :
12590 case "x$with_zlib" in
12591 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12593 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12594 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12599 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12601 if test "$ac_cv_header_gettext_po_h" = "yes"
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12604 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12605 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12606 $as_echo_n "(cached) " >&6
12608 ac_check_lib_save_LIBS
=$LIBS
12609 LIBS
="-lgettextpo $LIBS"
12610 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12611 /* end confdefs.h. */
12613 /* Override any GCC internal prototype to avoid an error.
12614 Use char because int might match the return type of a GCC
12615 builtin and then its argument prototype would still apply. */
12619 char po_message_msgctxt ();
12623 return po_message_msgctxt ();
12628 if ac_fn_c_try_link
"$LINENO"; then :
12629 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12631 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12633 rm -f core conftest.err conftest.
$ac_objext \
12634 conftest
$ac_exeext conftest.
$ac_ext
12635 LIBS
=$ac_check_lib_save_LIBS
12637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12638 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12639 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12641 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12643 GETTEXTPO_LIBS
="-lgettextpo"
12648 if test "x$GETTEXTPO_LIBS" = "x"; then :
12649 case "x$with_gettextpo" in
12650 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12652 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12653 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12657 if test "$srcdir" != .
; then :
12658 case "x$with_gettextpo" in
12659 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12661 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12662 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12668 if test "x$with_pulse" != "xno";
12670 if ${PULSE_CFLAGS:+false} :; then :
12671 if ${PKG_CONFIG+:} false
; then :
12672 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12676 if ${PULSE_LIBS:+false} :; then :
12677 if ${PKG_CONFIG+:} false
; then :
12678 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12683 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12684 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12685 ac_save_CPPFLAGS
=$CPPFLAGS
12686 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12687 for ac_header
in pulse
/pulseaudio.h
12689 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12690 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12691 cat >>confdefs.h
<<_ACEOF
12692 #define HAVE_PULSE_PULSEAUDIO_H 1
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12695 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12696 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12697 $as_echo_n "(cached) " >&6
12699 ac_check_lib_save_LIBS
=$LIBS
12700 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12701 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12702 /* end confdefs.h. */
12704 /* Override any GCC internal prototype to avoid an error.
12705 Use char because int might match the return type of a GCC
12706 builtin and then its argument prototype would still apply. */
12710 char pa_stream_is_corked ();
12714 return pa_stream_is_corked ();
12719 if ac_fn_c_try_link
"$LINENO"; then :
12720 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12722 ac_cv_lib_pulse_pa_stream_is_corked
=no
12724 rm -f core conftest.err conftest.
$ac_objext \
12725 conftest
$ac_exeext conftest.
$ac_ext
12726 LIBS
=$ac_check_lib_save_LIBS
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12729 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12730 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12742 CPPFLAGS
=$ac_save_CPPFLAGS
12743 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12744 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12747 if test -z "$PULSE_LIBS"; then :
12748 case "x$with_pulse" in
12749 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12751 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12752 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12754 enable_winepulse_drv
=${enable_winepulse_drv:-no}
12757 if test "x$with_gstreamer" != "xno"
12759 if ${GSTREAMER_CFLAGS:+false} :; then :
12760 if ${PKG_CONFIG+:} false
; then :
12761 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12765 if ${GSTREAMER_LIBS:+false} :; then :
12766 if ${PKG_CONFIG+:} false
; then :
12767 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12772 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12773 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12774 ac_save_CPPFLAGS
=$CPPFLAGS
12775 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12777 for i
in $GSTREAMER_CFLAGS
12780 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12783 GSTREAMER_CFLAGS
=$ac_gst_incl
12784 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12785 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12786 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12788 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12789 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12790 /* end confdefs.h. */
12791 #include <gst/gst.h>
12795 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12800 if ac_fn_c_try_compile
"$LINENO"; then :
12801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12802 $as_echo "yes" >&6; }
12803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12804 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12805 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
12806 $as_echo_n "(cached) " >&6
12808 ac_check_lib_save_LIBS
=$LIBS
12809 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12810 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12811 /* end confdefs.h. */
12813 /* Override any GCC internal prototype to avoid an error.
12814 Use char because int might match the return type of a GCC
12815 builtin and then its argument prototype would still apply. */
12819 char gst_pad_new ();
12823 return gst_pad_new ();
12828 if ac_fn_c_try_link
"$LINENO"; then :
12829 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
12831 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
12833 rm -f core conftest.err conftest.
$ac_objext \
12834 conftest
$ac_exeext conftest.
$ac_ext
12835 LIBS
=$ac_check_lib_save_LIBS
12837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12838 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12839 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
12844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12845 $as_echo "no" >&6; }
12846 ac_glib2_broken
=yes
12847 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12849 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12853 CPPFLAGS
=$ac_save_CPPFLAGS
12854 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12855 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12858 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 :
12859 case "x$with_gstreamer" in
12860 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12862 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled
12863 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12867 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12871 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12874 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12875 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12876 $as_echo_n "(cached) " >&6
12878 ac_check_lib_save_LIBS
=$LIBS
12879 LIBS
="-lasound $LIBS"
12880 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12881 /* end confdefs.h. */
12883 /* Override any GCC internal prototype to avoid an error.
12884 Use char because int might match the return type of a GCC
12885 builtin and then its argument prototype would still apply. */
12889 char snd_pcm_hw_params_get_access_mask ();
12893 return snd_pcm_hw_params_get_access_mask ();
12898 if ac_fn_c_try_link
"$LINENO"; then :
12899 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12901 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12903 rm -f core conftest.err conftest.
$ac_objext \
12904 conftest
$ac_exeext conftest.
$ac_ext
12905 LIBS
=$ac_check_lib_save_LIBS
12907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12908 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12909 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12910 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12911 /* end confdefs.h. */
12912 #ifdef HAVE_ALSA_ASOUNDLIB_H
12913 #include <alsa/asoundlib.h>
12914 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12915 #include <sys/asoundlib.h>
12920 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12925 if ac_fn_c_try_compile
"$LINENO"; then :
12926 ALSA_LIBS
="-lasound"
12928 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12932 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
12934 if test "x$with_oss" != xno
12936 ac_save_CPPFLAGS
="$CPPFLAGS"
12937 if test -f /etc
/oss.conf
12941 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12942 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12943 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12944 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12945 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12947 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12949 cat >>confdefs.h
<<_ACEOF
12950 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12953 OSS4_CFLAGS
="$ac_oss_incl"
12960 CPPFLAGS
="$ac_save_CPPFLAGS"
12962 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
12963 case "x$with_oss" in
12964 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
12966 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
12967 This is an error since --with-oss was requested." "$LINENO" 5 ;;
12969 enable_wineoss_drv
=${enable_wineoss_drv:-no}
12972 if test "x$with_udev" != "xno"
12974 if ${UDEV_CFLAGS:+false} :; then :
12975 if ${PKG_CONFIG+:} false
; then :
12976 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
12980 if ${UDEV_LIBS:+false} :; then :
12981 if ${PKG_CONFIG+:} false
; then :
12982 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
12987 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
12988 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
12989 ac_save_CPPFLAGS
=$CPPFLAGS
12990 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
12991 for ac_header
in libudev.h
12993 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
12994 if test "x$ac_cv_header_libudev_h" = xyes
; then :
12995 cat >>confdefs.h
<<_ACEOF
12996 #define HAVE_LIBUDEV_H 1
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
12999 $as_echo_n "checking for udev_new in -ludev... " >&6; }
13000 if ${ac_cv_lib_udev_udev_new+:} false
; then :
13001 $as_echo_n "(cached) " >&6
13003 ac_check_lib_save_LIBS
=$LIBS
13004 LIBS
="-ludev $UDEV_LIBS $LIBS"
13005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13006 /* end confdefs.h. */
13008 /* Override any GCC internal prototype to avoid an error.
13009 Use char because int might match the return type of a GCC
13010 builtin and then its argument prototype would still apply. */
13018 return udev_new ();
13023 if ac_fn_c_try_link
"$LINENO"; then :
13024 ac_cv_lib_udev_udev_new
=yes
13026 ac_cv_lib_udev_udev_new
=no
13028 rm -f core conftest.err conftest.
$ac_objext \
13029 conftest
$ac_exeext conftest.
$ac_ext
13030 LIBS
=$ac_check_lib_save_LIBS
13032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13033 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13034 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
13036 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13048 CPPFLAGS
=$ac_save_CPPFLAGS
13049 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13050 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13053 if test "x$UDEV_LIBS" = "x"; then :
13054 case "x$with_udev" in
13055 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13057 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
13058 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13063 if test "x$with_capi" != "xno"
13065 if ${CAPI20_CFLAGS:+false} :; then :
13066 if ${PKG_CONFIG+:} false
; then :
13067 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13071 if ${CAPI20_LIBS:+false} :; then :
13072 if ${PKG_CONFIG+:} false
; then :
13073 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
13078 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13079 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13080 ac_save_CPPFLAGS
=$CPPFLAGS
13081 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
13082 for ac_header
in capi20.h linux
/capi.h
13084 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13085 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13087 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13088 cat >>confdefs.h
<<_ACEOF
13089 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13096 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13099 $as_echo_n "checking for -lcapi20... " >&6; }
13100 if ${ac_cv_lib_soname_capi20+:} false
; then :
13101 $as_echo_n "(cached) " >&6
13103 ac_check_soname_save_LIBS
=$LIBS
13104 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
13105 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13106 /* end confdefs.h. */
13108 /* Override any GCC internal prototype to avoid an error.
13109 Use char because int might match the return type of a GCC
13110 builtin and then its argument prototype would still apply. */
13114 char capi20_register ();
13118 return capi20_register ();
13123 if ac_fn_c_try_link
"$LINENO"; then :
13125 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13126 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'` ;;
13127 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13128 if ${ac_cv_lib_soname_capi20:+false} :; then :
13129 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13133 rm -f core conftest.err conftest.
$ac_objext \
13134 conftest
$ac_exeext conftest.
$ac_ext
13135 LIBS
=$ac_check_soname_save_LIBS
13137 if ${ac_cv_lib_soname_capi20:+false} :; then :
13138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13139 $as_echo "not found" >&6; }
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13143 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13145 cat >>confdefs.h
<<_ACEOF
13146 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13152 CPPFLAGS
=$ac_save_CPPFLAGS
13153 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13154 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13157 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13158 case "x$with_capi" in
13159 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13161 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13162 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13169 if test "x$with_cups" != "xno"
13171 ac_save_CPPFLAGS
="$CPPFLAGS"
13172 ac_cups_cflags
=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
13173 ac_cups_libs
=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
13174 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
13175 for ac_header
in cups
/cups.h
13177 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13178 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
13179 cat >>confdefs.h
<<_ACEOF
13180 #define HAVE_CUPS_CUPS_H 1
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13183 $as_echo_n "checking for -lcups... " >&6; }
13184 if ${ac_cv_lib_soname_cups+:} false
; then :
13185 $as_echo_n "(cached) " >&6
13187 ac_check_soname_save_LIBS
=$LIBS
13188 LIBS
="-lcups $ac_cups_libs $LIBS"
13189 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13190 /* end confdefs.h. */
13192 /* Override any GCC internal prototype to avoid an error.
13193 Use char because int might match the return type of a GCC
13194 builtin and then its argument prototype would still apply. */
13198 char cupsGetDefault ();
13202 return cupsGetDefault ();
13207 if ac_fn_c_try_link
"$LINENO"; then :
13209 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13210 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'` ;;
13211 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13212 if ${ac_cv_lib_soname_cups:+false} :; then :
13213 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13217 rm -f core conftest.err conftest.
$ac_objext \
13218 conftest
$ac_exeext conftest.
$ac_ext
13219 LIBS
=$ac_check_soname_save_LIBS
13221 if ${ac_cv_lib_soname_cups:+false} :; then :
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13223 $as_echo "not found" >&6; }
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13227 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13229 cat >>confdefs.h
<<_ACEOF
13230 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13233 CUPS_CFLAGS
="$ac_cups_cflags"
13235 for ac_header
in cups
/ppd.h
13237 ac_fn_c_check_header_mongrel
"$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
13238 if test "x$ac_cv_header_cups_ppd_h" = xyes
; then :
13239 cat >>confdefs.h
<<_ACEOF
13240 #define HAVE_CUPS_PPD_H 1
13251 CPPFLAGS
="$ac_save_CPPFLAGS"
13253 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13254 case "x$with_cups" in
13255 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13257 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13258 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13263 if test "x$with_fontconfig" != "xno"
13265 if ${FONTCONFIG_CFLAGS:+false} :; then :
13266 if ${PKG_CONFIG+:} false
; then :
13267 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13270 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13271 if ${FONTCONFIG_LIBS:+false} :; then :
13272 if ${PKG_CONFIG+:} false
; then :
13273 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13276 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13278 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13279 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13280 ac_save_CPPFLAGS
=$CPPFLAGS
13281 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13282 for ac_header
in fontconfig
/fontconfig.h
13284 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13285 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13286 cat >>confdefs.h
<<_ACEOF
13287 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13294 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13297 $as_echo_n "checking for -lfontconfig... " >&6; }
13298 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13299 $as_echo_n "(cached) " >&6
13301 ac_check_soname_save_LIBS
=$LIBS
13302 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13303 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13304 /* end confdefs.h. */
13306 /* Override any GCC internal prototype to avoid an error.
13307 Use char because int might match the return type of a GCC
13308 builtin and then its argument prototype would still apply. */
13321 if ac_fn_c_try_link
"$LINENO"; then :
13323 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13324 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'` ;;
13325 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13326 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13327 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13331 rm -f core conftest.err conftest.
$ac_objext \
13332 conftest
$ac_exeext conftest.
$ac_ext
13333 LIBS
=$ac_check_soname_save_LIBS
13335 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13337 $as_echo "not found" >&6; }
13338 FONTCONFIG_CFLAGS
=""
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13341 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13343 cat >>confdefs.h
<<_ACEOF
13344 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13350 FONTCONFIG_CFLAGS
=""
13352 CPPFLAGS
=$ac_save_CPPFLAGS
13353 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13354 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13357 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13358 case "x$with_fontconfig" in
13359 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13361 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13362 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13367 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13370 $as_echo_n "checking for -lgsm... " >&6; }
13371 if ${ac_cv_lib_soname_gsm+:} false
; then :
13372 $as_echo_n "(cached) " >&6
13374 ac_check_soname_save_LIBS
=$LIBS
13376 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13377 /* end confdefs.h. */
13379 /* Override any GCC internal prototype to avoid an error.
13380 Use char because int might match the return type of a GCC
13381 builtin and then its argument prototype would still apply. */
13385 char gsm_create ();
13389 return gsm_create ();
13394 if ac_fn_c_try_link
"$LINENO"; then :
13396 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13397 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'` ;;
13398 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13399 if ${ac_cv_lib_soname_gsm:+false} :; then :
13400 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13404 rm -f core conftest.err conftest.
$ac_objext \
13405 conftest
$ac_exeext conftest.
$ac_ext
13406 LIBS
=$ac_check_soname_save_LIBS
13408 if ${ac_cv_lib_soname_gsm:+false} :; then :
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13410 $as_echo "not found" >&6; }
13413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13414 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13416 cat >>confdefs.h
<<_ACEOF
13417 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13423 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13424 case "x$with_gsm" in
13425 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13427 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13428 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13433 if test "x$with_jpeg" != "xno"
13435 if ${JPEG_CFLAGS:+false} :; then :
13436 if ${PKG_CONFIG+:} false
; then :
13437 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13441 if ${JPEG_LIBS:+false} :; then :
13442 if ${PKG_CONFIG+:} false
; then :
13443 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13448 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13449 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13450 ac_save_CPPFLAGS
=$CPPFLAGS
13451 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13452 for ac_header
in jpeglib.h
13454 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13455 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13456 cat >>confdefs.h
<<_ACEOF
13457 #define HAVE_JPEGLIB_H 1
13464 if test "$ac_cv_header_jpeglib_h" = "yes"
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13467 $as_echo_n "checking for -ljpeg... " >&6; }
13468 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13469 $as_echo_n "(cached) " >&6
13471 ac_check_soname_save_LIBS
=$LIBS
13472 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13474 /* end confdefs.h. */
13476 /* Override any GCC internal prototype to avoid an error.
13477 Use char because int might match the return type of a GCC
13478 builtin and then its argument prototype would still apply. */
13482 char jpeg_start_decompress ();
13486 return jpeg_start_decompress ();
13491 if ac_fn_c_try_link
"$LINENO"; then :
13493 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13494 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'` ;;
13495 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13496 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13497 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13501 rm -f core conftest.err conftest.
$ac_objext \
13502 conftest
$ac_exeext conftest.
$ac_ext
13503 LIBS
=$ac_check_soname_save_LIBS
13505 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13507 $as_echo "not found" >&6; }
13510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13511 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13513 cat >>confdefs.h
<<_ACEOF
13514 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13522 CPPFLAGS
=$ac_save_CPPFLAGS
13523 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13524 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13527 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13528 case "x$with_jpeg" in
13529 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13531 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13532 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13537 if test "x$with_png" != "xno"
13539 if ${PNG_CFLAGS:+false} :; then :
13540 if ${PKG_CONFIG+:} false
; then :
13541 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13544 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13545 if ${PNG_LIBS:+false} :; then :
13546 if ${PKG_CONFIG+:} false
; then :
13547 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13550 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13552 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13553 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13554 ac_save_CPPFLAGS
=$CPPFLAGS
13555 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13556 for ac_header
in png.h
13558 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13559 if test "x$ac_cv_header_png_h" = xyes
; then :
13560 cat >>confdefs.h
<<_ACEOF
13561 #define HAVE_PNG_H 1
13568 if test "$ac_cv_header_png_h" = "yes"
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13571 $as_echo_n "checking for -lpng... " >&6; }
13572 if ${ac_cv_lib_soname_png+:} false
; then :
13573 $as_echo_n "(cached) " >&6
13575 ac_check_soname_save_LIBS
=$LIBS
13576 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13577 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13578 /* end confdefs.h. */
13580 /* Override any GCC internal prototype to avoid an error.
13581 Use char because int might match the return type of a GCC
13582 builtin and then its argument prototype would still apply. */
13586 char png_create_read_struct ();
13590 return png_create_read_struct ();
13595 if ac_fn_c_try_link
"$LINENO"; then :
13597 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13598 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'` ;;
13599 *) 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'`
13600 if ${ac_cv_lib_soname_png:+false} :; then :
13601 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13605 rm -f core conftest.err conftest.
$ac_objext \
13606 conftest
$ac_exeext conftest.
$ac_ext
13607 LIBS
=$ac_check_soname_save_LIBS
13609 if ${ac_cv_lib_soname_png:+false} :; then :
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13611 $as_echo "not found" >&6; }
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13615 $as_echo "$ac_cv_lib_soname_png" >&6; }
13617 cat >>confdefs.h
<<_ACEOF
13618 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13621 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13622 /* end confdefs.h. */
13627 typeof(png_set_expand_gray_1_2_4_to_8) *p
13632 if ac_fn_c_try_compile
"$LINENO"; then :
13634 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13637 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13642 CPPFLAGS
=$ac_save_CPPFLAGS
13643 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13644 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13647 if test "x$ac_cv_lib_soname_png" = "x"; then :
13648 case "x$with_png" in
13649 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13651 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13652 This is an error since --with-png was requested." "$LINENO" 5 ;;
13657 if test "x$with_tiff" != "xno"
13659 if ${TIFF_CFLAGS:+false} :; then :
13660 if ${PKG_CONFIG+:} false
; then :
13661 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13665 if ${TIFF_LIBS:+false} :; then :
13666 if ${PKG_CONFIG+:} false
; then :
13667 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13672 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13673 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13674 ac_save_CPPFLAGS
=$CPPFLAGS
13675 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13676 for ac_header
in tiffio.h
13678 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13679 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13680 cat >>confdefs.h
<<_ACEOF
13681 #define HAVE_TIFFIO_H 1
13688 if test "$ac_cv_header_tiffio_h" = "yes"
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13691 $as_echo_n "checking for -ltiff... " >&6; }
13692 if ${ac_cv_lib_soname_tiff+:} false
; then :
13693 $as_echo_n "(cached) " >&6
13695 ac_check_soname_save_LIBS
=$LIBS
13696 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13698 /* end confdefs.h. */
13700 /* Override any GCC internal prototype to avoid an error.
13701 Use char because int might match the return type of a GCC
13702 builtin and then its argument prototype would still apply. */
13706 char TIFFClientOpen ();
13710 return TIFFClientOpen ();
13715 if ac_fn_c_try_link
"$LINENO"; then :
13717 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13718 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'` ;;
13719 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13720 if ${ac_cv_lib_soname_tiff:+false} :; then :
13721 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13725 rm -f core conftest.err conftest.
$ac_objext \
13726 conftest
$ac_exeext conftest.
$ac_ext
13727 LIBS
=$ac_check_soname_save_LIBS
13729 if ${ac_cv_lib_soname_tiff:+false} :; then :
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13731 $as_echo "not found" >&6; }
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13735 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13737 cat >>confdefs.h
<<_ACEOF
13738 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13744 CPPFLAGS
=$ac_save_CPPFLAGS
13745 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13746 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13749 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13750 case "x$with_tiff" in
13751 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13753 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13754 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13759 if test "x$with_mpg123" != "xno"
13761 if ${MPG123_CFLAGS:+false} :; then :
13762 if ${PKG_CONFIG+:} false
; then :
13763 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13767 if ${MPG123_LIBS:+false} :; then :
13768 if ${PKG_CONFIG+:} false
; then :
13769 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13773 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13774 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13775 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13776 ac_save_CPPFLAGS
=$CPPFLAGS
13777 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13778 for ac_header
in mpg123.h
13780 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13781 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13782 cat >>confdefs.h
<<_ACEOF
13783 #define HAVE_MPG123_H 1
13790 if test "$ac_cv_header_mpg123_h" = "yes"
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13793 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13794 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13795 $as_echo_n "(cached) " >&6
13797 ac_check_lib_save_LIBS
=$LIBS
13798 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13800 /* end confdefs.h. */
13802 /* Override any GCC internal prototype to avoid an error.
13803 Use char because int might match the return type of a GCC
13804 builtin and then its argument prototype would still apply. */
13808 char mpg123_feed ();
13812 return mpg123_feed ();
13817 if ac_fn_c_try_link
"$LINENO"; then :
13818 ac_cv_lib_mpg123_mpg123_feed
=yes
13820 ac_cv_lib_mpg123_mpg123_feed
=no
13822 rm -f core conftest.err conftest.
$ac_objext \
13823 conftest
$ac_exeext conftest.
$ac_ext
13824 LIBS
=$ac_check_lib_save_LIBS
13826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13827 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13828 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13838 CPPFLAGS
=$ac_save_CPPFLAGS
13839 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13840 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13843 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13844 case "x$with_mpg123" in
13845 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13847 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13848 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13850 enable_winemp3_acm
=${enable_winemp3_acm:-no}
13853 if test "$ac_cv_header_AL_al_h" = "yes"
13855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13856 $as_echo_n "checking for -lopenal... " >&6; }
13857 if ${ac_cv_lib_soname_openal+:} false
; then :
13858 $as_echo_n "(cached) " >&6
13860 ac_check_soname_save_LIBS
=$LIBS
13861 LIBS
="-lopenal $LIBS"
13862 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13863 /* end confdefs.h. */
13865 /* Override any GCC internal prototype to avoid an error.
13866 Use char because int might match the return type of a GCC
13867 builtin and then its argument prototype would still apply. */
13871 char alGetSource3i ();
13875 return alGetSource3i ();
13880 if ac_fn_c_try_link
"$LINENO"; then :
13882 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13883 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'` ;;
13884 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13885 if ${ac_cv_lib_soname_openal:+false} :; then :
13886 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13890 rm -f core conftest.err conftest.
$ac_objext \
13891 conftest
$ac_exeext conftest.
$ac_ext
13892 LIBS
=$ac_check_soname_save_LIBS
13894 if ${ac_cv_lib_soname_openal:+false} :; then :
13895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13896 $as_echo "not found" >&6; }
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13900 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13902 cat >>confdefs.h
<<_ACEOF
13903 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13906 OPENAL_LIBS
="-lopenal"
13908 ac_cv_lib_openal
=yes
13910 cat >>confdefs.h
<<_ACEOF
13911 #define HAVE_OPENAL 1
13916 if test "x$ac_cv_lib_openal" != xyes
; then :
13917 case "x$with_openal" in
13918 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13920 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13921 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13923 enable_openal32
=${enable_openal32:-no}
13926 if test "x$ac_cv_lib_openal" = xyes
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13929 $as_echo_n "checking for openal-soft... " >&6; }
13930 if ${ac_cv_have_openalsoft+:} false
; then :
13931 $as_echo_n "(cached) " >&6
13933 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13934 /* end confdefs.h. */
13936 #include <AL/alc.h>
13937 #include <AL/alext.h>
13938 LPALCRENDERSAMPLESSOFT x;
13947 if ac_fn_c_try_compile
"$LINENO"; then :
13948 ac_cv_have_openalsoft
=yes
13950 ac_cv_have_openalsoft
=no
13952 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13955 $as_echo "$ac_cv_have_openalsoft" >&6; }
13957 if test "x$ac_cv_have_openalsoft" != xyes
13959 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13960 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
13961 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
13962 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
13963 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
13964 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
13965 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
13966 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
13967 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
13968 enable_xapofx1_1
=${enable_xapofx1_1:-no}
13969 enable_xapofx1_2
=${enable_xapofx1_2:-no}
13970 enable_xapofx1_3
=${enable_xapofx1_3:-no}
13971 enable_xapofx1_4
=${enable_xapofx1_4:-no}
13972 enable_xapofx1_5
=${enable_xapofx1_5:-no}
13973 enable_xaudio2_0
=${enable_xaudio2_0:-no}
13974 enable_xaudio2_1
=${enable_xaudio2_1:-no}
13975 enable_xaudio2_2
=${enable_xaudio2_2:-no}
13976 enable_xaudio2_3
=${enable_xaudio2_3:-no}
13977 enable_xaudio2_4
=${enable_xaudio2_4:-no}
13978 enable_xaudio2_5
=${enable_xaudio2_5:-no}
13979 enable_xaudio2_6
=${enable_xaudio2_6:-no}
13980 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13981 enable_xaudio2_8
=${enable_xaudio2_8:-no}
13982 enable_xaudio2_9
=${enable_xaudio2_9:-no}
13985 if test "$ac_cv_header_kstat_h" = "yes"
13987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13988 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13989 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13990 $as_echo_n "(cached) " >&6
13992 ac_check_lib_save_LIBS
=$LIBS
13993 LIBS
="-lkstat $LIBS"
13994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13995 /* end confdefs.h. */
13997 /* Override any GCC internal prototype to avoid an error.
13998 Use char because int might match the return type of a GCC
13999 builtin and then its argument prototype would still apply. */
14003 char kstat_open ();
14007 return kstat_open ();
14012 if ac_fn_c_try_link
"$LINENO"; then :
14013 ac_cv_lib_kstat_kstat_open
=yes
14015 ac_cv_lib_kstat_kstat_open
=no
14017 rm -f core conftest.err conftest.
$ac_objext \
14018 conftest
$ac_exeext conftest.
$ac_ext
14019 LIBS
=$ac_check_lib_save_LIBS
14021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14022 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14023 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
14025 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14027 KSTAT_LIBS
="-lkstat"
14033 if test "$ac_cv_header_libprocstat_h" = "yes"
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14036 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14037 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
14038 $as_echo_n "(cached) " >&6
14040 ac_check_lib_save_LIBS
=$LIBS
14041 LIBS
="-lprocstat $LIBS"
14042 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14043 /* end confdefs.h. */
14045 /* Override any GCC internal prototype to avoid an error.
14046 Use char because int might match the return type of a GCC
14047 builtin and then its argument prototype would still apply. */
14051 char procstat_open_sysctl ();
14055 return procstat_open_sysctl ();
14060 if ac_fn_c_try_link
"$LINENO"; then :
14061 ac_cv_lib_procstat_procstat_open_sysctl
=yes
14063 ac_cv_lib_procstat_procstat_open_sysctl
=no
14065 rm -f core conftest.err conftest.
$ac_objext \
14066 conftest
$ac_exeext conftest.
$ac_ext
14067 LIBS
=$ac_check_lib_save_LIBS
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14070 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14071 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
14073 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14075 PROCSTAT_LIBS
="-lprocstat"
14081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14082 $as_echo_n "checking for -lodbc... " >&6; }
14083 if ${ac_cv_lib_soname_odbc+:} false
; then :
14084 $as_echo_n "(cached) " >&6
14086 ac_check_soname_save_LIBS
=$LIBS
14087 LIBS
="-lodbc $LIBS"
14088 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14089 /* end confdefs.h. */
14091 /* Override any GCC internal prototype to avoid an error.
14092 Use char because int might match the return type of a GCC
14093 builtin and then its argument prototype would still apply. */
14097 char SQLConnect ();
14101 return SQLConnect ();
14106 if ac_fn_c_try_link
"$LINENO"; then :
14108 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14109 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'` ;;
14110 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14111 if ${ac_cv_lib_soname_odbc:+false} :; then :
14112 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14116 rm -f core conftest.err conftest.
$ac_objext \
14117 conftest
$ac_exeext conftest.
$ac_ext
14118 LIBS
=$ac_check_soname_save_LIBS
14120 if ${ac_cv_lib_soname_odbc:+false} :; then :
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14122 $as_echo "not found" >&6; }
14123 cat >>confdefs.h
<<_ACEOF
14124 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14129 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14131 cat >>confdefs.h
<<_ACEOF
14132 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14138 if test "x$with_netapi" != "xno"
14140 if ${NETAPI_CFLAGS:+false} :; then :
14141 if ${PKG_CONFIG+:} false
; then :
14142 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14146 if ${NETAPI_LIBS:+false} :; then :
14147 if ${PKG_CONFIG+:} false
; then :
14148 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
14153 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14154 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14155 ac_save_CPPFLAGS
=$CPPFLAGS
14156 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14158 $as_echo_n "checking for -lnetapi... " >&6; }
14159 if ${ac_cv_lib_soname_netapi+:} false
; then :
14160 $as_echo_n "(cached) " >&6
14162 ac_check_soname_save_LIBS
=$LIBS
14163 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
14164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14165 /* end confdefs.h. */
14167 /* Override any GCC internal prototype to avoid an error.
14168 Use char because int might match the return type of a GCC
14169 builtin and then its argument prototype would still apply. */
14173 char libnetapi_init ();
14177 return libnetapi_init ();
14182 if ac_fn_c_try_link
"$LINENO"; then :
14184 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14185 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'` ;;
14186 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14187 if ${ac_cv_lib_soname_netapi:+false} :; then :
14188 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14192 rm -f core conftest.err conftest.
$ac_objext \
14193 conftest
$ac_exeext conftest.
$ac_ext
14194 LIBS
=$ac_check_soname_save_LIBS
14196 if ${ac_cv_lib_soname_netapi:+false} :; then :
14197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14198 $as_echo "not found" >&6; }
14199 cat >>confdefs.h
<<_ACEOF
14200 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14205 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14207 cat >>confdefs.h
<<_ACEOF
14208 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14213 CPPFLAGS
=$ac_save_CPPFLAGS
14214 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14215 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14219 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono
-a \
14220 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14222 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14228 if test "x${GCC}" = "xyes"
14230 EXTRACFLAGS
="-Wall -pipe"
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14233 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14234 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14235 $as_echo_n "(cached) " >&6
14237 if test "$cross_compiling" = yes; then :
14238 ac_cv_c_gcc_strength_bug
="no"
14240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14241 /* end confdefs.h. */
14242 int L[4] = {0,1,2,3};
14246 static int Array[3];
14247 unsigned int B = 3;
14249 for(i=0; i<B; i++) Array[i] = i - 3;
14250 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14252 return (Array[1] != -2 || L[2] != 3)
14257 if ac_fn_c_try_run
"$LINENO"; then :
14258 ac_cv_c_gcc_strength_bug
="no"
14260 ac_cv_c_gcc_strength_bug
="yes"
14262 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14263 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14268 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14269 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14271 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14275 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14276 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14277 $as_echo_n "(cached) " >&6
14279 ac_wine_try_cflags_saved
=$CFLAGS
14280 CFLAGS
="$CFLAGS -fno-builtin"
14281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14282 /* end confdefs.h. */
14283 int main(int argc, char **argv) { return 0; }
14285 if ac_fn_c_try_link
"$LINENO"; then :
14286 ac_cv_cflags__fno_builtin
=yes
14288 ac_cv_cflags__fno_builtin
=no
14290 rm -f core conftest.err conftest.
$ac_objext \
14291 conftest
$ac_exeext conftest.
$ac_ext
14292 CFLAGS
=$ac_wine_try_cflags_saved
14294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14295 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14296 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14297 BUILTINFLAG
="-fno-builtin"
14300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14301 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14302 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14303 $as_echo_n "(cached) " >&6
14305 ac_wine_try_cflags_saved
=$CFLAGS
14306 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14307 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14308 /* end confdefs.h. */
14309 int main(int argc, char **argv) { return 0; }
14311 if ac_fn_c_try_link
"$LINENO"; then :
14312 ac_cv_cflags__fno_strict_aliasing
=yes
14314 ac_cv_cflags__fno_strict_aliasing
=no
14316 rm -f core conftest.err conftest.
$ac_objext \
14317 conftest
$ac_exeext conftest.
$ac_ext
14318 CFLAGS
=$ac_wine_try_cflags_saved
14320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14321 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14322 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14323 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14326 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14327 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14328 $as_echo_n "(cached) " >&6
14330 ac_wine_try_cflags_saved
=$CFLAGS
14331 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14333 /* end confdefs.h. */
14334 int main(int argc, char **argv) { return 0; }
14336 if ac_fn_c_try_link
"$LINENO"; then :
14337 ac_cv_cflags__fexcess_precision_standard
=yes
14339 ac_cv_cflags__fexcess_precision_standard
=no
14341 rm -f core conftest.err conftest.
$ac_objext \
14342 conftest
$ac_exeext conftest.
$ac_ext
14343 CFLAGS
=$ac_wine_try_cflags_saved
14345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14346 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14347 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14348 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14351 saved_CFLAGS
=$CFLAGS
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14353 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14354 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14355 $as_echo_n "(cached) " >&6
14357 ac_wine_try_cflags_saved
=$CFLAGS
14358 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14360 /* end confdefs.h. */
14361 int main(int argc, char **argv) { return 0; }
14363 if ac_fn_c_try_link
"$LINENO"; then :
14364 ac_cv_cflags__Werror_unknown_warning_option
=yes
14366 ac_cv_cflags__Werror_unknown_warning_option
=no
14368 rm -f core conftest.err conftest.
$ac_objext \
14369 conftest
$ac_exeext conftest.
$ac_ext
14370 CFLAGS
=$ac_wine_try_cflags_saved
14372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14373 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14374 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14375 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14378 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14379 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14380 $as_echo_n "(cached) " >&6
14382 ac_wine_try_cflags_saved
=$CFLAGS
14383 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14384 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14385 /* end confdefs.h. */
14386 int main(int argc, char **argv) { return 0; }
14388 if ac_fn_c_try_link
"$LINENO"; then :
14389 ac_cv_cflags__Wdeclaration_after_statement
=yes
14391 ac_cv_cflags__Wdeclaration_after_statement
=no
14393 rm -f core conftest.err conftest.
$ac_objext \
14394 conftest
$ac_exeext conftest.
$ac_ext
14395 CFLAGS
=$ac_wine_try_cflags_saved
14397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14398 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14399 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14400 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14403 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14404 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14405 $as_echo_n "(cached) " >&6
14407 ac_wine_try_cflags_saved
=$CFLAGS
14408 CFLAGS
="$CFLAGS -Wempty-body"
14409 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14410 /* end confdefs.h. */
14411 int main(int argc, char **argv) { return 0; }
14413 if ac_fn_c_try_link
"$LINENO"; then :
14414 ac_cv_cflags__Wempty_body
=yes
14416 ac_cv_cflags__Wempty_body
=no
14418 rm -f core conftest.err conftest.
$ac_objext \
14419 conftest
$ac_exeext conftest.
$ac_ext
14420 CFLAGS
=$ac_wine_try_cflags_saved
14422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14423 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14424 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14425 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14428 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14429 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14430 $as_echo_n "(cached) " >&6
14432 ac_wine_try_cflags_saved
=$CFLAGS
14433 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14435 /* end confdefs.h. */
14436 int main(int argc, char **argv) { return 0; }
14438 if ac_fn_c_try_link
"$LINENO"; then :
14439 ac_cv_cflags__Wignored_qualifiers
=yes
14441 ac_cv_cflags__Wignored_qualifiers
=no
14443 rm -f core conftest.err conftest.
$ac_objext \
14444 conftest
$ac_exeext conftest.
$ac_ext
14445 CFLAGS
=$ac_wine_try_cflags_saved
14447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14448 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14449 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14450 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14453 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14454 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14455 $as_echo_n "(cached) " >&6
14457 ac_wine_try_cflags_saved
=$CFLAGS
14458 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14459 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14460 /* end confdefs.h. */
14461 int main(int argc, char **argv) { return 0; }
14463 if ac_fn_c_try_link
"$LINENO"; then :
14464 ac_cv_cflags__Wshift_overflow_2
=yes
14466 ac_cv_cflags__Wshift_overflow_2
=no
14468 rm -f core conftest.err conftest.
$ac_objext \
14469 conftest
$ac_exeext conftest.
$ac_ext
14470 CFLAGS
=$ac_wine_try_cflags_saved
14472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14473 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14474 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14475 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14478 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14479 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14480 $as_echo_n "(cached) " >&6
14482 ac_wine_try_cflags_saved
=$CFLAGS
14483 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14484 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14485 /* end confdefs.h. */
14486 int main(int argc, char **argv) { return 0; }
14488 if ac_fn_c_try_link
"$LINENO"; then :
14489 ac_cv_cflags__Wstrict_prototypes
=yes
14491 ac_cv_cflags__Wstrict_prototypes
=no
14493 rm -f core conftest.err conftest.
$ac_objext \
14494 conftest
$ac_exeext conftest.
$ac_ext
14495 CFLAGS
=$ac_wine_try_cflags_saved
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14498 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14499 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14500 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14503 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14504 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14505 $as_echo_n "(cached) " >&6
14507 ac_wine_try_cflags_saved
=$CFLAGS
14508 CFLAGS
="$CFLAGS -Wtype-limits"
14509 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14510 /* end confdefs.h. */
14511 int main(int argc, char **argv) { return 0; }
14513 if ac_fn_c_try_link
"$LINENO"; then :
14514 ac_cv_cflags__Wtype_limits
=yes
14516 ac_cv_cflags__Wtype_limits
=no
14518 rm -f core conftest.err conftest.
$ac_objext \
14519 conftest
$ac_exeext conftest.
$ac_ext
14520 CFLAGS
=$ac_wine_try_cflags_saved
14522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14523 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14524 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14525 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14528 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14529 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14530 $as_echo_n "(cached) " >&6
14532 ac_wine_try_cflags_saved
=$CFLAGS
14533 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14534 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14535 /* end confdefs.h. */
14536 int main(int argc, char **argv) { return 0; }
14538 if ac_fn_c_try_link
"$LINENO"; then :
14539 ac_cv_cflags__Wunused_but_set_parameter
=yes
14541 ac_cv_cflags__Wunused_but_set_parameter
=no
14543 rm -f core conftest.err conftest.
$ac_objext \
14544 conftest
$ac_exeext conftest.
$ac_ext
14545 CFLAGS
=$ac_wine_try_cflags_saved
14547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14548 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14549 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14550 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14553 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14554 if ${ac_cv_cflags__Wvla+:} false
; then :
14555 $as_echo_n "(cached) " >&6
14557 ac_wine_try_cflags_saved
=$CFLAGS
14558 CFLAGS
="$CFLAGS -Wvla"
14559 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14560 /* end confdefs.h. */
14561 int main(int argc, char **argv) { return 0; }
14563 if ac_fn_c_try_link
"$LINENO"; then :
14564 ac_cv_cflags__Wvla
=yes
14566 ac_cv_cflags__Wvla
=no
14568 rm -f core conftest.err conftest.
$ac_objext \
14569 conftest
$ac_exeext conftest.
$ac_ext
14570 CFLAGS
=$ac_wine_try_cflags_saved
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14573 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14574 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14575 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14578 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14579 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14580 $as_echo_n "(cached) " >&6
14582 ac_wine_try_cflags_saved
=$CFLAGS
14583 CFLAGS
="$CFLAGS -Wwrite-strings"
14584 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14585 /* end confdefs.h. */
14586 int main(int argc, char **argv) { return 0; }
14588 if ac_fn_c_try_link
"$LINENO"; then :
14589 ac_cv_cflags__Wwrite_strings
=yes
14591 ac_cv_cflags__Wwrite_strings
=no
14593 rm -f core conftest.err conftest.
$ac_objext \
14594 conftest
$ac_exeext conftest.
$ac_ext
14595 CFLAGS
=$ac_wine_try_cflags_saved
14597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14598 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14599 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14600 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14604 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14605 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14606 $as_echo_n "(cached) " >&6
14608 ac_wine_try_cflags_saved
=$CFLAGS
14609 CFLAGS
="$CFLAGS -Wpointer-arith"
14610 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14611 /* end confdefs.h. */
14612 int main(int argc, char **argv) { return 0; }
14614 if ac_fn_c_try_link
"$LINENO"; then :
14615 ac_cv_cflags__Wpointer_arith
=yes
14617 ac_cv_cflags__Wpointer_arith
=no
14619 rm -f core conftest.err conftest.
$ac_objext \
14620 conftest
$ac_exeext conftest.
$ac_ext
14621 CFLAGS
=$ac_wine_try_cflags_saved
14623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14624 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14625 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14626 saved_string_h_CFLAGS
=$CFLAGS
14627 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14629 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14630 if ${ac_cv_c_string_h_warnings+:} false
; then :
14631 $as_echo_n "(cached) " >&6
14633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14634 /* end confdefs.h. */
14635 #include <string.h>
14644 if ac_fn_c_try_compile
"$LINENO"; then :
14645 ac_cv_c_string_h_warnings
=no
14647 ac_cv_c_string_h_warnings
=yes
14649 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14652 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14653 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14654 CFLAGS
=$saved_string_h_CFLAGS
14657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14658 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14659 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14660 $as_echo_n "(cached) " >&6
14662 ac_wine_try_cflags_saved
=$CFLAGS
14663 CFLAGS
="$CFLAGS -Wlogical-op"
14664 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14665 /* end confdefs.h. */
14666 int main(int argc, char **argv) { return 0; }
14668 if ac_fn_c_try_link
"$LINENO"; then :
14669 ac_cv_cflags__Wlogical_op
=yes
14671 ac_cv_cflags__Wlogical_op
=no
14673 rm -f core conftest.err conftest.
$ac_objext \
14674 conftest
$ac_exeext conftest.
$ac_ext
14675 CFLAGS
=$ac_wine_try_cflags_saved
14677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14678 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14679 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14680 saved_string_h_CFLAGS
=$CFLAGS
14681 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14683 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14684 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14685 $as_echo_n "(cached) " >&6
14687 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14688 /* end confdefs.h. */
14689 #include <string.h>
14690 char*f(const char *h,char n) {return strchr(h,n);}
14699 if ac_fn_c_try_compile
"$LINENO"; then :
14700 ac_cv_c_logicalop_noisy
=no
14702 ac_cv_c_logicalop_noisy
=yes
14704 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14707 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14708 CFLAGS
=$saved_string_h_CFLAGS
14709 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14712 CFLAGS
=$saved_CFLAGS
14714 for ac_flag
in $CFLAGS; do
14716 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14717 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14718 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14719 $as_echo_n "(cached) " >&6
14721 ac_wine_try_cflags_saved
=$CFLAGS
14722 CFLAGS
="$CFLAGS -gdwarf-2"
14723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14724 /* end confdefs.h. */
14725 int main(int argc, char **argv) { return 0; }
14727 if ac_fn_c_try_link
"$LINENO"; then :
14728 ac_cv_cflags__gdwarf_2
=yes
14730 ac_cv_cflags__gdwarf_2
=no
14732 rm -f core conftest.err conftest.
$ac_objext \
14733 conftest
$ac_exeext conftest.
$ac_ext
14734 CFLAGS
=$ac_wine_try_cflags_saved
14736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14737 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14738 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14739 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14742 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14743 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14744 $as_echo_n "(cached) " >&6
14746 ac_wine_try_cflags_saved
=$CFLAGS
14747 CFLAGS
="$CFLAGS -gstrict-dwarf"
14748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14749 /* end confdefs.h. */
14750 int main(int argc, char **argv) { return 0; }
14752 if ac_fn_c_try_link
"$LINENO"; then :
14753 ac_cv_cflags__gstrict_dwarf
=yes
14755 ac_cv_cflags__gstrict_dwarf
=no
14757 rm -f core conftest.err conftest.
$ac_objext \
14758 conftest
$ac_exeext conftest.
$ac_ext
14759 CFLAGS
=$ac_wine_try_cflags_saved
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14762 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14763 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14764 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14770 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14771 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14772 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14773 $as_echo_n "(cached) " >&6
14775 ac_wine_try_cflags_saved
=$CFLAGS
14776 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14777 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14778 /* end confdefs.h. */
14779 int main(int argc, char **argv) { return 0; }
14781 if ac_fn_c_try_link
"$LINENO"; then :
14782 ac_cv_cflags__fno_omit_frame_pointer
=yes
14784 ac_cv_cflags__fno_omit_frame_pointer
=no
14786 rm -f core conftest.err conftest.
$ac_objext \
14787 conftest
$ac_exeext conftest.
$ac_ext
14788 CFLAGS
=$ac_wine_try_cflags_saved
14790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14791 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14792 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14793 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14798 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14799 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14800 if ${ac_cv_cflags__Wno_format+:} false
; then :
14801 $as_echo_n "(cached) " >&6
14803 ac_wine_try_cflags_saved
=$CFLAGS
14804 CFLAGS
="$CFLAGS -Wno-format"
14805 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14806 /* end confdefs.h. */
14807 int main(int argc, char **argv) { return 0; }
14809 if ac_fn_c_try_link
"$LINENO"; then :
14810 ac_cv_cflags__Wno_format
=yes
14812 ac_cv_cflags__Wno_format
=no
14814 rm -f core conftest.err conftest.
$ac_objext \
14815 conftest
$ac_exeext conftest.
$ac_ext
14816 CFLAGS
=$ac_wine_try_cflags_saved
14818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14819 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14820 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14821 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14825 if test "x$enable_maintainer_mode" = "xyes"
14827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14828 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14829 if ${ac_cv_cflags__Werror+:} false
; then :
14830 $as_echo_n "(cached) " >&6
14832 ac_wine_try_cflags_saved
=$CFLAGS
14833 CFLAGS
="$CFLAGS -Werror"
14834 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14835 /* end confdefs.h. */
14836 int main(int argc, char **argv) { return 0; }
14838 if ac_fn_c_try_link
"$LINENO"; then :
14839 ac_cv_cflags__Werror
=yes
14841 ac_cv_cflags__Werror
=no
14843 rm -f core conftest.err conftest.
$ac_objext \
14844 conftest
$ac_exeext conftest.
$ac_ext
14845 CFLAGS
=$ac_wine_try_cflags_saved
14847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14848 $as_echo "$ac_cv_cflags__Werror" >&6; }
14849 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14850 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14854 saved_CFLAGS
="$CFLAGS"
14855 CFLAGS
="$CFLAGS -Werror"
14856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14857 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14858 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14859 $as_echo_n "(cached) " >&6
14861 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14862 /* end confdefs.h. */
14863 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14872 if ac_fn_c_try_compile
"$LINENO"; then :
14873 ac_cv_have_ms_hook_prologue
="yes"
14875 ac_cv_have_ms_hook_prologue
="no"
14877 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14880 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14881 CFLAGS
="$saved_CFLAGS"
14882 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14885 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14888 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14895 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14896 if ${ac_cv_c_fortify_enabled+:} false
; then :
14897 $as_echo_n "(cached) " >&6
14899 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14900 /* end confdefs.h. */
14901 #include <string.h>
14905 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14906 #error Fortify enabled
14912 if ac_fn_c_try_compile
"$LINENO"; then :
14913 ac_cv_c_fortify_enabled
=no
14915 ac_cv_c_fortify_enabled
=yes
14917 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14920 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14921 if test "$ac_cv_c_fortify_enabled" = yes
14923 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14928 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14929 if ${ac_cv_c_extern_prefix+:} false
; then :
14930 $as_echo_n "(cached) " >&6
14932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14933 /* end confdefs.h. */
14934 extern int ac_test;
14938 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14943 if ac_fn_c_try_link
"$LINENO"; then :
14944 ac_cv_c_extern_prefix
="yes"
14946 ac_cv_c_extern_prefix
="no"
14948 rm -f core conftest.err conftest.
$ac_objext \
14949 conftest
$ac_exeext conftest.
$ac_ext
14951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14952 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14957 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14958 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14959 $as_echo_n "(cached) " >&6
14961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14962 /* end confdefs.h. */
14964 #define __stdcall __attribute__((__stdcall__))
14966 int __stdcall ac_test(int i) { return i; }
14970 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14975 if ac_fn_c_try_link
"$LINENO"; then :
14976 ac_cv_c_stdcall_suffix
="yes"
14978 ac_cv_c_stdcall_suffix
="no"
14980 rm -f core conftest.err conftest.
$ac_objext \
14981 conftest
$ac_exeext conftest.
$ac_ext
14983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14984 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14985 *) ac_cv_c_stdcall_suffix
="no" ;;
14989 if test "$ac_cv_c_extern_prefix" = "yes"
14991 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14993 asm_name_prefix
="_"
14995 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
15001 if test "$ac_cv_c_stdcall_suffix" = "yes"
15003 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15006 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15012 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15013 if ${ac_cv_asm_func_def+:} false
; then :
15014 $as_echo_n "(cached) " >&6
15016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15017 /* end confdefs.h. */
15022 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15027 if ac_fn_c_try_link
"$LINENO"; then :
15028 ac_cv_asm_func_def
=".def"
15030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15031 /* end confdefs.h. */
15036 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15041 if ac_fn_c_try_link
"$LINENO"; then :
15042 ac_cv_asm_func_def
=".type @function"
15044 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15045 /* end confdefs.h. */
15050 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15055 if ac_fn_c_try_link
"$LINENO"; then :
15056 ac_cv_asm_func_def
=".type 2"
15058 ac_cv_asm_func_def
="unknown"
15060 rm -f core conftest.err conftest.
$ac_objext \
15061 conftest
$ac_exeext conftest.
$ac_ext
15063 rm -f core conftest.err conftest.
$ac_objext \
15064 conftest
$ac_exeext conftest.
$ac_ext
15066 rm -f core conftest.err conftest.
$ac_objext \
15067 conftest
$ac_exeext conftest.
$ac_ext
15069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15070 $as_echo "$ac_cv_asm_func_def" >&6; }
15073 case "$ac_cv_asm_func_def" in
15075 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15077 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15079 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15081 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
15083 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15085 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
15087 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15089 asm_func_header
="" ;;
15092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15093 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15094 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
15095 $as_echo_n "(cached) " >&6
15097 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15098 /* end confdefs.h. */
15099 asm(".text\n\t.long 0");
15108 if ac_fn_c_try_compile
"$LINENO"; then :
15109 ac_cv_c_asm_outside_funcs
="yes"
15111 ac_cv_c_asm_outside_funcs
="no"
15113 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15116 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15119 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15120 if ${ac_cv_c_dot_previous+:} false
; then :
15121 $as_echo_n "(cached) " >&6
15123 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15124 /* end confdefs.h. */
15129 asm(".text\nac_test:\t.long 0\n\t.previous");
15134 if ac_fn_c_try_link
"$LINENO"; then :
15135 ac_cv_c_dot_previous
="yes"
15137 ac_cv_c_dot_previous
="no"
15139 rm -f core conftest.err conftest.
$ac_objext \
15140 conftest
$ac_exeext conftest.
$ac_ext
15142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15143 $as_echo "$ac_cv_c_dot_previous" >&6; }
15145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15146 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15147 if ${ac_cv_c_cfi_support+:} false
; then :
15148 $as_echo_n "(cached) " >&6
15150 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15151 /* end confdefs.h. */
15152 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15161 if ac_fn_c_try_compile
"$LINENO"; then :
15162 ac_cv_c_cfi_support
="yes"
15164 ac_cv_c_cfi_support
="no"
15166 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15169 $as_echo "$ac_cv_c_cfi_support" >&6; }
15171 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15172 asm_func_trailer
=""
15173 if test "$ac_cv_c_dot_previous" = "yes"
15175 asm_func_trailer
="\\n\\t.previous"
15177 if test "$ac_cv_c_cfi_support" = "yes"
15179 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15180 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15182 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15184 UNWINDFLAGS
=-fasynchronous-unwind-tables
15187 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15189 if test "x$enable_win64" = "xyes"
15191 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15195 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15198 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15200 cat >>confdefs.h
<<_ACEOF
15201 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15205 cat >>confdefs.h
<<_ACEOF
15206 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15211 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15214 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15219 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15227 *i
[3456789]86*|x86_64
*)
15228 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15229 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15236 ac_save_CFLAGS
="$CFLAGS"
15237 CFLAGS
="$CFLAGS $BUILTINFLAG"
15317 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15318 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15319 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15320 cat >>confdefs.h
<<_ACEOF
15321 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15327 CFLAGS
="$ac_save_CFLAGS"
15329 if test "$ac_cv_func_dlopen" = no
15331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15332 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15333 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15334 $as_echo_n "(cached) " >&6
15336 ac_check_lib_save_LIBS
=$LIBS
15338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15339 /* end confdefs.h. */
15341 /* Override any GCC internal prototype to avoid an error.
15342 Use char because int might match the return type of a GCC
15343 builtin and then its argument prototype would still apply. */
15356 if ac_fn_c_try_link
"$LINENO"; then :
15357 ac_cv_lib_dl_dlopen
=yes
15359 ac_cv_lib_dl_dlopen
=no
15361 rm -f core conftest.err conftest.
$ac_objext \
15362 conftest
$ac_exeext conftest.
$ac_ext
15363 LIBS
=$ac_check_lib_save_LIBS
15365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15366 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15367 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15368 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15374 ac_wine_check_funcs_save_LIBS
="$LIBS"
15375 LIBS
="$LIBS $DL_LIBS"
15376 for ac_func
in dladdr
15378 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15379 if test "x$ac_cv_func_dladdr" = xyes
; then :
15380 cat >>confdefs.h
<<_ACEOF
15381 #define HAVE_DLADDR 1
15387 LIBS
="$ac_wine_check_funcs_save_LIBS"
15389 if test "$ac_cv_func_poll" = no
15391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15392 $as_echo_n "checking for poll in -lpoll... " >&6; }
15393 if ${ac_cv_lib_poll_poll+:} false
; then :
15394 $as_echo_n "(cached) " >&6
15396 ac_check_lib_save_LIBS
=$LIBS
15397 LIBS
="-lpoll $LIBS"
15398 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15399 /* end confdefs.h. */
15401 /* Override any GCC internal prototype to avoid an error.
15402 Use char because int might match the return type of a GCC
15403 builtin and then its argument prototype would still apply. */
15416 if ac_fn_c_try_link
"$LINENO"; then :
15417 ac_cv_lib_poll_poll
=yes
15419 ac_cv_lib_poll_poll
=no
15421 rm -f core conftest.err conftest.
$ac_objext \
15422 conftest
$ac_exeext conftest.
$ac_ext
15423 LIBS
=$ac_check_lib_save_LIBS
15425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15426 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15427 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15428 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15436 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15437 if ${ac_cv_search_gethostbyname+:} false
; then :
15438 $as_echo_n "(cached) " >&6
15440 ac_func_search_save_LIBS
=$LIBS
15441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15442 /* end confdefs.h. */
15444 /* Override any GCC internal prototype to avoid an error.
15445 Use char because int might match the return type of a GCC
15446 builtin and then its argument prototype would still apply. */
15450 char gethostbyname ();
15454 return gethostbyname ();
15459 for ac_lib
in '' nsl
; do
15460 if test -z "$ac_lib"; then
15461 ac_res
="none required"
15464 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15466 if ac_fn_c_try_link
"$LINENO"; then :
15467 ac_cv_search_gethostbyname
=$ac_res
15469 rm -f core conftest.err conftest.
$ac_objext \
15471 if ${ac_cv_search_gethostbyname+:} false
; then :
15475 if ${ac_cv_search_gethostbyname+:} false
; then :
15478 ac_cv_search_gethostbyname
=no
15480 rm conftest.
$ac_ext
15481 LIBS
=$ac_func_search_save_LIBS
15483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15484 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15485 ac_res
=$ac_cv_search_gethostbyname
15486 if test "$ac_res" != no
; then :
15487 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15493 $as_echo_n "checking for library containing connect... " >&6; }
15494 if ${ac_cv_search_connect+:} false
; then :
15495 $as_echo_n "(cached) " >&6
15497 ac_func_search_save_LIBS
=$LIBS
15498 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15499 /* end confdefs.h. */
15501 /* Override any GCC internal prototype to avoid an error.
15502 Use char because int might match the return type of a GCC
15503 builtin and then its argument prototype would still apply. */
15516 for ac_lib
in '' socket
; do
15517 if test -z "$ac_lib"; then
15518 ac_res
="none required"
15521 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15523 if ac_fn_c_try_link
"$LINENO"; then :
15524 ac_cv_search_connect
=$ac_res
15526 rm -f core conftest.err conftest.
$ac_objext \
15528 if ${ac_cv_search_connect+:} false
; then :
15532 if ${ac_cv_search_connect+:} false
; then :
15535 ac_cv_search_connect
=no
15537 rm conftest.
$ac_ext
15538 LIBS
=$ac_func_search_save_LIBS
15540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15541 $as_echo "$ac_cv_search_connect" >&6; }
15542 ac_res
=$ac_cv_search_connect
15543 if test "$ac_res" != no
; then :
15544 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15550 $as_echo_n "checking for library containing inet_aton... " >&6; }
15551 if ${ac_cv_search_inet_aton+:} false
; then :
15552 $as_echo_n "(cached) " >&6
15554 ac_func_search_save_LIBS
=$LIBS
15555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15556 /* end confdefs.h. */
15558 /* Override any GCC internal prototype to avoid an error.
15559 Use char because int might match the return type of a GCC
15560 builtin and then its argument prototype would still apply. */
15568 return inet_aton ();
15573 for ac_lib
in '' resolv
; do
15574 if test -z "$ac_lib"; then
15575 ac_res
="none required"
15578 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15580 if ac_fn_c_try_link
"$LINENO"; then :
15581 ac_cv_search_inet_aton
=$ac_res
15583 rm -f core conftest.err conftest.
$ac_objext \
15585 if ${ac_cv_search_inet_aton+:} false
; then :
15589 if ${ac_cv_search_inet_aton+:} false
; then :
15592 ac_cv_search_inet_aton
=no
15594 rm conftest.
$ac_ext
15595 LIBS
=$ac_func_search_save_LIBS
15597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15598 $as_echo "$ac_cv_search_inet_aton" >&6; }
15599 ac_res
=$ac_cv_search_inet_aton
15600 if test "$ac_res" != no
; then :
15601 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15621 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15622 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15623 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15624 cat >>confdefs.h
<<_ACEOF
15625 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15634 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15635 if ${ac_cv_search_clock_gettime+:} false
; then :
15636 $as_echo_n "(cached) " >&6
15638 ac_func_search_save_LIBS
=$LIBS
15639 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15640 /* end confdefs.h. */
15642 /* Override any GCC internal prototype to avoid an error.
15643 Use char because int might match the return type of a GCC
15644 builtin and then its argument prototype would still apply. */
15648 char clock_gettime ();
15652 return clock_gettime ();
15657 for ac_lib
in '' rt
; do
15658 if test -z "$ac_lib"; then
15659 ac_res
="none required"
15662 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15664 if ac_fn_c_try_link
"$LINENO"; then :
15665 ac_cv_search_clock_gettime
=$ac_res
15667 rm -f core conftest.err conftest.
$ac_objext \
15669 if ${ac_cv_search_clock_gettime+:} false
; then :
15673 if ${ac_cv_search_clock_gettime+:} false
; then :
15676 ac_cv_search_clock_gettime
=no
15678 rm conftest.
$ac_ext
15679 LIBS
=$ac_func_search_save_LIBS
15681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15682 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15683 ac_res
=$ac_cv_search_clock_gettime
15684 if test "$ac_res" != no
; then :
15685 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15687 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15689 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15697 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15699 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15701 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15703 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15704 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15705 $as_echo_n "(cached) " >&6
15707 ac_check_lib_save_LIBS
=$LIBS
15708 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15710 /* end confdefs.h. */
15712 /* Override any GCC internal prototype to avoid an error.
15713 Use char because int might match the return type of a GCC
15714 builtin and then its argument prototype would still apply. */
15718 char ldap_initialize ();
15722 return ldap_initialize ();
15727 if ac_fn_c_try_link
"$LINENO"; then :
15728 ac_cv_lib_ldap_r_ldap_initialize
=yes
15730 ac_cv_lib_ldap_r_ldap_initialize
=no
15732 rm -f core conftest.err conftest.
$ac_objext \
15733 conftest
$ac_exeext conftest.
$ac_ext
15734 LIBS
=$ac_check_lib_save_LIBS
15736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15737 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15738 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15740 $as_echo_n "checking for ber_init in -llber... " >&6; }
15741 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15742 $as_echo_n "(cached) " >&6
15744 ac_check_lib_save_LIBS
=$LIBS
15745 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15746 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15747 /* end confdefs.h. */
15749 /* Override any GCC internal prototype to avoid an error.
15750 Use char because int might match the return type of a GCC
15751 builtin and then its argument prototype would still apply. */
15759 return ber_init ();
15764 if ac_fn_c_try_link
"$LINENO"; then :
15765 ac_cv_lib_lber_ber_init
=yes
15767 ac_cv_lib_lber_ber_init
=no
15769 rm -f core conftest.err conftest.
$ac_objext \
15770 conftest
$ac_exeext conftest.
$ac_ext
15771 LIBS
=$ac_check_lib_save_LIBS
15773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15774 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15775 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15777 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15779 LDAP_LIBS
="-lldap_r -llber"
15786 ac_wine_check_funcs_save_LIBS
="$LIBS"
15787 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15789 ldap_count_references \
15790 ldap_first_reference \
15791 ldap_next_reference \
15792 ldap_parse_reference \
15793 ldap_parse_sort_control \
15794 ldap_parse_sortresponse_control \
15795 ldap_parse_vlv_control \
15796 ldap_parse_vlvresponse_control
15798 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15799 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15800 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15801 cat >>confdefs.h
<<_ACEOF
15802 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15808 LIBS
="$ac_wine_check_funcs_save_LIBS"
15810 if test "x$LDAP_LIBS" = "x"; then :
15811 case "x$with_ldap" in
15812 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15814 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15815 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15821 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15822 if ${wine_cv_one_arg_mkdir+:} false
; then :
15823 $as_echo_n "(cached) " >&6
15825 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15826 /* end confdefs.h. */
15827 #include <sys/stat.h>
15836 if ac_fn_c_try_compile
"$LINENO"; then :
15837 wine_cv_one_arg_mkdir
=yes
15839 wine_cv_one_arg_mkdir
=no
15841 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15844 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15845 if test "$wine_cv_one_arg_mkdir" = "yes"
15848 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15853 $as_echo_n "checking for sched_setaffinity... " >&6; }
15854 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15855 $as_echo_n "(cached) " >&6
15857 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15858 /* end confdefs.h. */
15859 #define _GNU_SOURCE
15864 sched_setaffinity(0, 0, 0);
15869 if ac_fn_c_try_link
"$LINENO"; then :
15870 wine_cv_have_sched_setaffinity
=yes
15872 wine_cv_have_sched_setaffinity
=no
15874 rm -f core conftest.err conftest.
$ac_objext \
15875 conftest
$ac_exeext conftest.
$ac_ext
15877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15878 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15879 if test "$wine_cv_have_sched_setaffinity" = "yes"
15882 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15887 $as_echo_n "checking for fallocate... " >&6; }
15888 if ${wine_cv_have_fallocate+:} false
; then :
15889 $as_echo_n "(cached) " >&6
15891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15892 /* end confdefs.h. */
15893 #define _GNU_SOURCE
15898 fallocate(-1, 0, 0, 0);
15903 if ac_fn_c_try_link
"$LINENO"; then :
15904 wine_cv_have_fallocate
=yes
15906 wine_cv_have_fallocate
=no
15908 rm -f core conftest.err conftest.
$ac_objext \
15909 conftest
$ac_exeext conftest.
$ac_ext
15911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15912 $as_echo "$wine_cv_have_fallocate" >&6; }
15913 if test "$wine_cv_have_fallocate" = "yes"
15916 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15922 $as_echo_n "checking for inline... " >&6; }
15923 if ${ac_cv_c_inline+:} false
; then :
15924 $as_echo_n "(cached) " >&6
15927 for ac_kw
in inline __inline__ __inline
; do
15928 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15929 /* end confdefs.h. */
15930 #ifndef __cplusplus
15932 static $ac_kw foo_t static_foo () {return 0; }
15933 $ac_kw foo_t foo () {return 0; }
15937 if ac_fn_c_try_compile
"$LINENO"; then :
15938 ac_cv_c_inline
=$ac_kw
15940 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15941 test "$ac_cv_c_inline" != no
&& break
15945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15946 $as_echo "$ac_cv_c_inline" >&6; }
15948 case $ac_cv_c_inline in
15951 case $ac_cv_c_inline in
15953 *) ac_val
=$ac_cv_c_inline;;
15955 cat >>confdefs.h
<<_ACEOF
15956 #ifndef __cplusplus
15957 #define inline $ac_val
15963 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15964 if test "x$ac_cv_type_mode_t" = xyes
; then :
15966 cat >>confdefs.h
<<_ACEOF
15967 #define HAVE_MODE_T 1
15972 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15973 if test "x$ac_cv_type_off_t" = xyes
; then :
15975 cat >>confdefs.h
<<_ACEOF
15976 #define HAVE_OFF_T 1
15981 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15982 if test "x$ac_cv_type_pid_t" = xyes
; then :
15984 cat >>confdefs.h
<<_ACEOF
15985 #define HAVE_PID_T 1
15990 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15991 if test "x$ac_cv_type_size_t" = xyes
; then :
15993 cat >>confdefs.h
<<_ACEOF
15994 #define HAVE_SIZE_T 1
15999 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
16000 if test "x$ac_cv_type_ssize_t" = xyes
; then :
16002 cat >>confdefs.h
<<_ACEOF
16003 #define HAVE_SSIZE_T 1
16008 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16009 if test "x$ac_cv_type_long_long" = xyes
; then :
16011 cat >>confdefs.h
<<_ACEOF
16012 #define HAVE_LONG_LONG 1
16017 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16018 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
16020 cat >>confdefs.h
<<_ACEOF
16021 #define HAVE_FSBLKCNT_T 1
16026 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16027 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
16029 cat >>confdefs.h
<<_ACEOF
16030 #define HAVE_FSFILCNT_T 1
16036 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16037 #include <signal.h>
16039 if test "x$ac_cv_type_sigset_t" = xyes
; then :
16041 cat >>confdefs.h
<<_ACEOF
16042 #define HAVE_SIGSET_T 1
16048 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16050 if test "x$ac_cv_type_request_sense" = xyes
; then :
16052 cat >>confdefs.h
<<_ACEOF
16053 #define HAVE_REQUEST_SENSE 1
16060 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16061 #ifdef HAVE_SYS_SOCKET_H
16062 #include <sys/socket.h>
16064 #ifdef HAVE_SYS_SOCKETVAR_H
16065 #include <sys/socketvar.h>
16067 #ifdef HAVE_NET_ROUTE_H
16068 #include <net/route.h>
16070 #ifdef HAVE_NETINET_IN_H
16071 #include <netinet/in.h>
16073 #ifdef HAVE_NETINET_IN_SYSTM_H
16074 #include <netinet/in_systm.h>
16076 #ifdef HAVE_NETINET_IP_H
16077 #include <netinet/ip.h>
16079 #ifdef HAVE_NETINET_IN_PCB_H
16080 #include <netinet/in_pcb.h>
16083 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
16085 cat >>confdefs.h
<<_ACEOF
16086 #define HAVE_STRUCT_XINPGEN 1
16093 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16096 #ifdef HAVE_SYS_LINK_H
16097 #include <sys/link.h>
16100 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
16102 cat >>confdefs.h
<<_ACEOF
16103 #define HAVE_STRUCT_R_DEBUG 1
16108 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16111 #ifdef HAVE_SYS_LINK_H
16112 #include <sys/link.h>
16115 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
16117 cat >>confdefs.h
<<_ACEOF
16118 #define HAVE_STRUCT_LINK_MAP 1
16125 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16126 #include <linux/input.h>
16129 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
16131 cat >>confdefs.h
<<_ACEOF
16132 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16140 $as_echo_n "checking for sigaddset... " >&6; }
16141 if ${wine_cv_have_sigaddset+:} false
; then :
16142 $as_echo_n "(cached) " >&6
16144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16145 /* end confdefs.h. */
16146 #include <signal.h>
16150 sigset_t set; sigaddset(&set,SIGTERM);
16155 if ac_fn_c_try_link
"$LINENO"; then :
16156 wine_cv_have_sigaddset
=yes
16158 wine_cv_have_sigaddset
=no
16160 rm -f core conftest.err conftest.
$ac_objext \
16161 conftest
$ac_exeext conftest.
$ac_ext
16163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16164 $as_echo "$wine_cv_have_sigaddset" >&6; }
16165 if test "$wine_cv_have_sigaddset" = "yes"
16168 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16174 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16175 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
16176 $as_echo_n "(cached) " >&6
16178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16179 /* end confdefs.h. */
16187 struct hostent *result;
16194 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16195 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16201 if ac_fn_c_try_link
"$LINENO"; then :
16202 wine_cv_linux_gethostbyname_r_6
=yes
16204 wine_cv_linux_gethostbyname_r_6
=no
16207 rm -f core conftest.err conftest.
$ac_objext \
16208 conftest
$ac_exeext conftest.
$ac_ext
16211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16212 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16213 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16216 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16220 if test "$ac_cv_header_linux_joystick_h" = "yes"
16222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16223 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16224 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16225 $as_echo_n "(cached) " >&6
16227 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16228 /* end confdefs.h. */
16230 #include <sys/ioctl.h>
16231 #include <sys/types.h>
16232 #include <linux/joystick.h>
16234 struct js_event blub;
16235 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16236 #error "no 2.2 header"
16247 if ac_fn_c_try_compile
"$LINENO"; then :
16248 wine_cv_linux_joystick_22_api
=yes
16250 wine_cv_linux_joystick_22_api
=no
16252 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16256 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16257 if test "$wine_cv_linux_joystick_22_api" = "yes"
16260 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16266 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16267 #ifdef HAVE_SYS_PARAM_H
16268 # include <sys/param.h>
16270 #ifdef HAVE_SYS_MOUNT_H
16271 # include <sys/mount.h>
16273 #ifdef HAVE_SYS_VFS_H
16274 # include <sys/vfs.h>
16276 #ifdef HAVE_SYS_STATFS_H
16277 # include <sys/statfs.h>
16280 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16282 cat >>confdefs.h
<<_ACEOF
16283 #define HAVE_STRUCT_STATFS_F_BFREE 1
16288 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16289 #ifdef HAVE_SYS_PARAM_H
16290 # include <sys/param.h>
16292 #ifdef HAVE_SYS_MOUNT_H
16293 # include <sys/mount.h>
16295 #ifdef HAVE_SYS_VFS_H
16296 # include <sys/vfs.h>
16298 #ifdef HAVE_SYS_STATFS_H
16299 # include <sys/statfs.h>
16302 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16304 cat >>confdefs.h
<<_ACEOF
16305 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16310 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16311 #ifdef HAVE_SYS_PARAM_H
16312 # include <sys/param.h>
16314 #ifdef HAVE_SYS_MOUNT_H
16315 # include <sys/mount.h>
16317 #ifdef HAVE_SYS_VFS_H
16318 # include <sys/vfs.h>
16320 #ifdef HAVE_SYS_STATFS_H
16321 # include <sys/statfs.h>
16324 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16326 cat >>confdefs.h
<<_ACEOF
16327 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16332 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16333 #ifdef HAVE_SYS_PARAM_H
16334 # include <sys/param.h>
16336 #ifdef HAVE_SYS_MOUNT_H
16337 # include <sys/mount.h>
16339 #ifdef HAVE_SYS_VFS_H
16340 # include <sys/vfs.h>
16342 #ifdef HAVE_SYS_STATFS_H
16343 # include <sys/statfs.h>
16346 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16348 cat >>confdefs.h
<<_ACEOF
16349 #define HAVE_STRUCT_STATFS_F_FFREE 1
16354 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16355 #ifdef HAVE_SYS_PARAM_H
16356 # include <sys/param.h>
16358 #ifdef HAVE_SYS_MOUNT_H
16359 # include <sys/mount.h>
16361 #ifdef HAVE_SYS_VFS_H
16362 # include <sys/vfs.h>
16364 #ifdef HAVE_SYS_STATFS_H
16365 # include <sys/statfs.h>
16368 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16370 cat >>confdefs.h
<<_ACEOF
16371 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16376 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16377 #ifdef HAVE_SYS_PARAM_H
16378 # include <sys/param.h>
16380 #ifdef HAVE_SYS_MOUNT_H
16381 # include <sys/mount.h>
16383 #ifdef HAVE_SYS_VFS_H
16384 # include <sys/vfs.h>
16386 #ifdef HAVE_SYS_STATFS_H
16387 # include <sys/statfs.h>
16390 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16392 cat >>confdefs.h
<<_ACEOF
16393 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16400 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16401 #include <sys/statvfs.h>
16404 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16406 cat >>confdefs.h
<<_ACEOF
16407 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16414 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16415 #include <dirent.h>
16418 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16420 cat >>confdefs.h
<<_ACEOF
16421 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16428 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16429 #ifdef HAVE_SYS_SOCKET_H
16430 # include <sys/socket.h>
16432 #ifdef HAVE_SYS_UN_H
16433 # include <sys/un.h>
16436 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16438 cat >>confdefs.h
<<_ACEOF
16439 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16444 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16445 #ifdef HAVE_SYS_SOCKET_H
16446 # include <sys/socket.h>
16448 #ifdef HAVE_SYS_UN_H
16449 # include <sys/un.h>
16452 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16454 cat >>confdefs.h
<<_ACEOF
16455 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16460 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16461 #ifdef HAVE_SYS_SOCKET_H
16462 # include <sys/socket.h>
16464 #ifdef HAVE_SYS_UN_H
16465 # include <sys/un.h>
16468 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16470 cat >>confdefs.h
<<_ACEOF
16471 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16478 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16479 #ifdef HAVE_SCSI_SG_H
16480 #include <scsi/sg.h>
16483 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16485 cat >>confdefs.h
<<_ACEOF
16486 #define HAVE_SCSIREQ_T_CMD 1
16491 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>
16492 #ifdef HAVE_SCSI_SG_H
16493 #include <scsi/sg.h>
16496 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16498 cat >>confdefs.h
<<_ACEOF
16499 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16506 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16508 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16510 cat >>confdefs.h
<<_ACEOF
16511 #define HAVE_SIGINFO_T_SI_FD 1
16518 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16519 #ifdef HAVE_SYS_MTIO_H
16520 #include <sys/mtio.h>
16523 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16525 cat >>confdefs.h
<<_ACEOF
16526 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16531 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16532 #ifdef HAVE_SYS_MTIO_H
16533 #include <sys/mtio.h>
16536 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16538 cat >>confdefs.h
<<_ACEOF
16539 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16544 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16545 #ifdef HAVE_SYS_MTIO_H
16546 #include <sys/mtio.h>
16549 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16551 cat >>confdefs.h
<<_ACEOF
16552 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16559 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16560 #include <getopt.h>
16563 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16565 cat >>confdefs.h
<<_ACEOF
16566 #define HAVE_STRUCT_OPTION_NAME 1
16573 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16574 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16576 cat >>confdefs.h
<<_ACEOF
16577 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16582 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16583 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16585 cat >>confdefs.h
<<_ACEOF
16586 #define HAVE_STRUCT_STAT_ST_MTIM 1
16591 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16592 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16594 cat >>confdefs.h
<<_ACEOF
16595 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16600 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16601 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16603 cat >>confdefs.h
<<_ACEOF
16604 #define HAVE_STRUCT_STAT_ST_CTIM 1
16609 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16610 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16612 cat >>confdefs.h
<<_ACEOF
16613 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16618 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16619 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16621 cat >>confdefs.h
<<_ACEOF
16622 #define HAVE_STRUCT_STAT_ST_ATIM 1
16627 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16628 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16630 cat >>confdefs.h
<<_ACEOF
16631 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16636 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16637 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16639 cat >>confdefs.h
<<_ACEOF
16640 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16645 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16646 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16648 cat >>confdefs.h
<<_ACEOF
16649 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16654 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16655 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16657 cat >>confdefs.h
<<_ACEOF
16658 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16663 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16664 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16666 cat >>confdefs.h
<<_ACEOF
16667 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16672 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16673 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16675 cat >>confdefs.h
<<_ACEOF
16676 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16683 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
16684 #include <sys/types.h>
16686 #ifdef HAVE_NETINET_IN_H
16687 #include <netinet/in.h>
16690 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16692 cat >>confdefs.h
<<_ACEOF
16693 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16700 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16701 #include <resolv.h>
16704 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16706 cat >>confdefs.h
<<_ACEOF
16707 #define HAVE_STRUCT___RES_STATE 1
16714 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
16715 #include <resolv.h>
16718 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16720 cat >>confdefs.h
<<_ACEOF
16721 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16728 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16729 #include <sys/types.h>
16731 #ifdef HAVE_NETINET_IN_H
16732 # include <netinet/in.h>
16734 #ifdef HAVE_ARPA_NAMESER_H
16735 # include <arpa/nameser.h>
16738 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16740 cat >>confdefs.h
<<_ACEOF
16741 #define HAVE_NS_MSG__MSG_PTR 1
16748 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16749 #include <sys/types.h>
16751 #ifdef HAVE_NETINET_IP_H
16752 #include <netinet/ip.h>
16754 #ifdef HAVE_NETINET_IP_ICMP_H
16755 #include <netinet/ip_icmp.h>
16757 #ifdef HAVE_NETINET_ICMP_VAR_H
16758 #include <netinet/icmp_var.h>
16761 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16763 cat >>confdefs.h
<<_ACEOF
16764 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16771 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16772 #include <sys/types.h>
16774 #ifdef HAVE_ALIAS_H
16777 #ifdef HAVE_SYS_SOCKET_H
16778 #include <sys/socket.h>
16780 #ifdef HAVE_SYS_SOCKETVAR_H
16781 #include <sys/socketvar.h>
16783 #ifdef HAVE_SYS_TIMEOUT_H
16784 #include <sys/timeout.h>
16786 #ifdef HAVE_NETINET_IN_H
16787 #include <netinet/in.h>
16789 #ifdef HAVE_NETINET_IN_SYSTM_H
16790 #include <netinet/in_systm.h>
16792 #ifdef HAVE_NETINET_IP_H
16793 #include <netinet/ip.h>
16795 #ifdef HAVE_NETINET_IP_VAR_H
16796 #include <netinet/ip_var.h>
16798 #ifdef HAVE_NETINET_IP_ICMP_H
16799 #include <netinet/ip_icmp.h>
16801 #ifdef HAVE_NETINET_ICMP_VAR_H
16802 #include <netinet/icmp_var.h>
16805 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16807 cat >>confdefs.h
<<_ACEOF
16808 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16815 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16816 #include <sys/types.h>
16818 #ifdef HAVE_SYS_SOCKETVAR_H
16819 #include <sys/socketvar.h>
16821 #ifdef HAVE_NETINET_IN_H
16822 #include <netinet/in.h>
16824 #ifdef HAVE_NETINET_IP_VAR_H
16825 #include <netinet/ip_var.h>
16828 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16830 cat >>confdefs.h
<<_ACEOF
16831 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16838 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
16839 #include <netinet/ip_var.h>
16842 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16844 cat >>confdefs.h
<<_ACEOF
16845 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16852 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16853 #include <sys/types.h>
16855 #ifdef HAVE_SYS_SOCKETVAR_H
16856 #include <sys/socketvar.h>
16858 #ifdef HAVE_NETINET_IN_H
16859 #include <netinet/in.h>
16861 #ifdef HAVE_NETINET_TCP_H
16862 #include <netinet/tcp.h>
16864 #ifdef HAVE_NETINET_TCP_VAR_H
16865 #include <netinet/tcp_var.h>
16868 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16870 cat >>confdefs.h
<<_ACEOF
16871 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16878 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
16879 #include <netinet/tcp_var.h>
16882 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16884 cat >>confdefs.h
<<_ACEOF
16885 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16892 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16893 #include <sys/types.h>
16895 #ifdef HAVE_NETINET_IN_H
16896 #include <netinet/in.h>
16898 #ifdef HAVE_NETINET_IP_VAR_H
16899 #include <netinet/ip_var.h>
16901 #ifdef HAVE_NETINET_UDP_H
16902 #include <netinet/udp.h>
16904 #ifdef HAVE_NETINET_UDP_VAR_H
16905 #include <netinet/udp_var.h>
16908 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16910 cat >>confdefs.h
<<_ACEOF
16911 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16918 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16919 #include <sys/types.h>
16921 #ifdef HAVE_NET_IF_H
16922 # include <net/if.h>
16925 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16927 cat >>confdefs.h
<<_ACEOF
16928 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16936 $as_echo_n "checking for timezone variable... " >&6; }
16937 if ${ac_cv_have_timezone+:} false
; then :
16938 $as_echo_n "(cached) " >&6
16940 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16941 /* end confdefs.h. */
16951 if ac_fn_c_try_link
"$LINENO"; then :
16952 ac_cv_have_timezone
="yes"
16954 ac_cv_have_timezone
="no"
16956 rm -f core conftest.err conftest.
$ac_objext \
16957 conftest
$ac_exeext conftest.
$ac_ext
16959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16960 $as_echo "$ac_cv_have_timezone" >&6; }
16961 if test "$ac_cv_have_timezone" = "yes"
16964 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16968 $as_echo_n "checking for daylight variable... " >&6; }
16969 if ${ac_cv_have_daylight+:} false
; then :
16970 $as_echo_n "(cached) " >&6
16972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16973 /* end confdefs.h. */
16983 if ac_fn_c_try_link
"$LINENO"; then :
16984 ac_cv_have_daylight
="yes"
16986 ac_cv_have_daylight
="no"
16988 rm -f core conftest.err conftest.
$ac_objext \
16989 conftest
$ac_exeext conftest.
$ac_ext
16991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16992 $as_echo "$ac_cv_have_daylight" >&6; }
16993 if test "$ac_cv_have_daylight" = "yes"
16996 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
17000 ac_save_LIBS
="$LIBS"
17002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17003 $as_echo_n "checking for isfinite... " >&6; }
17004 if ${ac_cv_have_isfinite+:} false
; then :
17005 $as_echo_n "(cached) " >&6
17007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17008 /* end confdefs.h. */
17009 #define _GNU_SOURCE
17014 float f = 0.0; return isfinite(f)
17019 if ac_fn_c_try_link
"$LINENO"; then :
17020 ac_cv_have_isfinite
="yes"
17022 ac_cv_have_isfinite
="no"
17024 rm -f core conftest.err conftest.
$ac_objext \
17025 conftest
$ac_exeext conftest.
$ac_ext
17027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17028 $as_echo "$ac_cv_have_isfinite" >&6; }
17029 if test "$ac_cv_have_isfinite" = "yes"
17032 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17037 $as_echo_n "checking for isinf... " >&6; }
17038 if ${ac_cv_have_isinf+:} false
; then :
17039 $as_echo_n "(cached) " >&6
17041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17042 /* end confdefs.h. */
17047 float f = 0.0; return isinf(f)
17052 if ac_fn_c_try_link
"$LINENO"; then :
17053 ac_cv_have_isinf
="yes"
17055 ac_cv_have_isinf
="no"
17057 rm -f core conftest.err conftest.
$ac_objext \
17058 conftest
$ac_exeext conftest.
$ac_ext
17060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17061 $as_echo "$ac_cv_have_isinf" >&6; }
17062 if test "$ac_cv_have_isinf" = "yes"
17065 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17070 $as_echo_n "checking for isnan... " >&6; }
17071 if ${ac_cv_have_isnan+:} false
; then :
17072 $as_echo_n "(cached) " >&6
17074 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17075 /* end confdefs.h. */
17080 float f = 0.0; return isnan(f)
17085 if ac_fn_c_try_link
"$LINENO"; then :
17086 ac_cv_have_isnan
="yes"
17088 ac_cv_have_isnan
="no"
17090 rm -f core conftest.err conftest.
$ac_objext \
17091 conftest
$ac_exeext conftest.
$ac_ext
17093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17094 $as_echo "$ac_cv_have_isnan" >&6; }
17095 if test "$ac_cv_have_isnan" = "yes"
17098 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17134 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17135 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17136 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17137 cat >>confdefs.h
<<_ACEOF
17138 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17144 LIBS
="$ac_save_LIBS"
17146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17147 $as_echo_n "checking for __builtin_clz... " >&6; }
17148 if ${ac_cv_have___builtin_clz+:} false
; then :
17149 $as_echo_n "(cached) " >&6
17151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17152 /* end confdefs.h. */
17157 return __builtin_clz(1)
17162 if ac_fn_c_try_link
"$LINENO"; then :
17163 ac_cv_have___builtin_clz
="yes"
17165 ac_cv_have___builtin_clz
="no"
17167 rm -f core conftest.err conftest.
$ac_objext \
17168 conftest
$ac_exeext conftest.
$ac_ext
17170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17171 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17172 if test "$ac_cv_have___builtin_clz" = "yes"
17175 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17180 $as_echo_n "checking for __builtin_popcount... " >&6; }
17181 if ${ac_cv_have___builtin_popcount+:} false
; then :
17182 $as_echo_n "(cached) " >&6
17184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17185 /* end confdefs.h. */
17190 return __builtin_popcount(1)
17195 if ac_fn_c_try_link
"$LINENO"; then :
17196 ac_cv_have___builtin_popcount
="yes"
17198 ac_cv_have___builtin_popcount
="no"
17200 rm -f core conftest.err conftest.
$ac_objext \
17201 conftest
$ac_exeext conftest.
$ac_ext
17203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17204 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17205 if test "$ac_cv_have___builtin_popcount" = "yes"
17208 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17214 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17215 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17216 if ${ac_cv_cpp_def___i386__+:} false
; then :
17217 $as_echo_n "(cached) " >&6
17219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17220 /* end confdefs.h. */
17225 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17226 $EGREP "yes" >/dev
/null
2>&1; then :
17227 ac_cv_cpp_def___i386__
=yes
17229 ac_cv_cpp_def___i386__
=no
17234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17235 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17236 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17237 CFLAGS
="$CFLAGS -D__i386__"
17238 LINTFLAGS
="$LINTFLAGS -D__i386__"
17240 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17241 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17242 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17243 $as_echo_n "(cached) " >&6
17245 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17246 /* end confdefs.h. */
17251 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17252 $EGREP "yes" >/dev
/null
2>&1; then :
17253 ac_cv_cpp_def___x86_64__
=yes
17255 ac_cv_cpp_def___x86_64__
=no
17260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17261 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17262 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17263 CFLAGS
="$CFLAGS -D__x86_64__"
17264 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17266 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17267 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17268 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17269 $as_echo_n "(cached) " >&6
17271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17272 /* end confdefs.h. */
17273 #ifndef __sparc64__
17277 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17278 $EGREP "yes" >/dev
/null
2>&1; then :
17279 ac_cv_cpp_def___sparc64__
=yes
17281 ac_cv_cpp_def___sparc64__
=no
17286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17287 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17288 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17289 CFLAGS
="$CFLAGS -D__sparc64__"
17290 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17292 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17293 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17294 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17295 $as_echo_n "(cached) " >&6
17297 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17298 /* end confdefs.h. */
17303 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17304 $EGREP "yes" >/dev
/null
2>&1; then :
17305 ac_cv_cpp_def___sparc__
=yes
17307 ac_cv_cpp_def___sparc__
=no
17312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17313 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17314 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17315 CFLAGS
="$CFLAGS -D__sparc__"
17316 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17318 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17319 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17320 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17321 $as_echo_n "(cached) " >&6
17323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17324 /* end confdefs.h. */
17325 #ifndef __powerpc64__
17329 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17330 $EGREP "yes" >/dev
/null
2>&1; then :
17331 ac_cv_cpp_def___powerpc64__
=yes
17333 ac_cv_cpp_def___powerpc64__
=no
17338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17339 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17340 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17341 CFLAGS
="$CFLAGS -D__powerpc64__"
17342 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17344 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17345 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17346 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17347 $as_echo_n "(cached) " >&6
17349 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17350 /* end confdefs.h. */
17351 #ifndef __powerpc__
17355 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17356 $EGREP "yes" >/dev
/null
2>&1; then :
17357 ac_cv_cpp_def___powerpc__
=yes
17359 ac_cv_cpp_def___powerpc__
=no
17364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17365 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17366 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17367 CFLAGS
="$CFLAGS -D__powerpc__"
17368 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17370 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17371 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17372 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17373 $as_echo_n "(cached) " >&6
17375 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17376 /* end confdefs.h. */
17377 #ifndef __aarch64__
17381 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17382 $EGREP "yes" >/dev
/null
2>&1; then :
17383 ac_cv_cpp_def___aarch64__
=yes
17385 ac_cv_cpp_def___aarch64__
=no
17390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17391 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17392 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17393 CFLAGS
="$CFLAGS -D__aarch64__"
17394 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17396 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17397 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17398 if ${ac_cv_cpp_def___arm__+:} false
; then :
17399 $as_echo_n "(cached) " >&6
17401 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17402 /* end confdefs.h. */
17407 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17408 $EGREP "yes" >/dev
/null
2>&1; then :
17409 ac_cv_cpp_def___arm__
=yes
17411 ac_cv_cpp_def___arm__
=no
17416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17417 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17418 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17419 CFLAGS
="$CFLAGS -D__arm__"
17420 LINTFLAGS
="$LINTFLAGS -D__arm__"
17424 case $host_vendor in
17425 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17426 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17427 if ${ac_cv_cpp_def___sun__+:} false
; then :
17428 $as_echo_n "(cached) " >&6
17430 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17431 /* end confdefs.h. */
17436 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17437 $EGREP "yes" >/dev
/null
2>&1; then :
17438 ac_cv_cpp_def___sun__
=yes
17440 ac_cv_cpp_def___sun__
=no
17445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17446 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17447 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17448 CFLAGS
="$CFLAGS -D__sun__"
17449 LINTFLAGS
="$LINTFLAGS -D__sun__"
17457 ac_config_commands
="$ac_config_commands include/stamp-h"
17459 $as_echo_n "creating Makefile rules..." >&6
17461 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17462 SOCKET_LIBS = $SOCKET_LIBS
17463 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17464 IOKIT_LIBS = $IOKIT_LIBS
17465 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17466 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17467 CORESERVICES_LIBS = $CORESERVICES_LIBS
17468 APPKIT_LIBS = $APPKIT_LIBS
17469 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17470 SECURITY_LIBS = $SECURITY_LIBS
17471 COREAUDIO_LIBS = $COREAUDIO_LIBS
17472 OPENAL_LIBS = $OPENAL_LIBS
17473 OPENCL_LIBS = $OPENCL_LIBS
17474 QUICKTIME_LIBS = $QUICKTIME_LIBS
17475 CARBON_LIBS = $CARBON_LIBS
17476 PTHREAD_LIBS = $PTHREAD_LIBS
17477 X_CFLAGS = $X_CFLAGS
17478 X_PRE_LIBS = $X_PRE_LIBS
17480 X_EXTRA_LIBS = $X_EXTRA_LIBS
17481 PCAP_LIBS = $PCAP_LIBS
17482 XML2_CFLAGS = $XML2_CFLAGS
17483 XML2_LIBS = $XML2_LIBS
17484 XSLT_CFLAGS = $XSLT_CFLAGS
17485 XSLT_LIBS = $XSLT_LIBS
17486 DBUS_CFLAGS = $DBUS_CFLAGS
17487 DBUS_LIBS = $DBUS_LIBS
17488 HAL_CFLAGS = $HAL_CFLAGS
17489 HAL_LIBS = $HAL_LIBS
17490 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17491 GNUTLS_LIBS = $GNUTLS_LIBS
17492 SANE_CFLAGS = $SANE_CFLAGS
17493 SANE_LIBS = $SANE_LIBS
17494 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17495 GPHOTO2_LIBS = $GPHOTO2_LIBS
17496 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17497 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17498 RESOLV_LIBS = $RESOLV_LIBS
17499 LCMS2_CFLAGS = $LCMS2_CFLAGS
17500 LCMS2_LIBS = $LCMS2_LIBS
17501 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17502 FREETYPE_LIBS = $FREETYPE_LIBS
17504 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17505 PULSE_CFLAGS = $PULSE_CFLAGS
17506 PULSE_LIBS = $PULSE_LIBS
17507 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17508 GSTREAMER_LIBS = $GSTREAMER_LIBS
17509 ALSA_LIBS = $ALSA_LIBS
17510 OSS4_CFLAGS = $OSS4_CFLAGS
17511 UDEV_CFLAGS = $UDEV_CFLAGS
17512 UDEV_LIBS = $UDEV_LIBS
17513 CAPI20_CFLAGS = $CAPI20_CFLAGS
17514 CAPI20_LIBS = $CAPI20_LIBS
17515 CUPS_CFLAGS = $CUPS_CFLAGS
17516 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17517 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17518 JPEG_CFLAGS = $JPEG_CFLAGS
17519 JPEG_LIBS = $JPEG_LIBS
17520 PNG_CFLAGS = $PNG_CFLAGS
17521 PNG_LIBS = $PNG_LIBS
17522 TIFF_CFLAGS = $TIFF_CFLAGS
17523 TIFF_LIBS = $TIFF_LIBS
17524 MPG123_CFLAGS = $MPG123_CFLAGS
17525 MPG123_LIBS = $MPG123_LIBS
17526 KSTAT_LIBS = $KSTAT_LIBS
17527 PROCSTAT_LIBS = $PROCSTAT_LIBS
17528 NETAPI_CFLAGS = $NETAPI_CFLAGS
17529 NETAPI_LIBS = $NETAPI_LIBS
17530 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17532 POLL_LIBS = $POLL_LIBS
17534 LDAP_LIBS = $LDAP_LIBS
17539 wine_fn_append_rule
"
17540 # Rules automatically generated by configure
17542 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17547 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17548 @./config.status Make.tmp Makefile
17549 depend: \$(MAKEDEP) dummy
17552 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17553 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17555 if test "x$enable_fonts" != xno
; then
17556 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17557 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17558 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17559 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17560 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17561 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17563 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17564 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17565 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17566 wine_fn_config_symlink wine
17567 if test "x$enable_win64" != xno
; then
17568 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17569 wine_fn_config_symlink wine64
17572 wine_fn_config_dll acledit enable_acledit
17573 wine_fn_config_dll aclui enable_aclui implib
17574 wine_fn_config_dll activeds enable_activeds implib
17575 wine_fn_config_dll actxprxy enable_actxprxy clean
17576 wine_fn_config_lib adsiid
17577 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17578 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17579 wine_fn_config_dll advpack enable_advpack implib
17580 wine_fn_config_test dlls
/advpack
/tests advpack_test
17581 wine_fn_config_dll amstream enable_amstream clean
17582 wine_fn_config_test dlls
/amstream
/tests amstream_test
17583 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
17584 wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
17585 wine_fn_config_dll api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
17586 wine_fn_config_dll api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
17587 wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
17588 wine_fn_config_dll api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
17589 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17590 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
17591 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17592 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
17593 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17594 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17595 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17596 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17597 wine_fn_config_dll api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
17598 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
17599 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17600 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17601 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17602 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17603 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17604 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17605 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17606 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
17607 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17608 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17609 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17610 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17611 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17612 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17613 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17614 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17615 wine_fn_config_dll api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
17616 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17617 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
17618 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
17619 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17620 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
17621 wine_fn_config_dll api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
17622 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17623 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17624 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
17625 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
17626 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
17627 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17628 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17629 wine_fn_config_dll api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
17630 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17631 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
17632 wine_fn_config_dll api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
17633 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17634 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17635 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17636 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
17637 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17638 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17639 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17640 wine_fn_config_dll api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
17641 wine_fn_config_dll api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
17642 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17643 wine_fn_config_dll api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
17644 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17645 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17646 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17647 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17648 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17649 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17650 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17651 wine_fn_config_dll api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
17652 wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
17653 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17654 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
17655 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17656 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17657 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17658 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
17659 wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
17660 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17661 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
17662 wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
17663 wine_fn_config_dll api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
17664 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17665 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17666 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17667 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17668 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17669 wine_fn_config_dll api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
17670 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
17671 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17672 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17673 wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
17674 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17675 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17676 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
17677 wine_fn_config_dll api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
17678 wine_fn_config_dll api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
17679 wine_fn_config_dll api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
17680 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17681 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17682 wine_fn_config_dll api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
17683 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17684 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
17685 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17686 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
17687 wine_fn_config_dll api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
17688 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17689 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17690 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17691 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17692 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17693 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17694 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17695 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17696 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17697 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17698 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17699 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17700 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17701 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17702 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17703 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17704 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17705 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17706 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17707 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17708 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17709 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17710 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17711 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17712 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17713 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
17714 wine_fn_config_dll api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
17715 wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
17716 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17717 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
17718 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17719 wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
17720 wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
17721 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17722 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17723 wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
17724 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17725 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17726 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17727 wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
17728 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17729 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17730 wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
17731 wine_fn_config_dll api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
17732 wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
17733 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17734 wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
17735 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
17736 wine_fn_config_dll apphelp enable_apphelp
17737 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17738 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
17739 wine_fn_config_dll atl enable_atl clean
,implib
17740 wine_fn_config_test dlls
/atl
/tests atl_test
17741 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17742 wine_fn_config_test dlls
/atl100
/tests atl100_test
17743 wine_fn_config_dll atl110 enable_atl110 clean
17744 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17745 wine_fn_config_test dlls
/atl80
/tests atl80_test
17746 wine_fn_config_dll atl90 enable_atl90 clean
17747 wine_fn_config_dll authz enable_authz
17748 wine_fn_config_dll avicap32 enable_avicap32 implib
17749 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
17750 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17751 wine_fn_config_dll avifile.dll16 enable_win16
17752 wine_fn_config_dll avrt enable_avrt implib
17753 wine_fn_config_dll bcrypt enable_bcrypt implib
17754 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17755 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17756 wine_fn_config_dll browseui enable_browseui clean
17757 wine_fn_config_test dlls
/browseui
/tests browseui_test
17758 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17759 wine_fn_config_dll cabinet enable_cabinet implib
17760 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17761 wine_fn_config_dll capi2032 enable_capi2032 implib
17762 wine_fn_config_dll cards enable_cards implib
17763 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17764 wine_fn_config_dll clusapi enable_clusapi implib
17765 wine_fn_config_dll combase enable_combase
17766 wine_fn_config_test dlls
/combase
/tests combase_test
17767 wine_fn_config_dll comcat enable_comcat
17768 wine_fn_config_test dlls
/comcat
/tests comcat_test
17769 wine_fn_config_dll comctl32 enable_comctl32 clean
,implib
17770 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17771 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
17772 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17773 wine_fn_config_dll
comm.drv16 enable_win16
17774 wine_fn_config_dll commdlg.dll16 enable_win16
17775 wine_fn_config_dll compobj.dll16 enable_win16
17776 wine_fn_config_dll compstui enable_compstui implib
17777 wine_fn_config_dll comsvcs enable_comsvcs implib
17778 wine_fn_config_dll concrt140 enable_concrt140
17779 wine_fn_config_dll connect enable_connect
17780 wine_fn_config_dll credui enable_credui clean
,implib
17781 wine_fn_config_test dlls
/credui
/tests credui_test
17782 wine_fn_config_dll crtdll enable_crtdll
17783 wine_fn_config_dll crypt32 enable_crypt32 clean
,implib
17784 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17785 wine_fn_config_dll cryptdlg enable_cryptdlg clean
17786 wine_fn_config_dll cryptdll enable_cryptdll implib
17787 wine_fn_config_dll cryptext enable_cryptext
17788 wine_fn_config_dll cryptnet enable_cryptnet implib
17789 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17790 wine_fn_config_dll cryptui enable_cryptui clean
,implib
17791 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17792 wine_fn_config_dll ctapi32 enable_ctapi32
17793 wine_fn_config_dll ctl3d.dll16 enable_win16
17794 wine_fn_config_dll ctl3d32 enable_ctl3d32
17795 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17796 wine_fn_config_dll d2d1 enable_d2d1 implib
17797 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17798 wine_fn_config_dll d3d10 enable_d3d10 implib
17799 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17800 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17801 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
17802 wine_fn_config_dll d3d10core enable_d3d10core implib
17803 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17804 wine_fn_config_dll d3d11 enable_d3d11 implib
17805 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17806 wine_fn_config_dll d3d8 enable_d3d8 implib
17807 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17808 wine_fn_config_dll d3d9 enable_d3d9 implib
17809 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17810 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17811 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17812 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17813 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17814 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17815 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17816 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17817 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17818 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17819 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17820 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17821 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17822 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17823 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17824 wine_fn_config_dll d3dim enable_d3dim
17825 wine_fn_config_dll d3drm enable_d3drm implib
17826 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17827 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17828 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17829 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17830 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17831 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17832 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17833 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17834 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17835 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17836 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17837 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17838 wine_fn_config_test dlls
/d3dx10_43
/tests d3dx10_43_test
17839 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17840 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
17841 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17842 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17843 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17844 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17845 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17846 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17847 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17848 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17849 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17850 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17851 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17852 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17853 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17854 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17855 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17856 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17857 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17858 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17859 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17860 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17861 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17862 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17863 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17864 wine_fn_config_dll davclnt enable_davclnt
17865 wine_fn_config_dll dbgeng enable_dbgeng implib
17866 wine_fn_config_dll dbghelp enable_dbghelp implib
17867 wine_fn_config_dll dciman32 enable_dciman32 implib
17868 wine_fn_config_dll ddeml.dll16 enable_win16
17869 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17870 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17871 wine_fn_config_dll ddrawex enable_ddrawex clean
17872 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17873 wine_fn_config_dll devenum enable_devenum clean
17874 wine_fn_config_test dlls
/devenum
/tests devenum_test
17875 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17876 wine_fn_config_dll difxapi enable_difxapi
17877 wine_fn_config_dll dinput enable_dinput clean
,implib
,staticimplib
17878 wine_fn_config_test dlls
/dinput
/tests dinput_test
17879 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17880 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17881 wine_fn_config_dll dispdib.dll16 enable_win16
17882 wine_fn_config_dll dispex enable_dispex clean
17883 wine_fn_config_test dlls
/dispex
/tests dispex_test
17884 wine_fn_config_dll display.drv16 enable_win16
17885 wine_fn_config_dll dmband enable_dmband clean
17886 wine_fn_config_test dlls
/dmband
/tests dmband_test
17887 wine_fn_config_dll dmcompos enable_dmcompos clean
17888 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17889 wine_fn_config_dll dmime enable_dmime clean
17890 wine_fn_config_test dlls
/dmime
/tests dmime_test
17891 wine_fn_config_dll dmloader enable_dmloader clean
17892 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17893 wine_fn_config_dll dmscript enable_dmscript clean
17894 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17895 wine_fn_config_dll dmstyle enable_dmstyle clean
17896 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17897 wine_fn_config_dll dmsynth enable_dmsynth clean
17898 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17899 wine_fn_config_dll dmusic enable_dmusic clean
17900 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17901 wine_fn_config_dll dmusic32 enable_dmusic32
17902 wine_fn_config_dll dnsapi enable_dnsapi implib
17903 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17904 wine_fn_config_dll dplay enable_dplay
17905 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17906 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17907 wine_fn_config_dll dpnaddr enable_dpnaddr
17908 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17909 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17910 wine_fn_config_dll dpnhpast enable_dpnhpast
17911 wine_fn_config_dll dpnlobby enable_dpnlobby
17912 wine_fn_config_dll dpvoice enable_dpvoice clean
17913 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17914 wine_fn_config_dll dpwsockx enable_dpwsockx
17915 wine_fn_config_dll drmclien enable_drmclien
17916 wine_fn_config_dll dsound enable_dsound clean
,implib
17917 wine_fn_config_test dlls
/dsound
/tests dsound_test
17918 wine_fn_config_dll dssenh enable_dssenh
17919 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17920 wine_fn_config_dll dswave enable_dswave clean
17921 wine_fn_config_test dlls
/dswave
/tests dswave_test
17922 wine_fn_config_dll dwmapi enable_dwmapi implib
17923 wine_fn_config_dll dwrite enable_dwrite implib
17924 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17925 wine_fn_config_dll dxdiagn enable_dxdiagn clean
17926 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17927 wine_fn_config_lib dxerr8
17928 wine_fn_config_lib dxerr9
17929 wine_fn_config_dll dxgi enable_dxgi implib
17930 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17931 wine_fn_config_lib dxguid
17932 wine_fn_config_dll dxva2 enable_dxva2
17933 wine_fn_config_dll esent enable_esent
17934 wine_fn_config_dll evr enable_evr
17935 wine_fn_config_dll explorerframe enable_explorerframe clean
17936 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17937 wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
17938 wine_fn_config_dll ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
17939 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17940 wine_fn_config_dll ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
17941 wine_fn_config_dll ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
17942 wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
17943 wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
17944 wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
17945 wine_fn_config_dll ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
17946 wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
17947 wine_fn_config_dll ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
17948 wine_fn_config_dll ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
17949 wine_fn_config_dll ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
17950 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
17951 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
17952 wine_fn_config_dll ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
17953 wine_fn_config_dll faultrep enable_faultrep implib
17954 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17955 wine_fn_config_dll fltlib enable_fltlib
17956 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17957 wine_fn_config_dll fntcache enable_fntcache
17958 wine_fn_config_dll fontsub enable_fontsub
17959 wine_fn_config_dll fusion enable_fusion
17960 wine_fn_config_test dlls
/fusion
/tests fusion_test
17961 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17962 wine_fn_config_dll gameux enable_gameux clean
17963 wine_fn_config_test dlls
/gameux
/tests gameux_test
17964 wine_fn_config_dll gdi.exe16 enable_win16
17965 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
17966 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17967 wine_fn_config_dll gdiplus enable_gdiplus implib
17968 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17969 wine_fn_config_dll glu32 enable_glu32 implib
17970 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
17971 wine_fn_config_dll gpkcsp enable_gpkcsp
17972 wine_fn_config_dll hal enable_hal
17973 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib htmlhelp
17974 wine_fn_config_dll hid enable_hid implib
17975 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17976 wine_fn_config_dll hlink enable_hlink clean
,implib
17977 wine_fn_config_test dlls
/hlink
/tests hlink_test
17978 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17979 wine_fn_config_test dlls
/hnetcfg
/tests hnetcfg_test
17980 wine_fn_config_dll httpapi enable_httpapi
17981 wine_fn_config_dll iccvid enable_iccvid clean
17982 wine_fn_config_dll icmp enable_icmp
17983 wine_fn_config_dll ieframe enable_ieframe clean
,implib
17984 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17985 wine_fn_config_dll ifsmgr.vxd enable_win16
17986 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17987 wine_fn_config_dll imagehlp enable_imagehlp implib
17988 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17989 wine_fn_config_dll imm.dll16 enable_win16
17990 wine_fn_config_dll imm32 enable_imm32 implib
17991 wine_fn_config_test dlls
/imm32
/tests imm32_test
17992 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17993 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17994 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
17995 wine_fn_config_dll inetmib1 enable_inetmib1
17996 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17997 wine_fn_config_dll infosoft enable_infosoft clean
17998 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17999 wine_fn_config_dll initpki enable_initpki
18000 wine_fn_config_dll inkobj enable_inkobj
18001 wine_fn_config_dll inseng enable_inseng clean
18002 wine_fn_config_dll iphlpapi enable_iphlpapi implib
18003 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
18004 wine_fn_config_dll iprop enable_iprop
18005 wine_fn_config_dll irprops.cpl enable_irprops_cpl
18006 wine_fn_config_dll itircl enable_itircl
18007 wine_fn_config_dll itss enable_itss clean
18008 wine_fn_config_test dlls
/itss
/tests itss_test
18009 wine_fn_config_dll joy.cpl enable_joy_cpl clean
18010 wine_fn_config_dll jscript enable_jscript clean
18011 wine_fn_config_test dlls
/jscript
/tests jscript_test
18012 wine_fn_config_dll jsproxy enable_jsproxy implib
18013 wine_fn_config_test dlls
/jsproxy
/tests jsproxy_test
18014 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
18015 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
18016 wine_fn_config_dll kernelbase enable_kernelbase
18017 wine_fn_config_dll keyboard.drv16 enable_win16
18018 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
18019 wine_fn_config_dll ksuser enable_ksuser
18020 wine_fn_config_dll ktmw32 enable_ktmw32
18021 wine_fn_config_dll loadperf enable_loadperf implib
18022 wine_fn_config_dll localspl enable_localspl clean
18023 wine_fn_config_test dlls
/localspl
/tests localspl_test
18024 wine_fn_config_dll localui enable_localui clean
18025 wine_fn_config_test dlls
/localui
/tests localui_test
18026 wine_fn_config_dll lz32 enable_lz32 implib
18027 wine_fn_config_test dlls
/lz32
/tests lz32_test
18028 wine_fn_config_dll lzexpand.dll16 enable_win16
18029 wine_fn_config_dll mapi32 enable_mapi32 clean
,implib
18030 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
18031 wine_fn_config_dll mapistub enable_mapistub
18032 wine_fn_config_dll mciavi32 enable_mciavi32
18033 wine_fn_config_dll mcicda enable_mcicda
18034 wine_fn_config_dll mciqtz32 enable_mciqtz32
18035 wine_fn_config_dll mciseq enable_mciseq
18036 wine_fn_config_dll mciwave enable_mciwave
18037 wine_fn_config_dll mf enable_mf
18038 wine_fn_config_dll mfplat enable_mfplat
18039 wine_fn_config_dll mfreadwrite enable_mfreadwrite
18040 wine_fn_config_dll mgmtapi enable_mgmtapi
18041 wine_fn_config_dll midimap enable_midimap
18042 wine_fn_config_dll mlang enable_mlang clean
,implib
18043 wine_fn_config_test dlls
/mlang
/tests mlang_test
18044 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
18045 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
18046 wine_fn_config_dll mmdevapi enable_mmdevapi clean
18047 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
18048 wine_fn_config_dll mmdevldr.vxd enable_win16
18049 wine_fn_config_dll mmsystem.dll16 enable_win16
18050 wine_fn_config_dll monodebg.vxd enable_win16
18051 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
18052 wine_fn_config_dll mouse.drv16 enable_win16
18053 wine_fn_config_dll mpr enable_mpr clean
,implib
18054 wine_fn_config_test dlls
/mpr
/tests mpr_test
18055 wine_fn_config_dll mprapi enable_mprapi implib
18056 wine_fn_config_dll msacm.dll16 enable_win16
18057 wine_fn_config_dll msacm32.drv enable_msacm32_drv
18058 wine_fn_config_dll msacm32 enable_msacm32 clean
,implib
18059 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
18060 wine_fn_config_dll msadp32.acm enable_msadp32_acm
18061 wine_fn_config_dll msasn1 enable_msasn1 implib
18062 wine_fn_config_dll mscat32 enable_mscat32
18063 wine_fn_config_dll mscms enable_mscms implib
18064 wine_fn_config_test dlls
/mscms
/tests mscms_test
18065 wine_fn_config_dll mscoree enable_mscoree clean
18066 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
18067 wine_fn_config_dll msctf enable_msctf clean
18068 wine_fn_config_test dlls
/msctf
/tests msctf_test
18069 wine_fn_config_dll msctfp enable_msctfp clean
18070 wine_fn_config_dll msdaps enable_msdaps clean
18071 wine_fn_config_dll msdelta enable_msdelta
18072 wine_fn_config_dll msdmo enable_msdmo implib
18073 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
18074 wine_fn_config_dll msdrm enable_msdrm
18075 wine_fn_config_dll msftedit enable_msftedit
18076 wine_fn_config_dll msg711.acm enable_msg711_acm
18077 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
18078 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
18079 wine_fn_config_dll mshtml enable_mshtml clean
,implib
18080 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
18081 wine_fn_config_dll msi enable_msi clean
,implib
18082 wine_fn_config_test dlls
/msi
/tests msi_test
18083 wine_fn_config_dll msident enable_msident clean
18084 wine_fn_config_dll msimg32 enable_msimg32 implib
18085 wine_fn_config_dll msimsg enable_msimsg
18086 wine_fn_config_dll msimtf enable_msimtf clean
18087 wine_fn_config_dll msisip enable_msisip
18088 wine_fn_config_dll msisys.ocx enable_msisys_ocx
18089 wine_fn_config_dll msls31 enable_msls31
18090 wine_fn_config_dll msnet32 enable_msnet32
18091 wine_fn_config_dll mspatcha enable_mspatcha implib
18092 wine_fn_config_dll msports enable_msports
18093 wine_fn_config_dll msrle32 enable_msrle32 clean
18094 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
18095 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
18096 wine_fn_config_test dlls
/msscript.ocx
/tests msscript.ocx_test clean
18097 wine_fn_config_dll mssign32 enable_mssign32
18098 wine_fn_config_dll mssip32 enable_mssip32
18099 wine_fn_config_dll mstask enable_mstask clean
18100 wine_fn_config_test dlls
/mstask
/tests mstask_test
18101 wine_fn_config_dll msvcirt enable_msvcirt
18102 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
18103 wine_fn_config_dll msvcm80 enable_msvcm80
18104 wine_fn_config_dll msvcm90 enable_msvcm90
18105 wine_fn_config_dll msvcp100 enable_msvcp100
18106 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
18107 wine_fn_config_dll msvcp110 enable_msvcp110
18108 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
18109 wine_fn_config_dll msvcp120 enable_msvcp120
18110 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
18111 wine_fn_config_dll msvcp120_app enable_msvcp120_app
18112 wine_fn_config_dll msvcp140 enable_msvcp140
18113 wine_fn_config_test dlls
/msvcp140
/tests msvcp140_test
18114 wine_fn_config_dll msvcp60 enable_msvcp60
18115 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
18116 wine_fn_config_dll msvcp70 enable_msvcp70
18117 wine_fn_config_dll msvcp71 enable_msvcp71
18118 wine_fn_config_dll msvcp80 enable_msvcp80
18119 wine_fn_config_dll msvcp90 enable_msvcp90
18120 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
18121 wine_fn_config_dll msvcr100 enable_msvcr100 implib
18122 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
18123 wine_fn_config_dll msvcr110 enable_msvcr110 implib
18124 wine_fn_config_dll msvcr120 enable_msvcr120 implib
18125 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
18126 wine_fn_config_dll msvcr120_app enable_msvcr120_app
18127 wine_fn_config_dll msvcr70 enable_msvcr70 implib
18128 wine_fn_config_dll msvcr71 enable_msvcr71 implib
18129 wine_fn_config_dll msvcr80 enable_msvcr80 implib
18130 wine_fn_config_dll msvcr90 enable_msvcr90 implib
18131 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
18132 wine_fn_config_dll msvcrt enable_msvcrt implib
18133 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
18134 wine_fn_config_dll msvcrt20 enable_msvcrt20
18135 wine_fn_config_dll msvcrt40 enable_msvcrt40
18136 wine_fn_config_dll msvcrtd enable_msvcrtd implib
18137 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
18138 wine_fn_config_dll msvfw32 enable_msvfw32 clean
,implib
18139 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
18140 wine_fn_config_dll msvidc32 enable_msvidc32 clean
18141 wine_fn_config_dll msvideo.dll16 enable_win16
18142 wine_fn_config_dll mswsock enable_mswsock implib
18143 wine_fn_config_dll msxml enable_msxml clean
18144 wine_fn_config_dll msxml2 enable_msxml2 clean
18145 wine_fn_config_dll msxml3 enable_msxml3 clean
18146 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
18147 wine_fn_config_dll msxml4 enable_msxml4 clean
18148 wine_fn_config_dll msxml6 enable_msxml6 clean
18149 wine_fn_config_dll ncrypt enable_ncrypt
18150 wine_fn_config_dll nddeapi enable_nddeapi implib
18151 wine_fn_config_dll ndis.sys enable_ndis_sys
18152 wine_fn_config_dll netapi32 enable_netapi32 implib
18153 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
18154 wine_fn_config_dll netcfgx enable_netcfgx clean
18155 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
18156 wine_fn_config_dll netprofm enable_netprofm clean
18157 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
18158 wine_fn_config_dll newdev enable_newdev implib
18159 wine_fn_config_dll normaliz enable_normaliz implib
18160 wine_fn_config_dll npmshtml enable_npmshtml
18161 wine_fn_config_dll npptools enable_npptools
18162 wine_fn_config_dll ntdll enable_ntdll implib
18163 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
18164 wine_fn_config_dll ntdsapi enable_ntdsapi implib
18165 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
18166 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
18167 wine_fn_config_dll ntprint enable_ntprint
18168 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
18169 wine_fn_config_dll objsel enable_objsel clean
18170 wine_fn_config_dll odbc32 enable_odbc32 implib
18171 wine_fn_config_dll odbccp32 enable_odbccp32 implib
18172 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
18173 wine_fn_config_dll odbccu32 enable_odbccu32
18174 wine_fn_config_dll ole2.dll16 enable_win16
18175 wine_fn_config_dll ole2conv.dll16 enable_win16
18176 wine_fn_config_dll ole2disp.dll16 enable_win16
18177 wine_fn_config_dll ole2nls.dll16 enable_win16
18178 wine_fn_config_dll ole2prox.dll16 enable_win16
18179 wine_fn_config_dll ole2thk.dll16 enable_win16
18180 wine_fn_config_dll ole32 enable_ole32 clean
,implib
18181 wine_fn_config_test dlls
/ole32
/tests ole32_test
18182 wine_fn_config_dll oleacc enable_oleacc clean
,implib
18183 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
18184 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
18185 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
18186 wine_fn_config_dll olecli.dll16 enable_win16
18187 wine_fn_config_dll olecli32 enable_olecli32 implib
18188 wine_fn_config_dll oledb32 enable_oledb32 clean
18189 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
18190 wine_fn_config_dll oledlg enable_oledlg clean
,implib
18191 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
18192 wine_fn_config_dll olepro32 enable_olepro32 clean
,implib
18193 wine_fn_config_dll olesvr.dll16 enable_win16
18194 wine_fn_config_dll olesvr32 enable_olesvr32 implib
18195 wine_fn_config_dll olethk32 enable_olethk32
18196 wine_fn_config_dll openal32 enable_openal32
18197 wine_fn_config_dll opencl enable_opencl
18198 wine_fn_config_dll opengl32 enable_opengl32 implib
18199 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
18200 wine_fn_config_dll packager enable_packager clean
18201 wine_fn_config_test dlls
/packager
/tests packager_test
18202 wine_fn_config_dll pdh enable_pdh implib
18203 wine_fn_config_test dlls
/pdh
/tests pdh_test
18204 wine_fn_config_dll photometadatahandler enable_photometadatahandler
18205 wine_fn_config_dll pidgen enable_pidgen
18206 wine_fn_config_dll powrprof enable_powrprof implib
18207 wine_fn_config_dll printui enable_printui
18208 wine_fn_config_dll prntvpt enable_prntvpt
18209 wine_fn_config_dll propsys enable_propsys clean
,implib
18210 wine_fn_config_test dlls
/propsys
/tests propsys_test
18211 wine_fn_config_dll psapi enable_psapi implib
18212 wine_fn_config_test dlls
/psapi
/tests psapi_test
18213 wine_fn_config_dll pstorec enable_pstorec clean
18214 wine_fn_config_dll qcap enable_qcap
18215 wine_fn_config_test dlls
/qcap
/tests qcap_test
18216 wine_fn_config_dll qedit enable_qedit clean
18217 wine_fn_config_test dlls
/qedit
/tests qedit_test
18218 wine_fn_config_dll qmgr enable_qmgr clean
18219 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
18220 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
18221 wine_fn_config_dll quartz enable_quartz clean
,implib
18222 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
18223 wine_fn_config_dll query enable_query
18224 wine_fn_config_dll rasapi16.dll16 enable_win16
18225 wine_fn_config_dll rasapi32 enable_rasapi32 implib
18226 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
18227 wine_fn_config_dll rasdlg enable_rasdlg implib
18228 wine_fn_config_dll regapi enable_regapi
18229 wine_fn_config_dll resutils enable_resutils implib
18230 wine_fn_config_dll riched20 enable_riched20 clean
,implib
18231 wine_fn_config_test dlls
/riched20
/tests riched20_test
18232 wine_fn_config_dll riched32 enable_riched32
18233 wine_fn_config_test dlls
/riched32
/tests riched32_test
18234 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
18235 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
18236 wine_fn_config_dll rsabase enable_rsabase
18237 wine_fn_config_dll rsaenh enable_rsaenh implib
18238 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
18239 wine_fn_config_dll rstrtmgr enable_rstrtmgr
18240 wine_fn_config_dll rtutils enable_rtutils implib
18241 wine_fn_config_dll samlib enable_samlib
18242 wine_fn_config_dll sane.ds enable_sane_ds clean
18243 wine_fn_config_dll scarddlg enable_scarddlg
18244 wine_fn_config_dll sccbase enable_sccbase
18245 wine_fn_config_dll schannel enable_schannel
18246 wine_fn_config_test dlls
/schannel
/tests schannel_test
18247 wine_fn_config_dll schedsvc enable_schedsvc clean
18248 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
18249 wine_fn_config_dll scrrun enable_scrrun clean
18250 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
18251 wine_fn_config_dll scsiport.sys enable_scsiport_sys
18252 wine_fn_config_dll secur32 enable_secur32 implib
18253 wine_fn_config_test dlls
/secur32
/tests secur32_test
18254 wine_fn_config_dll security enable_security
18255 wine_fn_config_dll sensapi enable_sensapi implib
18256 wine_fn_config_dll serialui enable_serialui clean
18257 wine_fn_config_test dlls
/serialui
/tests serialui_test
18258 wine_fn_config_dll setupapi enable_setupapi clean
,implib
18259 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
18260 wine_fn_config_dll setupx.dll16 enable_win16
18261 wine_fn_config_dll sfc enable_sfc implib
18262 wine_fn_config_dll sfc_os enable_sfc_os implib
18263 wine_fn_config_dll shdoclc enable_shdoclc clean
18264 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
18265 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
18266 wine_fn_config_dll shell.dll16 enable_win16
18267 wine_fn_config_dll shell32 enable_shell32 clean
,implib
18268 wine_fn_config_test dlls
/shell32
/tests shell32_test
18269 wine_fn_config_dll shfolder enable_shfolder implib
18270 wine_fn_config_dll shlwapi enable_shlwapi clean
,implib
18271 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
18272 wine_fn_config_dll slbcsp enable_slbcsp
18273 wine_fn_config_dll slc enable_slc implib
18274 wine_fn_config_test dlls
/slc
/tests slc_test
18275 wine_fn_config_dll snmpapi enable_snmpapi implib
18276 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
18277 wine_fn_config_dll softpub enable_softpub
18278 wine_fn_config_dll sound.drv16 enable_win16
18279 wine_fn_config_dll spoolss enable_spoolss implib
18280 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
18281 wine_fn_config_dll sspicli enable_sspicli
18282 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
18283 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
18284 wine_fn_config_dll sti enable_sti clean
,implib
18285 wine_fn_config_test dlls
/sti
/tests sti_test
18286 wine_fn_config_dll storage.dll16 enable_win16
18287 wine_fn_config_dll stress.dll16 enable_win16
18288 wine_fn_config_lib strmbase
18289 wine_fn_config_lib strmiids
18290 wine_fn_config_dll svrapi enable_svrapi
18291 wine_fn_config_dll sxs enable_sxs implib
18292 wine_fn_config_test dlls
/sxs
/tests sxs_test
18293 wine_fn_config_dll system.drv16 enable_win16
18294 wine_fn_config_dll t2embed enable_t2embed implib
18295 wine_fn_config_test dlls
/t2embed
/tests t2embed_test
18296 wine_fn_config_dll tapi32 enable_tapi32 implib
18297 wine_fn_config_dll taskschd enable_taskschd clean
18298 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
18299 wine_fn_config_dll tdi.sys enable_tdi_sys
18300 wine_fn_config_dll toolhelp.dll16 enable_win16
18301 wine_fn_config_dll traffic enable_traffic
18302 wine_fn_config_dll twain.dll16 enable_win16
18303 wine_fn_config_dll twain_32 enable_twain_32
18304 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
18305 wine_fn_config_dll typelib.dll16 enable_win16
18306 wine_fn_config_dll ucrtbase enable_ucrtbase implib
18307 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
18308 wine_fn_config_dll unicows enable_unicows implib
18309 wine_fn_config_dll updspapi enable_updspapi
18310 wine_fn_config_dll url enable_url implib
18311 wine_fn_config_dll urlmon enable_urlmon clean
,implib
18312 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
18313 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
18314 wine_fn_config_dll user.exe16 enable_win16
18315 wine_fn_config_dll user32 enable_user32 clean
,implib
18316 wine_fn_config_test dlls
/user32
/tests user32_test
18317 wine_fn_config_dll userenv enable_userenv implib
18318 wine_fn_config_test dlls
/userenv
/tests userenv_test
18319 wine_fn_config_dll usp10 enable_usp10 implib
18320 wine_fn_config_test dlls
/usp10
/tests usp10_test
18321 wine_fn_config_lib uuid
18322 wine_fn_config_dll uxtheme enable_uxtheme implib
18323 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
18324 wine_fn_config_dll vbscript enable_vbscript clean
18325 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
18326 wine_fn_config_dll vcomp enable_vcomp
18327 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
18328 wine_fn_config_dll vcomp100 enable_vcomp100
18329 wine_fn_config_dll vcomp110 enable_vcomp110
18330 wine_fn_config_dll vcomp120 enable_vcomp120
18331 wine_fn_config_dll vcomp140 enable_vcomp140
18332 wine_fn_config_dll vcomp90 enable_vcomp90
18333 wine_fn_config_dll vcruntime140 enable_vcruntime140
18334 wine_fn_config_dll vdhcp.vxd enable_win16
18335 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18336 wine_fn_config_dll ver.dll16 enable_win16
18337 wine_fn_config_dll version enable_version implib
18338 wine_fn_config_test dlls
/version
/tests version_test
18339 wine_fn_config_dll vmm.vxd enable_win16
18340 wine_fn_config_dll vnbt.vxd enable_win16
18341 wine_fn_config_dll vnetbios.vxd enable_win16
18342 wine_fn_config_dll vssapi enable_vssapi
18343 wine_fn_config_dll vtdapi.vxd enable_win16
18344 wine_fn_config_dll vwin32.vxd enable_win16
18345 wine_fn_config_dll w32skrnl enable_win16
18346 wine_fn_config_dll w32sys.dll16 enable_win16
18347 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18348 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
18349 wine_fn_config_dll wbemprox enable_wbemprox clean
18350 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
18351 wine_fn_config_dll webservices enable_webservices implib
18352 wine_fn_config_test dlls
/webservices
/tests webservices_test
18353 wine_fn_config_dll wer enable_wer implib
18354 wine_fn_config_test dlls
/wer
/tests wer_test
18355 wine_fn_config_dll wevtapi enable_wevtapi
18356 wine_fn_config_dll wiaservc enable_wiaservc clean
18357 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
18358 wine_fn_config_dll wimgapi enable_wimgapi
18359 wine_fn_config_dll win32s16.dll16 enable_win16
18360 wine_fn_config_dll win87em.dll16 enable_win16
18361 wine_fn_config_dll winaspi.dll16 enable_win16
18362 wine_fn_config_dll windebug.dll16 enable_win16
18363 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
18364 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
18365 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18366 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
18367 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18368 wine_fn_config_dll winebus.sys enable_winebus_sys
18369 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18370 wine_fn_config_lib winecrt0
18371 wine_fn_config_dll wined3d enable_wined3d implib
18372 wine_fn_config_dll winegstreamer enable_winegstreamer
18373 wine_fn_config_dll winehid.sys enable_winehid_sys
18374 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18375 wine_fn_config_dll winemac.drv enable_winemac_drv clean
18376 wine_fn_config_dll winemapi enable_winemapi
18377 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18378 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18379 wine_fn_config_dll wineps.drv enable_wineps_drv clean
18380 wine_fn_config_dll wineps16.drv16 enable_win16
18381 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18382 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18383 wine_fn_config_dll winex11.drv enable_winex11_drv
18384 wine_fn_config_dll wing.dll16 enable_win16
18385 wine_fn_config_dll wing32 enable_wing32
18386 wine_fn_config_dll winhttp enable_winhttp clean
,implib
18387 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
18388 wine_fn_config_dll wininet enable_wininet clean
,implib
18389 wine_fn_config_test dlls
/wininet
/tests wininet_test
18390 wine_fn_config_dll winmm enable_winmm clean
,implib
18391 wine_fn_config_test dlls
/winmm
/tests winmm_test
18392 wine_fn_config_dll winnls.dll16 enable_win16
18393 wine_fn_config_dll winnls32 enable_winnls32 implib
18394 wine_fn_config_dll winscard enable_winscard implib
18395 wine_fn_config_dll winsock.dll16 enable_win16
18396 wine_fn_config_dll winspool.drv enable_winspool_drv clean
,implib winspool
18397 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
18398 wine_fn_config_dll winsta enable_winsta
18399 wine_fn_config_dll wintab.dll16 enable_win16
18400 wine_fn_config_dll wintab32 enable_wintab32 implib
18401 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
18402 wine_fn_config_dll wintrust enable_wintrust implib
18403 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
18404 wine_fn_config_dll wlanapi enable_wlanapi
18405 wine_fn_config_dll wldap32 enable_wldap32 clean
,implib
18406 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
18407 wine_fn_config_dll wmasf enable_wmasf
18408 wine_fn_config_dll wmi enable_wmi
18409 wine_fn_config_dll wmiutils enable_wmiutils clean
18410 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
18411 wine_fn_config_dll wmp enable_wmp clean
18412 wine_fn_config_test dlls
/wmp
/tests wmp_test
18413 wine_fn_config_dll wmvcore enable_wmvcore
18414 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18415 wine_fn_config_dll wow32 enable_win16 implib
18416 wine_fn_config_dll wpc enable_wpc clean
18417 wine_fn_config_test dlls
/wpc
/tests wpc_test
18418 wine_fn_config_dll wpcap enable_wpcap
18419 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18420 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18421 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18422 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18423 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18424 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18425 wine_fn_config_dll wsock32 enable_wsock32 implib
18426 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18427 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18428 wine_fn_config_dll wuapi enable_wuapi clean
18429 wine_fn_config_dll wuaueng enable_wuaueng
18430 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18431 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18432 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18433 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18434 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18435 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18436 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18437 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18438 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18439 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18440 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18441 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18442 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18443 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18444 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18445 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18446 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18447 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18448 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18449 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18450 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18451 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18452 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18453 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
18454 wine_fn_config_dll xinput1_1 enable_xinput1_1
18455 wine_fn_config_dll xinput1_2 enable_xinput1_2
18456 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18457 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18458 wine_fn_config_dll xinput1_4 enable_xinput1_4
18459 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18460 wine_fn_config_dll xmllite enable_xmllite implib
18461 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18462 wine_fn_config_dll xolehlp enable_xolehlp
18463 wine_fn_config_dll xpsprint enable_xpsprint
18464 wine_fn_config_dll xpssvcs enable_xpssvcs
18465 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18466 wine_fn_config_makefile include enable_include clean
,install-dev
18467 wine_fn_config_makefile libs
/port enable_libs_port
18468 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
18469 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18470 wine_fn_config_makefile loader enable_loader clean
,install-lib
18471 wine_fn_config_makefile po enable_po clean
18472 wine_fn_config_program arp enable_arp
install
18473 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18474 wine_fn_config_program attrib enable_attrib clean
,install
18475 wine_fn_config_program cabarc enable_cabarc
install
18476 wine_fn_config_program cacls enable_cacls
install
18477 wine_fn_config_program
clock enable_clock clean
,install
18478 wine_fn_config_program cmd enable_cmd clean
,install
18479 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18480 wine_fn_config_program conhost enable_conhost
install
18481 wine_fn_config_program control enable_control
install
18482 wine_fn_config_program cscript enable_cscript clean
,install
18483 wine_fn_config_program dpnsvr enable_dpnsvr
install
18484 wine_fn_config_program dxdiag enable_dxdiag clean
,install
18485 wine_fn_config_program eject enable_eject
install
18486 wine_fn_config_program
expand enable_expand
install
18487 wine_fn_config_program explorer enable_explorer clean
,install
18488 wine_fn_config_program extrac32 enable_extrac32
install
18489 wine_fn_config_program findstr enable_findstr
install
18490 wine_fn_config_program fsutil enable_fsutil
install
18491 wine_fn_config_program hh enable_hh
install
18492 wine_fn_config_program hostname enable_hostname clean
,install
18493 wine_fn_config_program icacls enable_icacls
install
18494 wine_fn_config_program icinfo enable_icinfo
install
18495 wine_fn_config_program iexplore enable_iexplore
install
18496 wine_fn_config_program ipconfig enable_ipconfig clean
,install
18497 wine_fn_config_program lodctr enable_lodctr
install
18498 wine_fn_config_program mofcomp enable_mofcomp
install
18499 wine_fn_config_program mshta enable_mshta
install
18500 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18501 wine_fn_config_program msinfo32 enable_msinfo32 clean
,install
18502 wine_fn_config_program net enable_net clean
,install
18503 wine_fn_config_program netsh enable_netsh
install
18504 wine_fn_config_program netstat enable_netstat clean
,install
18505 wine_fn_config_program ngen enable_ngen
install
18506 wine_fn_config_program notepad enable_notepad clean
,install,installbin
,manpage
18507 wine_fn_config_program oleview enable_oleview clean
,install
18508 wine_fn_config_program
ping enable_ping
install
18509 wine_fn_config_program plugplay enable_plugplay
install
18510 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18511 wine_fn_config_program progman enable_progman clean
,install
18512 wine_fn_config_program reg enable_reg clean
,install
18513 wine_fn_config_test programs
/reg
/tests reg.exe_test
18514 wine_fn_config_program regasm enable_regasm
install
18515 wine_fn_config_program regedit enable_regedit clean
,install,installbin
,manpage
18516 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18517 wine_fn_config_program regsvcs enable_regsvcs
install
18518 wine_fn_config_program regsvr32 enable_regsvr32 clean
,install,installbin
,manpage
18519 wine_fn_config_program rpcss enable_rpcss clean
,install
18520 wine_fn_config_program rundll.exe16 enable_win16
install
18521 wine_fn_config_program rundll32 enable_rundll32
install
18522 wine_fn_config_program sc enable_sc
install
18523 wine_fn_config_program schtasks enable_schtasks
install
18524 wine_fn_config_program sdbinst enable_sdbinst
install
18525 wine_fn_config_program secedit enable_secedit
install
18526 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18527 wine_fn_config_program services enable_services clean
,install
18528 wine_fn_config_test programs
/services
/tests services.exe_test
18529 wine_fn_config_program shutdown enable_shutdown
install
18530 wine_fn_config_program spoolsv enable_spoolsv
install
18531 wine_fn_config_program start enable_start clean
,install
18532 wine_fn_config_program subst enable_subst
install
18533 wine_fn_config_program svchost enable_svchost
install
18534 wine_fn_config_program systeminfo enable_systeminfo
install
18535 wine_fn_config_program taskkill enable_taskkill clean
,install
18536 wine_fn_config_program tasklist enable_tasklist
install
18537 wine_fn_config_program taskmgr enable_taskmgr clean
,install
18538 wine_fn_config_program termsv enable_termsv
install
18539 wine_fn_config_program uninstaller enable_uninstaller clean
,install
18540 wine_fn_config_program unlodctr enable_unlodctr
install
18541 wine_fn_config_program view enable_view clean
,install
18542 wine_fn_config_program wevtutil enable_wevtutil
install
18543 wine_fn_config_program wineboot enable_wineboot clean
,install,installbin
,manpage
18544 wine_fn_config_program winebrowser enable_winebrowser
install
18545 wine_fn_config_program winecfg enable_winecfg clean
,install,installbin
,manpage
18546 wine_fn_config_program wineconsole enable_wineconsole clean
,install,installbin
,manpage
18547 wine_fn_config_program winedbg enable_winedbg clean
,install,installbin
,manpage
18548 wine_fn_config_program winedevice enable_winedevice
install
18549 wine_fn_config_program winefile enable_winefile clean
,install,installbin
,manpage
18550 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18551 wine_fn_config_program winemine enable_winemine clean
,install,installbin
,manpage
18552 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18553 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18554 wine_fn_config_program winetest enable_winetest clean
18555 wine_fn_config_program winevdm enable_win16
install
18556 wine_fn_config_program winhelp.exe16 enable_win16
install
18557 wine_fn_config_program winhlp32 enable_winhlp32 clean
,install
18558 wine_fn_config_program winoldap.mod16 enable_win16
install
18559 wine_fn_config_program winver enable_winver
install
18560 wine_fn_config_program wmic enable_wmic clean
,install
18561 wine_fn_config_program wmplayer enable_wmplayer
install
18562 wine_fn_config_program wordpad enable_wordpad clean
,install
18563 wine_fn_config_program
write enable_write clean
,install
18564 wine_fn_config_program wscript enable_wscript clean
,install
18565 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18566 wine_fn_config_program wusa enable_wusa
install
18567 wine_fn_config_program xcopy enable_xcopy clean
,install
18568 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18569 wine_fn_config_makefile server enable_server clean
,install-lib
18570 wine_fn_config_tool tools clean
18571 wine_fn_config_tool tools
/sfnt2fon clean
18572 wine_fn_config_tool tools
/widl clean
,install-dev
18573 wine_fn_config_tool tools
/winebuild clean
,install-dev
18574 wine_fn_config_tool tools
/winedump clean
,install-dev
18575 wine_fn_config_tool tools
/winegcc clean
,install-dev
18576 wine_fn_config_tool tools
/winemaker clean
,install-dev
18577 wine_fn_config_tool tools
/wmc clean
,install-dev
18578 wine_fn_config_tool tools
/wrc clean
,install-dev
18581 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
18582 wine_fn_append_file CONFIGURE_TARGETS
"tags"
18583 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
18584 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
18585 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
18586 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
18587 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
18588 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
18590 if test "x$enable_tools" != xno
18592 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
18593 ac_config_commands
="$ac_config_commands tools/makedep"
18597 ac_config_commands
="$ac_config_commands Makefile"
18600 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
18604 if test "x$enable_maintainer_mode" = xyes
18606 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18607 autoconf --warnings=all
18608 include/config.h.in: include/stamp-h.in
18609 include/stamp-h.in: configure.ac aclocal.m4
18610 autoheader --warnings=all
18611 @echo timestamp > \$@"
18614 if test "x$enable_tools" != xno
18616 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18617 @./config.status tools/makedep
18618 Makefile: tools/makedep$ac_exeext"
18620 wine_fn_append_rule
"\$(MAKEDEP):
18621 @echo \"You need to run make in $TOOLSDIR first\" && false"
18624 if test -n "$with_wine64"
18626 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18628 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18629 $with_wine64/loader/wine:
18630 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18631 $with_wine64/loader/wine-preloader:
18632 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18634 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18636 WINELOADER_INSTALL
="wine.inf"
18638 wine_fn_append_rule
"install install-lib::
18639 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18641 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18643 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
18644 *) wine_fn_append_rule
"install install-lib::
18645 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18647 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18651 $as_echo " done" >&6
18652 cat >confcache
<<\_ACEOF
18653 # This file is a shell script that caches the results of configure
18654 # tests run on this system so they can be shared between configure
18655 # scripts and configure runs, see configure's option --config-cache.
18656 # It is not useful on other systems. If it contains results you don't
18657 # want to keep, you may remove or edit it.
18659 # config.status only pays attention to the cache file if you give it
18660 # the --recheck option to rerun configure.
18662 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18663 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18664 # following values.
18668 # The following way of writing the cache mishandles newlines in values,
18669 # but we know of no workaround that is simple, portable, and efficient.
18670 # So, we kill variables containing newlines.
18671 # Ultrix sh set writes to stderr and can't be redirected directly,
18672 # and sets the high bit in the cache file unless we assign to the vars.
18674 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18675 eval ac_val
=\$
$ac_var
18679 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18680 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18683 _ | IFS | as_nl
) ;; #(
18684 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18685 *) { eval $ac_var=; unset $ac_var;} ;;
18691 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18692 *${as_nl}ac_space
=\
*)
18693 # `set' does not quote correctly, so add quotes: double-quote
18694 # substitution turns \\\\ into \\, and sed turns \\ into \.
18697 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18700 # `set' quotes correctly as required by POSIX, so do not add quotes.
18701 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18710 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18712 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18714 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18715 if test -w "$cache_file"; then
18716 if test "x$cache_file" != "x/dev/null"; then
18717 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18718 $as_echo "$as_me: updating cache $cache_file" >&6;}
18719 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18720 cat confcache
>"$cache_file"
18722 case $cache_file in #(
18724 mv -f confcache
"$cache_file"$$
&&
18725 mv -f "$cache_file"$$
"$cache_file" ;; #(
18727 mv -f confcache
"$cache_file" ;;
18732 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18733 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18738 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18739 # Let make expand exec_prefix.
18740 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18742 DEFS
=-DHAVE_CONFIG_H
18747 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18748 # 1. Remove the extension, and $U if already installed.
18749 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18750 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18751 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18752 # will be set to the directory where LIBOBJS objects are built.
18753 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18754 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18756 LIBOBJS
=$ac_libobjs
18758 LTLIBOBJS
=$ac_ltlibobjs
18762 : "${CONFIG_STATUS=./config.status}"
18764 ac_clean_files_save
=$ac_clean_files
18765 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18766 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18767 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18769 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18771 # Generated by $as_me.
18772 # Run this file to recreate the current configuration.
18773 # Compiler output produced by configure, useful for debugging
18774 # configure, is in config.log if it exists.
18777 ac_cs_recheck=false
18780 SHELL=\${CONFIG_SHELL-$SHELL}
18783 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18784 ## -------------------- ##
18785 ## M4sh Initialization. ##
18786 ## -------------------- ##
18788 # Be more Bourne compatible
18789 DUALCASE
=1; export DUALCASE
# for MKS sh
18790 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18793 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18794 # is contrary to our usage. Disable this feature.
18795 alias -g '${1+"$@"}'='"$@"'
18796 setopt NO_GLOB_SUBST
18798 case `(set -o) 2>/dev/null` in #(
18810 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18811 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18812 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18813 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18814 # Prefer a ksh shell builtin over an external printf program on Solaris,
18815 # but without wasting forks for bash or zsh.
18816 if test -z "$BASH_VERSION$ZSH_VERSION" \
18817 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18818 as_echo='print
-r --'
18819 as_echo_n='print
-rn --'
18820 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18821 as_echo='printf %s
\n'
18822 as_echo_n='printf %s
'
18824 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18825 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18826 as_echo_n='/usr
/ucb
/echo -n'
18828 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18829 as_echo_n_body='eval
18833 expr "X$arg" : "X\\(.*\\)$as_nl";
18834 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18836 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18838 export as_echo_n_body
18839 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18841 export as_echo_body
18842 as_echo='sh
-c $as_echo_body as_echo
'
18845 # The user is always right.
18846 if test "${PATH_SEPARATOR+set}" != set; then
18848 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18849 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18856 # We need space, tab and new line, in precisely that order. Quoting is
18857 # there to prevent editors from complaining about space-tab.
18858 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18859 # splitting by setting IFS to empty value.)
18862 # Find who we are. Look in the path if we contain no directory separator.
18865 *[\\/]* ) as_myself=$0 ;;
18866 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18867 for as_dir in $PATH
18870 test -z "$as_dir" && as_dir=.
18871 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18877 # We did not find ourselves, most probably we were run as `sh COMMAND'
18878 # in which case we are not to be found in the path.
18879 if test "x$as_myself" = x
; then
18882 if test ! -f "$as_myself"; then
18883 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18887 # Unset variables that we do not need and which cause bugs (e.g. in
18888 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18889 # suppresses any "Segmentation fault" message there. '((' could
18890 # trigger a bug in pdksh 5.2.14.
18891 for as_var
in BASH_ENV ENV MAIL MAILPATH
18892 do eval test x\
${$as_var+set} = xset \
18893 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18906 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18909 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18910 # ----------------------------------------
18911 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18912 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18913 # script with STATUS, using 1 if that was 0.
18916 as_status
=$1; test $as_status -eq 0 && as_status
=1
18918 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18919 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18921 $as_echo "$as_me: error: $2" >&2
18922 as_fn_exit
$as_status
18926 # as_fn_set_status STATUS
18927 # -----------------------
18928 # Set $? to STATUS, without forking.
18929 as_fn_set_status
()
18932 } # as_fn_set_status
18934 # as_fn_exit STATUS
18935 # -----------------
18936 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18940 as_fn_set_status
$1
18946 # Portably unset VAR.
18949 { eval $1=; unset $1;}
18951 as_unset
=as_fn_unset
18952 # as_fn_append VAR VALUE
18953 # ----------------------
18954 # Append the text in VALUE to the end of the definition contained in VAR. Take
18955 # advantage of any shell optimizations that allow amortized linear growth over
18956 # repeated appends, instead of the typical quadratic growth present in naive
18958 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18959 eval 'as_fn_append ()
18970 # as_fn_arith ARG...
18971 # ------------------
18972 # Perform arithmetic evaluation on the ARGs, and store the result in the
18973 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18974 # must be portable across $(()) and expr.
18975 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18976 eval 'as_fn_arith ()
18983 as_val
=`expr "$@" || test $? -eq 1`
18988 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18989 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18995 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18996 as_basename
=basename
19001 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
19007 as_me
=`$as_basename -- "$0" ||
19008 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19009 X"$0" : 'X\(//\)$' \| \
19010 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19012 sed '/^.*\/\([^/][^/]*\)\/*$/{
19026 # Avoid depending upon Character Ranges.
19027 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
19028 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19029 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
19030 as_cr_digits
='0123456789'
19031 as_cr_alnum
=$as_cr_Letters$as_cr_digits
19033 ECHO_C
= ECHO_N
= ECHO_T
=
19034 case `echo -n x` in #(((((
19036 case `echo 'xy\c'` in
19037 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
19039 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
19046 rm -f conf$$ conf$$.exe conf$$.
file
19047 if test -d conf$$.dir
; then
19048 rm -f conf$$.dir
/conf$$.
file
19051 mkdir conf$$.dir
2>/dev
/null
19053 if (echo >conf$$.
file) 2>/dev
/null
; then
19054 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
19056 # ... but there are two gotchas:
19057 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19058 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19059 # In both cases, we have to default to `cp -pR'.
19060 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
19062 elif ln conf$$.
file conf$$
2>/dev
/null
; then
19070 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
19071 rmdir conf$$.dir
2>/dev
/null
19076 # Create "$as_dir" as a directory, including parents if necessary.
19081 -*) as_dir
=.
/$as_dir;;
19083 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
19087 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19088 *) as_qdir
=$as_dir;;
19090 as_dirs
="'$as_qdir' $as_dirs"
19091 as_dir
=`$as_dirname -- "$as_dir" ||
19092 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19093 X"$as_dir" : 'X\(//\)[^/]' \| \
19094 X"$as_dir" : 'X\(//\)$' \| \
19095 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19096 $as_echo X"$as_dir" |
19097 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19101 /^X\(\/\/\)[^/].*/{
19114 test -d "$as_dir" && break
19116 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
19117 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
19121 if mkdir
-p .
2>/dev
/null
; then
19122 as_mkdir_p
='mkdir -p "$as_dir"'
19124 test -d .
/-p && rmdir .
/-p
19129 # as_fn_executable_p FILE
19130 # -----------------------
19131 # Test if FILE is an executable regular file.
19132 as_fn_executable_p
()
19134 test -f "$1" && test -x "$1"
19135 } # as_fn_executable_p
19136 as_test_x
='test -x'
19137 as_executable_p
=as_fn_executable_p
19139 # Sed expression to map a string onto a valid CPP name.
19140 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19142 # Sed expression to map a string onto a valid variable name.
19143 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19147 ## ----------------------------------- ##
19148 ## Main body of $CONFIG_STATUS script. ##
19149 ## ----------------------------------- ##
19151 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
19153 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19154 # Save the log message, to keep $0 and so on meaningful, and to
19155 # report actual input values of CONFIG_FILES etc. instead of their
19156 # values after options handling.
19158 This file was extended by Wine $as_me 1.9.22, which was
19159 generated by GNU Autoconf 2.69. Invocation command line was
19161 CONFIG_FILES = $CONFIG_FILES
19162 CONFIG_HEADERS = $CONFIG_HEADERS
19163 CONFIG_LINKS = $CONFIG_LINKS
19164 CONFIG_COMMANDS = $CONFIG_COMMANDS
19167 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19172 case $ac_config_files in *"
19173 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
19176 case $ac_config_headers in *"
19177 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
19181 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19182 # Files that config.status was made for.
19183 config_files="$ac_config_files"
19184 config_headers="$ac_config_headers"
19185 config_links="$ac_config_links"
19186 config_commands="$ac_config_commands"
19190 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19192 \`$as_me' instantiates files and other configuration actions
19193 from templates according to the current configuration. Unless the files
19194 and actions are specified as TAGs, all are instantiated by default.
19196 Usage: $0 [OPTION]... [TAG]...
19198 -h, --help print this help, then exit
19199 -V, --version print version number and configuration settings, then exit
19200 --config print configuration, then exit
19201 -q, --quiet, --silent
19202 do not print progress messages
19203 -d, --debug don't remove temporary files
19204 --recheck update $as_me by reconfiguring in the same conditions
19205 --file=FILE[:TEMPLATE]
19206 instantiate the configuration file FILE
19207 --header=FILE[:TEMPLATE]
19208 instantiate the configuration header FILE
19210 Configuration files:
19213 Configuration headers:
19216 Configuration links:
19219 Configuration commands:
19222 Report bugs to <wine-devel@winehq.org>.
19223 Wine home page: <http://www.winehq.org>."
19226 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19227 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19229 Wine config.status 1.9.22
19230 configured by $0, generated by GNU Autoconf 2.69,
19231 with options \\"\$ac_cs_config\\"
19233 Copyright (C) 2012 Free Software Foundation, Inc.
19234 This config.status script is free software; the Free Software Foundation
19235 gives unlimited permission to copy, distribute and modify it."
19239 test -n "\$AWK" || AWK=awk
19242 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19243 # The default lists apply if the user does not specify any file.
19249 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19250 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
19254 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19266 # Handling of the options.
19267 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
19269 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
19270 $as_echo "$ac_cs_version"; exit ;;
19271 --config |
--confi |
--conf |
--con |
--co |
--c )
19272 $as_echo "$ac_cs_config"; exit ;;
19273 --debug |
--debu |
--deb |
--de |
--d |
-d )
19275 --file |
--fil |
--fi |
--f )
19278 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19279 '') as_fn_error $?
"missing file argument" ;;
19281 as_fn_append CONFIG_FILES
" '$ac_optarg'"
19282 ac_need_defaults
=false
;;
19283 --header |
--heade |
--head |
--hea )
19286 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19288 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
19289 ac_need_defaults
=false
;;
19291 # Conflict between --help and --header
19292 as_fn_error $?
"ambiguous option: \`$1'
19293 Try \`$0 --help' for more information.";;
19294 --help |
--hel |
-h )
19295 $as_echo "$ac_cs_usage"; exit ;;
19296 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
19297 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
19300 # This is an error.
19301 -*) as_fn_error $?
"unrecognized option: \`$1'
19302 Try \`$0 --help' for more information." ;;
19304 *) as_fn_append ac_config_targets
" $1"
19305 ac_need_defaults
=false
;;
19311 ac_configure_extra_args
=
19313 if $ac_cs_silent; then
19315 ac_configure_extra_args
="$ac_configure_extra_args --silent"
19319 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19320 if \$ac_cs_recheck; then
19321 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19323 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19324 CONFIG_SHELL='$SHELL'
19325 export CONFIG_SHELL
19330 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19334 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19335 ## Running $as_me. ##
19341 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19345 wine_fn_output_makedep ()
19347 as_dir=tools; as_fn_mkdir_p
19348 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19350 wine_fn_output_makefile ()
19352 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19353 `cat $wine_rules_file`
19355 as_fn_error $? "could not create Makefile" "$LINENO" 5
19360 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19362 # Handling of arguments.
19363 for ac_config_target
in $ac_config_targets
19365 case $ac_config_target in
19366 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19367 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19368 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19369 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19370 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19371 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19372 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19373 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19374 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19375 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19376 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19377 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19378 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19380 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19385 # If the user did not use the arguments to specify the items to instantiate,
19386 # then the envvar interface is used. Set only those that are not.
19387 # We use the long form for the default assignment because of an extremely
19388 # bizarre bug on SunOS 4.1.3.
19389 if $ac_need_defaults; then
19390 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19391 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19392 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19393 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19396 # Have a temporary directory for convenience. Make it in the build tree
19397 # simply because there is no reason against having it here, and in addition,
19398 # creating and moving files from /tmp can sometimes cause problems.
19399 # Hook for its removal unless debugging.
19400 # Note that there is a small window in which the directory will not be cleaned:
19401 # after its creation but before its name has been assigned to `$tmp'.
19405 trap 'exit_status=$?
19406 : "${ac_tmp:=$tmp}"
19407 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19409 trap 'as_fn_exit 1' 1 2 13 15
19411 # Create a (secure) tmp directory for tmp files.
19414 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19418 tmp
=.
/conf$$
-$RANDOM
19419 (umask 077 && mkdir
"$tmp")
19420 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19423 # Set up the scripts for CONFIG_FILES section.
19424 # No need to generate them if there are no CONFIG_FILES.
19425 # This happens for instance with `./config.status config.h'.
19426 if test -n "$CONFIG_FILES"; then
19429 ac_cr
=`echo X | tr X '\015'`
19430 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19431 # But we know of no other shell where ac_cr would be empty at this
19432 # point, so we can use a bashism as a fallback.
19433 if test "x$ac_cr" = x
; then
19434 eval ac_cr
=\$
\'\\r
\'
19436 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19437 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19440 ac_cs_awk_cr
=$ac_cr
19443 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19448 echo "cat >conf$$subs.awk <<_ACEOF" &&
19449 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19451 } >conf$$subs.sh ||
19452 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19453 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19455 for ac_last_try in false false false false false :; do
19456 . ./conf$$subs.sh ||
19457 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19459 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19460 if test $ac_delim_n = $ac_delim_num; then
19462 elif $ac_last_try; then
19463 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19465 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19468 rm -f conf$$subs.sh
19470 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19471 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19475 s/^/S["/; s
/!.
*/"]=/
19485 s/\(.\{148\}\)..*/\1/
19487 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19492 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19499 s/\(.\{148\}\)..*/\1/
19501 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19505 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19510 ' <conf$$subs.awk | sed '
19515 ' >>$CONFIG_STATUS || ac_write_fail=1
19516 rm -f conf$$subs.awk
19517 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19519 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19520 for (key in S) S_is_set[key] = 1
19526 nfields = split(line, field, "@
")
19528 len = length(field[1])
19529 for (i = 2; i < nfields; i++) {
19531 keylen = length(key)
19532 if (S_is_set[key]) {
19534 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19535 len += length(value) + length(field[++i])
19546 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19547 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19548 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19551 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19552 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19555 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19556 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19557 # trailing colons and then remove the whole line if VPATH becomes empty
19558 # (actually we leave an empty line to preserve line numbers).
19559 if test "x
$srcdir" = x.; then
19560 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19578 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19579 fi # test -n "$CONFIG_FILES"
19581 # Set up the scripts for CONFIG_HEADERS section.
19582 # No need to generate them if there are no CONFIG_HEADERS.
19583 # This happens for instance with `./config.status Makefile'.
19584 if test -n "$CONFIG_HEADERS"; then
19585 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19589 # Transform confdefs.h into an awk script `defines.awk', embedded as
19590 # here-document in config.status, that substitutes the proper values into
19591 # config.h.in to produce config.h.
19593 # Create a delimiter string that does not exist in confdefs.h, to ease
19594 # handling of long lines.
19596 for ac_last_try in false false :; do
19597 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19598 if test -z "$ac_tt"; then
19600 elif $ac_last_try; then
19601 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19603 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19607 # For the awk script, D is an array of macro values keyed by name,
19608 # likewise P contains macro parameters if any. Preserve backslash
19609 # newline sequences.
19611 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19613 s/.\{148\}/&'"$ac_delim"'/g
19616 s/^[ ]*#[ ]*define[ ][ ]*/ /
19623 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19625 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19629 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19630 D["\
1"]=" \
3\\\\\\n
"\\/p
19632 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19637 s/.\{148\}/&'"$ac_delim"'/g
19642 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19645 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19647 ' <confdefs.h | sed '
19648 s/'"$ac_delim"'/"\\\
19649 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19651 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19652 for (key in D) D_is_set[key] = 1
19655 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19657 split(line, arg, " ")
19658 if (arg[1] == "#") {
19662 defundef
= substr
(arg
[1], 2)
19665 split(mac1
, mac2
, "(") #)
19667 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19668 if (D_is_set
[macro
]) {
19669 # Preserve the white space surrounding the "#".
19670 print prefix
"define", macro P
[macro
] D
[macro
]
19673 # Replace #undef with comments. This is necessary, for example,
19674 # in the case of _POSIX_SOURCE, which is predefined and required
19675 # on some systems where configure will not decide to define it.
19676 if (defundef
== "undef") {
19677 print
"/*", prefix defundef
, macro
, "*/"
19685 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19686 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19687 fi # test -n "$CONFIG_HEADERS"
19690 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19695 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19697 case $ac_mode$ac_tag in
19699 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19700 :[FH
]-) ac_tag
=-:-;;
19701 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19718 -) ac_f
="$ac_tmp/stdin";;
19719 *) # Look for the file first in the build tree, then in the source tree
19720 # (if the path is not absolute). The absolute path cannot be DOS-style,
19721 # because $ac_f cannot contain `:'.
19725 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19727 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19729 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19730 as_fn_append ac_file_inputs
" '$ac_f'"
19733 # Let's still pretend it is `configure' which instantiates (i.e., don't
19734 # use $as_me), people would be surprised to read:
19735 # /* config.h. Generated by config.status. */
19736 configure_input
='Generated from '`
19737 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19739 if test x
"$ac_file" != x-
; then
19740 configure_input
="$ac_file. $configure_input"
19741 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19742 $as_echo "$as_me: creating $ac_file" >&6;}
19744 # Neutralize special characters interpreted by sed in replacement strings.
19745 case $configure_input in #(
19746 *\
&* |
*\|
* |
*\\* )
19747 ac_sed_conf_input
=`$as_echo "$configure_input" |
19748 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19749 *) ac_sed_conf_input
=$configure_input;;
19753 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19754 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19759 ac_dir
=`$as_dirname -- "$ac_file" ||
19760 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19761 X"$ac_file" : 'X\(//\)[^/]' \| \
19762 X"$ac_file" : 'X\(//\)$' \| \
19763 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19764 $as_echo X"$ac_file" |
19765 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19769 /^X\(\/\/\)[^/].*/{
19782 as_dir
="$ac_dir"; as_fn_mkdir_p
19786 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19788 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19789 # A ".." for each directory in $ac_dir_suffix.
19790 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19791 case $ac_top_builddir_sub in
19792 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19793 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19796 ac_abs_top_builddir
=$ac_pwd
19797 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19798 # for backward compatibility:
19799 ac_top_builddir
=$ac_top_build_prefix
19802 .
) # We are building in place.
19804 ac_top_srcdir
=$ac_top_builddir_sub
19805 ac_abs_top_srcdir
=$ac_pwd ;;
19806 [\\/]* | ?
:[\\/]* ) # Absolute name.
19807 ac_srcdir
=$srcdir$ac_dir_suffix;
19808 ac_top_srcdir
=$srcdir
19809 ac_abs_top_srcdir
=$srcdir ;;
19810 *) # Relative name.
19811 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19812 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19813 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19815 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19826 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19827 # If the template does not know about datarootdir, expand it.
19828 # FIXME: This hack should be removed a few years after 2.60.
19829 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19840 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19841 *datarootdir
*) ac_datarootdir_seen
=yes;;
19842 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19844 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19846 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19847 ac_datarootdir_hack='
19848 s&@datadir@&$datadir&g
19849 s&@docdir@&$docdir&g
19850 s&@infodir@&$infodir&g
19851 s&@localedir@&$localedir&g
19852 s&@mandir@&$mandir&g
19853 s&\\\${datarootdir}&$datarootdir&g' ;;
19857 # Neutralize VPATH when `$srcdir' = `.'.
19858 # Shell code in configure.ac might set extrasub.
19859 # FIXME: do we really want to maintain this feature?
19860 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19861 ac_sed_extra="$ac_vpsub
19864 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19866 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19867 s|@configure_input@|
$ac_sed_conf_input|
;t t
19868 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19869 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19870 s
&@srcdir@
&$ac_srcdir&;t t
19871 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19872 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19873 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19874 s
&@builddir@
&$ac_builddir&;t t
19875 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19876 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19877 $ac_datarootdir_hack
19879 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19880 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19882 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19883 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19884 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19885 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19886 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19887 which seems to be undefined. Please make sure it is defined" >&5
19888 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19889 which seems to be undefined. Please make sure it is defined" >&2;}
19891 rm -f "$ac_tmp/stdin"
19893 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19894 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19896 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19902 if test x"$ac_file" != x-; then
19904 $as_echo "/* $configure_input */" \
19905 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19906 } >"$ac_tmp/config.h" \
19907 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19908 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19909 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19910 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19913 mv "$ac_tmp/config.h" "$ac_file" \
19914 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19917 $as_echo "/* $configure_input */" \
19918 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19919 || as_fn_error $? "could not create -" "$LINENO" 5
19927 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19930 # Prefer the file from the source tree if names are identical.
19931 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19932 ac_source=$srcdir/$ac_source
19935 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19936 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19938 if test ! -r "$ac_source"; then
19939 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19943 # Try a relative symlink, then a hard link, then a copy.
19945 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19946 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19948 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19949 ln "$ac_source" "$ac_file" 2>/dev/null ||
19950 cp -p "$ac_source" "$ac_file" ||
19951 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19954 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19955 $as_echo "$as_me: executing $ac_file commands" >&6;}
19960 case $ac_file$ac_mode in
19961 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19962 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19963 "Makefile":C) wine_fn_output_makefile Makefile ;;
19971 ac_clean_files=$ac_clean_files_save
19973 test $ac_write_fail = 0 ||
19974 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19977 # configure is writing to config.log, and then calls config.status.
19978 # config.status does its own redirection, appending to config.log.
19979 # Unfortunately, on DOS this fails, as config.log is still kept open
19980 # by configure, so config.status won't be able to
write to it
; its
19981 # output is simply discarded. So we exec the FD to /dev/null,
19982 # effectively closing config.log, so it can be properly (re)opened and
19983 # appended to by config.status. When coming back to configure, we
19984 # need to make the FD available again.
19985 if test "$no_create" != yes; then
19987 ac_config_status_args
=
19988 test "$silent" = yes &&
19989 ac_config_status_args
="$ac_config_status_args --quiet"
19991 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19993 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19994 # would make configure fail if this is the last instruction.
19995 $ac_cs_success || as_fn_exit
1
19997 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19999 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20003 if test "$no_create" = "yes"
20009 if test "x$wine_notices" != x
; then
20012 for msg
in $wine_notices; do
20014 if ${msg:+false} :; then :
20017 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20018 $as_echo "$as_me: $msg" >&6;}
20023 for msg
in $wine_warnings; do
20025 if ${msg:+false} :; then :
20029 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20030 $as_echo "$as_me: WARNING: $msg" >&2;}
20036 $as_me: Finished. Do '${ac_make}' to compile Wine.