2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.54.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
358 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir
-p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
582 PACKAGE_TARNAME
='wine'
583 PACKAGE_VERSION
='1.7.54'
584 PACKAGE_STRING
='Wine 1.7.54'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='http://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
635 EXCESS_PRECISION_CFLAGS
701 APPLICATIONSERVICES_LIBS
788 program_transform_name
801 enable_option_checking
805 enable_maintainer_mode
863 enable_api_ms_win_core_com_l1_1_0
864 enable_api_ms_win_core_console_l1_1_0
865 enable_api_ms_win_core_datetime_l1_1_0
866 enable_api_ms_win_core_datetime_l1_1_1
867 enable_api_ms_win_core_debug_l1_1_0
868 enable_api_ms_win_core_debug_l1_1_1
869 enable_api_ms_win_core_errorhandling_l1_1_0
870 enable_api_ms_win_core_errorhandling_l1_1_1
871 enable_api_ms_win_core_errorhandling_l1_1_2
872 enable_api_ms_win_core_fibers_l1_1_0
873 enable_api_ms_win_core_fibers_l1_1_1
874 enable_api_ms_win_core_file_l1_1_0
875 enable_api_ms_win_core_file_l1_2_0
876 enable_api_ms_win_core_file_l2_1_0
877 enable_api_ms_win_core_file_l2_1_1
878 enable_api_ms_win_core_handle_l1_1_0
879 enable_api_ms_win_core_heap_l1_1_0
880 enable_api_ms_win_core_heap_l1_2_0
881 enable_api_ms_win_core_heap_obsolete_l1_1_0
882 enable_api_ms_win_core_interlocked_l1_1_0
883 enable_api_ms_win_core_interlocked_l1_2_0
884 enable_api_ms_win_core_io_l1_1_1
885 enable_api_ms_win_core_kernel32_legacy_l1_1_0
886 enable_api_ms_win_core_libraryloader_l1_1_0
887 enable_api_ms_win_core_libraryloader_l1_1_1
888 enable_api_ms_win_core_localization_l1_2_0
889 enable_api_ms_win_core_localization_l1_2_1
890 enable_api_ms_win_core_localization_obsolete_l1_1_0
891 enable_api_ms_win_core_localregistry_l1_1_0
892 enable_api_ms_win_core_memory_l1_1_0
893 enable_api_ms_win_core_memory_l1_1_1
894 enable_api_ms_win_core_misc_l1_1_0
895 enable_api_ms_win_core_namedpipe_l1_1_0
896 enable_api_ms_win_core_namedpipe_l1_2_0
897 enable_api_ms_win_core_processenvironment_l1_1_0
898 enable_api_ms_win_core_processenvironment_l1_2_0
899 enable_api_ms_win_core_processthreads_l1_1_0
900 enable_api_ms_win_core_processthreads_l1_1_1
901 enable_api_ms_win_core_processthreads_l1_1_2
902 enable_api_ms_win_core_profile_l1_1_0
903 enable_api_ms_win_core_psapi_l1_1_0
904 enable_api_ms_win_core_registry_l1_1_0
905 enable_api_ms_win_core_rtlsupport_l1_1_0
906 enable_api_ms_win_core_rtlsupport_l1_2_0
907 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
908 enable_api_ms_win_core_string_l1_1_0
909 enable_api_ms_win_core_synch_l1_1_0
910 enable_api_ms_win_core_synch_l1_2_0
911 enable_api_ms_win_core_sysinfo_l1_1_0
912 enable_api_ms_win_core_sysinfo_l1_2_0
913 enable_api_ms_win_core_sysinfo_l1_2_1
914 enable_api_ms_win_core_threadpool_legacy_l1_1_0
915 enable_api_ms_win_core_timezone_l1_1_0
916 enable_api_ms_win_core_url_l1_1_0
917 enable_api_ms_win_core_util_l1_1_0
918 enable_api_ms_win_core_winrt_error_l1_1_0
919 enable_api_ms_win_core_winrt_error_l1_1_1
920 enable_api_ms_win_core_winrt_l1_1_0
921 enable_api_ms_win_core_winrt_string_l1_1_0
922 enable_api_ms_win_core_xstate_l2_1_0
923 enable_api_ms_win_crt_conio_l1_1_0
924 enable_api_ms_win_crt_convert_l1_1_0
925 enable_api_ms_win_crt_environment_l1_1_0
926 enable_api_ms_win_crt_filesystem_l1_1_0
927 enable_api_ms_win_crt_heap_l1_1_0
928 enable_api_ms_win_crt_locale_l1_1_0
929 enable_api_ms_win_crt_math_l1_1_0
930 enable_api_ms_win_crt_multibyte_l1_1_0
931 enable_api_ms_win_crt_private_l1_1_0
932 enable_api_ms_win_crt_process_l1_1_0
933 enable_api_ms_win_crt_runtime_l1_1_0
934 enable_api_ms_win_crt_stdio_l1_1_0
935 enable_api_ms_win_crt_string_l1_1_0
936 enable_api_ms_win_crt_time_l1_1_0
937 enable_api_ms_win_crt_utility_l1_1_0
938 enable_api_ms_win_downlevel_advapi32_l1_1_0
939 enable_api_ms_win_downlevel_advapi32_l2_1_0
940 enable_api_ms_win_downlevel_normaliz_l1_1_0
941 enable_api_ms_win_downlevel_ole32_l1_1_0
942 enable_api_ms_win_downlevel_shell32_l1_1_0
943 enable_api_ms_win_downlevel_shlwapi_l1_1_0
944 enable_api_ms_win_downlevel_shlwapi_l2_1_0
945 enable_api_ms_win_downlevel_user32_l1_1_0
946 enable_api_ms_win_downlevel_version_l1_1_0
947 enable_api_ms_win_eventing_provider_l1_1_0
948 enable_api_ms_win_ntuser_dc_access_l1_1_0
949 enable_api_ms_win_security_base_l1_1_0
950 enable_api_ms_win_security_base_l1_2_0
951 enable_api_ms_win_security_sddl_l1_1_0
952 enable_api_ms_win_service_core_l1_1_1
953 enable_api_ms_win_service_management_l1_1_0
954 enable_api_ms_win_service_winsvc_l1_2_0
997 enable_d3dcompiler_33
998 enable_d3dcompiler_34
999 enable_d3dcompiler_35
1000 enable_d3dcompiler_36
1001 enable_d3dcompiler_37
1002 enable_d3dcompiler_38
1003 enable_d3dcompiler_39
1004 enable_d3dcompiler_40
1005 enable_d3dcompiler_41
1006 enable_d3dcompiler_42
1007 enable_d3dcompiler_43
1008 enable_d3dcompiler_46
1009 enable_d3dcompiler_47
1087 enable_explorerframe
1088 enable_ext_ms_win_gdi_devcaps_l1_1_0
1248 enable_photometadatahandler
1335 enable_windowscodecs
1336 enable_windowscodecsext
1338 enable_winecoreaudio_drv
1340 enable_winegstreamer
1341 enable_winejoystick_drv
1347 enable_winepulse_drv
1348 enable_wineqtdecoder
1406 enable_documentation
1414 enable_aspnet_regiis
1447 enable_presentationfontcache
1460 enable_servicemodelreg
1481 enable_winemenubuilder
1483 enable_winemsibuilder
1497 ac_precious_vars
='build_alias
1548 # Initialize some variables set by options.
1550 ac_init_version
=false
1551 ac_unrecognized_opts
=
1552 ac_unrecognized_sep
=
1553 # The variables have the same names as the options, with
1554 # dashes changed to underlines.
1555 cache_file
=/dev
/null
1562 program_transform_name
=s
,x
,x
,
1570 # Installation directory options.
1571 # These are left unexpanded so users can "make install exec_prefix=/foo"
1572 # and all the variables that are supposed to be based on exec_prefix
1573 # by default will actually change.
1574 # Use braces instead of parens because sh, perl, etc. also accept them.
1575 # (The list follows the same order as the GNU Coding Standards.)
1576 bindir
='${exec_prefix}/bin'
1577 sbindir
='${exec_prefix}/sbin'
1578 libexecdir
='${exec_prefix}/libexec'
1579 datarootdir
='${prefix}/share'
1580 datadir
='${datarootdir}'
1581 sysconfdir
='${prefix}/etc'
1582 sharedstatedir
='${prefix}/com'
1583 localstatedir
='${prefix}/var'
1584 runstatedir
='${localstatedir}/run'
1585 includedir
='${prefix}/include'
1586 oldincludedir
='/usr/include'
1587 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1588 infodir
='${datarootdir}/info'
1593 libdir
='${exec_prefix}/lib'
1594 localedir
='${datarootdir}/locale'
1595 mandir
='${datarootdir}/man'
1601 # If the previous option needs an argument, assign it.
1602 if test -n "$ac_prev"; then
1603 eval $ac_prev=\
$ac_option
1609 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1614 # Accept the important Cygnus configure options, so we can diagnose typos.
1616 case $ac_dashdash$ac_option in
1620 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1622 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1623 bindir
=$ac_optarg ;;
1625 -build |
--build |
--buil |
--bui |
--bu)
1626 ac_prev
=build_alias
;;
1627 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1628 build_alias
=$ac_optarg ;;
1630 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1631 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1632 ac_prev
=cache_file
;;
1633 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1634 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1635 cache_file
=$ac_optarg ;;
1637 --config-cache |
-C)
1638 cache_file
=config.cache
;;
1640 -datadir |
--datadir |
--datadi |
--datad)
1642 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1643 datadir
=$ac_optarg ;;
1645 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1646 |
--dataroo |
--dataro |
--datar)
1647 ac_prev
=datarootdir
;;
1648 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1649 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1650 datarootdir
=$ac_optarg ;;
1652 -disable-* |
--disable-*)
1653 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1654 # Reject names that are not valid shell variable names.
1655 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1656 as_fn_error $?
"invalid feature name: $ac_useropt"
1657 ac_useropt_orig
=$ac_useropt
1658 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1659 case $ac_user_opts in
1661 "enable_
$ac_useropt"
1663 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1664 ac_unrecognized_sep
=', ';;
1666 eval enable_
$ac_useropt=no
;;
1668 -docdir |
--docdir |
--docdi |
--doc |
--do)
1670 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1671 docdir
=$ac_optarg ;;
1673 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1675 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1676 dvidir
=$ac_optarg ;;
1678 -enable-* |
--enable-*)
1679 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1680 # Reject names that are not valid shell variable names.
1681 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1682 as_fn_error $?
"invalid feature name: $ac_useropt"
1683 ac_useropt_orig
=$ac_useropt
1684 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1685 case $ac_user_opts in
1687 "enable_
$ac_useropt"
1689 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1690 ac_unrecognized_sep
=', ';;
1692 eval enable_
$ac_useropt=\
$ac_optarg ;;
1694 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1695 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1696 |
--exec |
--exe |
--ex)
1697 ac_prev
=exec_prefix
;;
1698 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1699 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1700 |
--exec=* |
--exe=* |
--ex=*)
1701 exec_prefix
=$ac_optarg ;;
1703 -gas |
--gas |
--ga |
--g)
1704 # Obsolete; use --with-gas.
1707 -help |
--help |
--hel |
--he |
-h)
1708 ac_init_help
=long
;;
1709 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1710 ac_init_help
=recursive
;;
1711 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1712 ac_init_help
=short
;;
1714 -host |
--host |
--hos |
--ho)
1715 ac_prev
=host_alias
;;
1716 -host=* |
--host=* |
--hos=* |
--ho=*)
1717 host_alias
=$ac_optarg ;;
1719 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1721 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1723 htmldir
=$ac_optarg ;;
1725 -includedir |
--includedir |
--includedi |
--included |
--include \
1726 |
--includ |
--inclu |
--incl |
--inc)
1727 ac_prev
=includedir
;;
1728 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1729 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1730 includedir
=$ac_optarg ;;
1732 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1734 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1735 infodir
=$ac_optarg ;;
1737 -libdir |
--libdir |
--libdi |
--libd)
1739 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1740 libdir
=$ac_optarg ;;
1742 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1743 |
--libexe |
--libex |
--libe)
1744 ac_prev
=libexecdir
;;
1745 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1746 |
--libexe=* |
--libex=* |
--libe=*)
1747 libexecdir
=$ac_optarg ;;
1749 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1750 ac_prev
=localedir
;;
1751 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1752 localedir
=$ac_optarg ;;
1754 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1755 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1756 ac_prev
=localstatedir
;;
1757 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1758 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1759 localstatedir
=$ac_optarg ;;
1761 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1763 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1764 mandir
=$ac_optarg ;;
1766 -nfp |
--nfp |
--nf)
1767 # Obsolete; use --without-fp.
1770 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1771 |
--no-cr |
--no-c |
-n)
1774 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1775 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1778 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1779 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1780 |
--oldin |
--oldi |
--old |
--ol |
--o)
1781 ac_prev
=oldincludedir
;;
1782 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1783 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1784 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1785 oldincludedir
=$ac_optarg ;;
1787 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1789 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1790 prefix
=$ac_optarg ;;
1792 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1793 |
--program-pre |
--program-pr |
--program-p)
1794 ac_prev
=program_prefix
;;
1795 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1796 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1797 program_prefix
=$ac_optarg ;;
1799 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1800 |
--program-suf |
--program-su |
--program-s)
1801 ac_prev
=program_suffix
;;
1802 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1803 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1804 program_suffix
=$ac_optarg ;;
1806 -program-transform-name |
--program-transform-name \
1807 |
--program-transform-nam |
--program-transform-na \
1808 |
--program-transform-n |
--program-transform- \
1809 |
--program-transform |
--program-transfor \
1810 |
--program-transfo |
--program-transf \
1811 |
--program-trans |
--program-tran \
1812 |
--progr-tra |
--program-tr |
--program-t)
1813 ac_prev
=program_transform_name
;;
1814 -program-transform-name=* |
--program-transform-name=* \
1815 |
--program-transform-nam=* |
--program-transform-na=* \
1816 |
--program-transform-n=* |
--program-transform-=* \
1817 |
--program-transform=* |
--program-transfor=* \
1818 |
--program-transfo=* |
--program-transf=* \
1819 |
--program-trans=* |
--program-tran=* \
1820 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1821 program_transform_name
=$ac_optarg ;;
1823 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1825 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1826 pdfdir
=$ac_optarg ;;
1828 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1830 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1833 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1834 |
-silent |
--silent |
--silen |
--sile |
--sil)
1837 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1838 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1839 |
--run |
--ru |
--r)
1840 ac_prev
=runstatedir
;;
1841 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1842 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1843 |
--run=* |
--ru=* |
--r=*)
1844 runstatedir
=$ac_optarg ;;
1846 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1848 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1850 sbindir
=$ac_optarg ;;
1852 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1853 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1854 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1856 ac_prev
=sharedstatedir
;;
1857 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1858 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1859 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1861 sharedstatedir
=$ac_optarg ;;
1863 -site |
--site |
--sit)
1865 -site=* |
--site=* |
--sit=*)
1868 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1870 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1871 srcdir
=$ac_optarg ;;
1873 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1874 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1875 ac_prev
=sysconfdir
;;
1876 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1877 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1878 sysconfdir
=$ac_optarg ;;
1880 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1881 ac_prev
=target_alias
;;
1882 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1883 target_alias
=$ac_optarg ;;
1885 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1888 -version |
--version |
--versio |
--versi |
--vers |
-V)
1889 ac_init_version
=: ;;
1892 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1893 # Reject names that are not valid shell variable names.
1894 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1895 as_fn_error $?
"invalid package name: $ac_useropt"
1896 ac_useropt_orig
=$ac_useropt
1897 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1898 case $ac_user_opts in
1902 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1903 ac_unrecognized_sep
=', ';;
1905 eval with_
$ac_useropt=\
$ac_optarg ;;
1907 -without-* |
--without-*)
1908 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1909 # Reject names that are not valid shell variable names.
1910 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1911 as_fn_error $?
"invalid package name: $ac_useropt"
1912 ac_useropt_orig
=$ac_useropt
1913 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1914 case $ac_user_opts in
1918 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1919 ac_unrecognized_sep
=', ';;
1921 eval with_
$ac_useropt=no
;;
1924 # Obsolete; use --with-x.
1927 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1928 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1929 ac_prev
=x_includes
;;
1930 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1931 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1932 x_includes
=$ac_optarg ;;
1934 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1935 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1936 ac_prev
=x_libraries
;;
1937 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1938 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1939 x_libraries
=$ac_optarg ;;
1941 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1942 Try \`$0 --help' for more information"
1946 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1947 # Reject names that are not valid shell variable names.
1948 case $ac_envvar in #(
1949 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1950 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1952 eval $ac_envvar=\
$ac_optarg
1953 export $ac_envvar ;;
1956 # FIXME: should be removed in autoconf 3.0.
1957 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1958 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1959 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1960 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1966 if test -n "$ac_prev"; then
1967 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1968 as_fn_error $?
"missing argument to $ac_option"
1971 if test -n "$ac_unrecognized_opts"; then
1972 case $enable_option_checking in
1974 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1975 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1979 # Check all directory arguments for consistency.
1980 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1981 datadir sysconfdir sharedstatedir localstatedir includedir \
1982 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1983 libdir localedir mandir runstatedir
1985 eval ac_val
=\$
$ac_var
1986 # Remove trailing slashes.
1989 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1990 eval $ac_var=\
$ac_val;;
1992 # Be sure to have absolute directory names.
1994 [\\/$
]* | ?
:[\\/]* ) continue;;
1995 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1997 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2000 # There might be people who depend on the old broken behavior: `$host'
2001 # used to hold the argument of --host etc.
2002 # FIXME: To remove some day.
2005 target
=$target_alias
2007 # FIXME: To remove some day.
2008 if test "x$host_alias" != x
; then
2009 if test "x$build_alias" = x
; then
2010 cross_compiling
=maybe
2011 elif test "x$build_alias" != "x$host_alias"; then
2017 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2019 test "$silent" = yes && exec 6>/dev
/null
2022 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2023 ac_ls_di
=`ls -di .` &&
2024 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2025 as_fn_error $?
"working directory cannot be determined"
2026 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2027 as_fn_error $?
"pwd does not report name of working directory"
2030 # Find the source files, if location was not specified.
2031 if test -z "$srcdir"; then
2032 ac_srcdir_defaulted
=yes
2033 # Try the directory containing this script, then the parent directory.
2034 ac_confdir
=`$as_dirname -- "$as_myself" ||
2035 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2036 X"$as_myself" : 'X\(//\)[^/]' \| \
2037 X"$as_myself" : 'X\(//\)$' \| \
2038 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2039 $as_echo X"$as_myself" |
2040 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2058 if test ! -r "$srcdir/$ac_unique_file"; then
2062 ac_srcdir_defaulted
=no
2064 if test ! -r "$srcdir/$ac_unique_file"; then
2065 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2066 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2068 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2070 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2072 # When building in place, set srcdir=.
2073 if test "$ac_abs_confdir" = "$ac_pwd"; then
2076 # Remove unnecessary trailing slashes from srcdir.
2077 # Double slashes in file names in object file debugging info
2078 # mess up M-x gdb in Emacs.
2080 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2082 for ac_var
in $ac_precious_vars; do
2083 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2084 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2085 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2086 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2090 # Report the --help message.
2092 if test "$ac_init_help" = "long"; then
2093 # Omit some internal or obsolete options to make the list less imposing.
2094 # This message is too long to be a string in the A/UX 3.1 sh.
2096 \`configure' configures Wine 1.7.54 to adapt to many kinds of systems.
2098 Usage: $0 [OPTION]... [VAR=VALUE]...
2100 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2101 VAR=VALUE. See below for descriptions of some of the useful variables.
2103 Defaults for the options are specified in brackets.
2106 -h, --help display this help and exit
2107 --help=short display options specific to this package
2108 --help=recursive display the short help of all the included packages
2109 -V, --version display version information and exit
2110 -q, --quiet, --silent do not print \`checking ...' messages
2111 --cache-file=FILE cache test results in FILE [disabled]
2112 -C, --config-cache alias for \`--cache-file=config.cache'
2113 -n, --no-create do not create output files
2114 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2116 Installation directories:
2117 --prefix=PREFIX install architecture-independent files in PREFIX
2118 [$ac_default_prefix]
2119 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2122 By default, \`make install' will install all the files in
2123 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2124 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2125 for instance \`--prefix=\$HOME'.
2127 For better control, use the options below.
2129 Fine tuning of the installation directories:
2130 --bindir=DIR user executables [EPREFIX/bin]
2131 --sbindir=DIR system admin executables [EPREFIX/sbin]
2132 --libexecdir=DIR program executables [EPREFIX/libexec]
2133 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2134 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2135 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2136 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2137 --libdir=DIR object code libraries [EPREFIX/lib]
2138 --includedir=DIR C header files [PREFIX/include]
2139 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2140 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2141 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2142 --infodir=DIR info documentation [DATAROOTDIR/info]
2143 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2144 --mandir=DIR man documentation [DATAROOTDIR/man]
2145 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2146 --htmldir=DIR html documentation [DOCDIR]
2147 --dvidir=DIR dvi documentation [DOCDIR]
2148 --pdfdir=DIR pdf documentation [DOCDIR]
2149 --psdir=DIR ps documentation [DOCDIR]
2155 --x-includes=DIR X include files are
in DIR
2156 --x-libraries=DIR X library files are
in DIR
2159 --build=BUILD configure
for building on BUILD
[guessed
]
2160 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2164 if test -n "$ac_init_help"; then
2165 case $ac_init_help in
2166 short | recursive
) echo "Configuration of Wine 1.7.54:";;
2171 --disable-option-checking ignore unrecognized
--enable/--with options
2172 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2173 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2174 --disable-win16 do not include Win16 support
2175 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2177 --disable-tests do not build the regression tests
2178 --enable-maintainer-mode
2179 enable maintainer-specific build rules
2180 --disable-largefile omit support for large files
2183 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2184 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2185 --without-alsa do not use the Alsa sound support
2186 --without-capi do not use CAPI (ISDN support)
2187 --without-cms do not use CMS (color management support)
2188 --without-coreaudio do not use the CoreAudio sound support
2189 --without-cups do not use CUPS
2190 --without-curses do not use (n)curses
2191 --without-dbus do not use DBus (dynamic device support)
2192 --without-fontconfig do not use fontconfig
2193 --without-freetype do not use the FreeType library
2194 --without-gettext do not use gettext
2195 --with-gettextpo use the GetTextPO library to rebuild po files
2196 --without-gphoto do not use gphoto (Digital Camera support)
2197 --without-glu do not use the GLU library
2198 --without-gnutls do not use GnuTLS (schannel support)
2199 --without-gsm do not use libgsm (GSM 06.10 codec support)
2200 --without-gstreamer do not use GStreamer (codecs support)
2201 --without-hal do not use HAL (dynamic device support)
2202 --without-jpeg do not use JPEG
2203 --without-ldap do not use LDAP
2204 --without-mpg123 do not use the mpg123 library
2205 --without-netapi do not use the Samba NetAPI library
2206 --without-openal do not use OpenAL
2207 --without-opencl do not use OpenCL
2208 --without-opengl do not use OpenGL
2209 --without-osmesa do not use the OSMesa library
2210 --without-oss do not use the OSS sound support
2211 --without-pcap do not use the Packet Capture library
2212 --without-png do not use PNG
2213 --without-pthread do not use the pthread library
2214 --without-pulse do not use PulseAudio sound support
2215 --without-sane do not use SANE (scanner support)
2216 --without-tiff do not use TIFF
2217 --without-v4l do not use v4l1 (v4l support)
2218 --without-xcomposite do not use the Xcomposite extension
2219 --without-xcursor do not use the Xcursor extension
2220 --without-xinerama do not use Xinerama (multi-monitor support)
2221 --without-xinput do not use the Xinput extension
2222 --without-xinput2 do not use the Xinput 2 extension
2223 --without-xml do not use XML
2224 --without-xrandr do not use Xrandr (resolution changes)
2225 --without-xrender do not use the Xrender extension
2226 --without-xshape do not use the Xshape extension
2227 --without-xshm do not use XShm (shared memory extension)
2228 --without-xslt do not use XSLT
2229 --without-xxf86vm do not use XFree video mode extension
2230 --without-zlib do not use Zlib (data compression)
2231 --with-wine-tools=DIR use Wine tools from directory DIR
2232 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2233 --with-x use the X Window System
2235 Some influential environment variables:
2236 CC C compiler command
2237 CFLAGS C compiler flags
2238 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2239 nonstandard directory <lib dir>
2240 LIBS libraries to pass to the linker, e.g. -l<library>
2241 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2242 you have headers in a nonstandard directory <include dir>
2243 CXX C++ compiler command
2244 CXXFLAGS C++ compiler flags
2246 XMKMF Path to xmkmf, Makefile generator for X Window System
2247 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2248 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2249 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2250 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2251 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2252 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2253 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2254 HAL_LIBS Linker flags for hal, overriding pkg-config
2256 C compiler flags for gnutls, overriding pkg-config
2257 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2258 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2259 SANE_LIBS Linker flags for libsane, overriding pkg-config
2261 C compiler flags for libgphoto2, overriding pkg-config
2263 Linker flags for libgphoto2, overriding pkg-config
2265 C compiler flags for libgphoto2_port, overriding pkg-config
2267 Linker flags for libgphoto2_port, overriding pkg-config
2269 C compiler flags for lcms2, overriding pkg-config
2270 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2272 C compiler flags for freetype2, overriding pkg-config
2274 Linker flags for freetype2, overriding pkg-config
2276 C compiler flags for libpulse, overriding pkg-config
2277 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2279 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2281 Linker flags for gstreamer-app-0.10, overriding pkg-config
2283 C compiler flags for capi20, overriding pkg-config
2284 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2286 C compiler flags for fontconfig, overriding pkg-config
2288 Linker flags for fontconfig, overriding pkg-config
2289 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2290 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2291 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2292 PNG_LIBS Linker flags for libpng, overriding pkg-config
2293 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2294 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2296 C compiler flags for libmpg123, overriding pkg-config
2297 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2299 Use these variables to override the choices made by `configure' or to
help
2300 it to
find libraries and programs with nonstandard names
/locations.
2302 Report bugs to
<wine-devel@winehq.org
>.
2303 Wine home page
: <http
://www.winehq.org
>.
2308 if test "$ac_init_help" = "recursive"; then
2309 # If there are subdirs, report their specific --help.
2310 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2311 test -d "$ac_dir" ||
2312 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2317 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2319 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2320 # A ".." for each directory in $ac_dir_suffix.
2321 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2322 case $ac_top_builddir_sub in
2323 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2324 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2327 ac_abs_top_builddir
=$ac_pwd
2328 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2329 # for backward compatibility:
2330 ac_top_builddir
=$ac_top_build_prefix
2333 .
) # We are building in place.
2335 ac_top_srcdir
=$ac_top_builddir_sub
2336 ac_abs_top_srcdir
=$ac_pwd ;;
2337 [\\/]* | ?
:[\\/]* ) # Absolute name.
2338 ac_srcdir
=$srcdir$ac_dir_suffix;
2339 ac_top_srcdir
=$srcdir
2340 ac_abs_top_srcdir
=$srcdir ;;
2342 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2343 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2344 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2346 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2348 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2349 # Check for guested configure.
2350 if test -f "$ac_srcdir/configure.gnu"; then
2352 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2353 elif test -f "$ac_srcdir/configure"; then
2355 $SHELL "$ac_srcdir/configure" --help=recursive
2357 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2359 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2363 test -n "$ac_init_help" && exit $ac_status
2364 if $ac_init_version; then
2366 Wine configure
1.7.54
2367 generated by GNU Autoconf
2.69
2369 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2370 This configure
script is free software
; the Free Software Foundation
2371 gives unlimited permission to copy
, distribute and modify it.
2376 ## ------------------------ ##
2377 ## Autoconf initialization. ##
2378 ## ------------------------ ##
2380 # ac_fn_c_try_compile LINENO
2381 # --------------------------
2382 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2383 ac_fn_c_try_compile
()
2385 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2386 rm -f conftest.
$ac_objext
2387 if { { ac_try
="$ac_compile"
2389 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2390 *) ac_try_echo=$ac_try;;
2392 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2393 $as_echo "$ac_try_echo"; } >&5
2394 (eval "$ac_compile") 2>conftest.err
2396 if test -s conftest.err; then
2397 grep -v '^ *+' conftest.err >conftest.er1
2398 cat conftest.er1 >&5
2399 mv -f conftest.er1 conftest.err
2401 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2402 test $ac_status = 0; } && {
2403 test -z "$ac_c_werror_flag" ||
2404 test ! -s conftest.err
2405 } && test -s conftest.$ac_objext; then :
2408 $as_echo "$as_me: failed program was:" >&5
2409 sed 's/^/| /' conftest.$ac_ext >&5
2413 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2414 as_fn_set_status $ac_retval
2416 } # ac_fn_c_try_compile
2418 # ac_fn_cxx_try_compile LINENO
2419 # ----------------------------
2420 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2421 ac_fn_cxx_try_compile ()
2423 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2424 rm -f conftest.$ac_objext
2425 if { { ac_try="$ac_compile"
2427 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2428 *) ac_try_echo
=$ac_try;;
2430 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2431 $as_echo "$ac_try_echo"; } >&5
2432 (eval "$ac_compile") 2>conftest.err
2434 if test -s conftest.err
; then
2435 grep -v '^ *+' conftest.err
>conftest.er1
2436 cat conftest.er1
>&5
2437 mv -f conftest.er1 conftest.err
2439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2440 test $ac_status = 0; } && {
2441 test -z "$ac_cxx_werror_flag" ||
2442 test ! -s conftest.err
2443 } && test -s conftest.
$ac_objext; then :
2446 $as_echo "$as_me: failed program was:" >&5
2447 sed 's/^/| /' conftest.
$ac_ext >&5
2451 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2452 as_fn_set_status
$ac_retval
2454 } # ac_fn_cxx_try_compile
2456 # ac_fn_c_try_link LINENO
2457 # -----------------------
2458 # Try to link conftest.$ac_ext, and return whether this succeeded.
2461 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2462 rm -f conftest.
$ac_objext conftest
$ac_exeext
2463 if { { ac_try
="$ac_link"
2465 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2466 *) ac_try_echo=$ac_try;;
2468 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2469 $as_echo "$ac_try_echo"; } >&5
2470 (eval "$ac_link") 2>conftest.err
2472 if test -s conftest.err; then
2473 grep -v '^ *+' conftest.err >conftest.er1
2474 cat conftest.er1 >&5
2475 mv -f conftest.er1 conftest.err
2477 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2478 test $ac_status = 0; } && {
2479 test -z "$ac_c_werror_flag" ||
2480 test ! -s conftest.err
2481 } && test -s conftest$ac_exeext && {
2482 test "$cross_compiling" = yes ||
2483 test -x conftest$ac_exeext
2487 $as_echo "$as_me: failed program was:" >&5
2488 sed 's/^/| /' conftest.$ac_ext >&5
2492 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2493 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2494 # interfere with the next link command; also delete a directory that is
2495 # left behind by Apple's compiler. We do this before executing the actions.
2496 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2497 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2498 as_fn_set_status $ac_retval
2500 } # ac_fn_c_try_link
2502 # ac_fn_c_try_cpp LINENO
2503 # ----------------------
2504 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2507 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2508 if { { ac_try="$ac_cpp conftest.$ac_ext"
2510 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2511 *) ac_try_echo
=$ac_try;;
2513 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2514 $as_echo "$ac_try_echo"; } >&5
2515 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2517 if test -s conftest.err
; then
2518 grep -v '^ *+' conftest.err
>conftest.er1
2519 cat conftest.er1
>&5
2520 mv -f conftest.er1 conftest.err
2522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2523 test $ac_status = 0; } > conftest.i
&& {
2524 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2525 test ! -s conftest.err
2529 $as_echo "$as_me: failed program was:" >&5
2530 sed 's/^/| /' conftest.
$ac_ext >&5
2534 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2535 as_fn_set_status
$ac_retval
2539 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2540 # -------------------------------------------------------
2541 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2542 # the include files in INCLUDES and setting the cache variable VAR
2544 ac_fn_c_check_header_mongrel
()
2546 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2547 if eval \
${$3+:} false
; then :
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2549 $as_echo_n "checking for $2... " >&6; }
2550 if eval \
${$3+:} false
; then :
2551 $as_echo_n "(cached) " >&6
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2555 $as_echo "$ac_res" >&6; }
2557 # Is the header compilable?
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2559 $as_echo_n "checking $2 usability... " >&6; }
2560 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2561 /* end confdefs.h. */
2565 if ac_fn_c_try_compile
"$LINENO"; then :
2566 ac_header_compiler
=yes
2568 ac_header_compiler
=no
2570 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2572 $as_echo "$ac_header_compiler" >&6; }
2574 # Is the header present?
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2576 $as_echo_n "checking $2 presence... " >&6; }
2577 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2578 /* end confdefs.h. */
2581 if ac_fn_c_try_cpp
"$LINENO"; then :
2582 ac_header_preproc
=yes
2584 ac_header_preproc
=no
2586 rm -f conftest.err conftest.i conftest.
$ac_ext
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2588 $as_echo "$ac_header_preproc" >&6; }
2590 # So? What about this header?
2591 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2594 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2596 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2600 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2602 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2604 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2606 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2608 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2609 ( $as_echo "## ------------------------------------ ##
2610 ## Report this to wine-devel@winehq.org ##
2611 ## ------------------------------------ ##"
2612 ) |
sed "s/^/$as_me: WARNING: /" >&2
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2616 $as_echo_n "checking for $2... " >&6; }
2617 if eval \
${$3+:} false
; then :
2618 $as_echo_n "(cached) " >&6
2620 eval "$3=\$ac_header_compiler"
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2624 $as_echo "$ac_res" >&6; }
2626 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2628 } # ac_fn_c_check_header_mongrel
2630 # ac_fn_c_try_run LINENO
2631 # ----------------------
2632 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2633 # that executables *can* be run.
2636 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2637 if { { ac_try
="$ac_link"
2639 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2640 *) ac_try_echo=$ac_try;;
2642 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2643 $as_echo "$ac_try_echo"; } >&5
2644 (eval "$ac_link") 2>&5
2646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2647 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2648 { { case "(($ac_try" in
2649 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2650 *) ac_try_echo
=$ac_try;;
2652 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2653 $as_echo "$ac_try_echo"; } >&5
2654 (eval "$ac_try") 2>&5
2656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2657 test $ac_status = 0; }; }; then :
2660 $as_echo "$as_me: program exited with status $ac_status" >&5
2661 $as_echo "$as_me: failed program was:" >&5
2662 sed 's/^/| /' conftest.
$ac_ext >&5
2664 ac_retval
=$ac_status
2666 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2667 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2668 as_fn_set_status
$ac_retval
2672 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2673 # -------------------------------------------------------
2674 # Tests whether HEADER exists and can be compiled using the include files in
2675 # INCLUDES, setting the cache variable VAR accordingly.
2676 ac_fn_c_check_header_compile
()
2678 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2680 $as_echo_n "checking for $2... " >&6; }
2681 if eval \
${$3+:} false
; then :
2682 $as_echo_n "(cached) " >&6
2684 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2685 /* end confdefs.h. */
2689 if ac_fn_c_try_compile
"$LINENO"; then :
2694 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2698 $as_echo "$ac_res" >&6; }
2699 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2701 } # ac_fn_c_check_header_compile
2703 # ac_fn_c_check_func LINENO FUNC VAR
2704 # ----------------------------------
2705 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2706 ac_fn_c_check_func
()
2708 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2710 $as_echo_n "checking for $2... " >&6; }
2711 if eval \
${$3+:} false
; then :
2712 $as_echo_n "(cached) " >&6
2714 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2715 /* end confdefs.h. */
2716 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2717 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2718 #define $2 innocuous_$2
2720 /* System header to define __stub macros and hopefully few prototypes,
2721 which can conflict with char $2 (); below.
2722 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2723 <limits.h> exists even on freestanding compilers. */
2726 # include <limits.h>
2728 # include <assert.h>
2733 /* Override any GCC internal prototype to avoid an error.
2734 Use char because int might match the return type of a GCC
2735 builtin and then its argument prototype would still apply. */
2740 /* The GNU C library defines this for functions which it implements
2741 to always fail with ENOSYS. Some functions are actually named
2742 something starting with __ and the normal name is an alias. */
2743 #if defined __stub_$2 || defined __stub___$2
2755 if ac_fn_c_try_link
"$LINENO"; then :
2760 rm -f core conftest.err conftest.
$ac_objext \
2761 conftest
$ac_exeext conftest.
$ac_ext
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2765 $as_echo "$ac_res" >&6; }
2766 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2768 } # ac_fn_c_check_func
2770 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2771 # ----------------------------------------------------
2772 # Tries to find if the field MEMBER exists in type AGGR, after including
2773 # INCLUDES, setting cache variable VAR accordingly.
2774 ac_fn_c_check_member
()
2776 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2778 $as_echo_n "checking for $2.$3... " >&6; }
2779 if eval \
${$4+:} false
; then :
2780 $as_echo_n "(cached) " >&6
2782 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2783 /* end confdefs.h. */
2795 if ac_fn_c_try_compile
"$LINENO"; then :
2798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2799 /* end confdefs.h. */
2805 if (sizeof ac_aggr.$3)
2811 if ac_fn_c_try_compile
"$LINENO"; then :
2816 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2818 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2822 $as_echo "$ac_res" >&6; }
2823 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2825 } # ac_fn_c_check_member
2827 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2828 # -------------------------------------------
2829 # Tests whether TYPE exists after having included INCLUDES, setting cache
2830 # variable VAR accordingly.
2831 ac_fn_c_check_type
()
2833 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2835 $as_echo_n "checking for $2... " >&6; }
2836 if eval \
${$3+:} false
; then :
2837 $as_echo_n "(cached) " >&6
2840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2841 /* end confdefs.h. */
2852 if ac_fn_c_try_compile
"$LINENO"; then :
2853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2854 /* end confdefs.h. */
2865 if ac_fn_c_try_compile
"$LINENO"; then :
2870 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2872 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2876 $as_echo "$ac_res" >&6; }
2877 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2879 } # ac_fn_c_check_type
2880 cat >config.log
<<_ACEOF
2881 This file contains any messages produced by compilers while
2882 running configure, to aid debugging if configure makes a mistake.
2884 It was created by Wine $as_me 1.7.54, which was
2885 generated by GNU Autoconf 2.69. Invocation command line was
2897 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2898 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2899 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2900 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2901 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2903 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2904 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2906 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2907 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2908 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2909 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2910 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2911 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2912 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2916 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2920 test -z "$as_dir" && as_dir
=.
2921 $as_echo "PATH: $as_dir"
2937 # Keep a trace of the command line.
2938 # Strip out --no-create and --no-recursion so they do not pile up.
2939 # Strip out --silent because we don't want to record it for future runs.
2940 # Also quote any args containing shell meta-characters.
2941 # Make two passes to allow for proper duplicate-argument suppression.
2945 ac_must_keep_next
=false
2951 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2952 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2953 |
-silent |
--silent |
--silen |
--sile |
--sil)
2956 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2959 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2961 as_fn_append ac_configure_args1
" '$ac_arg'"
2962 if test $ac_must_keep_next = true
; then
2963 ac_must_keep_next
=false
# Got value, back to normal.
2966 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2967 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2968 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2969 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2970 case "$ac_configure_args0 " in
2971 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2974 -* ) ac_must_keep_next
=true
;;
2977 as_fn_append ac_configure_args
" '$ac_arg'"
2982 { ac_configure_args0
=; unset ac_configure_args0
;}
2983 { ac_configure_args1
=; unset ac_configure_args1
;}
2985 # When interrupted or exit'd, cleanup temporary files, and complete
2986 # config.log. We remove comments because anyway the quotes in there
2987 # would cause problems or look ugly.
2988 # WARNING: Use '\'' to represent an apostrophe within the trap.
2989 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2990 trap 'exit_status=$?
2991 # Save into config.log some information that might help in debugging.
2995 $as_echo "## ---------------- ##
2996 ## Cache variables. ##
2997 ## ---------------- ##"
2999 # The following way of writing the cache mishandles newlines in values,
3001 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3002 eval ac_val=\$$ac_var
3006 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3007 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3010 _ | IFS | as_nl) ;; #(
3011 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3012 *) { eval $ac_var=; unset $ac_var;} ;;
3017 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3018 *${as_nl}ac_space=\ *)
3020 "s/'\''/'\''\\\\'\'''\''/g;
3021 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3024 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3031 $as_echo "## ----------------- ##
3032 ## Output variables. ##
3033 ## ----------------- ##"
3035 for ac_var in $ac_subst_vars
3037 eval ac_val=\$$ac_var
3039 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3041 $as_echo "$ac_var='\''$ac_val'\''"
3045 if test -n "$ac_subst_files"; then
3046 $as_echo "## ------------------- ##
3047 ## File substitutions. ##
3048 ## ------------------- ##"
3050 for ac_var
in $ac_subst_files
3052 eval ac_val
=\$
$ac_var
3054 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3056 $as_echo "$ac_var='\''$ac_val'\''"
3061 if test -s confdefs.h; then
3062 $as_echo "## ----------- ##
3069 test "$ac_signal" != 0 &&
3070 $as_echo "$as_me: caught signal $ac_signal"
3071 $as_echo "$as_me: exit $exit_status"
3073 rm -f core *.core core.conftest.* &&
3074 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3077 for ac_signal
in 1 2 13 15; do
3078 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3082 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3083 rm -f -r conftest
* confdefs.h
3085 $as_echo "/* confdefs.h */" > confdefs.h
3087 # Predefined preprocessor variables.
3089 cat >>confdefs.h
<<_ACEOF
3090 #define PACKAGE_NAME "$PACKAGE_NAME"
3093 cat >>confdefs.h
<<_ACEOF
3094 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3097 cat >>confdefs.h
<<_ACEOF
3098 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3101 cat >>confdefs.h
<<_ACEOF
3102 #define PACKAGE_STRING "$PACKAGE_STRING"
3105 cat >>confdefs.h
<<_ACEOF
3106 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3109 cat >>confdefs.h
<<_ACEOF
3110 #define PACKAGE_URL "$PACKAGE_URL"
3114 # Let the site file select an alternate cache file if it wants to.
3115 # Prefer an explicitly selected file to automatically selected ones.
3118 if test -n "$CONFIG_SITE"; then
3119 # We do not want a PATH search for config.site.
3120 case $CONFIG_SITE in #((
3121 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3122 */*) ac_site_file1
=$CONFIG_SITE;;
3123 *) ac_site_file1
=.
/$CONFIG_SITE;;
3125 elif test "x$prefix" != xNONE
; then
3126 ac_site_file1
=$prefix/share
/config.site
3127 ac_site_file2
=$prefix/etc
/config.site
3129 ac_site_file1
=$ac_default_prefix/share
/config.site
3130 ac_site_file2
=$ac_default_prefix/etc
/config.site
3132 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3134 test "x$ac_site_file" = xNONE
&& continue
3135 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3137 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3138 sed 's/^/| /' "$ac_site_file" >&5
3140 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3141 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3142 as_fn_error $?
"failed to load site script $ac_site_file
3143 See \`config.log' for more details" "$LINENO" 5; }
3147 if test -r "$cache_file"; then
3148 # Some versions of bash will fail to source /dev/null (special files
3149 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3150 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3152 $as_echo "$as_me: loading cache $cache_file" >&6;}
3154 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3155 *) .
"./$cache_file";;
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3160 $as_echo "$as_me: creating cache $cache_file" >&6;}
3164 # Check that the precious variables saved in the cache have kept the same
3166 ac_cache_corrupted
=false
3167 for ac_var
in $ac_precious_vars; do
3168 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3169 eval ac_new_set
=\
$ac_env_${ac_var}_set
3170 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3171 eval ac_new_val
=\
$ac_env_${ac_var}_value
3172 case $ac_old_set,$ac_new_set in
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3175 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3176 ac_cache_corrupted
=: ;;
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3179 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3180 ac_cache_corrupted
=: ;;
3183 if test "x$ac_old_val" != "x$ac_new_val"; then
3184 # differences in whitespace do not lead to failure.
3185 ac_old_val_w
=`echo x $ac_old_val`
3186 ac_new_val_w
=`echo x $ac_new_val`
3187 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3189 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3190 ac_cache_corrupted
=:
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3193 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3194 eval $ac_var=\
$ac_old_val
3196 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3197 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3198 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3199 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3202 # Pass precious variables to config.status.
3203 if test "$ac_new_set" = set; then
3205 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3206 *) ac_arg
=$ac_var=$ac_new_val ;;
3208 case " $ac_configure_args " in
3209 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3210 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3214 if $ac_cache_corrupted; then
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3216 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3218 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3219 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3221 ## -------------------- ##
3222 ## Main body of script. ##
3223 ## -------------------- ##
3226 ac_cpp
='$CPP $CPPFLAGS'
3227 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3228 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3229 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3233 ac_config_headers
="$ac_config_headers include/config.h"
3236 for ac_dir
in tools
"$srcdir"/tools
; do
3237 if test -f "$ac_dir/install-sh"; then
3239 ac_install_sh
="$ac_aux_dir/install-sh -c"
3241 elif test -f "$ac_dir/install.sh"; then
3243 ac_install_sh
="$ac_aux_dir/install.sh -c"
3245 elif test -f "$ac_dir/shtool"; then
3247 ac_install_sh
="$ac_aux_dir/shtool install -c"
3251 if test -z "$ac_aux_dir"; then
3252 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3255 # These three variables are undocumented and unsupported,
3256 # and are intended to be withdrawn in a future Autoconf release.
3257 # They can cause serious problems if a builder's source tree is in a directory
3258 # whose full name contains unusual characters.
3259 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3260 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3261 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3265 libwine_version
="1.0"
3269 # Check whether --enable-win16 was given.
3270 if test "${enable_win16+set}" = set; then :
3271 enableval
=$enable_win16;
3274 # Check whether --enable-win64 was given.
3275 if test "${enable_win64+set}" = set; then :
3276 enableval
=$enable_win64;
3279 # Check whether --enable-tests was given.
3280 if test "${enable_tests+set}" = set; then :
3281 enableval
=$enable_tests;
3284 # Check whether --enable-maintainer-mode was given.
3285 if test "${enable_maintainer_mode+set}" = set; then :
3286 enableval
=$enable_maintainer_mode;
3291 # Check whether --with-alsa was given.
3292 if test "${with_alsa+set}" = set; then :
3293 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3297 # Check whether --with-capi was given.
3298 if test "${with_capi+set}" = set; then :
3303 # Check whether --with-cms was given.
3304 if test "${with_cms+set}" = set; then :
3309 # Check whether --with-coreaudio was given.
3310 if test "${with_coreaudio+set}" = set; then :
3311 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3315 # Check whether --with-cups was given.
3316 if test "${with_cups+set}" = set; then :
3321 # Check whether --with-curses was given.
3322 if test "${with_curses+set}" = set; then :
3323 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3327 # Check whether --with-dbus was given.
3328 if test "${with_dbus+set}" = set; then :
3333 # Check whether --with-fontconfig was given.
3334 if test "${with_fontconfig+set}" = set; then :
3335 withval
=$with_fontconfig;
3339 # Check whether --with-freetype was given.
3340 if test "${with_freetype+set}" = set; then :
3341 withval
=$with_freetype;
3345 # Check whether --with-gettext was given.
3346 if test "${with_gettext+set}" = set; then :
3347 withval
=$with_gettext;
3351 # Check whether --with-gettextpo was given.
3352 if test "${with_gettextpo+set}" = set; then :
3353 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3357 # Check whether --with-gphoto was given.
3358 if test "${with_gphoto+set}" = set; then :
3359 withval
=$with_gphoto;
3363 # Check whether --with-glu was given.
3364 if test "${with_glu+set}" = set; then :
3369 # Check whether --with-gnutls was given.
3370 if test "${with_gnutls+set}" = set; then :
3371 withval
=$with_gnutls;
3375 # Check whether --with-gsm was given.
3376 if test "${with_gsm+set}" = set; then :
3377 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3381 # Check whether --with-gstreamer was given.
3382 if test "${with_gstreamer+set}" = set; then :
3383 withval
=$with_gstreamer;
3387 # Check whether --with-hal was given.
3388 if test "${with_hal+set}" = set; then :
3393 # Check whether --with-jpeg was given.
3394 if test "${with_jpeg+set}" = set; then :
3399 # Check whether --with-ldap was given.
3400 if test "${with_ldap+set}" = set; then :
3401 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3405 # Check whether --with-mpg123 was given.
3406 if test "${with_mpg123+set}" = set; then :
3407 withval
=$with_mpg123;
3411 # Check whether --with-netapi was given.
3412 if test "${with_netapi+set}" = set; then :
3413 withval
=$with_netapi;
3417 # Check whether --with-openal was given.
3418 if test "${with_openal+set}" = set; then :
3419 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3423 # Check whether --with-opencl was given.
3424 if test "${with_opencl+set}" = set; then :
3425 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3429 # Check whether --with-opengl was given.
3430 if test "${with_opengl+set}" = set; then :
3431 withval
=$with_opengl;
3435 # Check whether --with-osmesa was given.
3436 if test "${with_osmesa+set}" = set; then :
3437 withval
=$with_osmesa;
3441 # Check whether --with-oss was given.
3442 if test "${with_oss+set}" = set; then :
3447 # Check whether --with-pcap was given.
3448 if test "${with_pcap+set}" = set; then :
3449 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3453 # Check whether --with-png was given.
3454 if test "${with_png+set}" = set; then :
3459 # Check whether --with-pthread was given.
3460 if test "${with_pthread+set}" = set; then :
3461 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3465 # Check whether --with-pulse was given.
3466 if test "${with_pulse+set}" = set; then :
3467 withval
=$with_pulse;
3471 # Check whether --with-sane was given.
3472 if test "${with_sane+set}" = set; then :
3477 # Check whether --with-tiff was given.
3478 if test "${with_tiff+set}" = set; then :
3483 # Check whether --with-v4l was given.
3484 if test "${with_v4l+set}" = set; then :
3489 # Check whether --with-xcomposite was given.
3490 if test "${with_xcomposite+set}" = set; then :
3491 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3495 # Check whether --with-xcursor was given.
3496 if test "${with_xcursor+set}" = set; then :
3497 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3501 # Check whether --with-xinerama was given.
3502 if test "${with_xinerama+set}" = set; then :
3503 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3507 # Check whether --with-xinput was given.
3508 if test "${with_xinput+set}" = set; then :
3509 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3513 # Check whether --with-xinput2 was given.
3514 if test "${with_xinput2+set}" = set; then :
3515 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3519 # Check whether --with-xml was given.
3520 if test "${with_xml+set}" = set; then :
3525 # Check whether --with-xrandr was given.
3526 if test "${with_xrandr+set}" = set; then :
3527 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3531 # Check whether --with-xrender was given.
3532 if test "${with_xrender+set}" = set; then :
3533 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3537 # Check whether --with-xshape was given.
3538 if test "${with_xshape+set}" = set; then :
3539 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3543 # Check whether --with-xshm was given.
3544 if test "${with_xshm+set}" = set; then :
3545 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3549 # Check whether --with-xslt was given.
3550 if test "${with_xslt+set}" = set; then :
3555 # Check whether --with-xxf86vm was given.
3556 if test "${with_xxf86vm+set}" = set; then :
3557 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
3561 # Check whether --with-zlib was given.
3562 if test "${with_zlib+set}" = set; then :
3563 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3568 # Check whether --with-wine-tools was given.
3569 if test "${with_wine_tools+set}" = set; then :
3570 withval
=$with_wine_tools;
3574 # Check whether --with-wine64 was given.
3575 if test "${with_wine64+set}" = set; then :
3576 withval
=$with_wine64;
3580 # Make sure we can run config.sub.
3581 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3582 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3585 $as_echo_n "checking build system type... " >&6; }
3586 if ${ac_cv_build+:} false
; then :
3587 $as_echo_n "(cached) " >&6
3589 ac_build_alias
=$build_alias
3590 test "x$ac_build_alias" = x
&&
3591 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3592 test "x$ac_build_alias" = x
&&
3593 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3594 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3595 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3599 $as_echo "$ac_cv_build" >&6; }
3600 case $ac_cv_build in
3602 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3605 ac_save_IFS
=$IFS; IFS
='-'
3611 # Remember, the first character of IFS is used to create $*,
3612 # except with old shells:
3615 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3619 $as_echo_n "checking host system type... " >&6; }
3620 if ${ac_cv_host+:} false
; then :
3621 $as_echo_n "(cached) " >&6
3623 if test "x$host_alias" = x
; then
3624 ac_cv_host
=$ac_cv_build
3626 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3627 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3632 $as_echo "$ac_cv_host" >&6; }
3635 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3638 ac_save_IFS
=$IFS; IFS
='-'
3644 # Remember, the first character of IFS is used to create $*,
3645 # except with old shells:
3648 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3654 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3655 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3656 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3662 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3664 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3665 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3666 $as_echo_n "(cached) " >&6
3668 cat >conftest.
make <<\_ACEOF
3671 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3673 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3674 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3676 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3678 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3682 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3684 $as_echo "yes" >&6; }
3687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3688 $as_echo "no" >&6; }
3689 SET_MAKE
="MAKE=${MAKE-make}"
3693 ac_cpp
='$CPP $CPPFLAGS'
3694 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3695 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3696 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3697 if test -n "$ac_tool_prefix"; then
3698 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3699 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3701 $as_echo_n "checking for $ac_word... " >&6; }
3702 if ${ac_cv_prog_CC+:} false
; then :
3703 $as_echo_n "(cached) " >&6
3705 if test -n "$CC"; then
3706 ac_cv_prog_CC
="$CC" # Let the user override the test.
3708 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3712 test -z "$as_dir" && as_dir
=.
3713 for ac_exec_ext
in '' $ac_executable_extensions; do
3714 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3715 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3726 if test -n "$CC"; then
3727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3728 $as_echo "$CC" >&6; }
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3731 $as_echo "no" >&6; }
3736 if test -z "$ac_cv_prog_CC"; then
3738 # Extract the first word of "gcc", so it can be a program name with args.
3739 set dummy gcc
; ac_word
=$2
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3741 $as_echo_n "checking for $ac_word... " >&6; }
3742 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3743 $as_echo_n "(cached) " >&6
3745 if test -n "$ac_ct_CC"; then
3746 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3748 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3752 test -z "$as_dir" && as_dir
=.
3753 for ac_exec_ext
in '' $ac_executable_extensions; do
3754 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3755 ac_cv_prog_ac_ct_CC
="gcc"
3756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3765 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3766 if test -n "$ac_ct_CC"; then
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3768 $as_echo "$ac_ct_CC" >&6; }
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3771 $as_echo "no" >&6; }
3774 if test "x$ac_ct_CC" = x
; then
3777 case $cross_compiling:$ac_tool_warned in
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3780 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3781 ac_tool_warned
=yes ;;
3789 if test -z "$CC"; then
3790 if test -n "$ac_tool_prefix"; then
3791 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3792 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3794 $as_echo_n "checking for $ac_word... " >&6; }
3795 if ${ac_cv_prog_CC+:} false
; then :
3796 $as_echo_n "(cached) " >&6
3798 if test -n "$CC"; then
3799 ac_cv_prog_CC
="$CC" # Let the user override the test.
3801 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3805 test -z "$as_dir" && as_dir
=.
3806 for ac_exec_ext
in '' $ac_executable_extensions; do
3807 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3808 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3819 if test -n "$CC"; then
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3821 $as_echo "$CC" >&6; }
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3824 $as_echo "no" >&6; }
3830 if test -z "$CC"; then
3831 # Extract the first word of "cc", so it can be a program name with args.
3832 set dummy cc
; ac_word
=$2
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3834 $as_echo_n "checking for $ac_word... " >&6; }
3835 if ${ac_cv_prog_CC+:} false
; then :
3836 $as_echo_n "(cached) " >&6
3838 if test -n "$CC"; then
3839 ac_cv_prog_CC
="$CC" # Let the user override the test.
3842 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3846 test -z "$as_dir" && as_dir
=.
3847 for ac_exec_ext
in '' $ac_executable_extensions; do
3848 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3849 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3850 ac_prog_rejected
=yes
3854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3861 if test $ac_prog_rejected = yes; then
3862 # We found a bogon in the path, so make sure we never use it.
3863 set dummy
$ac_cv_prog_CC
3865 if test $# != 0; then
3866 # We chose a different compiler from the bogus one.
3867 # However, it has the same basename, so the bogon will be chosen
3868 # first if we set CC to just the basename; use the full file name.
3870 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3876 if test -n "$CC"; then
3877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3878 $as_echo "$CC" >&6; }
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3881 $as_echo "no" >&6; }
3886 if test -z "$CC"; then
3887 if test -n "$ac_tool_prefix"; then
3888 for ac_prog
in cl.exe
3890 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3891 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3893 $as_echo_n "checking for $ac_word... " >&6; }
3894 if ${ac_cv_prog_CC+:} false
; then :
3895 $as_echo_n "(cached) " >&6
3897 if test -n "$CC"; then
3898 ac_cv_prog_CC
="$CC" # Let the user override the test.
3900 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3904 test -z "$as_dir" && as_dir
=.
3905 for ac_exec_ext
in '' $ac_executable_extensions; do
3906 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3907 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3918 if test -n "$CC"; then
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3920 $as_echo "$CC" >&6; }
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3923 $as_echo "no" >&6; }
3927 test -n "$CC" && break
3930 if test -z "$CC"; then
3932 for ac_prog
in cl.exe
3934 # Extract the first word of "$ac_prog", so it can be a program name with args.
3935 set dummy
$ac_prog; ac_word
=$2
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3937 $as_echo_n "checking for $ac_word... " >&6; }
3938 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3939 $as_echo_n "(cached) " >&6
3941 if test -n "$ac_ct_CC"; then
3942 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3944 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3948 test -z "$as_dir" && as_dir
=.
3949 for ac_exec_ext
in '' $ac_executable_extensions; do
3950 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3951 ac_cv_prog_ac_ct_CC
="$ac_prog"
3952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3961 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3962 if test -n "$ac_ct_CC"; then
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3964 $as_echo "$ac_ct_CC" >&6; }
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3967 $as_echo "no" >&6; }
3971 test -n "$ac_ct_CC" && break
3974 if test "x$ac_ct_CC" = x
; then
3977 case $cross_compiling:$ac_tool_warned in
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3980 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3981 ac_tool_warned
=yes ;;
3990 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3991 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3992 as_fn_error $?
"no acceptable C compiler found in \$PATH
3993 See \`config.log' for more details" "$LINENO" 5; }
3995 # Provide some information about the compiler.
3996 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3999 for ac_option
in --version -v -V -qversion; do
4000 { { ac_try
="$ac_compiler $ac_option >&5"
4002 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4003 *) ac_try_echo=$ac_try;;
4005 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4006 $as_echo "$ac_try_echo"; } >&5
4007 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4009 if test -s conftest.err; then
4011 ... rest of stderr output deleted ...
4012 10q' conftest.err >conftest.er1
4013 cat conftest.er1 >&5
4015 rm -f conftest.er1 conftest.err
4016 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4017 test $ac_status = 0; }
4020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4021 /* end confdefs.h. */
4031 ac_clean_files_save=$ac_clean_files
4032 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4033 # Try to create an executable without -o first, disregard a.out.
4034 # It will help us diagnose broken compilers, and finding out an intuition
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4037 $as_echo_n "checking whether the C compiler works... " >&6; }
4038 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4040 # The possible output files:
4041 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4044 for ac_file in $ac_files
4047 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4048 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4053 if { { ac_try="$ac_link_default"
4055 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4056 *) ac_try_echo
=$ac_try;;
4058 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4059 $as_echo "$ac_try_echo"; } >&5
4060 (eval "$ac_link_default") 2>&5
4062 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4063 test $ac_status = 0; }; then :
4064 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4065 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4066 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4067 # so that the user can short-circuit this test for compilers unknown to
4069 for ac_file
in $ac_files ''
4071 test -f "$ac_file" ||
continue
4073 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4076 # We found the default executable, but exeext='' is most
4080 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4082 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4084 # We set ac_cv_exeext here because the later test for it is not
4085 # safe: cross compilers may not add the suffix if given an `-o'
4086 # argument, so we may need to know it at that point already.
4087 # Even if this section looks crufty: it has the advantage of
4094 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4099 if test -z "$ac_file"; then :
4100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4101 $as_echo "no" >&6; }
4102 $as_echo "$as_me: failed program was:" >&5
4103 sed 's/^/| /' conftest.
$ac_ext >&5
4105 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4106 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4107 as_fn_error
77 "C compiler cannot create executables
4108 See \`config.log' for more details" "$LINENO" 5; }
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4111 $as_echo "yes" >&6; }
4113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4114 $as_echo_n "checking for C compiler default output file name... " >&6; }
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4116 $as_echo "$ac_file" >&6; }
4117 ac_exeext
=$ac_cv_exeext
4119 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4120 ac_clean_files
=$ac_clean_files_save
4121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4122 $as_echo_n "checking for suffix of executables... " >&6; }
4123 if { { ac_try
="$ac_link"
4125 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4126 *) ac_try_echo=$ac_try;;
4128 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4129 $as_echo "$ac_try_echo"; } >&5
4130 (eval "$ac_link") 2>&5
4132 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4133 test $ac_status = 0; }; then :
4134 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4135 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4136 # work properly (i.e., refer to `conftest.exe'), while it won't with
4138 for ac_file
in conftest.exe conftest conftest.
*; do
4139 test -f "$ac_file" ||
continue
4141 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4142 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4148 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4149 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4150 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4151 See \`config.log' for more details" "$LINENO" 5; }
4153 rm -f conftest conftest
$ac_cv_exeext
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4155 $as_echo "$ac_cv_exeext" >&6; }
4157 rm -f conftest.
$ac_ext
4158 EXEEXT
=$ac_cv_exeext
4160 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4161 /* end confdefs.h. */
4166 FILE *f = fopen ("conftest.out", "w");
4167 return ferror (f) || fclose (f) != 0;
4173 ac_clean_files
="$ac_clean_files conftest.out"
4174 # Check that the compiler produces executables we can run. If not, either
4175 # the compiler is broken, or we cross compile.
4176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4177 $as_echo_n "checking whether we are cross compiling... " >&6; }
4178 if test "$cross_compiling" != yes; then
4179 { { ac_try
="$ac_link"
4181 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4182 *) ac_try_echo=$ac_try;;
4184 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4185 $as_echo "$ac_try_echo"; } >&5
4186 (eval "$ac_link") 2>&5
4188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4189 test $ac_status = 0; }
4190 if { ac_try='./conftest$ac_cv_exeext'
4191 { { case "(($ac_try" in
4192 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4193 *) ac_try_echo
=$ac_try;;
4195 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4196 $as_echo "$ac_try_echo"; } >&5
4197 (eval "$ac_try") 2>&5
4199 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4200 test $ac_status = 0; }; }; then
4203 if test "$cross_compiling" = maybe
; then
4206 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4207 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4208 as_fn_error $?
"cannot run C compiled programs.
4209 If you meant to cross compile, use \`--host'.
4210 See \`config.log' for more details" "$LINENO" 5; }
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4215 $as_echo "$cross_compiling" >&6; }
4217 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4218 ac_clean_files
=$ac_clean_files_save
4219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4220 $as_echo_n "checking for suffix of object files... " >&6; }
4221 if ${ac_cv_objext+:} false
; then :
4222 $as_echo_n "(cached) " >&6
4224 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4225 /* end confdefs.h. */
4235 rm -f conftest.o conftest.obj
4236 if { { ac_try
="$ac_compile"
4238 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4239 *) ac_try_echo=$ac_try;;
4241 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4242 $as_echo "$ac_try_echo"; } >&5
4243 (eval "$ac_compile") 2>&5
4245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4246 test $ac_status = 0; }; then :
4247 for ac_file in conftest.o conftest.obj conftest.*; do
4248 test -f "$ac_file" || continue;
4250 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4251 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4256 $as_echo "$as_me: failed program was:" >&5
4257 sed 's/^/| /' conftest.$ac_ext >&5
4259 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4260 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4261 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4262 See \
`config.log' for more details" "$LINENO" 5; }
4264 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4267 $as_echo "$ac_cv_objext" >&6; }
4268 OBJEXT=$ac_cv_objext
4270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4271 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4272 if ${ac_cv_c_compiler_gnu+:} false; then :
4273 $as_echo_n "(cached) " >&6
4275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4276 /* end confdefs.h. */
4289 if ac_fn_c_try_compile "$LINENO"; then :
4294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4295 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4299 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4300 if test $ac_compiler_gnu = yes; then
4305 ac_test_CFLAGS=${CFLAGS+set}
4306 ac_save_CFLAGS=$CFLAGS
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4308 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4309 if ${ac_cv_prog_cc_g+:} false; then :
4310 $as_echo_n "(cached) " >&6
4312 ac_save_c_werror_flag=$ac_c_werror_flag
4313 ac_c_werror_flag=yes
4316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4317 /* end confdefs.h. */
4327 if ac_fn_c_try_compile "$LINENO"; then :
4331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4332 /* end confdefs.h. */
4342 if ac_fn_c_try_compile "$LINENO"; then :
4345 ac_c_werror_flag=$ac_save_c_werror_flag
4347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4348 /* end confdefs.h. */
4358 if ac_fn_c_try_compile "$LINENO"; then :
4361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4366 ac_c_werror_flag=$ac_save_c_werror_flag
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4369 $as_echo "$ac_cv_prog_cc_g" >&6; }
4370 if test "$ac_test_CFLAGS" = set; then
4371 CFLAGS=$ac_save_CFLAGS
4372 elif test $ac_cv_prog_cc_g = yes; then
4373 if test "$GCC" = yes; then
4379 if test "$GCC" = yes; then
4385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4386 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4387 if ${ac_cv_prog_cc_c89+:} false; then :
4388 $as_echo_n "(cached) " >&6
4390 ac_cv_prog_cc_c89=no
4392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4393 /* end confdefs.h. */
4397 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4398 struct buf { int x; };
4399 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4400 static char *e (p, i)
4406 static char *f (char * (*g) (char **, int), char **p, ...)
4411 s = g (p, va_arg (v,int));
4416 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4417 function prototypes and stuff, but not '\xHH' hex character constants.
4418 These don't provoke an error unfortunately, instead are silently treated
4419 as 'x'. The following induces an error, until -std is added to get
4420 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4421 array size at least. It's necessary to write '\x00'==0 to get something
4422 that's true only with -std. */
4423 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4425 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4426 inside strings and character constants. */
4428 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4430 int test (int i, double x);
4431 struct s1 {int (*f) (int a);};
4432 struct s2 {int (*f) (double a);};
4433 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4439 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4444 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4445 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4447 CC="$ac_save_CC $ac_arg"
4448 if ac_fn_c_try_compile "$LINENO"; then :
4449 ac_cv_prog_cc_c89=$ac_arg
4451 rm -f core conftest.err conftest.$ac_objext
4452 test "x$ac_cv_prog_cc_c89" != "xno" && break
4454 rm -f conftest.$ac_ext
4459 case "x$ac_cv_prog_cc_c89" in
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4462 $as_echo "none needed" >&6; } ;;
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4465 $as_echo "unsupported" >&6; } ;;
4467 CC="$CC $ac_cv_prog_cc_c89"
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4469 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4471 if test "x$ac_cv_prog_cc_c89" != xno; then :
4476 ac_cpp='$CPP $CPPFLAGS'
4477 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4478 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4479 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4482 ac_cpp='$CXXCPP $CPPFLAGS'
4483 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4484 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4485 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4486 if test -z "$CXX"; then
4487 if test -n "$CCC"; then
4490 if test -n "$ac_tool_prefix"; then
4491 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4493 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4494 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4496 $as_echo_n "checking for $ac_word... " >&6; }
4497 if ${ac_cv_prog_CXX+:} false; then :
4498 $as_echo_n "(cached) " >&6
4500 if test -n "$CXX"; then
4501 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4507 test -z "$as_dir" && as_dir=.
4508 for ac_exec_ext in '' $ac_executable_extensions; do
4509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4510 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4521 if test -n "$CXX"; then
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4523 $as_echo "$CXX" >&6; }
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4526 $as_echo "no" >&6; }
4530 test -n "$CXX" && break
4533 if test -z "$CXX"; then
4535 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4537 # Extract the first word of "$ac_prog", so it can be a program name with args.
4538 set dummy $ac_prog; ac_word=$2
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4540 $as_echo_n "checking for $ac_word... " >&6; }
4541 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4542 $as_echo_n "(cached) " >&6
4544 if test -n "$ac_ct_CXX"; then
4545 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4551 test -z "$as_dir" && as_dir=.
4552 for ac_exec_ext in '' $ac_executable_extensions; do
4553 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4554 ac_cv_prog_ac_ct_CXX="$ac_prog"
4555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4564 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4565 if test -n "$ac_ct_CXX"; then
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4567 $as_echo "$ac_ct_CXX" >&6; }
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4570 $as_echo "no" >&6; }
4574 test -n "$ac_ct_CXX" && break
4577 if test "x$ac_ct_CXX" = x; then
4580 case $cross_compiling:$ac_tool_warned in
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4583 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4584 ac_tool_warned=yes ;;
4592 # Provide some information about the compiler.
4593 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4596 for ac_option in --version -v -V -qversion; do
4597 { { ac_try="$ac_compiler $ac_option >&5"
4599 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4600 *) ac_try_echo
=$ac_try;;
4602 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4603 $as_echo "$ac_try_echo"; } >&5
4604 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4606 if test -s conftest.err
; then
4608 ... rest of stderr output deleted ...
4609 10q' conftest.err
>conftest.er1
4610 cat conftest.er1
>&5
4612 rm -f conftest.er1 conftest.err
4613 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4614 test $ac_status = 0; }
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4618 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4619 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4620 $as_echo_n "(cached) " >&6
4622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4623 /* end confdefs.h. */
4636 if ac_fn_cxx_try_compile
"$LINENO"; then :
4641 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4642 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4646 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4647 if test $ac_compiler_gnu = yes; then
4652 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4653 ac_save_CXXFLAGS
=$CXXFLAGS
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4655 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4656 if ${ac_cv_prog_cxx_g+:} false
; then :
4657 $as_echo_n "(cached) " >&6
4659 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4660 ac_cxx_werror_flag
=yes
4663 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4664 /* end confdefs.h. */
4674 if ac_fn_cxx_try_compile
"$LINENO"; then :
4675 ac_cv_prog_cxx_g
=yes
4678 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4679 /* end confdefs.h. */
4689 if ac_fn_cxx_try_compile
"$LINENO"; then :
4692 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4694 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4695 /* end confdefs.h. */
4705 if ac_fn_cxx_try_compile
"$LINENO"; then :
4706 ac_cv_prog_cxx_g
=yes
4708 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4710 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4712 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4713 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4716 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4717 if test "$ac_test_CXXFLAGS" = set; then
4718 CXXFLAGS
=$ac_save_CXXFLAGS
4719 elif test $ac_cv_prog_cxx_g = yes; then
4720 if test "$GXX" = yes; then
4726 if test "$GXX" = yes; then
4733 ac_cpp
='$CPP $CPPFLAGS'
4734 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4735 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4736 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4738 if test -n "$ac_tool_prefix"; then
4739 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4740 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4742 $as_echo_n "checking for $ac_word... " >&6; }
4743 if ${ac_cv_prog_CPPBIN+:} false
; then :
4744 $as_echo_n "(cached) " >&6
4746 if test -n "$CPPBIN"; then
4747 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4749 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4753 test -z "$as_dir" && as_dir
=.
4754 for ac_exec_ext
in '' $ac_executable_extensions; do
4755 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4756 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4766 CPPBIN
=$ac_cv_prog_CPPBIN
4767 if test -n "$CPPBIN"; then
4768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4769 $as_echo "$CPPBIN" >&6; }
4771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4772 $as_echo "no" >&6; }
4777 if test -z "$ac_cv_prog_CPPBIN"; then
4778 ac_ct_CPPBIN
=$CPPBIN
4779 # Extract the first word of "cpp", so it can be a program name with args.
4780 set dummy cpp
; ac_word
=$2
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4782 $as_echo_n "checking for $ac_word... " >&6; }
4783 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4784 $as_echo_n "(cached) " >&6
4786 if test -n "$ac_ct_CPPBIN"; then
4787 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4789 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4793 test -z "$as_dir" && as_dir
=.
4794 for ac_exec_ext
in '' $ac_executable_extensions; do
4795 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4796 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4806 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4807 if test -n "$ac_ct_CPPBIN"; then
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4809 $as_echo "$ac_ct_CPPBIN" >&6; }
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4812 $as_echo "no" >&6; }
4815 if test "x$ac_ct_CPPBIN" = x
; then
4818 case $cross_compiling:$ac_tool_warned in
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4821 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4822 ac_tool_warned
=yes ;;
4824 CPPBIN
=$ac_ct_CPPBIN
4827 CPPBIN
="$ac_cv_prog_CPPBIN"
4831 cat >>confdefs.h
<<_ACEOF
4832 #define EXEEXT "$ac_exeext"
4835 if test -n "$ac_tool_prefix"; then
4836 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4837 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4839 $as_echo_n "checking for $ac_word... " >&6; }
4840 if ${ac_cv_prog_LD+:} false
; then :
4841 $as_echo_n "(cached) " >&6
4843 if test -n "$LD"; then
4844 ac_cv_prog_LD
="$LD" # Let the user override the test.
4846 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4850 test -z "$as_dir" && as_dir
=.
4851 for ac_exec_ext
in '' $ac_executable_extensions; do
4852 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4853 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4864 if test -n "$LD"; then
4865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4866 $as_echo "$LD" >&6; }
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4869 $as_echo "no" >&6; }
4874 if test -z "$ac_cv_prog_LD"; then
4876 # Extract the first word of "ld", so it can be a program name with args.
4877 set dummy ld
; ac_word
=$2
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4879 $as_echo_n "checking for $ac_word... " >&6; }
4880 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4881 $as_echo_n "(cached) " >&6
4883 if test -n "$ac_ct_LD"; then
4884 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4886 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4890 test -z "$as_dir" && as_dir
=.
4891 for ac_exec_ext
in '' $ac_executable_extensions; do
4892 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4893 ac_cv_prog_ac_ct_LD
="ld"
4894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4903 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4904 if test -n "$ac_ct_LD"; then
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4906 $as_echo "$ac_ct_LD" >&6; }
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4909 $as_echo "no" >&6; }
4912 if test "x$ac_ct_LD" = x
; then
4915 case $cross_compiling:$ac_tool_warned in
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4918 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4919 ac_tool_warned
=yes ;;
4930 if test "x$enable_win64" = "xyes"
4935 notice_platform
="64-bit "
4942 notice_platform
="32-bit "
4945 enable_win16
=${enable_win16:-yes}
4947 with_fontconfig
=${with_fontconfig:-no}
4950 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4955 $as_echo_n "checking whether $CC works... " >&6; }
4957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4958 /* end confdefs.h. */
4968 if ac_fn_c_try_link
"$LINENO"; then :
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4970 $as_echo "yes" >&6; }
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4973 $as_echo "no" >&6; }
4974 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4976 rm -f core conftest.err conftest.
$ac_objext \
4977 conftest
$ac_exeext conftest.
$ac_ext
4979 notice_platform
="32-bit "
4982 enable_win16
=${enable_win16:-yes}
4984 if test "x${GCC}" = "xyes"
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4987 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4988 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4989 /* end confdefs.h. */
4994 void func(__builtin_ms_va_list *args);
4999 if ac_fn_c_try_compile
"$LINENO"; then :
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5001 $as_echo "yes" >&6; }
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5004 $as_echo "no" >&6; }
5005 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5007 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5016 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5017 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5018 /* end confdefs.h. */
5019 int ac_test(int i) { return i; }
5023 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5028 if ac_fn_c_try_link
"$LINENO"; then :
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5030 $as_echo "yes" >&6; }
5032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5033 $as_echo "no" >&6; }
5034 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5036 rm -f core conftest.err conftest.
$ac_objext \
5037 conftest
$ac_exeext conftest.
$ac_ext
5038 CFLAGS
="$CFLAGS -marm"
5042 *-mingw32*|
*-cygwin*)
5043 enable_win16
=${enable_win16:-no}
5044 CFLAGS
="$CFLAGS -D_WIN32"
5047 enable_win16
=${enable_win16:-yes}
5051 enable_win16
=${enable_win16:-no}
5052 enable_win64
=${enable_win64:-no}
5054 enable_winetest
=${enable_winetest:-$enable_tests}
5056 if test -n "$with_wine64"
5058 if test "x$enable_win64" = "xyes"
5060 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5061 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5063 enable_fonts
=${enable_fonts:-no}
5064 enable_server
=${enable_server:-no}
5065 elif test "x$enable_win64" = "xyes"
5067 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5071 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5072 if ${wine_cv_toolsdir+:} false
; then :
5073 $as_echo_n "(cached) " >&6
5075 wine_cv_toolsdir
="$with_wine_tools"
5076 if test -z "$with_wine_tools"; then
5077 if test "$cross_compiling" = "yes"; then
5078 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5079 elif test -n "$with_wine64"; then
5080 wine_cv_toolsdir
="$with_wine64"
5083 if test -z "$wine_cv_toolsdir"; then
5084 wine_makedep
=tools
/makedep
5085 wine_cv_toolsdir
="\$(top_builddir)"
5086 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5087 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5088 case "$wine_cv_toolsdir" in
5090 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5092 enable_tools
=${enable_tools:-no}
5093 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5095 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5099 $as_echo "$wine_cv_toolsdir" >&6; }
5100 TOOLSDIR
=$wine_cv_toolsdir
5102 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5104 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5110 # Extract the first word of "$ac_prog", so it can be a program name with args.
5111 set dummy
$ac_prog; ac_word
=$2
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5113 $as_echo_n "checking for $ac_word... " >&6; }
5114 if ${ac_cv_prog_FLEX+:} false
; then :
5115 $as_echo_n "(cached) " >&6
5117 if test -n "$FLEX"; then
5118 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5120 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5124 test -z "$as_dir" && as_dir
=.
5125 for ac_exec_ext
in '' $ac_executable_extensions; do
5126 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5127 ac_cv_prog_FLEX
="$ac_prog"
5128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5137 FLEX
=$ac_cv_prog_FLEX
5138 if test -n "$FLEX"; then
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5140 $as_echo "$FLEX" >&6; }
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5143 $as_echo "no" >&6; }
5147 test -n "$FLEX" && break
5149 test -n "$FLEX" || FLEX
="none"
5151 if test "$FLEX" = "none"
5153 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5156 $as_echo_n "checking whether flex is recent enough... " >&6; }
5157 cat >conftest.l
<<EOF
5159 #include "prediluvian.h"
5163 if $FLEX -t conftest.l
>/dev
/null
2>&5
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5166 $as_echo "yes" >&6; }
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5169 $as_echo "no" >&6; }
5170 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5173 for ac_prog
in bison
5175 # Extract the first word of "$ac_prog", so it can be a program name with args.
5176 set dummy
$ac_prog; ac_word
=$2
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5178 $as_echo_n "checking for $ac_word... " >&6; }
5179 if ${ac_cv_prog_BISON+:} false
; then :
5180 $as_echo_n "(cached) " >&6
5182 if test -n "$BISON"; then
5183 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5185 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5189 test -z "$as_dir" && as_dir
=.
5190 for ac_exec_ext
in '' $ac_executable_extensions; do
5191 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5192 ac_cv_prog_BISON
="$ac_prog"
5193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5202 BISON
=$ac_cv_prog_BISON
5203 if test -n "$BISON"; then
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5205 $as_echo "$BISON" >&6; }
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5208 $as_echo "no" >&6; }
5212 test -n "$BISON" && break
5214 test -n "$BISON" || BISON
="none"
5216 if test "$BISON" = "none"
5218 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5221 if test -n "$ac_tool_prefix"; then
5222 for ac_prog
in ar gar
5224 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5225 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5227 $as_echo_n "checking for $ac_word... " >&6; }
5228 if ${ac_cv_prog_AR+:} false
; then :
5229 $as_echo_n "(cached) " >&6
5231 if test -n "$AR"; then
5232 ac_cv_prog_AR
="$AR" # Let the user override the test.
5234 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5238 test -z "$as_dir" && as_dir
=.
5239 for ac_exec_ext
in '' $ac_executable_extensions; do
5240 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5241 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5252 if test -n "$AR"; then
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5254 $as_echo "$AR" >&6; }
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5257 $as_echo "no" >&6; }
5261 test -n "$AR" && break
5264 if test -z "$AR"; then
5266 for ac_prog
in ar gar
5268 # Extract the first word of "$ac_prog", so it can be a program name with args.
5269 set dummy
$ac_prog; ac_word
=$2
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5271 $as_echo_n "checking for $ac_word... " >&6; }
5272 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5273 $as_echo_n "(cached) " >&6
5275 if test -n "$ac_ct_AR"; then
5276 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5278 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5282 test -z "$as_dir" && as_dir
=.
5283 for ac_exec_ext
in '' $ac_executable_extensions; do
5284 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5285 ac_cv_prog_ac_ct_AR
="$ac_prog"
5286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5295 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5296 if test -n "$ac_ct_AR"; then
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5298 $as_echo "$ac_ct_AR" >&6; }
5300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5301 $as_echo "no" >&6; }
5305 test -n "$ac_ct_AR" && break
5308 if test "x$ac_ct_AR" = x
; then
5311 case $cross_compiling:$ac_tool_warned in
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5314 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5315 ac_tool_warned
=yes ;;
5321 if test -n "$ac_tool_prefix"; then
5322 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5323 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5325 $as_echo_n "checking for $ac_word... " >&6; }
5326 if ${ac_cv_prog_STRIP+:} false
; then :
5327 $as_echo_n "(cached) " >&6
5329 if test -n "$STRIP"; then
5330 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5332 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5336 test -z "$as_dir" && as_dir
=.
5337 for ac_exec_ext
in '' $ac_executable_extensions; do
5338 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5339 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5349 STRIP
=$ac_cv_prog_STRIP
5350 if test -n "$STRIP"; then
5351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5352 $as_echo "$STRIP" >&6; }
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5355 $as_echo "no" >&6; }
5360 if test -z "$ac_cv_prog_STRIP"; then
5362 # Extract the first word of "strip", so it can be a program name with args.
5363 set dummy strip
; ac_word
=$2
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5365 $as_echo_n "checking for $ac_word... " >&6; }
5366 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5367 $as_echo_n "(cached) " >&6
5369 if test -n "$ac_ct_STRIP"; then
5370 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5372 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5376 test -z "$as_dir" && as_dir
=.
5377 for ac_exec_ext
in '' $ac_executable_extensions; do
5378 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5379 ac_cv_prog_ac_ct_STRIP
="strip"
5380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5389 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5390 if test -n "$ac_ct_STRIP"; then
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5392 $as_echo "$ac_ct_STRIP" >&6; }
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5395 $as_echo "no" >&6; }
5398 if test "x$ac_ct_STRIP" = x
; then
5401 case $cross_compiling:$ac_tool_warned in
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5404 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5405 ac_tool_warned
=yes ;;
5410 STRIP
="$ac_cv_prog_STRIP"
5415 if test -n "$ac_tool_prefix"; then
5416 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5417 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5419 $as_echo_n "checking for $ac_word... " >&6; }
5420 if ${ac_cv_prog_RANLIB+:} false
; then :
5421 $as_echo_n "(cached) " >&6
5423 if test -n "$RANLIB"; then
5424 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5426 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5430 test -z "$as_dir" && as_dir
=.
5431 for ac_exec_ext
in '' $ac_executable_extensions; do
5432 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5433 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5443 RANLIB
=$ac_cv_prog_RANLIB
5444 if test -n "$RANLIB"; then
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5446 $as_echo "$RANLIB" >&6; }
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5449 $as_echo "no" >&6; }
5454 if test -z "$ac_cv_prog_RANLIB"; then
5455 ac_ct_RANLIB
=$RANLIB
5456 # Extract the first word of "ranlib", so it can be a program name with args.
5457 set dummy ranlib
; ac_word
=$2
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5459 $as_echo_n "checking for $ac_word... " >&6; }
5460 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5461 $as_echo_n "(cached) " >&6
5463 if test -n "$ac_ct_RANLIB"; then
5464 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5466 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5470 test -z "$as_dir" && as_dir
=.
5471 for ac_exec_ext
in '' $ac_executable_extensions; do
5472 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5473 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5483 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5484 if test -n "$ac_ct_RANLIB"; then
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5486 $as_echo "$ac_ct_RANLIB" >&6; }
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5489 $as_echo "no" >&6; }
5492 if test "x$ac_ct_RANLIB" = x
; then
5495 case $cross_compiling:$ac_tool_warned in
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5499 ac_tool_warned
=yes ;;
5501 RANLIB
=$ac_ct_RANLIB
5504 RANLIB
="$ac_cv_prog_RANLIB"
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5508 $as_echo_n "checking whether ln -s works... " >&6; }
5510 if test "$LN_S" = "ln -s"; then
5511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5512 $as_echo "yes" >&6; }
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5515 $as_echo "no, using $LN_S" >&6; }
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5519 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5520 if ${ac_cv_path_GREP+:} false
; then :
5521 $as_echo_n "(cached) " >&6
5523 if test -z "$GREP"; then
5524 ac_path_GREP_found
=false
5525 # Loop through the user's path and test for each of PROGNAME-LIST
5526 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5527 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5530 test -z "$as_dir" && as_dir
=.
5531 for ac_prog
in grep ggrep
; do
5532 for ac_exec_ext
in '' $ac_executable_extensions; do
5533 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5534 as_fn_executable_p
"$ac_path_GREP" ||
continue
5535 # Check for GNU ac_path_GREP and select it if it is found.
5536 # Check for GNU $ac_path_GREP
5537 case `"$ac_path_GREP" --version 2>&1` in
5539 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5542 $as_echo_n 0123456789 >"conftest.in"
5545 cat "conftest.in" "conftest.in" >"conftest.tmp"
5546 mv "conftest.tmp" "conftest.in"
5547 cp "conftest.in" "conftest.nl"
5548 $as_echo 'GREP' >> "conftest.nl"
5549 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5550 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5551 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5552 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5553 # Best one so far, save it but keep looking for a better one
5554 ac_cv_path_GREP
="$ac_path_GREP"
5555 ac_path_GREP_max
=$ac_count
5557 # 10*(2^10) chars as input seems more than enough
5558 test $ac_count -gt 10 && break
5560 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5563 $ac_path_GREP_found && break 3
5568 if test -z "$ac_cv_path_GREP"; then
5569 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5572 ac_cv_path_GREP
=$GREP
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5577 $as_echo "$ac_cv_path_GREP" >&6; }
5578 GREP
="$ac_cv_path_GREP"
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5582 $as_echo_n "checking for egrep... " >&6; }
5583 if ${ac_cv_path_EGREP+:} false
; then :
5584 $as_echo_n "(cached) " >&6
5586 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5587 then ac_cv_path_EGREP
="$GREP -E"
5589 if test -z "$EGREP"; then
5590 ac_path_EGREP_found
=false
5591 # Loop through the user's path and test for each of PROGNAME-LIST
5592 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5593 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5596 test -z "$as_dir" && as_dir
=.
5597 for ac_prog
in egrep; do
5598 for ac_exec_ext
in '' $ac_executable_extensions; do
5599 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5600 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5601 # Check for GNU ac_path_EGREP and select it if it is found.
5602 # Check for GNU $ac_path_EGREP
5603 case `"$ac_path_EGREP" --version 2>&1` in
5605 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5608 $as_echo_n 0123456789 >"conftest.in"
5611 cat "conftest.in" "conftest.in" >"conftest.tmp"
5612 mv "conftest.tmp" "conftest.in"
5613 cp "conftest.in" "conftest.nl"
5614 $as_echo 'EGREP' >> "conftest.nl"
5615 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5616 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5617 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5618 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5619 # Best one so far, save it but keep looking for a better one
5620 ac_cv_path_EGREP
="$ac_path_EGREP"
5621 ac_path_EGREP_max
=$ac_count
5623 # 10*(2^10) chars as input seems more than enough
5624 test $ac_count -gt 10 && break
5626 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5629 $ac_path_EGREP_found && break 3
5634 if test -z "$ac_cv_path_EGREP"; then
5635 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5638 ac_cv_path_EGREP
=$EGREP
5643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5644 $as_echo "$ac_cv_path_EGREP" >&6; }
5645 EGREP
="$ac_cv_path_EGREP"
5648 # Extract the first word of "ldconfig", so it can be a program name with args.
5649 set dummy ldconfig
; ac_word
=$2
5650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5651 $as_echo_n "checking for $ac_word... " >&6; }
5652 if ${ac_cv_path_LDCONFIG+:} false
; then :
5653 $as_echo_n "(cached) " >&6
5657 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5660 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5661 for as_dir
in /sbin
/usr
/sbin
$PATH
5664 test -z "$as_dir" && as_dir
=.
5665 for ac_exec_ext
in '' $ac_executable_extensions; do
5666 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5667 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5675 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5679 LDCONFIG
=$ac_cv_path_LDCONFIG
5680 if test -n "$LDCONFIG"; then
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5682 $as_echo "$LDCONFIG" >&6; }
5684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5685 $as_echo "no" >&6; }
5689 for ac_prog
in msgfmt
5691 # Extract the first word of "$ac_prog", so it can be a program name with args.
5692 set dummy
$ac_prog; ac_word
=$2
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5694 $as_echo_n "checking for $ac_word... " >&6; }
5695 if ${ac_cv_prog_MSGFMT+:} false
; then :
5696 $as_echo_n "(cached) " >&6
5698 if test -n "$MSGFMT"; then
5699 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5701 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5705 test -z "$as_dir" && as_dir
=.
5706 for ac_exec_ext
in '' $ac_executable_extensions; do
5707 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5708 ac_cv_prog_MSGFMT
="$ac_prog"
5709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5718 MSGFMT
=$ac_cv_prog_MSGFMT
5719 if test -n "$MSGFMT"; then
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5721 $as_echo "$MSGFMT" >&6; }
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5724 $as_echo "no" >&6; }
5728 test -n "$MSGFMT" && break
5730 test -n "$MSGFMT" || MSGFMT
="false"
5732 if ${ac_tool_prefix+:} false
; then :
5733 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5734 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5736 $as_echo_n "checking for $ac_word... " >&6; }
5737 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5738 $as_echo_n "(cached) " >&6
5740 if test -n "$PKG_CONFIG"; then
5741 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5743 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5747 test -z "$as_dir" && as_dir
=.
5748 for ac_exec_ext
in '' $ac_executable_extensions; do
5749 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5750 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5760 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5761 if test -n "$PKG_CONFIG"; then
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5763 $as_echo "$PKG_CONFIG" >&6; }
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5766 $as_echo "no" >&6; }
5771 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5772 if test "x$cross_compiling" = xyes
; then :
5775 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5776 # Extract the first word of "pkg-config", so it can be a program name with args.
5777 set dummy pkg-config
; ac_word
=$2
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5779 $as_echo_n "checking for $ac_word... " >&6; }
5780 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5781 $as_echo_n "(cached) " >&6
5783 if test -n "$PKG_CONFIG"; then
5784 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5786 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5790 test -z "$as_dir" && as_dir
=.
5791 for ac_exec_ext
in '' $ac_executable_extensions; do
5792 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5793 ac_cv_prog_PKG_CONFIG
="pkg-config"
5794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5803 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5804 if test -n "$PKG_CONFIG"; then
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5806 $as_echo "$PKG_CONFIG" >&6; }
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5809 $as_echo "no" >&6; }
5815 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5818 if test "x$enable_maintainer_mode" != "xyes"
5825 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5826 for ac_prog
in fontforge
5828 # Extract the first word of "$ac_prog", so it can be a program name with args.
5829 set dummy
$ac_prog; ac_word
=$2
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5831 $as_echo_n "checking for $ac_word... " >&6; }
5832 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5833 $as_echo_n "(cached) " >&6
5835 if test -n "$FONTFORGE"; then
5836 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5838 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5842 test -z "$as_dir" && as_dir
=.
5843 for ac_exec_ext
in '' $ac_executable_extensions; do
5844 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5845 ac_cv_prog_FONTFORGE
="$ac_prog"
5846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5855 FONTFORGE
=$ac_cv_prog_FONTFORGE
5856 if test -n "$FONTFORGE"; then
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5858 $as_echo "$FONTFORGE" >&6; }
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5861 $as_echo "no" >&6; }
5865 test -n "$FONTFORGE" && break
5867 test -n "$FONTFORGE" || FONTFORGE
="false"
5869 for ac_prog
in rsvg-convert rsvg
5871 # Extract the first word of "$ac_prog", so it can be a program name with args.
5872 set dummy
$ac_prog; ac_word
=$2
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5874 $as_echo_n "checking for $ac_word... " >&6; }
5875 if ${ac_cv_prog_RSVG+:} false
; then :
5876 $as_echo_n "(cached) " >&6
5878 if test -n "$RSVG"; then
5879 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5881 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5885 test -z "$as_dir" && as_dir
=.
5886 for ac_exec_ext
in '' $ac_executable_extensions; do
5887 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5888 ac_cv_prog_RSVG
="$ac_prog"
5889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5898 RSVG
=$ac_cv_prog_RSVG
5899 if test -n "$RSVG"; then
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5901 $as_echo "$RSVG" >&6; }
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5904 $as_echo "no" >&6; }
5908 test -n "$RSVG" && break
5910 test -n "$RSVG" || RSVG
="false"
5912 for ac_prog
in convert
5914 # Extract the first word of "$ac_prog", so it can be a program name with args.
5915 set dummy
$ac_prog; ac_word
=$2
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5917 $as_echo_n "checking for $ac_word... " >&6; }
5918 if ${ac_cv_prog_CONVERT+:} false
; then :
5919 $as_echo_n "(cached) " >&6
5921 if test -n "$CONVERT"; then
5922 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5924 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5928 test -z "$as_dir" && as_dir
=.
5929 for ac_exec_ext
in '' $ac_executable_extensions; do
5930 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5931 ac_cv_prog_CONVERT
="$ac_prog"
5932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5941 CONVERT
=$ac_cv_prog_CONVERT
5942 if test -n "$CONVERT"; then
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5944 $as_echo "$CONVERT" >&6; }
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5947 $as_echo "no" >&6; }
5951 test -n "$CONVERT" && break
5953 test -n "$CONVERT" || CONVERT
="false"
5955 for ac_prog
in icotool
5957 # Extract the first word of "$ac_prog", so it can be a program name with args.
5958 set dummy
$ac_prog; ac_word
=$2
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5960 $as_echo_n "checking for $ac_word... " >&6; }
5961 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5962 $as_echo_n "(cached) " >&6
5964 if test -n "$ICOTOOL"; then
5965 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5967 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5971 test -z "$as_dir" && as_dir
=.
5972 for ac_exec_ext
in '' $ac_executable_extensions; do
5973 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5974 ac_cv_prog_ICOTOOL
="$ac_prog"
5975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5984 ICOTOOL
=$ac_cv_prog_ICOTOOL
5985 if test -n "$ICOTOOL"; then
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5987 $as_echo "$ICOTOOL" >&6; }
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5990 $as_echo "no" >&6; }
5994 test -n "$ICOTOOL" && break
5996 test -n "$ICOTOOL" || ICOTOOL
="false"
5998 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5999 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6001 if test "$CONVERT" = false
6003 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6006 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6007 convert_version
=`convert --version | head -n1`
6008 if test "x$convert_version" != "x"
6010 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6011 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6012 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6017 if test "$CONVERT" = false
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6020 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6021 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6024 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6028 if test "$ICOTOOL" = false
6030 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6033 $as_echo_n "checking for recent enough icotool... " >&6; }
6034 icotool_version
=`icotool --version | head -n1`
6035 if test "x$icotool_version" != "x"
6037 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6038 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6039 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6042 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6045 if test "$ICOTOOL" = false
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6048 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6049 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6052 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6058 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6061 test "x$with_gettext" != xno || MSGFMT
=false
6062 if test "$MSGFMT" != "false"
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6065 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6066 cat >conftest.po
<<EOF
6072 if $MSGFMT -o /dev
/null conftest.po
2>&5
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6075 $as_echo "yes" >&6; }
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6078 $as_echo "no" >&6; }
6082 if test "$MSGFMT" = false
; then :
6083 case "x$with_gettext" in
6084 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6086 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6087 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6093 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6094 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6095 $as_echo_n "(cached) " >&6
6097 ac_check_lib_save_LIBS
=$LIBS
6099 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6100 /* end confdefs.h. */
6102 /* Override any GCC internal prototype to avoid an error.
6103 Use char because int might match the return type of a GCC
6104 builtin and then its argument prototype would still apply. */
6108 char i386_set_ldt ();
6112 return i386_set_ldt ();
6117 if ac_fn_c_try_link
"$LINENO"; then :
6118 ac_cv_lib_i386_i386_set_ldt
=yes
6120 ac_cv_lib_i386_i386_set_ldt
=no
6122 rm -f core conftest.err conftest.
$ac_objext \
6123 conftest
$ac_exeext conftest.
$ac_ext
6124 LIBS
=$ac_check_lib_save_LIBS
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6127 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6128 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6129 cat >>confdefs.h
<<_ACEOF
6130 #define HAVE_LIBI386 1
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6138 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6139 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6140 $as_echo_n "(cached) " >&6
6142 ac_check_lib_save_LIBS
=$LIBS
6143 LIBS
="-lossaudio $LIBS"
6144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6145 /* end confdefs.h. */
6147 /* Override any GCC internal prototype to avoid an error.
6148 Use char because int might match the return type of a GCC
6149 builtin and then its argument prototype would still apply. */
6157 return _oss_ioctl ();
6162 if ac_fn_c_try_link
"$LINENO"; then :
6163 ac_cv_lib_ossaudio__oss_ioctl
=yes
6165 ac_cv_lib_ossaudio__oss_ioctl
=no
6167 rm -f core conftest.err conftest.
$ac_objext \
6168 conftest
$ac_exeext conftest.
$ac_ext
6169 LIBS
=$ac_check_lib_save_LIBS
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6172 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6173 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6174 cat >>confdefs.h
<<_ACEOF
6175 #define HAVE_LIBOSSAUDIO 1
6178 LIBS
="-lossaudio $LIBS"
6187 # Check whether --enable-largefile was given.
6188 if test "${enable_largefile+set}" = set; then :
6189 enableval
=$enable_largefile;
6192 if test "$enable_largefile" != no
; then
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6195 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6196 if ${ac_cv_sys_largefile_CC+:} false
; then :
6197 $as_echo_n "(cached) " >&6
6199 ac_cv_sys_largefile_CC
=no
6200 if test "$GCC" != yes; then
6203 # IRIX 6.2 and later do not support large files by default,
6204 # so use the C compiler's -n32 option if that helps.
6205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6206 /* end confdefs.h. */
6207 #include <sys/types.h>
6208 /* Check that off_t can represent 2**63 - 1 correctly.
6209 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6210 since some C++ compilers masquerading as C compilers
6211 incorrectly reject 9223372036854775807. */
6212 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6213 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6214 && LARGE_OFF_T % 2147483647 == 1)
6224 if ac_fn_c_try_compile
"$LINENO"; then :
6227 rm -f core conftest.err conftest.
$ac_objext
6229 if ac_fn_c_try_compile
"$LINENO"; then :
6230 ac_cv_sys_largefile_CC
=' -n32'; break
6232 rm -f core conftest.err conftest.
$ac_objext
6236 rm -f conftest.
$ac_ext
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6240 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6241 if test "$ac_cv_sys_largefile_CC" != no
; then
6242 CC
=$CC$ac_cv_sys_largefile_CC
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6246 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6247 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6248 $as_echo_n "(cached) " >&6
6251 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6252 /* end confdefs.h. */
6253 #include <sys/types.h>
6254 /* Check that off_t can represent 2**63 - 1 correctly.
6255 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6256 since some C++ compilers masquerading as C compilers
6257 incorrectly reject 9223372036854775807. */
6258 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6259 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6260 && LARGE_OFF_T % 2147483647 == 1)
6270 if ac_fn_c_try_compile
"$LINENO"; then :
6271 ac_cv_sys_file_offset_bits
=no
; break
6273 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6274 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6275 /* end confdefs.h. */
6276 #define _FILE_OFFSET_BITS 64
6277 #include <sys/types.h>
6278 /* Check that off_t can represent 2**63 - 1 correctly.
6279 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6280 since some C++ compilers masquerading as C compilers
6281 incorrectly reject 9223372036854775807. */
6282 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6283 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6284 && LARGE_OFF_T % 2147483647 == 1)
6294 if ac_fn_c_try_compile
"$LINENO"; then :
6295 ac_cv_sys_file_offset_bits
=64; break
6297 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6298 ac_cv_sys_file_offset_bits
=unknown
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6303 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6304 case $ac_cv_sys_file_offset_bits in #(
6307 cat >>confdefs.h
<<_ACEOF
6308 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6313 if test $ac_cv_sys_file_offset_bits = unknown
; then
6314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6315 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6316 if ${ac_cv_sys_large_files+:} false
; then :
6317 $as_echo_n "(cached) " >&6
6320 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6321 /* end confdefs.h. */
6322 #include <sys/types.h>
6323 /* Check that off_t can represent 2**63 - 1 correctly.
6324 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6325 since some C++ compilers masquerading as C compilers
6326 incorrectly reject 9223372036854775807. */
6327 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6328 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6329 && LARGE_OFF_T % 2147483647 == 1)
6339 if ac_fn_c_try_compile
"$LINENO"; then :
6340 ac_cv_sys_large_files
=no
; break
6342 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6344 /* end confdefs.h. */
6345 #define _LARGE_FILES 1
6346 #include <sys/types.h>
6347 /* Check that off_t can represent 2**63 - 1 correctly.
6348 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6349 since some C++ compilers masquerading as C compilers
6350 incorrectly reject 9223372036854775807. */
6351 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6352 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6353 && LARGE_OFF_T % 2147483647 == 1)
6363 if ac_fn_c_try_compile
"$LINENO"; then :
6364 ac_cv_sys_large_files
=1; break
6366 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6367 ac_cv_sys_large_files
=unknown
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6372 $as_echo "$ac_cv_sys_large_files" >&6; }
6373 case $ac_cv_sys_large_files in #(
6376 cat >>confdefs.h
<<_ACEOF
6377 #define _LARGE_FILES $ac_cv_sys_large_files
6389 ac_cpp
='$CPP $CPPFLAGS'
6390 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6391 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6392 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6394 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6395 # On Suns, sometimes $CPP names a directory.
6396 if test -n "$CPP" && test -d "$CPP"; then
6399 if test -z "$CPP"; then
6400 if ${ac_cv_prog_CPP+:} false
; then :
6401 $as_echo_n "(cached) " >&6
6403 # Double quotes because CPP needs to be expanded
6404 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6407 for ac_c_preproc_warn_flag
in '' yes
6409 # Use a header file that comes with gcc, so configuring glibc
6410 # with a fresh cross-compiler works.
6411 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6412 # <limits.h> exists even on freestanding compilers.
6413 # On the NeXT, cc -E runs the code through the compiler's parser,
6414 # not just through cpp. "Syntax error" is here to catch this case.
6415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6416 /* end confdefs.h. */
6418 # include <limits.h>
6420 # include <assert.h>
6424 if ac_fn_c_try_cpp
"$LINENO"; then :
6427 # Broken: fails on valid input.
6430 rm -f conftest.err conftest.i conftest.
$ac_ext
6432 # OK, works on sane cases. Now check whether nonexistent headers
6433 # can be detected and how.
6434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6435 /* end confdefs.h. */
6436 #include <ac_nonexistent.h>
6438 if ac_fn_c_try_cpp
"$LINENO"; then :
6439 # Broken: success on invalid input.
6442 # Passes both tests.
6446 rm -f conftest.err conftest.i conftest.
$ac_ext
6449 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6450 rm -f conftest.i conftest.err conftest.
$ac_ext
6451 if $ac_preproc_ok; then :
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6464 $as_echo "$CPP" >&6; }
6466 for ac_c_preproc_warn_flag
in '' yes
6468 # Use a header file that comes with gcc, so configuring glibc
6469 # with a fresh cross-compiler works.
6470 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6471 # <limits.h> exists even on freestanding compilers.
6472 # On the NeXT, cc -E runs the code through the compiler's parser,
6473 # not just through cpp. "Syntax error" is here to catch this case.
6474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6475 /* end confdefs.h. */
6477 # include <limits.h>
6479 # include <assert.h>
6483 if ac_fn_c_try_cpp
"$LINENO"; then :
6486 # Broken: fails on valid input.
6489 rm -f conftest.err conftest.i conftest.
$ac_ext
6491 # OK, works on sane cases. Now check whether nonexistent headers
6492 # can be detected and how.
6493 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6494 /* end confdefs.h. */
6495 #include <ac_nonexistent.h>
6497 if ac_fn_c_try_cpp
"$LINENO"; then :
6498 # Broken: success on invalid input.
6501 # Passes both tests.
6505 rm -f conftest.err conftest.i conftest.
$ac_ext
6508 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6509 rm -f conftest.i conftest.err conftest.
$ac_ext
6510 if $ac_preproc_ok; then :
6513 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6514 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6515 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6516 See \`config.log' for more details" "$LINENO" 5; }
6520 ac_cpp
='$CPP $CPPFLAGS'
6521 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6522 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6523 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6527 $as_echo_n "checking for ANSI C header files... " >&6; }
6528 if ${ac_cv_header_stdc+:} false
; then :
6529 $as_echo_n "(cached) " >&6
6531 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6532 /* end confdefs.h. */
6546 if ac_fn_c_try_compile
"$LINENO"; then :
6547 ac_cv_header_stdc
=yes
6549 ac_cv_header_stdc
=no
6551 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6553 if test $ac_cv_header_stdc = yes; then
6554 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6556 /* end confdefs.h. */
6560 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6561 $EGREP "memchr" >/dev
/null
2>&1; then :
6564 ac_cv_header_stdc
=no
6570 if test $ac_cv_header_stdc = yes; then
6571 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6573 /* end confdefs.h. */
6577 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6578 $EGREP "free" >/dev
/null
2>&1; then :
6581 ac_cv_header_stdc
=no
6587 if test $ac_cv_header_stdc = yes; then
6588 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6589 if test "$cross_compiling" = yes; then :
6592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6593 /* end confdefs.h. */
6596 #if ((' ' & 0x0FF) == 0x020)
6597 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6598 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6600 # define ISLOWER(c) \
6601 (('a' <= (c) && (c) <= 'i') \
6602 || ('j' <= (c) && (c) <= 'r') \
6603 || ('s' <= (c) && (c) <= 'z'))
6604 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6607 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6612 for (i = 0; i < 256; i++)
6613 if (XOR (islower (i), ISLOWER (i))
6614 || toupper (i) != TOUPPER (i))
6619 if ac_fn_c_try_run
"$LINENO"; then :
6622 ac_cv_header_stdc
=no
6624 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6625 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6631 $as_echo "$ac_cv_header_stdc" >&6; }
6632 if test $ac_cv_header_stdc = yes; then
6634 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6638 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6639 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6640 inttypes.h stdint.h unistd.h
6642 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6643 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6645 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6646 cat >>confdefs.h
<<_ACEOF
6647 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6657 ApplicationServices
/ApplicationServices.h \
6658 AudioToolbox
/AudioConverter.h \
6659 AudioUnit
/AudioUnit.h \
6660 AudioUnit
/AudioComponent.h \
6663 CoreAudio
/CoreAudio.h \
6664 CoreServices
/CoreServices.h \
6665 DiskArbitration
/DiskArbitration.h \
6667 IOKit
/hid
/IOHIDLib.h \
6670 QuickTime
/ImageCompression.h \
6671 Security
/Security.h \
6722 netinet
/in_systm.h \
6785 valgrind
/memcheck.h \
6786 valgrind
/valgrind.h \
6790 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6791 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6792 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6793 cat >>confdefs.h
<<_ACEOF
6794 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6802 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6803 if ${ac_cv_header_stat_broken+:} false
; then :
6804 $as_echo_n "(cached) " >&6
6806 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6807 /* end confdefs.h. */
6808 #include <sys/types.h>
6809 #include <sys/stat.h>
6811 #if defined S_ISBLK && defined S_IFDIR
6812 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6815 #if defined S_ISBLK && defined S_IFCHR
6816 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6819 #if defined S_ISLNK && defined S_IFREG
6820 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6823 #if defined S_ISSOCK && defined S_IFREG
6824 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6828 if ac_fn_c_try_compile
"$LINENO"; then :
6829 ac_cv_header_stat_broken
=no
6831 ac_cv_header_stat_broken
=yes
6833 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6836 $as_echo "$ac_cv_header_stat_broken" >&6; }
6837 if test $ac_cv_header_stat_broken = yes; then
6839 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6845 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6847 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6848 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6849 #ifdef HAVE_SYS_PARAM_H
6850 # include <sys/param.h>
6853 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6854 cat >>confdefs.h
<<_ACEOF
6855 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6870 netinet
/if_ether.h \
6871 netinet
/if_inarp.h \
6880 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6881 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6882 #ifdef HAVE_SYS_SOCKET_H
6883 # include <sys/socket.h>
6885 #ifdef HAVE_SYS_SOCKETVAR_H
6886 # include <sys/socketvar.h>
6888 #ifdef HAVE_NET_ROUTE_H
6889 # include <net/route.h>
6891 #ifdef HAVE_NETINET_IN_H
6892 # include <netinet/in.h>
6894 #ifdef HAVE_NETINET_IN_SYSTM_H
6895 # include <netinet/in_systm.h>
6897 #ifdef HAVE_NET_IF_H
6898 # include <net/if.h>
6900 #ifdef HAVE_NETINET_IP_H
6901 # include <netinet/ip.h>
6904 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6905 cat >>confdefs.h
<<_ACEOF
6906 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6914 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6916 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6917 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6921 #ifdef HAVE_SYS_SOCKET_H
6922 # include <sys/socket.h>
6924 #ifdef HAVE_SYS_SOCKETVAR_H
6925 # include <sys/socketvar.h>
6927 #ifdef HAVE_SYS_TIMEOUT_H
6928 # include <sys/timeout.h>
6930 #ifdef HAVE_NETINET_IN_H
6931 # include <netinet/in.h>
6933 #ifdef HAVE_NETINET_IN_SYSTM_H
6934 # include <netinet/in_systm.h>
6936 #ifdef HAVE_NETINET_IP_H
6937 # include <netinet/ip.h>
6939 #ifdef HAVE_NETINET_IP_VAR_H
6940 # include <netinet/ip_var.h>
6942 #ifdef HAVE_NETINET_IP_ICMP_H
6943 # include <netinet/ip_icmp.h>
6945 #ifdef HAVE_NETINET_UDP_H
6946 # include <netinet/udp.h>
6948 #ifdef HAVE_NETINET_TCP_H
6949 # include <netinet/tcp.h>
6951 #ifdef HAVE_NETINET_TCP_TIMER_H
6952 #include <netinet/tcp_timer.h>
6955 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6956 cat >>confdefs.h
<<_ACEOF
6957 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6965 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6967 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6968 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6969 #ifdef HAVE_ASM_TYPES_H
6970 # include <asm/types.h>
6972 #ifdef HAVE_SYS_SOCKET_H
6973 # include <sys/socket.h>
6975 #ifdef HAVE_LINUX_TYPES_H
6976 # include <linux/types.h>
6979 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6980 cat >>confdefs.h
<<_ACEOF
6981 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6989 for ac_header
in mach-o
/dyld_images.h
6991 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6992 # include <stdbool.h>
6994 #ifdef HAVE_STDINT_H
6995 # include <stdint.h>
6998 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6999 cat >>confdefs.h
<<_ACEOF
7000 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7008 for ac_header
in resolv.h
7010 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7011 #ifdef HAVE_SYS_SOCKET_H
7012 # include <sys/socket.h>
7014 #ifdef HAVE_NETINET_IN_H
7015 # include <netinet/in.h>
7017 #ifdef HAVE_ARPA_NAMESER_H
7018 # include <arpa/nameser.h>
7021 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7022 cat >>confdefs.h
<<_ACEOF
7023 #define HAVE_RESOLV_H 1
7031 for ac_header
in ifaddrs.h
7033 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7035 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7036 cat >>confdefs.h
<<_ACEOF
7037 #define HAVE_IFADDRS_H 1
7045 for ac_header
in sys
/ucontext.h
7047 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7049 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7050 cat >>confdefs.h
<<_ACEOF
7051 #define HAVE_SYS_UCONTEXT_H 1
7059 for ac_header
in sys
/thr.h
7061 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7062 #ifdef HAVE_SYS_UCONTEXT_H
7063 #include <sys/ucontext.h>
7066 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7067 cat >>confdefs.h
<<_ACEOF
7068 #define HAVE_SYS_THR_H 1
7076 for ac_header
in pthread_np.h
7078 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7079 #include <pthread.h>
7082 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7083 cat >>confdefs.h
<<_ACEOF
7084 #define HAVE_PTHREAD_NP_H 1
7092 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7094 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7095 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7096 #include <sys/time.h>
7098 #include <sys/types.h>
7099 #ifdef HAVE_ASM_TYPES_H
7100 #include <asm/types.h>
7103 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7104 cat >>confdefs.h
<<_ACEOF
7105 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7113 for ac_header
in libprocstat.h
7115 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7116 #include <sys/param.h>
7118 #ifdef HAVE_SYS_QUEUE_H
7119 #include <sys/queue.h>
7121 #ifdef HAVE_SYS_SOCKET_H
7122 #include <sys/socket.h>
7125 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7126 cat >>confdefs.h
<<_ACEOF
7127 #define HAVE_LIBPROCSTAT_H 1
7136 dlldir
="\${libdir}/wine"
7140 DLLFLAGS
="-D_REENTRANT"
7149 STATIC_IMPLIBEXT
="def.a"
7150 # Extract the first word of "ldd", so it can be a program name with args.
7151 set dummy ldd
; ac_word
=$2
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7153 $as_echo_n "checking for $ac_word... " >&6; }
7154 if ${ac_cv_path_LDD+:} false
; then :
7155 $as_echo_n "(cached) " >&6
7159 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7162 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7163 as_dummy
="/sbin:/usr/sbin:$PATH"
7164 for as_dir
in $as_dummy
7167 test -z "$as_dir" && as_dir
=.
7168 for ac_exec_ext
in '' $ac_executable_extensions; do
7169 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7170 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7178 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7183 if test -n "$LDD"; then
7184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7185 $as_echo "$LDD" >&6; }
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7188 $as_echo "no" >&6; }
7192 if test -n "$ac_tool_prefix"; then
7193 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7194 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7196 $as_echo_n "checking for $ac_word... " >&6; }
7197 if ${ac_cv_prog_OTOOL+:} false
; then :
7198 $as_echo_n "(cached) " >&6
7200 if test -n "$OTOOL"; then
7201 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7203 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7207 test -z "$as_dir" && as_dir
=.
7208 for ac_exec_ext
in '' $ac_executable_extensions; do
7209 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7210 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7220 OTOOL
=$ac_cv_prog_OTOOL
7221 if test -n "$OTOOL"; then
7222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7223 $as_echo "$OTOOL" >&6; }
7225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7226 $as_echo "no" >&6; }
7231 if test -z "$ac_cv_prog_OTOOL"; then
7233 # Extract the first word of "otool", so it can be a program name with args.
7234 set dummy otool
; ac_word
=$2
7235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7236 $as_echo_n "checking for $ac_word... " >&6; }
7237 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7238 $as_echo_n "(cached) " >&6
7240 if test -n "$ac_ct_OTOOL"; then
7241 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7243 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7247 test -z "$as_dir" && as_dir
=.
7248 for ac_exec_ext
in '' $ac_executable_extensions; do
7249 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7250 ac_cv_prog_ac_ct_OTOOL
="otool"
7251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7260 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7261 if test -n "$ac_ct_OTOOL"; then
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7263 $as_echo "$ac_ct_OTOOL" >&6; }
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7266 $as_echo "no" >&6; }
7269 if test "x$ac_ct_OTOOL" = x
; then
7272 case $cross_compiling:$ac_tool_warned in
7274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7275 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7276 ac_tool_warned
=yes ;;
7281 OTOOL
="$ac_cv_prog_OTOOL"
7284 if test -n "$ac_tool_prefix"; then
7285 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7286 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7288 $as_echo_n "checking for $ac_word... " >&6; }
7289 if ${ac_cv_prog_READELF+:} false
; then :
7290 $as_echo_n "(cached) " >&6
7292 if test -n "$READELF"; then
7293 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7295 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7299 test -z "$as_dir" && as_dir
=.
7300 for ac_exec_ext
in '' $ac_executable_extensions; do
7301 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7302 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7312 READELF
=$ac_cv_prog_READELF
7313 if test -n "$READELF"; then
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7315 $as_echo "$READELF" >&6; }
7317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7318 $as_echo "no" >&6; }
7323 if test -z "$ac_cv_prog_READELF"; then
7324 ac_ct_READELF
=$READELF
7325 # Extract the first word of "readelf", so it can be a program name with args.
7326 set dummy readelf
; ac_word
=$2
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7328 $as_echo_n "checking for $ac_word... " >&6; }
7329 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7330 $as_echo_n "(cached) " >&6
7332 if test -n "$ac_ct_READELF"; then
7333 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7335 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7339 test -z "$as_dir" && as_dir
=.
7340 for ac_exec_ext
in '' $ac_executable_extensions; do
7341 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7342 ac_cv_prog_ac_ct_READELF
="readelf"
7343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7352 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7353 if test -n "$ac_ct_READELF"; then
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7355 $as_echo "$ac_ct_READELF" >&6; }
7357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7358 $as_echo "no" >&6; }
7361 if test "x$ac_ct_READELF" = x
; then
7364 case $cross_compiling:$ac_tool_warned in
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7367 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7368 ac_tool_warned
=yes ;;
7370 READELF
=$ac_ct_READELF
7373 READELF
="$ac_cv_prog_READELF"
7376 wine_rules_file
=conf$
$rules.
make
7377 rm -f $wine_rules_file
7379 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7380 ALL_TEST_RESOURCES
=""
7383 wine_fn_append_file
()
7385 as_fn_append
$1 " \\$as_nl $2"
7388 wine_fn_ignore_file
()
7391 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7392 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7393 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7397 wine_fn_append_rule
()
7399 $as_echo "$1" >>$wine_rules_file
7404 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7407 wine_fn_depend_rules
()
7409 if wine_fn_has_flag config
7411 wine_fn_append_rule \
7412 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile config.status \$(MAKEDEP)
7413 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir
7414 depend: $ac_dir/depend
7415 .PHONY: $ac_dir/depend
7416 $ac_dir/depend: \$(MAKEDEP) dummy
7417 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir"
7419 wine_fn_append_rule \
7420 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7422 depend: $ac_dir/depend
7423 .PHONY: $ac_dir/depend
7424 $ac_dir/depend: \$(MAKEDEP) dummy
7425 \$(MAKEDEP) $ac_dir"
7429 wine_fn_pot_rules
()
7431 test "x$with_gettextpo" = xyes ||
return
7433 if wine_fn_has_flag mc
7435 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7436 wine_fn_append_rule \
7437 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7438 @cd $ac_dir && \$(MAKE) msg.pot
7439 $ac_dir/msg.pot: tools/wmc include"
7441 if wine_fn_has_flag po
7443 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7444 wine_fn_append_rule \
7445 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7446 @cd $ac_dir && \$(MAKE) rsrc.pot
7447 $ac_dir/rsrc.pot: tools/wrc include"
7451 wine_fn_all_rules
()
7453 wine_fn_depend_rules
7454 wine_fn_append_rule \
7457 $ac_dir: $ac_dir/Makefile dummy
7458 @cd $ac_dir && \$(MAKE)"
7461 wine_fn_install_rules
()
7463 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7465 wine_fn_append_rule \
7466 ".PHONY: $ac_dir/install $ac_dir/uninstall
7467 $ac_dir/install:: $ac_dir
7468 @cd $ac_dir && \$(MAKE) install
7469 $ac_dir/uninstall:: $ac_dir/Makefile
7470 @cd $ac_dir && \$(MAKE) uninstall
7471 install:: $ac_dir/install
7472 __uninstall__: $ac_dir/uninstall"
7474 if wine_fn_has_flag install-lib
7476 wine_fn_append_rule \
7477 ".PHONY: $ac_dir/install-lib
7478 $ac_dir/install-lib:: $ac_dir
7479 @cd $ac_dir && \$(MAKE) install-lib
7480 install-lib:: $ac_dir/install-lib"
7483 if wine_fn_has_flag install-dev
7485 wine_fn_append_rule \
7486 ".PHONY: $ac_dir/install-dev
7487 $ac_dir/install-dev:: $ac_dir
7488 @cd $ac_dir && \$(MAKE) install-dev
7489 install-dev:: $ac_dir/install-dev"
7493 wine_fn_clean_rules
()
7496 ac_extraclean
="$ac_dir/Makefile"
7497 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7499 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7502 if wine_fn_has_flag clean
7504 wine_fn_append_rule \
7505 "__clean__: $ac_dir/clean
7506 .PHONY: $ac_dir/clean
7507 $ac_dir/clean: $ac_dir/Makefile
7508 @cd $ac_dir && \$(MAKE) clean
7509 \$(RM) $ac_extraclean"
7511 wine_fn_append_rule \
7512 "__clean__: $ac_dir/clean
7513 .PHONY: $ac_dir/clean
7514 $ac_dir/clean: dummy
7515 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7519 wine_fn_disabled_rules
()
7522 ac_extraclean
="$ac_dir/Makefile"
7523 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7525 wine_fn_append_rule \
7526 "__clean__: $ac_dir/clean
7527 .PHONY: $ac_dir/clean
7528 $ac_dir/clean: dummy
7529 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7532 wine_fn_config_makefile
()
7538 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7539 wine_fn_disabled_rules
; return
7542 wine_fn_install_rules
7546 wine_fn_config_lib
()
7550 ac_dir
=dlls
/$ac_name
7553 if test "x$enable_tools" = xno
; then :
7556 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7561 wine_fn_append_rule \
7562 ".PHONY: $ac_dir/install $ac_dir/uninstall
7563 $ac_dir/install:: $ac_dir
7564 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7566 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7567 install install-dev:: $ac_dir/install
7568 __uninstall__: $ac_dir/uninstall
7569 __builddeps__: $ac_dir
7573 wine_fn_config_dll
()
7576 ac_dir
=dlls
/$ac_name
7579 ac_implib
=${4:-$ac_name}
7580 ac_file
=$ac_dir/lib
$ac_implib
7585 if test "x$enable_tools" = xno
; then :
7588 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7591 *16) ac_implibflags
=" -m16" ;;
7593 *) ac_dll
=$ac_dll.dll
;;
7597 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7598 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7599 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7600 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7602 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7603 if wine_fn_has_flag implib
&& test "$ac_enable" != enable_win16
7605 wine_fn_depend_rules
7606 wine_fn_clean_rules
$ac_clean
7608 wine_fn_disabled_rules
$ac_clean
7613 wine_fn_clean_rules
$ac_clean
7614 wine_fn_append_rule \
7615 "$ac_dir: __builddeps__
7616 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7617 @cd $ac_dir && \$(MAKE) \$@
7618 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7619 install install-lib:: $ac_dir/install-lib
7620 __uninstall__: $ac_dir/uninstall"
7621 if test -n "$DLLEXT"
7623 wine_fn_append_rule \
7624 "$ac_dir/install-lib:: $ac_dir
7625 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7626 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7628 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7630 wine_fn_append_rule \
7631 "$ac_dir/install-lib:: $ac_dir
7632 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7634 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7640 if wine_fn_has_flag staticimplib
7642 wine_fn_append_rule \
7643 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7644 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7645 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7646 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7647 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7648 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7649 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7650 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7651 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7653 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7654 install install-dev:: $ac_dir/install-dev
7655 __uninstall__: $ac_dir/uninstall"
7657 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7659 wine_fn_append_rule \
7660 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7661 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7663 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7666 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7668 wine_fn_append_rule \
7669 "__builddeps__: $ac_file.cross.a
7670 $ac_file.cross.a: $ac_dir/Makefile dummy
7671 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7674 elif wine_fn_has_flag implib
7676 wine_fn_append_rule \
7677 "__builddeps__: $ac_file.$IMPLIBEXT
7678 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7679 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7680 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7681 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7682 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7683 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7684 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7686 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7687 install install-dev:: $ac_dir/install-dev
7688 __uninstall__: $ac_dir/uninstall"
7689 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7691 wine_fn_append_rule \
7692 "__builddeps__: $ac_file.cross.a
7693 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7694 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7697 if test "$ac_name" != "$ac_implib"
7699 wine_fn_append_rule \
7700 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7701 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7702 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7704 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7705 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7706 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7708 wine_fn_append_rule \
7709 "__builddeps__: dlls/lib$ac_implib.cross.a
7710 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7711 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7713 \$(RM) dlls/lib$ac_implib.cross.a"
7714 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7720 wine_fn_config_program
()
7723 ac_dir
=programs
/$ac_name
7730 *) ac_program
=$ac_program.exe
;;
7734 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7735 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7736 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7737 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7739 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7740 wine_fn_disabled_rules
$ac_clean; return
7744 wine_fn_clean_rules
$ac_clean
7745 wine_fn_append_rule
"$ac_dir: __builddeps__"
7748 wine_fn_has_flag
install ||
return
7749 wine_fn_append_rule \
7750 ".PHONY: $ac_dir/install $ac_dir/uninstall
7751 install install-lib:: $ac_dir/install
7752 __uninstall__: $ac_dir/uninstall"
7754 if test -n "$DLLEXT"
7756 wine_fn_append_rule \
7757 "$ac_dir/install:: $ac_dir
7758 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7759 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7761 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7763 if test -z "$with_wine64" && wine_fn_has_flag installbin
7765 wine_fn_append_rule \
7766 "$ac_dir/install:: __tooldeps__
7767 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7769 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7772 wine_fn_append_rule \
7773 "$ac_dir/install:: $ac_dir
7774 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7776 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7779 if test -z "$with_wine64" && wine_fn_has_flag manpage
7781 wine_fn_append_rule \
7782 "$ac_dir/install:: $ac_dir
7783 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7785 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7789 wine_fn_config_test
()
7796 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7797 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7799 if test "x$enable_tests" = xno
; then :
7800 wine_fn_disabled_rules
$ac_clean; return
7803 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7805 wine_fn_clean_rules
$ac_clean
7807 wine_fn_append_rule \
7808 "$ac_dir: programs/winetest/Makefile __builddeps__
7809 programs/winetest: $ac_dir
7810 check test: $ac_dir/test
7811 .PHONY: $ac_dir/test
7813 @cd $ac_dir && \$(MAKE) test
7815 \$(RM) $ac_dir/*.ok"
7817 if test -n "$CROSSTARGET"
7819 wine_fn_append_rule \
7820 "crosstest: $ac_dir/crosstest
7821 .PHONY: $ac_dir/crosstest
7822 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7823 @cd $ac_dir && \$(MAKE) crosstest"
7827 wine_fn_config_tool
()
7831 if test "x$enable_tools" = xno
; then :
7836 wine_fn_install_rules
7839 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7840 wine_fn_append_rule
"$ac_dir: libs/port"
7842 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7846 wine_fn_config_symlink
()
7849 if test "x$1" = "x-d"
7855 wine_fn_append_rule \
7857 @./config.status \$@
7860 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7861 test -n "$ac_linkdir" ||
return
7862 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7866 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7867 loader_programs
="$wine_binary"
7868 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7877 if test -n "$ac_tool_prefix"; then
7878 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7879 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7881 $as_echo_n "checking for $ac_word... " >&6; }
7882 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7883 $as_echo_n "(cached) " >&6
7885 if test -n "$DLLTOOL"; then
7886 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7888 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7892 test -z "$as_dir" && as_dir
=.
7893 for ac_exec_ext
in '' $ac_executable_extensions; do
7894 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7895 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7905 DLLTOOL
=$ac_cv_prog_DLLTOOL
7906 if test -n "$DLLTOOL"; then
7907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7908 $as_echo "$DLLTOOL" >&6; }
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7911 $as_echo "no" >&6; }
7916 if test -z "$ac_cv_prog_DLLTOOL"; then
7917 ac_ct_DLLTOOL
=$DLLTOOL
7918 # Extract the first word of "dlltool", so it can be a program name with args.
7919 set dummy dlltool
; ac_word
=$2
7920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7921 $as_echo_n "checking for $ac_word... " >&6; }
7922 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7923 $as_echo_n "(cached) " >&6
7925 if test -n "$ac_ct_DLLTOOL"; then
7926 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7928 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7932 test -z "$as_dir" && as_dir
=.
7933 for ac_exec_ext
in '' $ac_executable_extensions; do
7934 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7935 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7945 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7946 if test -n "$ac_ct_DLLTOOL"; then
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7948 $as_echo "$ac_ct_DLLTOOL" >&6; }
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7951 $as_echo "no" >&6; }
7954 if test "x$ac_ct_DLLTOOL" = x
; then
7957 case $cross_compiling:$ac_tool_warned in
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7960 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7961 ac_tool_warned
=yes ;;
7963 DLLTOOL
=$ac_ct_DLLTOOL
7966 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7972 STATIC_IMPLIBEXT
="a"
7973 enable_iphlpapi
=${enable_iphlpapi:-no}
7974 enable_kernel32
=${enable_kernel32:-no}
7975 enable_msvcrt
=${enable_msvcrt:-no}
7976 enable_ntdll
=${enable_ntdll:-no}
7977 enable_ws2_32
=${enable_ws2_32:-no}
7978 enable_loader
=${enable_loader:-no}
7979 enable_server
=${enable_server:-no}
7980 with_x
=${with_x:-no}
7981 with_pthread
=${with_pthread:-no}
7987 SOCKET_LIBS
="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7991 libwine_targets
="libwine.dll libwine.a"
7993 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7995 all: libwine.dll libwine.a
7997 libwine.a: \$(srcdir)/wine.def
7998 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
8000 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
8001 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
8003 install install-lib:: libwine.dll
8004 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
8006 install install-dev:: libwine.a
8007 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
8010 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
8016 for ac_header
in libunwind.h
8018 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8019 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8020 cat >>confdefs.h
<<_ACEOF
8021 #define HAVE_LIBUNWIND_H 1
8029 DLLFLAGS
="$DLLFLAGS -fPIC"
8030 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8031 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8032 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8033 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8035 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8037 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8039 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8041 CORESERVICES_LIBS
="-framework CoreServices"
8043 APPKIT_LIBS
="-framework AppKit"
8045 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8047 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8048 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8049 $as_echo_n "(cached) " >&6
8051 ac_wine_try_cflags_saved
=$CFLAGS
8052 CFLAGS
="$CFLAGS -Wl,-no_pie"
8053 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8054 /* end confdefs.h. */
8055 int main(int argc, char **argv) { return 0; }
8057 if ac_fn_c_try_link
"$LINENO"; then :
8058 ac_cv_cflags__Wl__no_pie
=yes
8060 ac_cv_cflags__Wl__no_pie
=no
8062 rm -f core conftest.err conftest.
$ac_objext \
8063 conftest
$ac_exeext conftest.
$ac_ext
8064 CFLAGS
=$ac_wine_try_cflags_saved
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8067 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8068 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8069 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8071 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8073 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8076 if test "$ac_cv_header_Security_Security_h" = "yes"
8078 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8080 ac_save_LIBS
="$LIBS"
8081 LIBS
="$LIBS $SECURITY_LIBS"
8082 for ac_func
in SSLCopyPeerCertificates
8084 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8085 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8086 cat >>confdefs.h
<<_ACEOF
8087 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8093 LIBS
="$ac_save_LIBS"
8094 with_gnutls
=${with_gnutls:-no}
8096 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8098 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8100 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8103 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8106 ac_save_LIBS
="$LIBS"
8107 LIBS
="$LIBS $COREAUDIO_LIBS"
8108 for ac_func
in AUGraphAddNode
8110 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8111 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8112 cat >>confdefs.h
<<_ACEOF
8113 #define HAVE_AUGRAPHADDNODE 1
8119 LIBS
="$ac_save_LIBS"
8121 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8123 OPENAL_LIBS
="-framework OpenAL"
8126 cat >>confdefs.h
<<_ACEOF
8127 #define HAVE_OPENAL 1
8130 ac_cv_lib_openal
=yes
8132 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8134 OPENCL_LIBS
="-framework OpenCL"
8136 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8138 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8140 ac_save_LIBS
="$LIBS"
8141 LIBS
="$LIBS $IOKIT_LIBS"
8142 for ac_func
in IOHIDManagerCreate
8144 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8145 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8146 cat >>confdefs.h
<<_ACEOF
8147 #define HAVE_IOHIDMANAGERCREATE 1
8153 LIBS
="$ac_save_LIBS"
8155 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8157 ac_save_LIBS
="$LIBS"
8158 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8160 $as_echo_n "checking for the QuickTime framework... " >&6; }
8161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8162 /* end confdefs.h. */
8163 #include <QuickTime/ImageCompression.h>
8167 CodecManagerVersion(NULL);
8172 if ac_fn_c_try_link
"$LINENO"; then :
8173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8174 $as_echo "yes" >&6; }
8175 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8177 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8180 $as_echo "no" >&6; }
8181 ac_cv_header_QuickTime_ImageCompression_h
=no
8183 rm -f core conftest.err conftest.
$ac_objext \
8184 conftest
$ac_exeext conftest.
$ac_ext
8185 LIBS
="$ac_save_LIBS"
8187 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8189 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8191 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8193 CARBON_LIBS
="-framework Carbon"
8197 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8199 ac_save_LIBS
="$LIBS"
8200 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8201 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8202 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8203 enable_winemac_drv
=${enable_winemac_drv:-yes}
8206 LIBS
="$ac_save_LIBS"
8209 if test "x$enable_win16" = "xyes"
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8212 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8213 if test "$cross_compiling" = yes; then :
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8215 $as_echo "cross-compiling, assuming yes" >&6; }
8217 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8218 /* end confdefs.h. */
8221 "good:\tnop;nop\n\t"
8222 ".globl _testfunc\n"
8223 "_testfunc:\tcallw good");
8224 extern void testfunc();
8228 unsigned short *p = (unsigned short *)testfunc;
8229 return p[0] != 0xe866 || p[1] != 0xfffa
8234 if ac_fn_c_try_run
"$LINENO"; then :
8235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8236 $as_echo "yes" >&6; }
8238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8239 $as_echo "no" >&6; }
8240 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
8242 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8243 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8248 libwine_targets
="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8250 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8254 libwine.$libwine_version.dylib: \$(OBJS)
8255 \$(CC) -dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8257 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8258 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8260 libwine.dylib: libwine.$libwine_soversion.dylib
8261 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8263 install install-lib:: libwine.$libwine_version.dylib
8264 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8265 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8267 install install-dev::
8268 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8271 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8275 as_fn_append LOADER_RULES
"
8276 ${wine_binary}_OBJS = main.o
8277 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8278 $wine_binary $wine_binary-installed: wine_info.plist
8283 DLLFLAGS
="$DLLFLAGS -fPIC"
8287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8288 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8289 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8290 $as_echo_n "(cached) " >&6
8292 ac_wine_try_cflags_saved
=$CFLAGS
8293 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8294 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8295 /* end confdefs.h. */
8296 int main(int argc, char **argv) { return 0; }
8298 if ac_fn_c_try_link
"$LINENO"; then :
8299 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8301 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8303 rm -f core conftest.err conftest.
$ac_objext \
8304 conftest
$ac_exeext conftest.
$ac_ext
8305 CFLAGS
=$ac_wine_try_cflags_saved
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8308 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8309 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8310 LDEXECFLAGS
="-Wl,--export-dynamic"
8312 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8314 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8315 if eval \
${$as_ac_var+:} false
; then :
8316 $as_echo_n "(cached) " >&6
8318 ac_wine_try_cflags_saved
=$CFLAGS
8319 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8320 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8321 /* end confdefs.h. */
8322 int main(int argc, char **argv) { return 0; }
8324 if ac_fn_c_try_link
"$LINENO"; then :
8325 eval "$as_ac_var=yes"
8327 eval "$as_ac_var=no"
8329 rm -f core conftest.err conftest.
$ac_objext \
8330 conftest
$ac_exeext conftest.
$ac_ext
8331 CFLAGS
=$ac_wine_try_cflags_saved
8333 eval ac_res
=\$
$as_ac_var
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8335 $as_echo "$ac_res" >&6; }
8336 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8337 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8338 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8340 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8342 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8343 if eval \
${$as_ac_var+:} false
; then :
8344 $as_echo_n "(cached) " >&6
8346 ac_wine_try_cflags_saved
=$CFLAGS
8347 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8348 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8349 /* end confdefs.h. */
8350 int main(int argc, char **argv) { return 0; }
8352 if ac_fn_c_try_link
"$LINENO"; then :
8353 eval "$as_ac_var=yes"
8355 eval "$as_ac_var=no"
8357 rm -f core conftest.err conftest.
$ac_objext \
8358 conftest
$ac_exeext conftest.
$ac_ext
8359 CFLAGS
=$ac_wine_try_cflags_saved
8361 eval ac_res
=\$
$as_ac_var
8362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8363 $as_echo "$ac_res" >&6; }
8364 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8365 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8366 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8371 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8372 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8373 $as_echo_n "(cached) " >&6
8375 ac_wine_try_cflags_saved
=$CFLAGS
8376 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8377 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8378 /* end confdefs.h. */
8379 int main(int argc, char **argv) { return 0; }
8381 if ac_fn_c_try_link
"$LINENO"; then :
8382 ac_cv_cflags__Wl___enable_new_dtags
=yes
8384 ac_cv_cflags__Wl___enable_new_dtags
=no
8386 rm -f core conftest.err conftest.
$ac_objext \
8387 conftest
$ac_exeext conftest.
$ac_ext
8388 CFLAGS
=$ac_wine_try_cflags_saved
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8391 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8392 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8393 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8397 *i
[3456789]86* | x86_64
)
8398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8399 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8400 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8401 $as_echo_n "(cached) " >&6
8403 ac_wine_try_cflags_saved
=$CFLAGS
8404 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8406 /* end confdefs.h. */
8407 int main(int argc, char **argv) { return 0; }
8409 if ac_fn_c_try_link
"$LINENO"; then :
8410 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8412 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8414 rm -f core conftest.err conftest.
$ac_objext \
8415 conftest
$ac_exeext conftest.
$ac_ext
8416 CFLAGS
=$ac_wine_try_cflags_saved
8418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8419 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8420 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8421 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8426 libwine_targets
="libwine.so"
8428 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8432 libwine.so: \$(OBJS)
8433 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8435 install install-lib:: libwine.so
8436 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8439 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8443 as_fn_append LOADER_RULES
"
8444 ${wine_binary}_OBJS = main.o
8445 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8450 DLLFLAGS
="$DLLFLAGS -fPIC"
8452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8453 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8454 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8455 $as_echo_n "(cached) " >&6
8457 ac_wine_try_cflags_saved
=$CFLAGS
8458 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8459 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8460 /* end confdefs.h. */
8463 if ac_fn_c_try_link
"$LINENO"; then :
8464 ac_cv_c_dll_gnuelf
="yes"
8466 ac_cv_c_dll_gnuelf
="no"
8468 rm -f core conftest.err conftest.
$ac_objext \
8469 conftest
$ac_exeext conftest.
$ac_ext
8470 CFLAGS
=$ac_wine_try_cflags_saved
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8473 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8474 if test "$ac_cv_c_dll_gnuelf" = "yes"
8476 LDSHARED
="\$(CC) -shared"
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8478 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8479 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8480 $as_echo_n "(cached) " >&6
8482 ac_wine_try_cflags_saved
=$CFLAGS
8483 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8484 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8485 /* end confdefs.h. */
8486 int main(int argc, char **argv) { return 0; }
8488 if ac_fn_c_try_link
"$LINENO"; then :
8489 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8491 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8493 rm -f core conftest.err conftest.
$ac_objext \
8494 conftest
$ac_exeext conftest.
$ac_ext
8495 CFLAGS
=$ac_wine_try_cflags_saved
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8498 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8499 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8500 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8503 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8504 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8505 $as_echo_n "(cached) " >&6
8507 ac_wine_try_cflags_saved
=$CFLAGS
8508 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8509 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8510 /* end confdefs.h. */
8511 int main(int argc, char **argv) { return 0; }
8513 if ac_fn_c_try_link
"$LINENO"; then :
8514 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8516 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8518 rm -f core conftest.err conftest.
$ac_objext \
8519 conftest
$ac_exeext conftest.
$ac_ext
8520 CFLAGS
=$ac_wine_try_cflags_saved
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8523 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8524 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8525 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8529 echo '{ global: *; };' >conftest.map
8530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8531 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8532 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8533 $as_echo_n "(cached) " >&6
8535 ac_wine_try_cflags_saved
=$CFLAGS
8536 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8537 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8538 /* end confdefs.h. */
8539 int main(int argc, char **argv) { return 0; }
8541 if ac_fn_c_try_link
"$LINENO"; then :
8542 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8544 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8546 rm -f core conftest.err conftest.
$ac_objext \
8547 conftest
$ac_exeext conftest.
$ac_ext
8548 CFLAGS
=$ac_wine_try_cflags_saved
8550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8551 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8552 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8553 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8558 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8559 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8560 $as_echo_n "(cached) " >&6
8562 ac_wine_try_cflags_saved
=$CFLAGS
8563 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8564 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8565 /* end confdefs.h. */
8566 int main(int argc, char **argv) { return 0; }
8568 if ac_fn_c_try_link
"$LINENO"; then :
8569 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8571 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8573 rm -f core conftest.err conftest.
$ac_objext \
8574 conftest
$ac_exeext conftest.
$ac_ext
8575 CFLAGS
=$ac_wine_try_cflags_saved
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8578 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8579 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8580 LDEXECFLAGS
="-Wl,--export-dynamic"
8583 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8585 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8586 if eval \
${$as_ac_var+:} false
; then :
8587 $as_echo_n "(cached) " >&6
8589 ac_wine_try_cflags_saved
=$CFLAGS
8590 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8591 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8592 /* end confdefs.h. */
8593 int main(int argc, char **argv) { return 0; }
8595 if ac_fn_c_try_link
"$LINENO"; then :
8596 eval "$as_ac_var=yes"
8598 eval "$as_ac_var=no"
8600 rm -f core conftest.err conftest.
$ac_objext \
8601 conftest
$ac_exeext conftest.
$ac_ext
8602 CFLAGS
=$ac_wine_try_cflags_saved
8604 eval ac_res
=\$
$as_ac_var
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8606 $as_echo "$ac_res" >&6; }
8607 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8608 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8609 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8611 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8613 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8614 if eval \
${$as_ac_var+:} false
; then :
8615 $as_echo_n "(cached) " >&6
8617 ac_wine_try_cflags_saved
=$CFLAGS
8618 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8619 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8620 /* end confdefs.h. */
8621 int main(int argc, char **argv) { return 0; }
8623 if ac_fn_c_try_link
"$LINENO"; then :
8624 eval "$as_ac_var=yes"
8626 eval "$as_ac_var=no"
8628 rm -f core conftest.err conftest.
$ac_objext \
8629 conftest
$ac_exeext conftest.
$ac_ext
8630 CFLAGS
=$ac_wine_try_cflags_saved
8632 eval ac_res
=\$
$as_ac_var
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8634 $as_echo "$ac_res" >&6; }
8635 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8636 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8637 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8642 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8643 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8644 $as_echo_n "(cached) " >&6
8646 ac_wine_try_cflags_saved
=$CFLAGS
8647 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8648 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8649 /* end confdefs.h. */
8650 int main(int argc, char **argv) { return 0; }
8652 if ac_fn_c_try_link
"$LINENO"; then :
8653 ac_cv_cflags__Wl___enable_new_dtags
=yes
8655 ac_cv_cflags__Wl___enable_new_dtags
=no
8657 rm -f core conftest.err conftest.
$ac_objext \
8658 conftest
$ac_exeext conftest.
$ac_ext
8659 CFLAGS
=$ac_wine_try_cflags_saved
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8662 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8663 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8664 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8668 *i
[3456789]86* | x86_64
)
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8670 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8671 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8672 $as_echo_n "(cached) " >&6
8674 ac_wine_try_cflags_saved
=$CFLAGS
8675 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8677 /* end confdefs.h. */
8678 int main(int argc, char **argv) { return 0; }
8680 if ac_fn_c_try_link
"$LINENO"; then :
8681 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8683 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8685 rm -f core conftest.err conftest.
$ac_objext \
8686 conftest
$ac_exeext conftest.
$ac_ext
8687 CFLAGS
=$ac_wine_try_cflags_saved
8689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8690 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8691 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8693 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8694 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8699 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8700 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8701 $as_echo_n "(cached) " >&6
8703 ac_wine_try_cflags_saved
=$CFLAGS
8704 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8705 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8706 /* end confdefs.h. */
8707 int main(int argc, char **argv) { return 0; }
8709 if ac_fn_c_try_link
"$LINENO"; then :
8710 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8712 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8714 rm -f core conftest.err conftest.
$ac_objext \
8715 conftest
$ac_exeext conftest.
$ac_ext
8716 CFLAGS
=$ac_wine_try_cflags_saved
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8719 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8720 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8723 # Extract the first word of "prelink", so it can be a program name with args.
8724 set dummy prelink
; ac_word
=$2
8725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8726 $as_echo_n "checking for $ac_word... " >&6; }
8727 if ${ac_cv_path_PRELINK+:} false
; then :
8728 $as_echo_n "(cached) " >&6
8732 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8735 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8736 for as_dir
in /sbin
/usr
/sbin
$PATH
8739 test -z "$as_dir" && as_dir
=.
8740 for ac_exec_ext
in '' $ac_executable_extensions; do
8741 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8742 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8750 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8754 PRELINK
=$ac_cv_path_PRELINK
8755 if test -n "$PRELINK"; then
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8757 $as_echo "$PRELINK" >&6; }
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8760 $as_echo "no" >&6; }
8764 if test "x$PRELINK" = xfalse
8766 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8774 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8775 if ${ac_cv_c_dll_unixware+:} false
; then :
8776 $as_echo_n "(cached) " >&6
8778 ac_wine_try_cflags_saved
=$CFLAGS
8779 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8780 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8781 /* end confdefs.h. */
8784 if ac_fn_c_try_link
"$LINENO"; then :
8785 ac_cv_c_dll_unixware
="yes"
8787 ac_cv_c_dll_unixware
="no"
8789 rm -f core conftest.err conftest.
$ac_objext \
8790 conftest
$ac_exeext conftest.
$ac_ext
8791 CFLAGS
=$ac_wine_try_cflags_saved
8793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8794 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8795 if test "$ac_cv_c_dll_unixware" = "yes"
8797 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8800 libwine_targets
="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8802 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8806 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8807 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8809 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8810 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8812 libwine.so: libwine.so.$libwine_soversion
8813 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8815 install install-lib:: libwine.so.$libwine_version
8816 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8817 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8819 install install-dev::
8820 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8823 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8827 as_fn_append LOADER_RULES
"
8828 ${wine_binary}_OBJS = main.o
8829 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8831 if test -z "$with_wine64"
8833 as_fn_append LOADER_RULES
"
8834 install install-lib::
8835 \$(INSTALL_DATA) \$(srcdir)/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
8837 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop
8843 as_fn_append LIBWINE_RULES
"
8844 EXTRA_TARGETS = $libwine_targets
8847 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8848 enable_winemac_drv
=${enable_winemac_drv:-no}
8852 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8856 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
8859 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 " ;;
8861 ac_prefix_list
="" ;;
8863 for ac_prog
in $ac_prefix_list
8865 # Extract the first word of "$ac_prog", so it can be a program name with args.
8866 set dummy
$ac_prog; ac_word
=$2
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8868 $as_echo_n "checking for $ac_word... " >&6; }
8869 if ${ac_cv_prog_CROSSCC+:} false
; then :
8870 $as_echo_n "(cached) " >&6
8872 if test -n "$CROSSCC"; then
8873 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8875 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8879 test -z "$as_dir" && as_dir
=.
8880 for ac_exec_ext
in '' $ac_executable_extensions; do
8881 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8882 ac_cv_prog_CROSSCC
="$ac_prog"
8883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8892 CROSSCC
=$ac_cv_prog_CROSSCC
8893 if test -n "$CROSSCC"; then
8894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8895 $as_echo "$CROSSCC" >&6; }
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8898 $as_echo "no" >&6; }
8902 test -n "$CROSSCC" && break
8904 test -n "$CROSSCC" || CROSSCC
="false"
8906 if test "$CROSSCC" != "false"
8910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8911 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8912 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8913 /* end confdefs.h. */
8923 if ac_fn_c_try_compile
"$LINENO"; then :
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8925 $as_echo "yes" >&6; }
8931 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8937 $as_echo "no" >&6; }
8939 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8945 if test "$ac_cv_header_pthread_h" = "yes"
8947 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8948 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8952 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8953 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8954 $as_echo_n "(cached) " >&6
8956 ac_check_lib_save_LIBS
=$LIBS
8957 LIBS
="-lpthread $LIBS"
8958 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8959 /* end confdefs.h. */
8961 /* Override any GCC internal prototype to avoid an error.
8962 Use char because int might match the return type of a GCC
8963 builtin and then its argument prototype would still apply. */
8967 char pthread_create ();
8971 return pthread_create ();
8976 if ac_fn_c_try_link
"$LINENO"; then :
8977 ac_cv_lib_pthread_pthread_create
=yes
8979 ac_cv_lib_pthread_pthread_create
=no
8981 rm -f core conftest.err conftest.
$ac_objext \
8982 conftest
$ac_exeext conftest.
$ac_ext
8983 LIBS
=$ac_check_lib_save_LIBS
8985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8986 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8987 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8988 PTHREAD_LIBS
="-lpthread"
8995 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8996 case "x$with_pthread" in
8998 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8999 Wine cannot support threads without libpthread.
9000 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9006 $as_echo_n "checking for X... " >&6; }
9009 # Check whether --with-x was given.
9010 if test "${with_x+set}" = set; then :
9014 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9015 if test "x$with_x" = xno
; then
9016 # The user explicitly disabled X.
9019 case $x_includes,$x_libraries in #(
9020 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9021 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9022 $as_echo_n "(cached) " >&6
9024 # One or both of the vars are not set, and there is no cached value.
9025 ac_x_includes
=no ac_x_libraries
=no
9026 rm -f -r conftest.dir
9027 if mkdir conftest.dir
; then
9029 cat >Imakefile
<<'_ACEOF'
9031 @echo incroot='${INCROOT}'
9033 @echo usrlibdir='${USRLIBDIR}'
9035 @echo libdir='${LIBDIR}'
9037 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9038 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9039 for ac_var
in incroot usrlibdir libdir
; do
9040 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9042 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9043 for ac_extension
in a so sl dylib la dll
; do
9044 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9045 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9046 ac_im_usrlibdir
=$ac_im_libdir; break
9049 # Screen out bogus values from the imake configuration. They are
9050 # bogus both because they are the default anyway, and because
9051 # using them would break gcc on systems where it needs fixed includes.
9052 case $ac_im_incroot in
9053 /usr
/include
) ac_x_includes
= ;;
9054 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9056 case $ac_im_usrlibdir in
9057 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9058 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9062 rm -f -r conftest.dir
9065 # Standard set of common directories for X headers.
9066 # Check X11 before X11Rn because it is often a symlink to the current release.
9080 /usr/local/X11/include
9081 /usr/local/X11R7/include
9082 /usr/local/X11R6/include
9083 /usr/local/X11R5/include
9084 /usr/local/X11R4/include
9086 /usr/local/include/X11
9087 /usr/local/include/X11R7
9088 /usr/local/include/X11R6
9089 /usr/local/include/X11R5
9090 /usr/local/include/X11R4
9094 /usr/XFree86/include/X11
9098 /usr/unsupported/include
9100 /usr/local/x11r5/include
9101 /usr/lpp/Xamples/include
9103 /usr/openwin/include
9104 /usr/openwin/share/include'
9106 if test "$ac_x_includes" = no
; then
9107 # Guess where to find include files, by looking for Xlib.h.
9108 # First, try using that file with no special directory specified.
9109 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9110 /* end confdefs.h. */
9111 #include <X11/Xlib.h>
9113 if ac_fn_c_try_cpp
"$LINENO"; then :
9114 # We can compile using X headers with no special include directory.
9117 for ac_dir
in $ac_x_header_dirs; do
9118 if test -r "$ac_dir/X11/Xlib.h"; then
9119 ac_x_includes
=$ac_dir
9124 rm -f conftest.err conftest.i conftest.
$ac_ext
9125 fi # $ac_x_includes = no
9127 if test "$ac_x_libraries" = no
; then
9128 # Check for the libraries.
9129 # See if we find them without any special options.
9130 # Don't add to $LIBS permanently.
9133 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9134 /* end confdefs.h. */
9135 #include <X11/Xlib.h>
9144 if ac_fn_c_try_link
"$LINENO"; then :
9146 # We can link X programs with no special library path.
9150 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9152 # Don't even attempt the hair of trying to link an X program!
9153 for ac_extension
in a so sl dylib la dll
; do
9154 if test -r "$ac_dir/libX11.$ac_extension"; then
9155 ac_x_libraries
=$ac_dir
9161 rm -f core conftest.err conftest.
$ac_objext \
9162 conftest
$ac_exeext conftest.
$ac_ext
9163 fi # $ac_x_libraries = no
9165 case $ac_x_includes,$ac_x_libraries in #(
9167 # Didn't find X, or a directory has "'" in its name.
9168 ac_cv_have_x
="have_x=no";; #(
9170 # Record where we found X for the cache.
9171 ac_cv_have_x
="have_x=yes\
9172 ac_x_includes='$ac_x_includes'\
9173 ac_x_libraries='$ac_x_libraries'"
9179 eval "$ac_cv_have_x"
9182 if test "$have_x" != yes; then
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9184 $as_echo "$have_x" >&6; }
9187 # If each of the values was on the command line, it overrides each guess.
9188 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9189 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9190 # Update the cache value to reflect the command line values.
9191 ac_cv_have_x
="have_x=yes\
9192 ac_x_includes='$x_includes'\
9193 ac_x_libraries='$x_libraries'"
9194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9195 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9198 if test "$no_x" = yes; then
9199 # Not all programs may use this symbol, but it does not hurt to define it.
9201 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9203 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9205 if test -n "$x_includes"; then
9206 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9209 # It would also be nice to do this for all -L options, not just this one.
9210 if test -n "$x_libraries"; then
9211 X_LIBS
="$X_LIBS -L$x_libraries"
9212 # For Solaris; some versions of Sun CC require a space after -R and
9213 # others require no space. Words are not sufficient . . . .
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9215 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9216 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9217 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9218 ac_c_werror_flag
=yes
9219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9220 /* end confdefs.h. */
9230 if ac_fn_c_try_link
"$LINENO"; then :
9231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9232 $as_echo "no" >&6; }
9233 X_LIBS
="$X_LIBS -R$x_libraries"
9235 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9236 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9237 /* end confdefs.h. */
9247 if ac_fn_c_try_link
"$LINENO"; then :
9248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9249 $as_echo "yes" >&6; }
9250 X_LIBS
="$X_LIBS -R $x_libraries"
9252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9253 $as_echo "neither works" >&6; }
9255 rm -f core conftest.err conftest.
$ac_objext \
9256 conftest
$ac_exeext conftest.
$ac_ext
9258 rm -f core conftest.err conftest.
$ac_objext \
9259 conftest
$ac_exeext conftest.
$ac_ext
9260 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9264 # Check for system-dependent libraries X programs must link with.
9265 # Do this before checking for the system-independent R6 libraries
9266 # (-lICE), since we may need -lsocket or whatever for X linking.
9268 if test "$ISC" = yes; then
9269 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9271 # Martyn Johnson says this is needed for Ultrix, if the X
9272 # libraries were built with DECnet support. And Karl Berry says
9273 # the Alpha needs dnet_stub (dnet does not exist).
9274 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9276 /* end confdefs.h. */
9278 /* Override any GCC internal prototype to avoid an error.
9279 Use char because int might match the return type of a GCC
9280 builtin and then its argument prototype would still apply. */
9284 char XOpenDisplay ();
9288 return XOpenDisplay ();
9293 if ac_fn_c_try_link
"$LINENO"; then :
9296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9297 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9298 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9299 $as_echo_n "(cached) " >&6
9301 ac_check_lib_save_LIBS
=$LIBS
9303 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9304 /* end confdefs.h. */
9306 /* Override any GCC internal prototype to avoid an error.
9307 Use char because int might match the return type of a GCC
9308 builtin and then its argument prototype would still apply. */
9316 return dnet_ntoa ();
9321 if ac_fn_c_try_link
"$LINENO"; then :
9322 ac_cv_lib_dnet_dnet_ntoa
=yes
9324 ac_cv_lib_dnet_dnet_ntoa
=no
9326 rm -f core conftest.err conftest.
$ac_objext \
9327 conftest
$ac_exeext conftest.
$ac_ext
9328 LIBS
=$ac_check_lib_save_LIBS
9330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9331 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9332 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9333 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9336 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9338 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9339 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9340 $as_echo_n "(cached) " >&6
9342 ac_check_lib_save_LIBS
=$LIBS
9343 LIBS
="-ldnet_stub $LIBS"
9344 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9345 /* end confdefs.h. */
9347 /* Override any GCC internal prototype to avoid an error.
9348 Use char because int might match the return type of a GCC
9349 builtin and then its argument prototype would still apply. */
9357 return dnet_ntoa ();
9362 if ac_fn_c_try_link
"$LINENO"; then :
9363 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9365 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9367 rm -f core conftest.err conftest.
$ac_objext \
9368 conftest
$ac_exeext conftest.
$ac_ext
9369 LIBS
=$ac_check_lib_save_LIBS
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9372 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9373 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9374 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9379 rm -f core conftest.err conftest.
$ac_objext \
9380 conftest
$ac_exeext conftest.
$ac_ext
9381 LIBS
="$ac_xsave_LIBS"
9383 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9384 # to get the SysV transport functions.
9385 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9387 # The nsl library prevents programs from opening the X display
9388 # on Irix 5.2, according to T.E. Dickey.
9389 # The functions gethostbyname, getservbyname, and inet_addr are
9390 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9391 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9392 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9396 if test $ac_cv_func_gethostbyname = no
; then
9397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9398 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9399 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9400 $as_echo_n "(cached) " >&6
9402 ac_check_lib_save_LIBS
=$LIBS
9404 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9405 /* end confdefs.h. */
9407 /* Override any GCC internal prototype to avoid an error.
9408 Use char because int might match the return type of a GCC
9409 builtin and then its argument prototype would still apply. */
9413 char gethostbyname ();
9417 return gethostbyname ();
9422 if ac_fn_c_try_link
"$LINENO"; then :
9423 ac_cv_lib_nsl_gethostbyname
=yes
9425 ac_cv_lib_nsl_gethostbyname
=no
9427 rm -f core conftest.err conftest.
$ac_objext \
9428 conftest
$ac_exeext conftest.
$ac_ext
9429 LIBS
=$ac_check_lib_save_LIBS
9431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9432 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9433 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9434 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9437 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9439 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9440 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9441 $as_echo_n "(cached) " >&6
9443 ac_check_lib_save_LIBS
=$LIBS
9445 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9446 /* end confdefs.h. */
9448 /* Override any GCC internal prototype to avoid an error.
9449 Use char because int might match the return type of a GCC
9450 builtin and then its argument prototype would still apply. */
9454 char gethostbyname ();
9458 return gethostbyname ();
9463 if ac_fn_c_try_link
"$LINENO"; then :
9464 ac_cv_lib_bsd_gethostbyname
=yes
9466 ac_cv_lib_bsd_gethostbyname
=no
9468 rm -f core conftest.err conftest.
$ac_objext \
9469 conftest
$ac_exeext conftest.
$ac_ext
9470 LIBS
=$ac_check_lib_save_LIBS
9472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9473 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9474 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9475 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9481 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9482 # socket/setsockopt and other routines are undefined under SCO ODT
9483 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9484 # on later versions), says Simon Leinen: it contains gethostby*
9485 # variants that don't use the name server (or something). -lsocket
9486 # must be given before -lnsl if both are needed. We assume that
9487 # if connect needs -lnsl, so does gethostbyname.
9488 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9489 if test "x$ac_cv_func_connect" = xyes
; then :
9493 if test $ac_cv_func_connect = no
; then
9494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9495 $as_echo_n "checking for connect in -lsocket... " >&6; }
9496 if ${ac_cv_lib_socket_connect+:} false
; then :
9497 $as_echo_n "(cached) " >&6
9499 ac_check_lib_save_LIBS
=$LIBS
9500 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9501 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9502 /* end confdefs.h. */
9504 /* Override any GCC internal prototype to avoid an error.
9505 Use char because int might match the return type of a GCC
9506 builtin and then its argument prototype would still apply. */
9519 if ac_fn_c_try_link
"$LINENO"; then :
9520 ac_cv_lib_socket_connect
=yes
9522 ac_cv_lib_socket_connect
=no
9524 rm -f core conftest.err conftest.
$ac_objext \
9525 conftest
$ac_exeext conftest.
$ac_ext
9526 LIBS
=$ac_check_lib_save_LIBS
9528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9529 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9530 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9531 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9536 # Guillermo Gomez says -lposix is necessary on A/UX.
9537 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9538 if test "x$ac_cv_func_remove" = xyes
; then :
9542 if test $ac_cv_func_remove = no
; then
9543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9544 $as_echo_n "checking for remove in -lposix... " >&6; }
9545 if ${ac_cv_lib_posix_remove+:} false
; then :
9546 $as_echo_n "(cached) " >&6
9548 ac_check_lib_save_LIBS
=$LIBS
9549 LIBS
="-lposix $LIBS"
9550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9551 /* end confdefs.h. */
9553 /* Override any GCC internal prototype to avoid an error.
9554 Use char because int might match the return type of a GCC
9555 builtin and then its argument prototype would still apply. */
9568 if ac_fn_c_try_link
"$LINENO"; then :
9569 ac_cv_lib_posix_remove
=yes
9571 ac_cv_lib_posix_remove
=no
9573 rm -f core conftest.err conftest.
$ac_objext \
9574 conftest
$ac_exeext conftest.
$ac_ext
9575 LIBS
=$ac_check_lib_save_LIBS
9577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9578 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9579 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9580 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9585 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9586 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9587 if test "x$ac_cv_func_shmat" = xyes
; then :
9591 if test $ac_cv_func_shmat = no
; then
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9593 $as_echo_n "checking for shmat in -lipc... " >&6; }
9594 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9595 $as_echo_n "(cached) " >&6
9597 ac_check_lib_save_LIBS
=$LIBS
9599 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9600 /* end confdefs.h. */
9602 /* Override any GCC internal prototype to avoid an error.
9603 Use char because int might match the return type of a GCC
9604 builtin and then its argument prototype would still apply. */
9617 if ac_fn_c_try_link
"$LINENO"; then :
9618 ac_cv_lib_ipc_shmat
=yes
9620 ac_cv_lib_ipc_shmat
=no
9622 rm -f core conftest.err conftest.
$ac_objext \
9623 conftest
$ac_exeext conftest.
$ac_ext
9624 LIBS
=$ac_check_lib_save_LIBS
9626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9627 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9628 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9629 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9635 # Check for libraries that X11R6 Xt/Xaw programs need.
9636 ac_save_LDFLAGS
=$LDFLAGS
9637 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9638 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9639 # check for ICE first), but we must link in the order -lSM -lICE or
9640 # we get undefined symbols. So assume we have SM if we have ICE.
9641 # These have to be linked with before -lX11, unlike the other
9642 # libraries we check for below, so use a different variable.
9643 # John Interrante, Karl Berry
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9645 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9646 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9647 $as_echo_n "(cached) " >&6
9649 ac_check_lib_save_LIBS
=$LIBS
9650 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9651 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9652 /* end confdefs.h. */
9654 /* Override any GCC internal prototype to avoid an error.
9655 Use char because int might match the return type of a GCC
9656 builtin and then its argument prototype would still apply. */
9660 char IceConnectionNumber ();
9664 return IceConnectionNumber ();
9669 if ac_fn_c_try_link
"$LINENO"; then :
9670 ac_cv_lib_ICE_IceConnectionNumber
=yes
9672 ac_cv_lib_ICE_IceConnectionNumber
=no
9674 rm -f core conftest.err conftest.
$ac_objext \
9675 conftest
$ac_exeext conftest.
$ac_ext
9676 LIBS
=$ac_check_lib_save_LIBS
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9679 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9680 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9681 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9684 LDFLAGS
=$ac_save_LDFLAGS
9689 if test "$have_x" = "yes"
9691 ac_save_CPPFLAGS
="$CPPFLAGS"
9692 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9695 $as_echo_n "checking for -lX11... " >&6; }
9696 if ${ac_cv_lib_soname_X11+:} false
; then :
9697 $as_echo_n "(cached) " >&6
9699 ac_check_soname_save_LIBS
=$LIBS
9700 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9701 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9702 /* end confdefs.h. */
9704 /* Override any GCC internal prototype to avoid an error.
9705 Use char because int might match the return type of a GCC
9706 builtin and then its argument prototype would still apply. */
9710 char XCreateWindow ();
9714 return XCreateWindow ();
9719 if ac_fn_c_try_link
"$LINENO"; then :
9721 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9722 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'` ;;
9723 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9724 if ${ac_cv_lib_soname_X11:+false} :; then :
9725 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9729 rm -f core conftest.err conftest.
$ac_objext \
9730 conftest
$ac_exeext conftest.
$ac_ext
9731 LIBS
=$ac_check_soname_save_LIBS
9733 if ${ac_cv_lib_soname_X11:+false} :; then :
9734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9735 $as_echo "not found" >&6; }
9738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9739 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9741 cat >>confdefs.h
<<_ACEOF
9742 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9748 $as_echo_n "checking for -lXext... " >&6; }
9749 if ${ac_cv_lib_soname_Xext+:} false
; then :
9750 $as_echo_n "(cached) " >&6
9752 ac_check_soname_save_LIBS
=$LIBS
9753 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9754 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9755 /* end confdefs.h. */
9757 /* Override any GCC internal prototype to avoid an error.
9758 Use char because int might match the return type of a GCC
9759 builtin and then its argument prototype would still apply. */
9763 char XextCreateExtension ();
9767 return XextCreateExtension ();
9772 if ac_fn_c_try_link
"$LINENO"; then :
9774 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9775 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'` ;;
9776 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9777 if ${ac_cv_lib_soname_Xext:+false} :; then :
9778 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9782 rm -f core conftest.err conftest.
$ac_objext \
9783 conftest
$ac_exeext conftest.
$ac_ext
9784 LIBS
=$ac_check_soname_save_LIBS
9786 if ${ac_cv_lib_soname_Xext:+false} :; then :
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9788 $as_echo "not found" >&6; }
9791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9792 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9794 cat >>confdefs.h
<<_ACEOF
9795 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9798 X_LIBS
="$X_LIBS -lXext"
9800 X_LIBS
="$X_LIBS -lX11"
9802 for ac_header
in X11
/Xlib.h \
9805 X11
/Xcursor
/Xcursor.h \
9806 X11
/extensions
/shape.h \
9807 X11
/extensions
/XInput.h \
9808 X11
/extensions
/XInput2.h \
9809 X11
/extensions
/XShm.h \
9810 X11
/extensions
/Xcomposite.h \
9811 X11
/extensions
/Xinerama.h \
9812 X11
/extensions
/Xrandr.h \
9813 X11
/extensions
/Xrender.h \
9814 X11
/extensions
/xf86vmode.h \
9815 X11
/extensions
/xf86vmproto.h
9817 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9818 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9819 # include <X11/Xlib.h>
9821 #ifdef HAVE_X11_XUTIL_H
9822 # include <X11/Xutil.h>
9825 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9826 cat >>confdefs.h
<<_ACEOF
9827 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9835 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9838 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9839 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9840 $as_echo_n "(cached) " >&6
9842 ac_check_lib_save_LIBS
=$LIBS
9843 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9845 /* end confdefs.h. */
9847 /* Override any GCC internal prototype to avoid an error.
9848 Use char because int might match the return type of a GCC
9849 builtin and then its argument prototype would still apply. */
9853 char XkbQueryExtension ();
9857 return XkbQueryExtension ();
9862 if ac_fn_c_try_link
"$LINENO"; then :
9863 ac_cv_lib_X11_XkbQueryExtension
=yes
9865 ac_cv_lib_X11_XkbQueryExtension
=no
9867 rm -f core conftest.err conftest.
$ac_objext \
9868 conftest
$ac_exeext conftest.
$ac_ext
9869 LIBS
=$ac_check_lib_save_LIBS
9871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9872 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9873 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9875 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9881 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9884 $as_echo_n "checking for -lXcursor... " >&6; }
9885 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9886 $as_echo_n "(cached) " >&6
9888 ac_check_soname_save_LIBS
=$LIBS
9889 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9890 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9891 /* end confdefs.h. */
9893 /* Override any GCC internal prototype to avoid an error.
9894 Use char because int might match the return type of a GCC
9895 builtin and then its argument prototype would still apply. */
9899 char XcursorImageLoadCursor ();
9903 return XcursorImageLoadCursor ();
9908 if ac_fn_c_try_link
"$LINENO"; then :
9910 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9911 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'` ;;
9912 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9913 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9914 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9918 rm -f core conftest.err conftest.
$ac_objext \
9919 conftest
$ac_exeext conftest.
$ac_ext
9920 LIBS
=$ac_check_soname_save_LIBS
9922 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9924 $as_echo "not found" >&6; }
9927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9928 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9930 cat >>confdefs.h
<<_ACEOF
9931 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9937 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9938 case "x$with_xcursor" in
9939 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9941 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9942 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9946 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9949 $as_echo_n "checking for -lXi... " >&6; }
9950 if ${ac_cv_lib_soname_Xi+:} false
; then :
9951 $as_echo_n "(cached) " >&6
9953 ac_check_soname_save_LIBS
=$LIBS
9954 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9956 /* end confdefs.h. */
9958 /* Override any GCC internal prototype to avoid an error.
9959 Use char because int might match the return type of a GCC
9960 builtin and then its argument prototype would still apply. */
9964 char XOpenDevice ();
9968 return XOpenDevice ();
9973 if ac_fn_c_try_link
"$LINENO"; then :
9975 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9976 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'` ;;
9977 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9978 if ${ac_cv_lib_soname_Xi:+false} :; then :
9979 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9983 rm -f core conftest.err conftest.
$ac_objext \
9984 conftest
$ac_exeext conftest.
$ac_ext
9985 LIBS
=$ac_check_soname_save_LIBS
9987 if ${ac_cv_lib_soname_Xi:+false} :; then :
9988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9989 $as_echo "not found" >&6; }
9992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9993 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9995 cat >>confdefs.h
<<_ACEOF
9996 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10002 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10003 case "x$with_xinput" in
10004 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10006 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10007 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10011 if test "x$ac_cv_lib_soname_Xi" != x
10013 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10014 case "x$with_xinput2" in
10015 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10017 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10018 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10023 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10026 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10027 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
10028 $as_echo_n "(cached) " >&6
10030 ac_check_lib_save_LIBS
=$LIBS
10031 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10032 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10033 /* end confdefs.h. */
10035 /* Override any GCC internal prototype to avoid an error.
10036 Use char because int might match the return type of a GCC
10037 builtin and then its argument prototype would still apply. */
10041 char XShmQueryExtension ();
10045 return XShmQueryExtension ();
10050 if ac_fn_c_try_link
"$LINENO"; then :
10051 ac_cv_lib_Xext_XShmQueryExtension
=yes
10053 ac_cv_lib_Xext_XShmQueryExtension
=no
10055 rm -f core conftest.err conftest.
$ac_objext \
10056 conftest
$ac_exeext conftest.
$ac_ext
10057 LIBS
=$ac_check_lib_save_LIBS
10059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10060 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10061 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10063 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10068 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10069 case "x$with_xshm" in
10070 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10072 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10073 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10077 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10080 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10081 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10082 $as_echo_n "(cached) " >&6
10084 ac_check_lib_save_LIBS
=$LIBS
10085 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10086 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10087 /* end confdefs.h. */
10089 /* Override any GCC internal prototype to avoid an error.
10090 Use char because int might match the return type of a GCC
10091 builtin and then its argument prototype would still apply. */
10095 char XShapeQueryExtension ();
10099 return XShapeQueryExtension ();
10104 if ac_fn_c_try_link
"$LINENO"; then :
10105 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10107 ac_cv_lib_Xext_XShapeQueryExtension
=no
10109 rm -f core conftest.err conftest.
$ac_objext \
10110 conftest
$ac_exeext conftest.
$ac_ext
10111 LIBS
=$ac_check_lib_save_LIBS
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10114 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10115 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10117 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10122 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10123 case "x$with_xshape" in
10124 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10126 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10127 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10131 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10134 $as_echo_n "checking for -lXxf86vm... " >&6; }
10135 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10136 $as_echo_n "(cached) " >&6
10138 ac_check_soname_save_LIBS
=$LIBS
10139 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10140 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10141 /* end confdefs.h. */
10143 /* Override any GCC internal prototype to avoid an error.
10144 Use char because int might match the return type of a GCC
10145 builtin and then its argument prototype would still apply. */
10149 char XF86VidModeQueryExtension ();
10153 return XF86VidModeQueryExtension ();
10158 if ac_fn_c_try_link
"$LINENO"; then :
10160 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10161 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'` ;;
10162 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10163 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10164 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10168 rm -f core conftest.err conftest.
$ac_objext \
10169 conftest
$ac_exeext conftest.
$ac_ext
10170 LIBS
=$ac_check_soname_save_LIBS
10172 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10174 $as_echo "not found" >&6; }
10177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10178 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10180 cat >>confdefs.h
<<_ACEOF
10181 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10187 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10188 case "x$with_xxf86vm" in
10189 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10191 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10192 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10196 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10199 $as_echo_n "checking for -lXrender... " >&6; }
10200 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10201 $as_echo_n "(cached) " >&6
10203 ac_check_soname_save_LIBS
=$LIBS
10204 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10206 /* end confdefs.h. */
10208 /* Override any GCC internal prototype to avoid an error.
10209 Use char because int might match the return type of a GCC
10210 builtin and then its argument prototype would still apply. */
10214 char XRenderQueryExtension ();
10218 return XRenderQueryExtension ();
10223 if ac_fn_c_try_link
"$LINENO"; then :
10225 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10226 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'` ;;
10227 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10228 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10229 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10233 rm -f core conftest.err conftest.
$ac_objext \
10234 conftest
$ac_exeext conftest.
$ac_ext
10235 LIBS
=$ac_check_soname_save_LIBS
10237 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10239 $as_echo "not found" >&6; }
10242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10243 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10245 cat >>confdefs.h
<<_ACEOF
10246 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10250 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10251 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10252 $as_echo_n "(cached) " >&6
10254 ac_check_lib_save_LIBS
=$LIBS
10255 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10256 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10257 /* end confdefs.h. */
10259 /* Override any GCC internal prototype to avoid an error.
10260 Use char because int might match the return type of a GCC
10261 builtin and then its argument prototype would still apply. */
10265 char XRenderSetPictureTransform ();
10269 return XRenderSetPictureTransform ();
10274 if ac_fn_c_try_link
"$LINENO"; then :
10275 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10277 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10279 rm -f core conftest.err conftest.
$ac_objext \
10280 conftest
$ac_exeext conftest.
$ac_ext
10281 LIBS
=$ac_check_lib_save_LIBS
10283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10284 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10285 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10287 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10292 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10293 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10294 $as_echo_n "(cached) " >&6
10296 ac_check_lib_save_LIBS
=$LIBS
10297 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10299 /* end confdefs.h. */
10301 /* Override any GCC internal prototype to avoid an error.
10302 Use char because int might match the return type of a GCC
10303 builtin and then its argument prototype would still apply. */
10307 char XRenderCreateLinearGradient ();
10311 return XRenderCreateLinearGradient ();
10316 if ac_fn_c_try_link
"$LINENO"; then :
10317 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10319 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10321 rm -f core conftest.err conftest.
$ac_objext \
10322 conftest
$ac_exeext conftest.
$ac_ext
10323 LIBS
=$ac_check_lib_save_LIBS
10325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10326 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10327 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10329 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10336 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10337 case "x$with_xrender" in
10338 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10340 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10341 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10345 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10348 /* end confdefs.h. */
10349 #include <X11/Xlib.h>
10350 #include <X11/extensions/Xrandr.h>
10354 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10359 if ac_fn_c_try_compile
"$LINENO"; then :
10360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10361 $as_echo_n "checking for -lXrandr... " >&6; }
10362 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10363 $as_echo_n "(cached) " >&6
10365 ac_check_soname_save_LIBS
=$LIBS
10366 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10367 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10368 /* end confdefs.h. */
10370 /* Override any GCC internal prototype to avoid an error.
10371 Use char because int might match the return type of a GCC
10372 builtin and then its argument prototype would still apply. */
10376 char XRRQueryExtension ();
10380 return XRRQueryExtension ();
10385 if ac_fn_c_try_link
"$LINENO"; then :
10387 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10388 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'` ;;
10389 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10390 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10391 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10395 rm -f core conftest.err conftest.
$ac_objext \
10396 conftest
$ac_exeext conftest.
$ac_ext
10397 LIBS
=$ac_check_soname_save_LIBS
10399 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10401 $as_echo "not found" >&6; }
10404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10405 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10407 cat >>confdefs.h
<<_ACEOF
10408 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10411 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10412 /* end confdefs.h. */
10413 #include <X11/Xlib.h>
10414 #include <X11/extensions/Xrandr.h>
10418 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10423 if ac_fn_c_try_compile
"$LINENO"; then :
10425 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10428 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10431 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10433 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10434 case "x$with_xrandr" in
10435 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10437 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10438 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10442 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10444 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10445 /* end confdefs.h. */
10446 #include <X11/Xlib.h>
10447 #include <X11/extensions/Xinerama.h>
10451 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10456 if ac_fn_c_try_compile
"$LINENO"; then :
10457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10458 $as_echo_n "checking for -lXinerama... " >&6; }
10459 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10460 $as_echo_n "(cached) " >&6
10462 ac_check_soname_save_LIBS
=$LIBS
10463 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10464 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10465 /* end confdefs.h. */
10467 /* Override any GCC internal prototype to avoid an error.
10468 Use char because int might match the return type of a GCC
10469 builtin and then its argument prototype would still apply. */
10473 char XineramaQueryScreens ();
10477 return XineramaQueryScreens ();
10482 if ac_fn_c_try_link
"$LINENO"; then :
10484 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10485 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'` ;;
10486 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10487 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10488 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10492 rm -f core conftest.err conftest.
$ac_objext \
10493 conftest
$ac_exeext conftest.
$ac_ext
10494 LIBS
=$ac_check_soname_save_LIBS
10496 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10498 $as_echo "not found" >&6; }
10501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10502 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10504 cat >>confdefs.h
<<_ACEOF
10505 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10511 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10513 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10514 case "x$with_xinerama" in
10515 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10517 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10518 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10522 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10525 $as_echo_n "checking for -lXcomposite... " >&6; }
10526 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10527 $as_echo_n "(cached) " >&6
10529 ac_check_soname_save_LIBS
=$LIBS
10530 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10531 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10532 /* end confdefs.h. */
10534 /* Override any GCC internal prototype to avoid an error.
10535 Use char because int might match the return type of a GCC
10536 builtin and then its argument prototype would still apply. */
10540 char XCompositeRedirectWindow ();
10544 return XCompositeRedirectWindow ();
10549 if ac_fn_c_try_link
"$LINENO"; then :
10551 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10552 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'` ;;
10553 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10554 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10555 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10559 rm -f core conftest.err conftest.
$ac_objext \
10560 conftest
$ac_exeext conftest.
$ac_ext
10561 LIBS
=$ac_check_soname_save_LIBS
10563 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10565 $as_echo "not found" >&6; }
10568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10569 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10571 cat >>confdefs.h
<<_ACEOF
10572 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10578 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10579 case "x$with_xcomposite" in
10580 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10582 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10583 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10587 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10588 #include <X11/Xlib.h>
10591 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10593 cat >>confdefs.h
<<_ACEOF
10594 #define HAVE_XICCALLBACK_CALLBACK 1
10599 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10600 #include <X11/Xlib.h>
10603 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10605 cat >>confdefs.h
<<_ACEOF
10606 #define HAVE_XEVENT_XCOOKIE 1
10615 if test "x$with_opengl" != "xno"
10617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10618 $as_echo_n "checking for -lGL... " >&6; }
10619 if ${ac_cv_lib_soname_GL+:} false
; then :
10620 $as_echo_n "(cached) " >&6
10622 ac_check_soname_save_LIBS
=$LIBS
10623 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10624 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10625 /* end confdefs.h. */
10627 /* Override any GCC internal prototype to avoid an error.
10628 Use char because int might match the return type of a GCC
10629 builtin and then its argument prototype would still apply. */
10633 char glXCreateContext ();
10637 return glXCreateContext ();
10642 if ac_fn_c_try_link
"$LINENO"; then :
10644 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10645 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'` ;;
10646 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10647 if ${ac_cv_lib_soname_GL:+false} :; then :
10648 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10652 rm -f core conftest.err conftest.
$ac_objext \
10653 conftest
$ac_exeext conftest.
$ac_ext
10654 LIBS
=$ac_check_soname_save_LIBS
10656 if ${ac_cv_lib_soname_GL:+false} :; then :
10657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10658 $as_echo "not found" >&6; }
10659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10660 $as_echo_n "checking for -lGL... " >&6; }
10661 if ${ac_cv_lib_soname_GL+:} false
; then :
10662 $as_echo_n "(cached) " >&6
10664 ac_check_soname_save_LIBS
=$LIBS
10665 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"
10666 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10667 /* end confdefs.h. */
10669 /* Override any GCC internal prototype to avoid an error.
10670 Use char because int might match the return type of a GCC
10671 builtin and then its argument prototype would still apply. */
10675 char glXCreateContext ();
10679 return glXCreateContext ();
10684 if ac_fn_c_try_link
"$LINENO"; then :
10686 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10687 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'` ;;
10688 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10689 if ${ac_cv_lib_soname_GL:+false} :; then :
10690 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10694 rm -f core conftest.err conftest.
$ac_objext \
10695 conftest
$ac_exeext conftest.
$ac_ext
10696 LIBS
=$ac_check_soname_save_LIBS
10698 if ${ac_cv_lib_soname_GL:+false} :; then :
10699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10700 $as_echo "not found" >&6; }
10701 if test -f /usr
/X11R
6/lib
/libGL.a
10703 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10704 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10706 opengl_msg
="No OpenGL library found on this system."
10709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10710 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10712 cat >>confdefs.h
<<_ACEOF
10713 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10716 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"
10719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10720 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10722 cat >>confdefs.h
<<_ACEOF
10723 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10728 if test "x$with_glu" != "xno"
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10731 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10732 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10733 $as_echo_n "(cached) " >&6
10735 ac_check_lib_save_LIBS
=$LIBS
10736 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10738 /* end confdefs.h. */
10740 /* Override any GCC internal prototype to avoid an error.
10741 Use char because int might match the return type of a GCC
10742 builtin and then its argument prototype would still apply. */
10750 return gluLookAt ();
10755 if ac_fn_c_try_link
"$LINENO"; then :
10756 ac_cv_lib_GLU_gluLookAt
=yes
10758 ac_cv_lib_GLU_gluLookAt
=no
10760 rm -f core conftest.err conftest.
$ac_objext \
10761 conftest
$ac_exeext conftest.
$ac_ext
10762 LIBS
=$ac_check_lib_save_LIBS
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10765 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10766 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10770 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10771 case "x$with_glu" in
10772 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10774 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10775 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10780 if test "x$with_osmesa" != "xno"
10782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10783 $as_echo_n "checking for -lOSMesa... " >&6; }
10784 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10785 $as_echo_n "(cached) " >&6
10787 ac_check_soname_save_LIBS
=$LIBS
10788 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10789 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10790 /* end confdefs.h. */
10792 /* Override any GCC internal prototype to avoid an error.
10793 Use char because int might match the return type of a GCC
10794 builtin and then its argument prototype would still apply. */
10807 if ac_fn_c_try_link
"$LINENO"; then :
10809 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10810 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'` ;;
10811 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10812 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10813 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10817 rm -f core conftest.err conftest.
$ac_objext \
10818 conftest
$ac_exeext conftest.
$ac_ext
10819 LIBS
=$ac_check_soname_save_LIBS
10821 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10823 $as_echo "not found" >&6; }
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10827 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10829 cat >>confdefs.h
<<_ACEOF
10830 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10835 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10836 case "x$with_osmesa" in
10837 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10839 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10840 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10845 if test -n "$opengl_msg"; then :
10846 case "x$with_opengl" in
10847 x
) as_fn_append wine_warnings
"|$opengl_msg
10848 OpenGL and Direct3D won't be supported." ;;
10850 *) as_fn_error $?
"$opengl_msg
10851 OpenGL and Direct3D won't be supported.
10852 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10856 CPPFLAGS
="$ac_save_CPPFLAGS"
10860 enable_winex11_drv
=${enable_winex11_drv:-no}
10862 if test "x$X_LIBS" = "x"; then :
10865 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10866 without X support, which probably isn't what you want. You will need
10867 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10868 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10872 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10874 if test "$ac_cv_header_CL_cl_h" = "yes"
10876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10877 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10878 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10879 $as_echo_n "(cached) " >&6
10881 ac_check_lib_save_LIBS
=$LIBS
10882 LIBS
="-lOpenCL $LIBS"
10883 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10884 /* end confdefs.h. */
10886 /* Override any GCC internal prototype to avoid an error.
10887 Use char because int might match the return type of a GCC
10888 builtin and then its argument prototype would still apply. */
10892 char clGetPlatformInfo ();
10896 return clGetPlatformInfo ();
10901 if ac_fn_c_try_link
"$LINENO"; then :
10902 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10904 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10906 rm -f core conftest.err conftest.
$ac_objext \
10907 conftest
$ac_exeext conftest.
$ac_ext
10908 LIBS
=$ac_check_lib_save_LIBS
10910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10911 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10912 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10913 OPENCL_LIBS
="-lOpenCL"
10918 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10919 case "x$with_opencl" in
10920 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10922 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10923 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10926 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10928 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10931 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10932 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10933 $as_echo_n "(cached) " >&6
10935 ac_check_lib_save_LIBS
=$LIBS
10936 LIBS
="-lpcap $LIBS"
10937 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10938 /* end confdefs.h. */
10940 /* Override any GCC internal prototype to avoid an error.
10941 Use char because int might match the return type of a GCC
10942 builtin and then its argument prototype would still apply. */
10946 char pcap_create ();
10950 return pcap_create ();
10955 if ac_fn_c_try_link
"$LINENO"; then :
10956 ac_cv_lib_pcap_pcap_create
=yes
10958 ac_cv_lib_pcap_pcap_create
=no
10960 rm -f core conftest.err conftest.
$ac_objext \
10961 conftest
$ac_exeext conftest.
$ac_ext
10962 LIBS
=$ac_check_lib_save_LIBS
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10965 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10966 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10972 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10973 case "x$with_pcap" in
10974 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10976 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10977 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10980 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10983 if test "x$with_xml" != "xno"
10985 if ${XML2_CFLAGS:+false} :; then :
10986 if ${PKG_CONFIG+:} false
; then :
10987 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10990 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10991 if ${XML2_LIBS:+false} :; then :
10992 if ${PKG_CONFIG+:} false
; then :
10993 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10996 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10997 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10998 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10999 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11000 ac_save_CPPFLAGS
=$CPPFLAGS
11001 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
11002 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
11004 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11005 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11006 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11007 cat >>confdefs.h
<<_ACEOF
11008 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11015 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"
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11018 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11019 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11020 $as_echo_n "(cached) " >&6
11022 ac_check_lib_save_LIBS
=$LIBS
11023 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11024 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11025 /* end confdefs.h. */
11027 /* Override any GCC internal prototype to avoid an error.
11028 Use char because int might match the return type of a GCC
11029 builtin and then its argument prototype would still apply. */
11033 char xmlParseMemory ();
11037 return xmlParseMemory ();
11042 if ac_fn_c_try_link
"$LINENO"; then :
11043 ac_cv_lib_xml2_xmlParseMemory
=yes
11045 ac_cv_lib_xml2_xmlParseMemory
=no
11047 rm -f core conftest.err conftest.
$ac_objext \
11048 conftest
$ac_exeext conftest.
$ac_ext
11049 LIBS
=$ac_check_lib_save_LIBS
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11052 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11053 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11055 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11062 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11063 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11064 $as_echo_n "(cached) " >&6
11066 ac_check_lib_save_LIBS
=$LIBS
11067 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11068 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11069 /* end confdefs.h. */
11071 /* Override any GCC internal prototype to avoid an error.
11072 Use char because int might match the return type of a GCC
11073 builtin and then its argument prototype would still apply. */
11077 char xmlReadMemory ();
11081 return xmlReadMemory ();
11086 if ac_fn_c_try_link
"$LINENO"; then :
11087 ac_cv_lib_xml2_xmlReadMemory
=yes
11089 ac_cv_lib_xml2_xmlReadMemory
=no
11091 rm -f core conftest.err conftest.
$ac_objext \
11092 conftest
$ac_exeext conftest.
$ac_ext
11093 LIBS
=$ac_check_lib_save_LIBS
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11096 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11097 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11099 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11104 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11105 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11106 $as_echo_n "(cached) " >&6
11108 ac_check_lib_save_LIBS
=$LIBS
11109 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11111 /* end confdefs.h. */
11113 /* Override any GCC internal prototype to avoid an error.
11114 Use char because int might match the return type of a GCC
11115 builtin and then its argument prototype would still apply. */
11119 char xmlNewDocPI ();
11123 return xmlNewDocPI ();
11128 if ac_fn_c_try_link
"$LINENO"; then :
11129 ac_cv_lib_xml2_xmlNewDocPI
=yes
11131 ac_cv_lib_xml2_xmlNewDocPI
=no
11133 rm -f core conftest.err conftest.
$ac_objext \
11134 conftest
$ac_exeext conftest.
$ac_ext
11135 LIBS
=$ac_check_lib_save_LIBS
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11138 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11139 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11141 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11146 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11147 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11148 $as_echo_n "(cached) " >&6
11150 ac_check_lib_save_LIBS
=$LIBS
11151 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11153 /* end confdefs.h. */
11155 /* Override any GCC internal prototype to avoid an error.
11156 Use char because int might match the return type of a GCC
11157 builtin and then its argument prototype would still apply. */
11161 char xmlSchemaSetParserStructuredErrors ();
11165 return xmlSchemaSetParserStructuredErrors ();
11170 if ac_fn_c_try_link
"$LINENO"; then :
11171 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11173 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11175 rm -f core conftest.err conftest.
$ac_objext \
11176 conftest
$ac_exeext conftest.
$ac_ext
11177 LIBS
=$ac_check_lib_save_LIBS
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11180 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11181 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11183 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11188 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11189 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11190 $as_echo_n "(cached) " >&6
11192 ac_check_lib_save_LIBS
=$LIBS
11193 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11195 /* end confdefs.h. */
11197 /* Override any GCC internal prototype to avoid an error.
11198 Use char because int might match the return type of a GCC
11199 builtin and then its argument prototype would still apply. */
11203 char xmlSchemaSetValidStructuredErrors ();
11207 return xmlSchemaSetValidStructuredErrors ();
11212 if ac_fn_c_try_link
"$LINENO"; then :
11213 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11215 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11217 rm -f core conftest.err conftest.
$ac_objext \
11218 conftest
$ac_exeext conftest.
$ac_ext
11219 LIBS
=$ac_check_lib_save_LIBS
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11222 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11223 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11225 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11230 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11231 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11232 $as_echo_n "(cached) " >&6
11234 ac_check_lib_save_LIBS
=$LIBS
11235 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11236 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11237 /* end confdefs.h. */
11239 /* Override any GCC internal prototype to avoid an error.
11240 Use char because int might match the return type of a GCC
11241 builtin and then its argument prototype would still apply. */
11245 char xmlFirstElementChild ();
11249 return xmlFirstElementChild ();
11254 if ac_fn_c_try_link
"$LINENO"; then :
11255 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11257 ac_cv_lib_xml2_xmlFirstElementChild
=no
11259 rm -f core conftest.err conftest.
$ac_objext \
11260 conftest
$ac_exeext conftest.
$ac_ext
11261 LIBS
=$ac_check_lib_save_LIBS
11263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11264 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11265 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11267 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11271 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11273 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11275 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11283 CPPFLAGS
=$ac_save_CPPFLAGS
11284 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11285 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11288 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11289 case "x$with_xml" in
11290 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11292 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11293 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11297 if test "x$with_xslt" != "xno"
11299 if ${XSLT_CFLAGS:+false} :; then :
11300 if ${PKG_CONFIG+:} false
; then :
11301 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11304 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11305 if ${XSLT_LIBS:+false} :; then :
11306 if ${PKG_CONFIG+:} false
; then :
11307 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11310 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11311 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11312 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11313 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11314 ac_save_CPPFLAGS
=$CPPFLAGS
11315 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11316 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11318 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11319 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11320 # include <libxslt/pattern.h>
11323 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11324 cat >>confdefs.h
<<_ACEOF
11325 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11332 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11335 $as_echo_n "checking for -lxslt... " >&6; }
11336 if ${ac_cv_lib_soname_xslt+:} false
; then :
11337 $as_echo_n "(cached) " >&6
11339 ac_check_soname_save_LIBS
=$LIBS
11340 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11341 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11342 /* end confdefs.h. */
11344 /* Override any GCC internal prototype to avoid an error.
11345 Use char because int might match the return type of a GCC
11346 builtin and then its argument prototype would still apply. */
11350 char xsltCompilePattern ();
11354 return xsltCompilePattern ();
11359 if ac_fn_c_try_link
"$LINENO"; then :
11361 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11362 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'` ;;
11363 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11364 if ${ac_cv_lib_soname_xslt:+false} :; then :
11365 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11369 rm -f core conftest.err conftest.
$ac_objext \
11370 conftest
$ac_exeext conftest.
$ac_ext
11371 LIBS
=$ac_check_soname_save_LIBS
11373 if ${ac_cv_lib_soname_xslt:+false} :; then :
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11375 $as_echo "not found" >&6; }
11378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11379 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11381 cat >>confdefs.h
<<_ACEOF
11382 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11390 CPPFLAGS
=$ac_save_CPPFLAGS
11391 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11392 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11395 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11396 case "x$with_xslt" in
11397 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11399 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11400 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11404 if test "x$with_dbus" != "xno"
11406 if ${DBUS_CFLAGS:+false} :; then :
11407 if ${PKG_CONFIG+:} false
; then :
11408 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11412 if ${DBUS_LIBS:+false} :; then :
11413 if ${PKG_CONFIG+:} false
; then :
11414 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11419 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11420 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11421 ac_save_CPPFLAGS
=$CPPFLAGS
11422 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11423 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11424 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11426 $as_echo_n "checking for -ldbus-1... " >&6; }
11427 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11428 $as_echo_n "(cached) " >&6
11430 ac_check_soname_save_LIBS
=$LIBS
11431 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11432 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11433 /* end confdefs.h. */
11435 /* Override any GCC internal prototype to avoid an error.
11436 Use char because int might match the return type of a GCC
11437 builtin and then its argument prototype would still apply. */
11441 char dbus_connection_close ();
11445 return dbus_connection_close ();
11450 if ac_fn_c_try_link
"$LINENO"; then :
11452 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11453 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'` ;;
11454 *) 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'`
11455 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11456 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11460 rm -f core conftest.err conftest.
$ac_objext \
11461 conftest
$ac_exeext conftest.
$ac_ext
11462 LIBS
=$ac_check_soname_save_LIBS
11464 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11466 $as_echo "not found" >&6; }
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11470 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11472 cat >>confdefs.h
<<_ACEOF
11473 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11483 CPPFLAGS
=$ac_save_CPPFLAGS
11484 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11485 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11488 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11489 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11490 case "x$with_dbus" in
11491 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11493 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11494 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11498 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11500 if ${HAL_CFLAGS:+false} :; then :
11501 if ${PKG_CONFIG+:} false
; then :
11502 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11506 if ${HAL_LIBS:+false} :; then :
11507 if ${PKG_CONFIG+:} false
; then :
11508 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11512 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11513 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11514 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11515 ac_save_CPPFLAGS
=$CPPFLAGS
11516 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11517 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11518 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11520 $as_echo_n "checking for -lhal... " >&6; }
11521 if ${ac_cv_lib_soname_hal+:} false
; then :
11522 $as_echo_n "(cached) " >&6
11524 ac_check_soname_save_LIBS
=$LIBS
11525 LIBS
="-lhal $HAL_LIBS $LIBS"
11526 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11527 /* end confdefs.h. */
11529 /* Override any GCC internal prototype to avoid an error.
11530 Use char because int might match the return type of a GCC
11531 builtin and then its argument prototype would still apply. */
11535 char libhal_ctx_new ();
11539 return libhal_ctx_new ();
11544 if ac_fn_c_try_link
"$LINENO"; then :
11546 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11547 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'` ;;
11548 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11549 if ${ac_cv_lib_soname_hal:+false} :; then :
11550 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11554 rm -f core conftest.err conftest.
$ac_objext \
11555 conftest
$ac_exeext conftest.
$ac_ext
11556 LIBS
=$ac_check_soname_save_LIBS
11558 if ${ac_cv_lib_soname_hal:+false} :; then :
11559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11560 $as_echo "not found" >&6; }
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11564 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11566 cat >>confdefs.h
<<_ACEOF
11567 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11577 CPPFLAGS
=$ac_save_CPPFLAGS
11578 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11579 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11581 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11582 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11583 case "x$with_hal" in
11584 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11586 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11587 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11592 if test "x$with_gnutls" != "xno"
11594 if ${GNUTLS_CFLAGS:+false} :; then :
11595 if ${PKG_CONFIG+:} false
; then :
11596 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11600 if ${GNUTLS_LIBS:+false} :; then :
11601 if ${PKG_CONFIG+:} false
; then :
11602 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11607 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11608 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11609 ac_save_CPPFLAGS
=$CPPFLAGS
11610 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11611 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11612 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11614 /* end confdefs.h. */
11615 #include <gnutls/gnutls.h>
11616 #include <gnutls/crypto.h>
11620 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11625 if ac_fn_c_try_compile
"$LINENO"; then :
11626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11627 $as_echo_n "checking for -lgnutls... " >&6; }
11628 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11629 $as_echo_n "(cached) " >&6
11631 ac_check_soname_save_LIBS
=$LIBS
11632 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11634 /* end confdefs.h. */
11636 /* Override any GCC internal prototype to avoid an error.
11637 Use char because int might match the return type of a GCC
11638 builtin and then its argument prototype would still apply. */
11642 char gnutls_global_init ();
11646 return gnutls_global_init ();
11651 if ac_fn_c_try_link
"$LINENO"; then :
11653 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11654 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'` ;;
11655 *) 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'`
11656 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11657 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'`
11661 rm -f core conftest.err conftest.
$ac_objext \
11662 conftest
$ac_exeext conftest.
$ac_ext
11663 LIBS
=$ac_check_soname_save_LIBS
11665 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11667 $as_echo "not found" >&6; }
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11671 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11673 cat >>confdefs.h
<<_ACEOF
11674 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11680 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11686 CPPFLAGS
=$ac_save_CPPFLAGS
11687 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11688 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11691 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11692 case "x$with_gnutls" in
11693 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11695 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11696 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11701 if test "$ac_cv_header_ncurses_h" = "yes"
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11704 $as_echo_n "checking for -lncurses... " >&6; }
11705 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11706 $as_echo_n "(cached) " >&6
11708 ac_check_soname_save_LIBS
=$LIBS
11709 LIBS
="-lncurses $LIBS"
11710 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11711 /* end confdefs.h. */
11713 /* Override any GCC internal prototype to avoid an error.
11714 Use char because int might match the return type of a GCC
11715 builtin and then its argument prototype would still apply. */
11728 if ac_fn_c_try_link
"$LINENO"; then :
11730 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11731 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'` ;;
11732 *) 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'`
11733 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11734 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11738 rm -f core conftest.err conftest.
$ac_objext \
11739 conftest
$ac_exeext conftest.
$ac_ext
11740 LIBS
=$ac_check_soname_save_LIBS
11742 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11744 $as_echo "not found" >&6; }
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11748 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11750 cat >>confdefs.h
<<_ACEOF
11751 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11754 CURSES_LIBS
="-lncurses"
11756 elif test "$ac_cv_header_curses_h" = "yes"
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11759 $as_echo_n "checking for -lcurses... " >&6; }
11760 if ${ac_cv_lib_soname_curses+:} false
; then :
11761 $as_echo_n "(cached) " >&6
11763 ac_check_soname_save_LIBS
=$LIBS
11764 LIBS
="-lcurses $LIBS"
11765 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11766 /* end confdefs.h. */
11768 /* Override any GCC internal prototype to avoid an error.
11769 Use char because int might match the return type of a GCC
11770 builtin and then its argument prototype would still apply. */
11783 if ac_fn_c_try_link
"$LINENO"; then :
11785 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11786 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'` ;;
11787 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11788 if ${ac_cv_lib_soname_curses:+false} :; then :
11789 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11793 rm -f core conftest.err conftest.
$ac_objext \
11794 conftest
$ac_exeext conftest.
$ac_ext
11795 LIBS
=$ac_check_soname_save_LIBS
11797 if ${ac_cv_lib_soname_curses:+false} :; then :
11798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11799 $as_echo "not found" >&6; }
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11803 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11805 cat >>confdefs.h
<<_ACEOF
11806 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11809 CURSES_LIBS
="-lcurses"
11812 ac_save_LIBS
="$LIBS"
11813 LIBS
="$LIBS $CURSES_LIBS"
11814 for ac_func
in mousemask
11816 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11817 if test "x$ac_cv_func_mousemask" = xyes
; then :
11818 cat >>confdefs.h
<<_ACEOF
11819 #define HAVE_MOUSEMASK 1
11825 LIBS
="$ac_save_LIBS"
11826 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11827 case "x$with_curses" in
11828 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11830 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11831 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11835 if test "x$with_sane" != "xno"
11837 if ${SANE_CFLAGS:+false} :; then :
11838 if ${PKG_CONFIG+:} false
; then :
11839 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11842 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11843 if ${SANE_LIBS:+false} :; then :
11844 if ${PKG_CONFIG+:} false
; then :
11845 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11848 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11850 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11851 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11852 ac_save_CPPFLAGS
=$CPPFLAGS
11853 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11854 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11855 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11857 $as_echo_n "checking for -lsane... " >&6; }
11858 if ${ac_cv_lib_soname_sane+:} false
; then :
11859 $as_echo_n "(cached) " >&6
11861 ac_check_soname_save_LIBS
=$LIBS
11862 LIBS
="-lsane $SANE_LIBS $LIBS"
11863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11864 /* end confdefs.h. */
11866 /* Override any GCC internal prototype to avoid an error.
11867 Use char because int might match the return type of a GCC
11868 builtin and then its argument prototype would still apply. */
11876 return sane_init ();
11881 if ac_fn_c_try_link
"$LINENO"; then :
11883 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11884 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'` ;;
11885 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11886 if ${ac_cv_lib_soname_sane:+false} :; then :
11887 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11891 rm -f core conftest.err conftest.
$ac_objext \
11892 conftest
$ac_exeext conftest.
$ac_ext
11893 LIBS
=$ac_check_soname_save_LIBS
11895 if ${ac_cv_lib_soname_sane:+false} :; then :
11896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11897 $as_echo "not found" >&6; }
11900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11901 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11903 cat >>confdefs.h
<<_ACEOF
11904 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11914 CPPFLAGS
=$ac_save_CPPFLAGS
11915 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11916 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11919 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11920 case "x$with_sane" in
11921 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11923 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11924 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11928 if test "x$with_v4l" != "xno"
11930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11931 $as_echo_n "checking for -lv4l1... " >&6; }
11932 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11933 $as_echo_n "(cached) " >&6
11935 ac_check_soname_save_LIBS
=$LIBS
11936 LIBS
="-lv4l1 $LIBS"
11937 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11938 /* end confdefs.h. */
11940 /* Override any GCC internal prototype to avoid an error.
11941 Use char because int might match the return type of a GCC
11942 builtin and then its argument prototype would still apply. */
11950 return v4l1_open ();
11955 if ac_fn_c_try_link
"$LINENO"; then :
11957 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11958 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'` ;;
11959 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11960 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11961 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11965 rm -f core conftest.err conftest.
$ac_objext \
11966 conftest
$ac_exeext conftest.
$ac_ext
11967 LIBS
=$ac_check_soname_save_LIBS
11969 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11971 $as_echo "not found" >&6; }
11974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11975 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11977 cat >>confdefs.h
<<_ACEOF
11978 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11984 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11985 case "x$with_v4l" in
11986 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11988 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11989 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11993 if test "x$with_gphoto" != "xno"
11995 if ${GPHOTO2_CFLAGS:+false} :; then :
11996 if ${PKG_CONFIG+:} false
; then :
11997 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12000 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
12001 if ${GPHOTO2_LIBS:+false} :; then :
12002 if ${PKG_CONFIG+:} false
; then :
12003 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12006 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
12007 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12008 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12009 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12010 ac_save_CPPFLAGS
=$CPPFLAGS
12011 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12012 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12013 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12015 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12016 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12017 $as_echo_n "(cached) " >&6
12019 ac_check_lib_save_LIBS
=$LIBS
12020 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12021 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12022 /* end confdefs.h. */
12024 /* Override any GCC internal prototype to avoid an error.
12025 Use char because int might match the return type of a GCC
12026 builtin and then its argument prototype would still apply. */
12030 char gp_camera_new ();
12034 return gp_camera_new ();
12039 if ac_fn_c_try_link
"$LINENO"; then :
12040 ac_cv_lib_gphoto2_gp_camera_new
=yes
12042 ac_cv_lib_gphoto2_gp_camera_new
=no
12044 rm -f core conftest.err conftest.
$ac_objext \
12045 conftest
$ac_exeext conftest.
$ac_ext
12046 LIBS
=$ac_check_lib_save_LIBS
12048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12049 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12050 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12052 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12055 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12059 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12063 CPPFLAGS
=$ac_save_CPPFLAGS
12064 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12065 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12067 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12068 if ${PKG_CONFIG+:} false
; then :
12069 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12072 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12073 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12074 if ${PKG_CONFIG+:} false
; then :
12075 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12078 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12079 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12080 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12081 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12082 ac_save_CPPFLAGS
=$CPPFLAGS
12083 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12084 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12085 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12087 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12088 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12089 $as_echo_n "(cached) " >&6
12091 ac_check_lib_save_LIBS
=$LIBS
12092 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12093 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12094 /* end confdefs.h. */
12096 /* Override any GCC internal prototype to avoid an error.
12097 Use char because int might match the return type of a GCC
12098 builtin and then its argument prototype would still apply. */
12102 char gp_port_info_list_new ();
12106 return gp_port_info_list_new ();
12111 if ac_fn_c_try_link
"$LINENO"; then :
12112 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12114 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12116 rm -f core conftest.err conftest.
$ac_objext \
12117 conftest
$ac_exeext conftest.
$ac_ext
12118 LIBS
=$ac_check_lib_save_LIBS
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12121 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12122 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12124 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12127 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12131 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12135 CPPFLAGS
=$ac_save_CPPFLAGS
12136 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12137 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12140 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12141 case "x$with_gphoto" in
12142 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12144 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12145 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12148 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12149 case "x$with_gphoto" in
12150 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12152 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12153 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12158 if test "$ac_cv_header_resolv_h" = "yes"
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12161 $as_echo_n "checking for resolver library... " >&6; }
12162 if ${ac_cv_have_resolv+:} false
; then :
12163 $as_echo_n "(cached) " >&6
12165 ac_save_LIBS
="$LIBS"
12166 for lib
in '' -lresolv
12168 LIBS
="$lib $ac_save_LIBS"
12169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12170 /* end confdefs.h. */
12171 #ifdef HAVE_NETINET_IN_H
12172 #include <netinet/in.h>
12174 #include <resolv.h>
12178 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12183 if ac_fn_c_try_link
"$LINENO"; then :
12184 ac_cv_have_resolv
=${lib:-"none required"}
12186 ac_cv_have_resolv
="not found"
12188 rm -f core conftest.err conftest.
$ac_objext \
12189 conftest
$ac_exeext conftest.
$ac_ext
12190 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12192 LIBS
="$ac_save_LIBS"
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12195 $as_echo "$ac_cv_have_resolv" >&6; }
12197 case "$ac_cv_have_resolv" in
12201 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12204 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12206 RESOLV_LIBS
=$ac_cv_have_resolv
12211 if test "x$with_cms" != "xno"
12213 if ${LCMS2_CFLAGS:+false} :; then :
12214 if ${PKG_CONFIG+:} false
; then :
12215 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12219 if ${LCMS2_LIBS:+false} :; then :
12220 if ${PKG_CONFIG+:} false
; then :
12221 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12225 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12226 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12227 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12228 ac_save_CPPFLAGS
=$CPPFLAGS
12229 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12230 for ac_header
in lcms2.h
12232 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12233 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12234 cat >>confdefs.h
<<_ACEOF
12235 #define HAVE_LCMS2_H 1
12242 if test "$ac_cv_header_lcms2_h" = "yes"
12244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12245 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12246 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12247 $as_echo_n "(cached) " >&6
12249 ac_check_lib_save_LIBS
=$LIBS
12250 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12251 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12252 /* end confdefs.h. */
12254 /* Override any GCC internal prototype to avoid an error.
12255 Use char because int might match the return type of a GCC
12256 builtin and then its argument prototype would still apply. */
12260 char cmsOpenProfileFromFile ();
12264 return cmsOpenProfileFromFile ();
12269 if ac_fn_c_try_link
"$LINENO"; then :
12270 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12272 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12274 rm -f core conftest.err conftest.
$ac_objext \
12275 conftest
$ac_exeext conftest.
$ac_ext
12276 LIBS
=$ac_check_lib_save_LIBS
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12279 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12280 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12282 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12292 CPPFLAGS
=$ac_save_CPPFLAGS
12293 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12294 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12297 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12298 case "x$with_cms" in
12299 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12301 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12302 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12306 if test "x$with_freetype" != "xno"
12308 if ${FREETYPE_CFLAGS:+false} :; then :
12309 if ${PKG_CONFIG+:} false
; then :
12310 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12313 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12314 if ${FREETYPE_LIBS:+false} :; then :
12315 if ${PKG_CONFIG+:} false
; then :
12316 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12319 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12320 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12321 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12322 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12323 ac_save_CPPFLAGS
=$CPPFLAGS
12324 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12325 for ac_header
in ft2build.h
12327 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12328 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12329 cat >>confdefs.h
<<_ACEOF
12330 #define HAVE_FT2BUILD_H 1
12337 if test "$ac_cv_header_ft2build_h" = "yes"
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12340 $as_echo_n "checking for -lfreetype... " >&6; }
12341 if ${ac_cv_lib_soname_freetype+:} false
; then :
12342 $as_echo_n "(cached) " >&6
12344 ac_check_soname_save_LIBS
=$LIBS
12345 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12346 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12347 /* end confdefs.h. */
12349 /* Override any GCC internal prototype to avoid an error.
12350 Use char because int might match the return type of a GCC
12351 builtin and then its argument prototype would still apply. */
12355 char FT_Init_FreeType ();
12359 return FT_Init_FreeType ();
12364 if ac_fn_c_try_link
"$LINENO"; then :
12366 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12367 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'` ;;
12368 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12369 if ${ac_cv_lib_soname_freetype:+false} :; then :
12370 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12374 rm -f core conftest.err conftest.
$ac_objext \
12375 conftest
$ac_exeext conftest.
$ac_ext
12376 LIBS
=$ac_check_soname_save_LIBS
12378 if ${ac_cv_lib_soname_freetype:+false} :; then :
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12380 $as_echo "not found" >&6; }
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12384 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12386 cat >>confdefs.h
<<_ACEOF
12387 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12391 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12393 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12394 #include FT_MODULE_H
12396 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12398 cat >>confdefs.h
<<_ACEOF
12399 #define HAVE_FT_TRUETYPEENGINETYPE 1
12410 CPPFLAGS
=$ac_save_CPPFLAGS
12411 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12412 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12415 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12416 case "x$with_freetype" in
12418 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12419 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12422 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12425 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12426 if ${ac_cv_c_ppdev+:} false
; then :
12427 $as_echo_n "(cached) " >&6
12429 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12430 /* end confdefs.h. */
12431 #ifdef HAVE_SYS_IOCTL_H
12432 # include <sys/ioctl.h>
12434 #include <linux/ppdev.h>
12438 ioctl (1,PPCLAIM,0)
12443 if ac_fn_c_try_compile
"$LINENO"; then :
12444 ac_cv_c_ppdev
="yes"
12448 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12451 $as_echo "$ac_cv_c_ppdev" >&6; }
12452 if test "$ac_cv_c_ppdev" = "yes"
12455 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12459 ac_wine_check_funcs_save_LIBS
="$LIBS"
12460 LIBS
="$LIBS $PTHREAD_LIBS"
12462 pthread_attr_get_np \
12463 pthread_getattr_np \
12464 pthread_getthreadid_np \
12465 pthread_get_stackaddr_np \
12466 pthread_get_stacksize_np
12468 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12469 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12470 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12471 cat >>confdefs.h
<<_ACEOF
12472 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12478 LIBS
="$ac_wine_check_funcs_save_LIBS"
12480 if test "$ac_cv_header_zlib_h" = "yes"
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12483 $as_echo_n "checking for inflate in -lz... " >&6; }
12484 if ${ac_cv_lib_z_inflate+:} false
; then :
12485 $as_echo_n "(cached) " >&6
12487 ac_check_lib_save_LIBS
=$LIBS
12489 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12490 /* end confdefs.h. */
12492 /* Override any GCC internal prototype to avoid an error.
12493 Use char because int might match the return type of a GCC
12494 builtin and then its argument prototype would still apply. */
12507 if ac_fn_c_try_link
"$LINENO"; then :
12508 ac_cv_lib_z_inflate
=yes
12510 ac_cv_lib_z_inflate
=no
12512 rm -f core conftest.err conftest.
$ac_objext \
12513 conftest
$ac_exeext conftest.
$ac_ext
12514 LIBS
=$ac_check_lib_save_LIBS
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12517 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12518 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12520 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12527 if test "x$Z_LIBS" = "x"; then :
12528 case "x$with_zlib" in
12529 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12531 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12532 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12536 if test "x$enable_tools" != xno
12538 if test "$ac_cv_header_gettext_po_h" = "yes"
12540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12541 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12542 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12543 $as_echo_n "(cached) " >&6
12545 ac_check_lib_save_LIBS
=$LIBS
12546 LIBS
="-lgettextpo $LIBS"
12547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12548 /* end confdefs.h. */
12550 /* Override any GCC internal prototype to avoid an error.
12551 Use char because int might match the return type of a GCC
12552 builtin and then its argument prototype would still apply. */
12556 char po_message_msgctxt ();
12560 return po_message_msgctxt ();
12565 if ac_fn_c_try_link
"$LINENO"; then :
12566 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12568 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12570 rm -f core conftest.err conftest.
$ac_objext \
12571 conftest
$ac_exeext conftest.
$ac_ext
12572 LIBS
=$ac_check_lib_save_LIBS
12574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12575 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12576 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12578 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12580 GETTEXTPO_LIBS
="-lgettextpo"
12585 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12586 case "x$with_gettextpo" in
12587 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12589 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12590 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12595 if test "x$with_pulse" != "xno";
12597 if ${PULSE_CFLAGS:+false} :; then :
12598 if ${PKG_CONFIG+:} false
; then :
12599 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12603 if ${PULSE_LIBS:+false} :; then :
12604 if ${PKG_CONFIG+:} false
; then :
12605 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12610 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12611 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12612 ac_save_CPPFLAGS
=$CPPFLAGS
12613 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12614 for ac_header
in pulse
/pulseaudio.h
12616 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12617 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12618 cat >>confdefs.h
<<_ACEOF
12619 #define HAVE_PULSE_PULSEAUDIO_H 1
12621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12622 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12623 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12624 $as_echo_n "(cached) " >&6
12626 ac_check_lib_save_LIBS
=$LIBS
12627 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12628 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12629 /* end confdefs.h. */
12631 /* Override any GCC internal prototype to avoid an error.
12632 Use char because int might match the return type of a GCC
12633 builtin and then its argument prototype would still apply. */
12637 char pa_stream_is_corked ();
12641 return pa_stream_is_corked ();
12646 if ac_fn_c_try_link
"$LINENO"; then :
12647 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12649 ac_cv_lib_pulse_pa_stream_is_corked
=no
12651 rm -f core conftest.err conftest.
$ac_objext \
12652 conftest
$ac_exeext conftest.
$ac_ext
12653 LIBS
=$ac_check_lib_save_LIBS
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12656 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12657 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12669 CPPFLAGS
=$ac_save_CPPFLAGS
12670 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12671 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12674 if test -z "$PULSE_LIBS"; then :
12675 case "x$with_pulse" in
12676 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12678 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12679 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12683 if test "x$with_gstreamer" != "xno"
12685 if ${GSTREAMER_CFLAGS:+false} :; then :
12686 if ${PKG_CONFIG+:} false
; then :
12687 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12691 if ${GSTREAMER_LIBS:+false} :; then :
12692 if ${PKG_CONFIG+:} false
; then :
12693 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12698 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12699 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12700 ac_save_CPPFLAGS
=$CPPFLAGS
12701 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12703 for i
in $GSTREAMER_CFLAGS
12706 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12709 GSTREAMER_CFLAGS
=$ac_gst_incl
12710 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12711 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12712 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12713 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12714 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12716 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12717 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12718 /* end confdefs.h. */
12719 #include <gst/app/gstappsink.h>
12723 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12728 if ac_fn_c_try_compile
"$LINENO"; then :
12729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12730 $as_echo "yes" >&6; }
12731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12732 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12733 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12734 $as_echo_n "(cached) " >&6
12736 ac_check_lib_save_LIBS
=$LIBS
12737 LIBS
="-lgstreamer-0.10 $LIBS"
12738 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12739 /* end confdefs.h. */
12741 /* Override any GCC internal prototype to avoid an error.
12742 Use char because int might match the return type of a GCC
12743 builtin and then its argument prototype would still apply. */
12747 char gst_pad_get_caps_reffed ();
12751 return gst_pad_get_caps_reffed ();
12756 if ac_fn_c_try_link
"$LINENO"; then :
12757 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12759 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12761 rm -f core conftest.err conftest.
$ac_objext \
12762 conftest
$ac_exeext conftest.
$ac_ext
12763 LIBS
=$ac_check_lib_save_LIBS
12765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12766 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12767 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12769 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12770 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12771 $as_echo_n "(cached) " >&6
12773 ac_check_lib_save_LIBS
=$LIBS
12774 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12776 /* end confdefs.h. */
12778 /* Override any GCC internal prototype to avoid an error.
12779 Use char because int might match the return type of a GCC
12780 builtin and then its argument prototype would still apply. */
12784 char gst_app_buffer_new ();
12788 return gst_app_buffer_new ();
12793 if ac_fn_c_try_link
"$LINENO"; then :
12794 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12796 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12798 rm -f core conftest.err conftest.
$ac_objext \
12799 conftest
$ac_exeext conftest.
$ac_ext
12800 LIBS
=$ac_check_lib_save_LIBS
12802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12803 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12804 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12812 $as_echo "no" >&6; }
12814 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12819 GSTREAMER_CFLAGS
=""
12823 CPPFLAGS
=$ac_save_CPPFLAGS
12824 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12825 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12828 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12829 case "x$with_gstreamer" in
12830 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12832 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12833 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12836 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12840 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12843 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12844 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12845 $as_echo_n "(cached) " >&6
12847 ac_check_lib_save_LIBS
=$LIBS
12848 LIBS
="-lasound $LIBS"
12849 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12850 /* end confdefs.h. */
12852 /* Override any GCC internal prototype to avoid an error.
12853 Use char because int might match the return type of a GCC
12854 builtin and then its argument prototype would still apply. */
12858 char snd_pcm_hw_params_get_access_mask ();
12862 return snd_pcm_hw_params_get_access_mask ();
12867 if ac_fn_c_try_link
"$LINENO"; then :
12868 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12870 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12872 rm -f core conftest.err conftest.
$ac_objext \
12873 conftest
$ac_exeext conftest.
$ac_ext
12874 LIBS
=$ac_check_lib_save_LIBS
12876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12877 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12878 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12880 /* end confdefs.h. */
12881 #ifdef HAVE_ALSA_ASOUNDLIB_H
12882 #include <alsa/asoundlib.h>
12883 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12884 #include <sys/asoundlib.h>
12889 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12894 if ac_fn_c_try_compile
"$LINENO"; then :
12895 ALSA_LIBS
="-lasound"
12897 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12902 if test "x$with_oss" != xno
12904 ac_save_CPPFLAGS
="$CPPFLAGS"
12905 if test -f /etc
/oss.conf
12909 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12910 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12911 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12912 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12913 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12915 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12917 cat >>confdefs.h
<<_ACEOF
12918 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12921 OSS4_CFLAGS
="$ac_oss_incl"
12928 CPPFLAGS
="$ac_save_CPPFLAGS"
12929 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12931 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12935 if test "x$with_capi" != "xno"
12937 if ${CAPI20_CFLAGS:+false} :; then :
12938 if ${PKG_CONFIG+:} false
; then :
12939 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12943 if ${CAPI20_LIBS:+false} :; then :
12944 if ${PKG_CONFIG+:} false
; then :
12945 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12950 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12951 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12952 ac_save_CPPFLAGS
=$CPPFLAGS
12953 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12954 for ac_header
in capi20.h linux
/capi.h
12956 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12957 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12959 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12960 cat >>confdefs.h
<<_ACEOF
12961 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12968 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12971 $as_echo_n "checking for -lcapi20... " >&6; }
12972 if ${ac_cv_lib_soname_capi20+:} false
; then :
12973 $as_echo_n "(cached) " >&6
12975 ac_check_soname_save_LIBS
=$LIBS
12976 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12977 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12978 /* end confdefs.h. */
12980 /* Override any GCC internal prototype to avoid an error.
12981 Use char because int might match the return type of a GCC
12982 builtin and then its argument prototype would still apply. */
12986 char capi20_register ();
12990 return capi20_register ();
12995 if ac_fn_c_try_link
"$LINENO"; then :
12997 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12998 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'` ;;
12999 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13000 if ${ac_cv_lib_soname_capi20:+false} :; then :
13001 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13005 rm -f core conftest.err conftest.
$ac_objext \
13006 conftest
$ac_exeext conftest.
$ac_ext
13007 LIBS
=$ac_check_soname_save_LIBS
13009 if ${ac_cv_lib_soname_capi20:+false} :; then :
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13011 $as_echo "not found" >&6; }
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13015 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13017 cat >>confdefs.h
<<_ACEOF
13018 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13024 CPPFLAGS
=$ac_save_CPPFLAGS
13025 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13026 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13029 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13030 case "x$with_capi" in
13031 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13033 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13034 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13040 if test "x$with_cups" != "xno"
13042 ac_save_CPPFLAGS
="$CPPFLAGS"
13043 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
13044 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
13045 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
13046 for ac_header
in cups
/cups.h
13048 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13049 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
13050 cat >>confdefs.h
<<_ACEOF
13051 #define HAVE_CUPS_CUPS_H 1
13053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13054 $as_echo_n "checking for -lcups... " >&6; }
13055 if ${ac_cv_lib_soname_cups+:} false
; then :
13056 $as_echo_n "(cached) " >&6
13058 ac_check_soname_save_LIBS
=$LIBS
13059 LIBS
="-lcups $ac_cups_libs $LIBS"
13060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13061 /* end confdefs.h. */
13063 /* Override any GCC internal prototype to avoid an error.
13064 Use char because int might match the return type of a GCC
13065 builtin and then its argument prototype would still apply. */
13069 char cupsGetDefault ();
13073 return cupsGetDefault ();
13078 if ac_fn_c_try_link
"$LINENO"; then :
13080 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13081 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'` ;;
13082 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13083 if ${ac_cv_lib_soname_cups:+false} :; then :
13084 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13088 rm -f core conftest.err conftest.
$ac_objext \
13089 conftest
$ac_exeext conftest.
$ac_ext
13090 LIBS
=$ac_check_soname_save_LIBS
13092 if ${ac_cv_lib_soname_cups:+false} :; then :
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13094 $as_echo "not found" >&6; }
13097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13098 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13100 cat >>confdefs.h
<<_ACEOF
13101 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13104 CUPS_CFLAGS
="$ac_cups_cflags"
13110 CPPFLAGS
="$ac_save_CPPFLAGS"
13112 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13113 case "x$with_cups" in
13114 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13116 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13117 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13121 if test "x$with_fontconfig" != "xno"
13123 if ${FONTCONFIG_CFLAGS:+false} :; then :
13124 if ${PKG_CONFIG+:} false
; then :
13125 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13128 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13129 if ${FONTCONFIG_LIBS:+false} :; then :
13130 if ${PKG_CONFIG+:} false
; then :
13131 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13134 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13136 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13137 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13138 ac_save_CPPFLAGS
=$CPPFLAGS
13139 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13140 for ac_header
in fontconfig
/fontconfig.h
13142 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13143 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13144 cat >>confdefs.h
<<_ACEOF
13145 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13152 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13155 $as_echo_n "checking for -lfontconfig... " >&6; }
13156 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13157 $as_echo_n "(cached) " >&6
13159 ac_check_soname_save_LIBS
=$LIBS
13160 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13162 /* end confdefs.h. */
13164 /* Override any GCC internal prototype to avoid an error.
13165 Use char because int might match the return type of a GCC
13166 builtin and then its argument prototype would still apply. */
13179 if ac_fn_c_try_link
"$LINENO"; then :
13181 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13182 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'` ;;
13183 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13184 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13185 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13189 rm -f core conftest.err conftest.
$ac_objext \
13190 conftest
$ac_exeext conftest.
$ac_ext
13191 LIBS
=$ac_check_soname_save_LIBS
13193 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13195 $as_echo "not found" >&6; }
13196 FONTCONFIG_CFLAGS
=""
13198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13199 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13201 cat >>confdefs.h
<<_ACEOF
13202 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13208 FONTCONFIG_CFLAGS
=""
13210 CPPFLAGS
=$ac_save_CPPFLAGS
13211 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13212 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13215 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13216 case "x$with_fontconfig" in
13217 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13219 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13220 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13224 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13227 $as_echo_n "checking for -lgsm... " >&6; }
13228 if ${ac_cv_lib_soname_gsm+:} false
; then :
13229 $as_echo_n "(cached) " >&6
13231 ac_check_soname_save_LIBS
=$LIBS
13233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13234 /* end confdefs.h. */
13236 /* Override any GCC internal prototype to avoid an error.
13237 Use char because int might match the return type of a GCC
13238 builtin and then its argument prototype would still apply. */
13242 char gsm_create ();
13246 return gsm_create ();
13251 if ac_fn_c_try_link
"$LINENO"; then :
13253 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13254 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'` ;;
13255 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13256 if ${ac_cv_lib_soname_gsm:+false} :; then :
13257 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13261 rm -f core conftest.err conftest.
$ac_objext \
13262 conftest
$ac_exeext conftest.
$ac_ext
13263 LIBS
=$ac_check_soname_save_LIBS
13265 if ${ac_cv_lib_soname_gsm:+false} :; then :
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13267 $as_echo "not found" >&6; }
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13271 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13273 cat >>confdefs.h
<<_ACEOF
13274 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13280 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13281 case "x$with_gsm" in
13282 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13284 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13285 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13289 if test "x$with_jpeg" != "xno"
13291 if ${JPEG_CFLAGS:+false} :; then :
13292 if ${PKG_CONFIG+:} false
; then :
13293 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13297 if ${JPEG_LIBS:+false} :; then :
13298 if ${PKG_CONFIG+:} false
; then :
13299 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13304 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13305 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13306 ac_save_CPPFLAGS
=$CPPFLAGS
13307 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13308 for ac_header
in jpeglib.h
13310 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13311 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13312 cat >>confdefs.h
<<_ACEOF
13313 #define HAVE_JPEGLIB_H 1
13320 if test "$ac_cv_header_jpeglib_h" = "yes"
13322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13323 $as_echo_n "checking for -ljpeg... " >&6; }
13324 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13325 $as_echo_n "(cached) " >&6
13327 ac_check_soname_save_LIBS
=$LIBS
13328 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13329 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13330 /* end confdefs.h. */
13332 /* Override any GCC internal prototype to avoid an error.
13333 Use char because int might match the return type of a GCC
13334 builtin and then its argument prototype would still apply. */
13338 char jpeg_start_decompress ();
13342 return jpeg_start_decompress ();
13347 if ac_fn_c_try_link
"$LINENO"; then :
13349 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13350 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'` ;;
13351 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13352 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13353 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13357 rm -f core conftest.err conftest.
$ac_objext \
13358 conftest
$ac_exeext conftest.
$ac_ext
13359 LIBS
=$ac_check_soname_save_LIBS
13361 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13363 $as_echo "not found" >&6; }
13366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13367 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13369 cat >>confdefs.h
<<_ACEOF
13370 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13378 CPPFLAGS
=$ac_save_CPPFLAGS
13379 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13380 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13383 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13384 case "x$with_jpeg" in
13385 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13387 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13388 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13392 if test "x$with_png" != "xno"
13394 if ${PNG_CFLAGS:+false} :; then :
13395 if ${PKG_CONFIG+:} false
; then :
13396 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13399 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13400 if ${PNG_LIBS:+false} :; then :
13401 if ${PKG_CONFIG+:} false
; then :
13402 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13405 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13407 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13408 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13409 ac_save_CPPFLAGS
=$CPPFLAGS
13410 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13411 for ac_header
in png.h
13413 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13414 if test "x$ac_cv_header_png_h" = xyes
; then :
13415 cat >>confdefs.h
<<_ACEOF
13416 #define HAVE_PNG_H 1
13423 if test "$ac_cv_header_png_h" = "yes"
13425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13426 $as_echo_n "checking for -lpng... " >&6; }
13427 if ${ac_cv_lib_soname_png+:} false
; then :
13428 $as_echo_n "(cached) " >&6
13430 ac_check_soname_save_LIBS
=$LIBS
13431 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13432 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13433 /* end confdefs.h. */
13435 /* Override any GCC internal prototype to avoid an error.
13436 Use char because int might match the return type of a GCC
13437 builtin and then its argument prototype would still apply. */
13441 char png_create_read_struct ();
13445 return png_create_read_struct ();
13450 if ac_fn_c_try_link
"$LINENO"; then :
13452 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13453 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'` ;;
13454 *) 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'`
13455 if ${ac_cv_lib_soname_png:+false} :; then :
13456 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13460 rm -f core conftest.err conftest.
$ac_objext \
13461 conftest
$ac_exeext conftest.
$ac_ext
13462 LIBS
=$ac_check_soname_save_LIBS
13464 if ${ac_cv_lib_soname_png:+false} :; then :
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13466 $as_echo "not found" >&6; }
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13470 $as_echo "$ac_cv_lib_soname_png" >&6; }
13472 cat >>confdefs.h
<<_ACEOF
13473 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13476 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13477 /* end confdefs.h. */
13482 typeof(png_set_expand_gray_1_2_4_to_8) *p
13487 if ac_fn_c_try_compile
"$LINENO"; then :
13489 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13492 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13497 CPPFLAGS
=$ac_save_CPPFLAGS
13498 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13499 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13502 if test "x$ac_cv_lib_soname_png" = "x"; then :
13503 case "x$with_png" in
13504 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13506 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13507 This is an error since --with-png was requested." "$LINENO" 5 ;;
13511 if test "x$with_tiff" != "xno"
13513 if ${TIFF_CFLAGS:+false} :; then :
13514 if ${PKG_CONFIG+:} false
; then :
13515 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13519 if ${TIFF_LIBS:+false} :; then :
13520 if ${PKG_CONFIG+:} false
; then :
13521 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13526 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13527 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13528 ac_save_CPPFLAGS
=$CPPFLAGS
13529 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13530 for ac_header
in tiffio.h
13532 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13533 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13534 cat >>confdefs.h
<<_ACEOF
13535 #define HAVE_TIFFIO_H 1
13542 if test "$ac_cv_header_tiffio_h" = "yes"
13544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13545 $as_echo_n "checking for -ltiff... " >&6; }
13546 if ${ac_cv_lib_soname_tiff+:} false
; then :
13547 $as_echo_n "(cached) " >&6
13549 ac_check_soname_save_LIBS
=$LIBS
13550 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13552 /* end confdefs.h. */
13554 /* Override any GCC internal prototype to avoid an error.
13555 Use char because int might match the return type of a GCC
13556 builtin and then its argument prototype would still apply. */
13560 char TIFFClientOpen ();
13564 return TIFFClientOpen ();
13569 if ac_fn_c_try_link
"$LINENO"; then :
13571 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13572 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'` ;;
13573 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13574 if ${ac_cv_lib_soname_tiff:+false} :; then :
13575 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13579 rm -f core conftest.err conftest.
$ac_objext \
13580 conftest
$ac_exeext conftest.
$ac_ext
13581 LIBS
=$ac_check_soname_save_LIBS
13583 if ${ac_cv_lib_soname_tiff:+false} :; then :
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13585 $as_echo "not found" >&6; }
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13589 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13591 cat >>confdefs.h
<<_ACEOF
13592 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13598 CPPFLAGS
=$ac_save_CPPFLAGS
13599 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13600 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13603 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13604 case "x$with_tiff" in
13605 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13607 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13608 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13612 if test "x$with_mpg123" != "xno"
13614 if ${MPG123_CFLAGS:+false} :; then :
13615 if ${PKG_CONFIG+:} false
; then :
13616 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13620 if ${MPG123_LIBS:+false} :; then :
13621 if ${PKG_CONFIG+:} false
; then :
13622 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13626 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13627 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13628 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13629 ac_save_CPPFLAGS
=$CPPFLAGS
13630 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13631 for ac_header
in mpg123.h
13633 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13634 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13635 cat >>confdefs.h
<<_ACEOF
13636 #define HAVE_MPG123_H 1
13643 if test "$ac_cv_header_mpg123_h" = "yes"
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13646 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13647 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13648 $as_echo_n "(cached) " >&6
13650 ac_check_lib_save_LIBS
=$LIBS
13651 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13652 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13653 /* end confdefs.h. */
13655 /* Override any GCC internal prototype to avoid an error.
13656 Use char because int might match the return type of a GCC
13657 builtin and then its argument prototype would still apply. */
13661 char mpg123_feed ();
13665 return mpg123_feed ();
13670 if ac_fn_c_try_link
"$LINENO"; then :
13671 ac_cv_lib_mpg123_mpg123_feed
=yes
13673 ac_cv_lib_mpg123_mpg123_feed
=no
13675 rm -f core conftest.err conftest.
$ac_objext \
13676 conftest
$ac_exeext conftest.
$ac_ext
13677 LIBS
=$ac_check_lib_save_LIBS
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13680 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13681 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13691 CPPFLAGS
=$ac_save_CPPFLAGS
13692 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13693 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13696 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13697 case "x$with_mpg123" in
13698 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13700 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13701 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13704 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
-o "x$ac_cv_header_AudioToolbox_AudioConverter_h" = xyes || enable_winemp3_acm
=${enable_winemp3_acm:-no}
13706 if test "$ac_cv_header_AL_al_h" = "yes"
13708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13709 $as_echo_n "checking for -lopenal... " >&6; }
13710 if ${ac_cv_lib_soname_openal+:} false
; then :
13711 $as_echo_n "(cached) " >&6
13713 ac_check_soname_save_LIBS
=$LIBS
13714 LIBS
="-lopenal $LIBS"
13715 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13716 /* end confdefs.h. */
13718 /* Override any GCC internal prototype to avoid an error.
13719 Use char because int might match the return type of a GCC
13720 builtin and then its argument prototype would still apply. */
13724 char alGetSource3i ();
13728 return alGetSource3i ();
13733 if ac_fn_c_try_link
"$LINENO"; then :
13735 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13736 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'` ;;
13737 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13738 if ${ac_cv_lib_soname_openal:+false} :; then :
13739 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13743 rm -f core conftest.err conftest.
$ac_objext \
13744 conftest
$ac_exeext conftest.
$ac_ext
13745 LIBS
=$ac_check_soname_save_LIBS
13747 if ${ac_cv_lib_soname_openal:+false} :; then :
13748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13749 $as_echo "not found" >&6; }
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13753 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13755 cat >>confdefs.h
<<_ACEOF
13756 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13759 OPENAL_LIBS
="-lopenal"
13761 ac_cv_lib_openal
=yes
13763 cat >>confdefs.h
<<_ACEOF
13764 #define HAVE_OPENAL 1
13769 if test "x$ac_cv_lib_openal" != xyes
; then :
13770 case "x$with_openal" in
13771 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13773 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13774 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13777 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13779 if test "x$ac_cv_lib_openal" = xyes
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13782 $as_echo_n "checking for openal-soft... " >&6; }
13783 if ${ac_cv_have_openalsoft+:} false
; then :
13784 $as_echo_n "(cached) " >&6
13786 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13787 /* end confdefs.h. */
13788 #include <AL/alext.h>
13789 LPALCRENDERSAMPLESSOFT x;
13798 if ac_fn_c_try_compile
"$LINENO"; then :
13799 ac_cv_have_openalsoft
=yes
13801 ac_cv_have_openalsoft
=no
13803 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13806 $as_echo "$ac_cv_have_openalsoft" >&6; }
13808 if test "x$ac_cv_have_openalsoft" != xyes
13810 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13811 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13814 if test "$ac_cv_header_kstat_h" = "yes"
13816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13817 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13818 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13819 $as_echo_n "(cached) " >&6
13821 ac_check_lib_save_LIBS
=$LIBS
13822 LIBS
="-lkstat $LIBS"
13823 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13824 /* end confdefs.h. */
13826 /* Override any GCC internal prototype to avoid an error.
13827 Use char because int might match the return type of a GCC
13828 builtin and then its argument prototype would still apply. */
13832 char kstat_open ();
13836 return kstat_open ();
13841 if ac_fn_c_try_link
"$LINENO"; then :
13842 ac_cv_lib_kstat_kstat_open
=yes
13844 ac_cv_lib_kstat_kstat_open
=no
13846 rm -f core conftest.err conftest.
$ac_objext \
13847 conftest
$ac_exeext conftest.
$ac_ext
13848 LIBS
=$ac_check_lib_save_LIBS
13850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13851 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13852 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13854 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13856 KSTAT_LIBS
="-lkstat"
13862 if test "$ac_cv_header_libprocstat_h" = "yes"
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13865 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13866 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13867 $as_echo_n "(cached) " >&6
13869 ac_check_lib_save_LIBS
=$LIBS
13870 LIBS
="-lprocstat $LIBS"
13871 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13872 /* end confdefs.h. */
13874 /* Override any GCC internal prototype to avoid an error.
13875 Use char because int might match the return type of a GCC
13876 builtin and then its argument prototype would still apply. */
13880 char procstat_open_sysctl ();
13884 return procstat_open_sysctl ();
13889 if ac_fn_c_try_link
"$LINENO"; then :
13890 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13892 ac_cv_lib_procstat_procstat_open_sysctl
=no
13894 rm -f core conftest.err conftest.
$ac_objext \
13895 conftest
$ac_exeext conftest.
$ac_ext
13896 LIBS
=$ac_check_lib_save_LIBS
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13899 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13900 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13902 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13904 PROCSTAT_LIBS
="-lprocstat"
13910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13911 $as_echo_n "checking for -lodbc... " >&6; }
13912 if ${ac_cv_lib_soname_odbc+:} false
; then :
13913 $as_echo_n "(cached) " >&6
13915 ac_check_soname_save_LIBS
=$LIBS
13916 LIBS
="-lodbc $LIBS"
13917 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13918 /* end confdefs.h. */
13920 /* Override any GCC internal prototype to avoid an error.
13921 Use char because int might match the return type of a GCC
13922 builtin and then its argument prototype would still apply. */
13926 char SQLConnect ();
13930 return SQLConnect ();
13935 if ac_fn_c_try_link
"$LINENO"; then :
13937 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13938 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'` ;;
13939 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13940 if ${ac_cv_lib_soname_odbc:+false} :; then :
13941 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13945 rm -f core conftest.err conftest.
$ac_objext \
13946 conftest
$ac_exeext conftest.
$ac_ext
13947 LIBS
=$ac_check_soname_save_LIBS
13949 if ${ac_cv_lib_soname_odbc:+false} :; then :
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13951 $as_echo "not found" >&6; }
13952 cat >>confdefs.h
<<_ACEOF
13953 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13958 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13960 cat >>confdefs.h
<<_ACEOF
13961 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13967 if test "x$with_netapi" != "xno"
13969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13970 $as_echo_n "checking for -lnetapi... " >&6; }
13971 if ${ac_cv_lib_soname_netapi+:} false
; then :
13972 $as_echo_n "(cached) " >&6
13974 ac_check_soname_save_LIBS
=$LIBS
13975 LIBS
="-lnetapi $LIBS"
13976 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13977 /* end confdefs.h. */
13979 /* Override any GCC internal prototype to avoid an error.
13980 Use char because int might match the return type of a GCC
13981 builtin and then its argument prototype would still apply. */
13985 char libnetapi_init ();
13989 return libnetapi_init ();
13994 if ac_fn_c_try_link
"$LINENO"; then :
13996 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13997 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'` ;;
13998 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13999 if ${ac_cv_lib_soname_netapi:+false} :; then :
14000 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14004 rm -f core conftest.err conftest.
$ac_objext \
14005 conftest
$ac_exeext conftest.
$ac_ext
14006 LIBS
=$ac_check_soname_save_LIBS
14008 if ${ac_cv_lib_soname_netapi:+false} :; then :
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14010 $as_echo "not found" >&6; }
14011 cat >>confdefs.h
<<_ACEOF
14012 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14017 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14019 cat >>confdefs.h
<<_ACEOF
14020 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14027 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
14028 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
14029 test -n "$PULSE_LIBS" || enable_winepulse_drv
=${enable_winepulse_drv:-no}
14030 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
14031 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
14033 if test "x$ALSA_LIBS$COREAUDIO_LIBS$PULSE_LIBS" = "x" -a \
14034 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
14035 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14037 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14043 if test "x${GCC}" = "xyes"
14045 EXTRACFLAGS
="-Wall -pipe"
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14048 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14049 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14050 $as_echo_n "(cached) " >&6
14052 if test "$cross_compiling" = yes; then :
14053 ac_cv_c_gcc_strength_bug
="no"
14055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14056 /* end confdefs.h. */
14057 int L[4] = {0,1,2,3};
14061 static int Array[3];
14062 unsigned int B = 3;
14064 for(i=0; i<B; i++) Array[i] = i - 3;
14065 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14067 return (Array[1] != -2 || L[2] != 3)
14072 if ac_fn_c_try_run
"$LINENO"; then :
14073 ac_cv_c_gcc_strength_bug
="no"
14075 ac_cv_c_gcc_strength_bug
="yes"
14077 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14078 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14083 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14084 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14086 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14090 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14091 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14092 $as_echo_n "(cached) " >&6
14094 ac_wine_try_cflags_saved
=$CFLAGS
14095 CFLAGS
="$CFLAGS -fno-builtin"
14096 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14097 /* end confdefs.h. */
14098 int main(int argc, char **argv) { return 0; }
14100 if ac_fn_c_try_link
"$LINENO"; then :
14101 ac_cv_cflags__fno_builtin
=yes
14103 ac_cv_cflags__fno_builtin
=no
14105 rm -f core conftest.err conftest.
$ac_objext \
14106 conftest
$ac_exeext conftest.
$ac_ext
14107 CFLAGS
=$ac_wine_try_cflags_saved
14109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14110 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14111 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14112 BUILTINFLAG
="-fno-builtin"
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14116 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14117 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14118 $as_echo_n "(cached) " >&6
14120 ac_wine_try_cflags_saved
=$CFLAGS
14121 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14122 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14123 /* end confdefs.h. */
14124 int main(int argc, char **argv) { return 0; }
14126 if ac_fn_c_try_link
"$LINENO"; then :
14127 ac_cv_cflags__fno_strict_aliasing
=yes
14129 ac_cv_cflags__fno_strict_aliasing
=no
14131 rm -f core conftest.err conftest.
$ac_objext \
14132 conftest
$ac_exeext conftest.
$ac_ext
14133 CFLAGS
=$ac_wine_try_cflags_saved
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14136 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14137 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14138 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14141 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14142 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14143 $as_echo_n "(cached) " >&6
14145 ac_wine_try_cflags_saved
=$CFLAGS
14146 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14148 /* end confdefs.h. */
14149 int main(int argc, char **argv) { return 0; }
14151 if ac_fn_c_try_link
"$LINENO"; then :
14152 ac_cv_cflags__fexcess_precision_standard
=yes
14154 ac_cv_cflags__fexcess_precision_standard
=no
14156 rm -f core conftest.err conftest.
$ac_objext \
14157 conftest
$ac_exeext conftest.
$ac_ext
14158 CFLAGS
=$ac_wine_try_cflags_saved
14160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14161 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14162 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14163 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14166 saved_CFLAGS
=$CFLAGS
14167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14168 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14169 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14170 $as_echo_n "(cached) " >&6
14172 ac_wine_try_cflags_saved
=$CFLAGS
14173 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14174 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14175 /* end confdefs.h. */
14176 int main(int argc, char **argv) { return 0; }
14178 if ac_fn_c_try_link
"$LINENO"; then :
14179 ac_cv_cflags__Werror_unknown_warning_option
=yes
14181 ac_cv_cflags__Werror_unknown_warning_option
=no
14183 rm -f core conftest.err conftest.
$ac_objext \
14184 conftest
$ac_exeext conftest.
$ac_ext
14185 CFLAGS
=$ac_wine_try_cflags_saved
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14188 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14189 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14190 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14193 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14194 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14195 $as_echo_n "(cached) " >&6
14197 ac_wine_try_cflags_saved
=$CFLAGS
14198 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14199 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14200 /* end confdefs.h. */
14201 int main(int argc, char **argv) { return 0; }
14203 if ac_fn_c_try_link
"$LINENO"; then :
14204 ac_cv_cflags__Wdeclaration_after_statement
=yes
14206 ac_cv_cflags__Wdeclaration_after_statement
=no
14208 rm -f core conftest.err conftest.
$ac_objext \
14209 conftest
$ac_exeext conftest.
$ac_ext
14210 CFLAGS
=$ac_wine_try_cflags_saved
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14213 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14214 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14215 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14218 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14219 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14220 $as_echo_n "(cached) " >&6
14222 ac_wine_try_cflags_saved
=$CFLAGS
14223 CFLAGS
="$CFLAGS -Wempty-body"
14224 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14225 /* end confdefs.h. */
14226 int main(int argc, char **argv) { return 0; }
14228 if ac_fn_c_try_link
"$LINENO"; then :
14229 ac_cv_cflags__Wempty_body
=yes
14231 ac_cv_cflags__Wempty_body
=no
14233 rm -f core conftest.err conftest.
$ac_objext \
14234 conftest
$ac_exeext conftest.
$ac_ext
14235 CFLAGS
=$ac_wine_try_cflags_saved
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14238 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14239 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14240 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14243 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14244 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14245 $as_echo_n "(cached) " >&6
14247 ac_wine_try_cflags_saved
=$CFLAGS
14248 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14249 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14250 /* end confdefs.h. */
14251 int main(int argc, char **argv) { return 0; }
14253 if ac_fn_c_try_link
"$LINENO"; then :
14254 ac_cv_cflags__Wignored_qualifiers
=yes
14256 ac_cv_cflags__Wignored_qualifiers
=no
14258 rm -f core conftest.err conftest.
$ac_objext \
14259 conftest
$ac_exeext conftest.
$ac_ext
14260 CFLAGS
=$ac_wine_try_cflags_saved
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14263 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14264 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14265 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14268 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14269 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14270 $as_echo_n "(cached) " >&6
14272 ac_wine_try_cflags_saved
=$CFLAGS
14273 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14274 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14275 /* end confdefs.h. */
14276 int main(int argc, char **argv) { return 0; }
14278 if ac_fn_c_try_link
"$LINENO"; then :
14279 ac_cv_cflags__Wshift_overflow_2
=yes
14281 ac_cv_cflags__Wshift_overflow_2
=no
14283 rm -f core conftest.err conftest.
$ac_objext \
14284 conftest
$ac_exeext conftest.
$ac_ext
14285 CFLAGS
=$ac_wine_try_cflags_saved
14287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14288 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14289 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14290 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14293 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14294 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14295 $as_echo_n "(cached) " >&6
14297 ac_wine_try_cflags_saved
=$CFLAGS
14298 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14299 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14300 /* end confdefs.h. */
14301 int main(int argc, char **argv) { return 0; }
14303 if ac_fn_c_try_link
"$LINENO"; then :
14304 ac_cv_cflags__Wstrict_prototypes
=yes
14306 ac_cv_cflags__Wstrict_prototypes
=no
14308 rm -f core conftest.err conftest.
$ac_objext \
14309 conftest
$ac_exeext conftest.
$ac_ext
14310 CFLAGS
=$ac_wine_try_cflags_saved
14312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14313 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14314 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14315 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14318 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14319 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14320 $as_echo_n "(cached) " >&6
14322 ac_wine_try_cflags_saved
=$CFLAGS
14323 CFLAGS
="$CFLAGS -Wtype-limits"
14324 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14325 /* end confdefs.h. */
14326 int main(int argc, char **argv) { return 0; }
14328 if ac_fn_c_try_link
"$LINENO"; then :
14329 ac_cv_cflags__Wtype_limits
=yes
14331 ac_cv_cflags__Wtype_limits
=no
14333 rm -f core conftest.err conftest.
$ac_objext \
14334 conftest
$ac_exeext conftest.
$ac_ext
14335 CFLAGS
=$ac_wine_try_cflags_saved
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14338 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14339 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14340 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14343 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14344 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14345 $as_echo_n "(cached) " >&6
14347 ac_wine_try_cflags_saved
=$CFLAGS
14348 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14349 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14350 /* end confdefs.h. */
14351 int main(int argc, char **argv) { return 0; }
14353 if ac_fn_c_try_link
"$LINENO"; then :
14354 ac_cv_cflags__Wunused_but_set_parameter
=yes
14356 ac_cv_cflags__Wunused_but_set_parameter
=no
14358 rm -f core conftest.err conftest.
$ac_objext \
14359 conftest
$ac_exeext conftest.
$ac_ext
14360 CFLAGS
=$ac_wine_try_cflags_saved
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14363 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14364 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14365 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14368 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14369 if ${ac_cv_cflags__Wvla+:} false
; then :
14370 $as_echo_n "(cached) " >&6
14372 ac_wine_try_cflags_saved
=$CFLAGS
14373 CFLAGS
="$CFLAGS -Wvla"
14374 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14375 /* end confdefs.h. */
14376 int main(int argc, char **argv) { return 0; }
14378 if ac_fn_c_try_link
"$LINENO"; then :
14379 ac_cv_cflags__Wvla
=yes
14381 ac_cv_cflags__Wvla
=no
14383 rm -f core conftest.err conftest.
$ac_objext \
14384 conftest
$ac_exeext conftest.
$ac_ext
14385 CFLAGS
=$ac_wine_try_cflags_saved
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14388 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14389 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14390 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14393 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14394 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14395 $as_echo_n "(cached) " >&6
14397 ac_wine_try_cflags_saved
=$CFLAGS
14398 CFLAGS
="$CFLAGS -Wwrite-strings"
14399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14400 /* end confdefs.h. */
14401 int main(int argc, char **argv) { return 0; }
14403 if ac_fn_c_try_link
"$LINENO"; then :
14404 ac_cv_cflags__Wwrite_strings
=yes
14406 ac_cv_cflags__Wwrite_strings
=no
14408 rm -f core conftest.err conftest.
$ac_objext \
14409 conftest
$ac_exeext conftest.
$ac_ext
14410 CFLAGS
=$ac_wine_try_cflags_saved
14412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14413 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14414 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14415 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14419 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14420 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14421 $as_echo_n "(cached) " >&6
14423 ac_wine_try_cflags_saved
=$CFLAGS
14424 CFLAGS
="$CFLAGS -Wpointer-arith"
14425 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14426 /* end confdefs.h. */
14427 int main(int argc, char **argv) { return 0; }
14429 if ac_fn_c_try_link
"$LINENO"; then :
14430 ac_cv_cflags__Wpointer_arith
=yes
14432 ac_cv_cflags__Wpointer_arith
=no
14434 rm -f core conftest.err conftest.
$ac_objext \
14435 conftest
$ac_exeext conftest.
$ac_ext
14436 CFLAGS
=$ac_wine_try_cflags_saved
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14439 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14440 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14441 saved_string_h_CFLAGS
=$CFLAGS
14442 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14444 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14445 if ${ac_cv_c_string_h_warnings+:} false
; then :
14446 $as_echo_n "(cached) " >&6
14448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14449 /* end confdefs.h. */
14450 #include <string.h>
14459 if ac_fn_c_try_compile
"$LINENO"; then :
14460 ac_cv_c_string_h_warnings
=no
14462 ac_cv_c_string_h_warnings
=yes
14464 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14467 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14468 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14469 CFLAGS
=$saved_string_h_CFLAGS
14472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14473 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14474 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14475 $as_echo_n "(cached) " >&6
14477 ac_wine_try_cflags_saved
=$CFLAGS
14478 CFLAGS
="$CFLAGS -Wlogical-op"
14479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14480 /* end confdefs.h. */
14481 int main(int argc, char **argv) { return 0; }
14483 if ac_fn_c_try_link
"$LINENO"; then :
14484 ac_cv_cflags__Wlogical_op
=yes
14486 ac_cv_cflags__Wlogical_op
=no
14488 rm -f core conftest.err conftest.
$ac_objext \
14489 conftest
$ac_exeext conftest.
$ac_ext
14490 CFLAGS
=$ac_wine_try_cflags_saved
14492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14493 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14494 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14495 saved_string_h_CFLAGS
=$CFLAGS
14496 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14498 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14499 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14500 $as_echo_n "(cached) " >&6
14502 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14503 /* end confdefs.h. */
14504 #include <string.h>
14505 char*f(const char *h,char n) {return strchr(h,n);}
14514 if ac_fn_c_try_compile
"$LINENO"; then :
14515 ac_cv_c_logicalop_noisy
=no
14517 ac_cv_c_logicalop_noisy
=yes
14519 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14522 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14523 CFLAGS
=$saved_string_h_CFLAGS
14524 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14527 CFLAGS
=$saved_CFLAGS
14529 for ac_flag
in $CFLAGS; do
14531 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14532 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14533 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14534 $as_echo_n "(cached) " >&6
14536 ac_wine_try_cflags_saved
=$CFLAGS
14537 CFLAGS
="$CFLAGS -gdwarf-2"
14538 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14539 /* end confdefs.h. */
14540 int main(int argc, char **argv) { return 0; }
14542 if ac_fn_c_try_link
"$LINENO"; then :
14543 ac_cv_cflags__gdwarf_2
=yes
14545 ac_cv_cflags__gdwarf_2
=no
14547 rm -f core conftest.err conftest.
$ac_objext \
14548 conftest
$ac_exeext conftest.
$ac_ext
14549 CFLAGS
=$ac_wine_try_cflags_saved
14551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14552 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14553 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14554 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14557 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14558 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14559 $as_echo_n "(cached) " >&6
14561 ac_wine_try_cflags_saved
=$CFLAGS
14562 CFLAGS
="$CFLAGS -gstrict-dwarf"
14563 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14564 /* end confdefs.h. */
14565 int main(int argc, char **argv) { return 0; }
14567 if ac_fn_c_try_link
"$LINENO"; then :
14568 ac_cv_cflags__gstrict_dwarf
=yes
14570 ac_cv_cflags__gstrict_dwarf
=no
14572 rm -f core conftest.err conftest.
$ac_objext \
14573 conftest
$ac_exeext conftest.
$ac_ext
14574 CFLAGS
=$ac_wine_try_cflags_saved
14576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14577 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14578 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14579 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14585 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14586 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14587 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14588 $as_echo_n "(cached) " >&6
14590 ac_wine_try_cflags_saved
=$CFLAGS
14591 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14593 /* end confdefs.h. */
14594 int main(int argc, char **argv) { return 0; }
14596 if ac_fn_c_try_link
"$LINENO"; then :
14597 ac_cv_cflags__fno_omit_frame_pointer
=yes
14599 ac_cv_cflags__fno_omit_frame_pointer
=no
14601 rm -f core conftest.err conftest.
$ac_objext \
14602 conftest
$ac_exeext conftest.
$ac_ext
14603 CFLAGS
=$ac_wine_try_cflags_saved
14605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14606 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14607 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14608 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14613 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14614 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14615 if ${ac_cv_cflags__Wno_format+:} false
; then :
14616 $as_echo_n "(cached) " >&6
14618 ac_wine_try_cflags_saved
=$CFLAGS
14619 CFLAGS
="$CFLAGS -Wno-format"
14620 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14621 /* end confdefs.h. */
14622 int main(int argc, char **argv) { return 0; }
14624 if ac_fn_c_try_link
"$LINENO"; then :
14625 ac_cv_cflags__Wno_format
=yes
14627 ac_cv_cflags__Wno_format
=no
14629 rm -f core conftest.err conftest.
$ac_objext \
14630 conftest
$ac_exeext conftest.
$ac_ext
14631 CFLAGS
=$ac_wine_try_cflags_saved
14633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14634 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14635 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14636 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14640 if test "x$enable_maintainer_mode" = "xyes"
14642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14643 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14644 if ${ac_cv_cflags__Werror+:} false
; then :
14645 $as_echo_n "(cached) " >&6
14647 ac_wine_try_cflags_saved
=$CFLAGS
14648 CFLAGS
="$CFLAGS -Werror"
14649 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14650 /* end confdefs.h. */
14651 int main(int argc, char **argv) { return 0; }
14653 if ac_fn_c_try_link
"$LINENO"; then :
14654 ac_cv_cflags__Werror
=yes
14656 ac_cv_cflags__Werror
=no
14658 rm -f core conftest.err conftest.
$ac_objext \
14659 conftest
$ac_exeext conftest.
$ac_ext
14660 CFLAGS
=$ac_wine_try_cflags_saved
14662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14663 $as_echo "$ac_cv_cflags__Werror" >&6; }
14664 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14665 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14669 saved_CFLAGS
="$CFLAGS"
14670 CFLAGS
="$CFLAGS -Werror"
14671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14672 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14673 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14674 $as_echo_n "(cached) " >&6
14676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14677 /* end confdefs.h. */
14678 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14687 if ac_fn_c_try_compile
"$LINENO"; then :
14688 ac_cv_have_ms_hook_prologue
="yes"
14690 ac_cv_have_ms_hook_prologue
="no"
14692 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14695 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14696 CFLAGS
="$saved_CFLAGS"
14697 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14700 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14703 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14710 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14711 if ${ac_cv_c_fortify_enabled+:} false
; then :
14712 $as_echo_n "(cached) " >&6
14714 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14715 /* end confdefs.h. */
14716 #include <string.h>
14720 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14721 #error Fortify enabled
14727 if ac_fn_c_try_compile
"$LINENO"; then :
14728 ac_cv_c_fortify_enabled
=no
14730 ac_cv_c_fortify_enabled
=yes
14732 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14735 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14736 if test "$ac_cv_c_fortify_enabled" = yes
14738 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14743 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14744 if ${ac_cv_c_extern_prefix+:} false
; then :
14745 $as_echo_n "(cached) " >&6
14747 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14748 /* end confdefs.h. */
14749 extern int ac_test;
14753 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14758 if ac_fn_c_try_link
"$LINENO"; then :
14759 ac_cv_c_extern_prefix
="yes"
14761 ac_cv_c_extern_prefix
="no"
14763 rm -f core conftest.err conftest.
$ac_objext \
14764 conftest
$ac_exeext conftest.
$ac_ext
14766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14767 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14772 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14773 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14774 $as_echo_n "(cached) " >&6
14776 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14777 /* end confdefs.h. */
14779 #define __stdcall __attribute__((__stdcall__))
14781 int __stdcall ac_test(int i) { return i; }
14785 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14790 if ac_fn_c_try_link
"$LINENO"; then :
14791 ac_cv_c_stdcall_suffix
="yes"
14793 ac_cv_c_stdcall_suffix
="no"
14795 rm -f core conftest.err conftest.
$ac_objext \
14796 conftest
$ac_exeext conftest.
$ac_ext
14798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14799 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14800 *) ac_cv_c_stdcall_suffix
="no" ;;
14804 if test "$ac_cv_c_extern_prefix" = "yes"
14806 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14808 asm_name_prefix
="_"
14810 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14816 if test "$ac_cv_c_stdcall_suffix" = "yes"
14818 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14821 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14827 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14828 if ${ac_cv_asm_func_def+:} false
; then :
14829 $as_echo_n "(cached) " >&6
14831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14832 /* end confdefs.h. */
14837 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14842 if ac_fn_c_try_link
"$LINENO"; then :
14843 ac_cv_asm_func_def
=".def"
14845 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14846 /* end confdefs.h. */
14851 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14856 if ac_fn_c_try_link
"$LINENO"; then :
14857 ac_cv_asm_func_def
=".type @function"
14859 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14860 /* end confdefs.h. */
14865 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14870 if ac_fn_c_try_link
"$LINENO"; then :
14871 ac_cv_asm_func_def
=".type 2"
14873 ac_cv_asm_func_def
="unknown"
14875 rm -f core conftest.err conftest.
$ac_objext \
14876 conftest
$ac_exeext conftest.
$ac_ext
14878 rm -f core conftest.err conftest.
$ac_objext \
14879 conftest
$ac_exeext conftest.
$ac_ext
14881 rm -f core conftest.err conftest.
$ac_objext \
14882 conftest
$ac_exeext conftest.
$ac_ext
14884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14885 $as_echo "$ac_cv_asm_func_def" >&6; }
14888 case "$ac_cv_asm_func_def" in
14890 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14892 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14894 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14896 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14898 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14900 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14902 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14904 asm_func_header
="" ;;
14907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14908 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14909 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14910 $as_echo_n "(cached) " >&6
14912 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14913 /* end confdefs.h. */
14914 asm(".text\n\t.long 0");
14923 if ac_fn_c_try_compile
"$LINENO"; then :
14924 ac_cv_c_asm_outside_funcs
="yes"
14926 ac_cv_c_asm_outside_funcs
="no"
14928 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14931 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14934 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14935 if ${ac_cv_c_dot_previous+:} false
; then :
14936 $as_echo_n "(cached) " >&6
14938 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14939 /* end confdefs.h. */
14944 asm(".text\nac_test:\t.long 0\n\t.previous");
14949 if ac_fn_c_try_link
"$LINENO"; then :
14950 ac_cv_c_dot_previous
="yes"
14952 ac_cv_c_dot_previous
="no"
14954 rm -f core conftest.err conftest.
$ac_objext \
14955 conftest
$ac_exeext conftest.
$ac_ext
14957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14958 $as_echo "$ac_cv_c_dot_previous" >&6; }
14960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14961 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14962 if ${ac_cv_c_cfi_support+:} false
; then :
14963 $as_echo_n "(cached) " >&6
14965 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14966 /* end confdefs.h. */
14967 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14976 if ac_fn_c_try_compile
"$LINENO"; then :
14977 ac_cv_c_cfi_support
="yes"
14979 ac_cv_c_cfi_support
="no"
14981 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14984 $as_echo "$ac_cv_c_cfi_support" >&6; }
14986 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14987 asm_func_trailer
=""
14988 if test "$ac_cv_c_dot_previous" = "yes"
14990 asm_func_trailer
="\\n\\t.previous"
14992 if test "$ac_cv_c_cfi_support" = "yes"
14994 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14995 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14997 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14999 UNWINDFLAGS
=-fasynchronous-unwind-tables
15002 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15004 if test "x$enable_win64" = "xyes"
15006 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15010 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15013 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15015 cat >>confdefs.h
<<_ACEOF
15016 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15020 cat >>confdefs.h
<<_ACEOF
15021 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15026 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15029 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15034 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15041 *i
[3456789]86*|x86_64
*)
15042 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
15043 loader_programs
="$loader_programs $wine_binary-preloader"
15044 as_fn_append LOADER_RULES
"
15045 preloader_EXTRADEFS = $BUILTINFLAG
15046 ${wine_binary}_preloader_OBJS = preloader.o
15047 ${wine_binary}_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
15052 as_fn_append LOADER_RULES
"
15053 PROGRAMS = $loader_programs
15054 INSTALL_LIB = $loader_programs
15058 ac_save_CFLAGS
="$CFLAGS"
15059 CFLAGS
="$CFLAGS $BUILTINFLAG"
15138 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15139 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15140 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15141 cat >>confdefs.h
<<_ACEOF
15142 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15148 CFLAGS
="$ac_save_CFLAGS"
15150 if test "$ac_cv_func_dlopen" = no
15152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15153 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15154 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15155 $as_echo_n "(cached) " >&6
15157 ac_check_lib_save_LIBS
=$LIBS
15159 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15160 /* end confdefs.h. */
15162 /* Override any GCC internal prototype to avoid an error.
15163 Use char because int might match the return type of a GCC
15164 builtin and then its argument prototype would still apply. */
15177 if ac_fn_c_try_link
"$LINENO"; then :
15178 ac_cv_lib_dl_dlopen
=yes
15180 ac_cv_lib_dl_dlopen
=no
15182 rm -f core conftest.err conftest.
$ac_objext \
15183 conftest
$ac_exeext conftest.
$ac_ext
15184 LIBS
=$ac_check_lib_save_LIBS
15186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15187 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15188 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15189 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15195 ac_wine_check_funcs_save_LIBS
="$LIBS"
15196 LIBS
="$LIBS $DL_LIBS"
15197 for ac_func
in dladdr
15199 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15200 if test "x$ac_cv_func_dladdr" = xyes
; then :
15201 cat >>confdefs.h
<<_ACEOF
15202 #define HAVE_DLADDR 1
15208 LIBS
="$ac_wine_check_funcs_save_LIBS"
15210 if test "$ac_cv_func_poll" = no
15212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15213 $as_echo_n "checking for poll in -lpoll... " >&6; }
15214 if ${ac_cv_lib_poll_poll+:} false
; then :
15215 $as_echo_n "(cached) " >&6
15217 ac_check_lib_save_LIBS
=$LIBS
15218 LIBS
="-lpoll $LIBS"
15219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15220 /* end confdefs.h. */
15222 /* Override any GCC internal prototype to avoid an error.
15223 Use char because int might match the return type of a GCC
15224 builtin and then its argument prototype would still apply. */
15237 if ac_fn_c_try_link
"$LINENO"; then :
15238 ac_cv_lib_poll_poll
=yes
15240 ac_cv_lib_poll_poll
=no
15242 rm -f core conftest.err conftest.
$ac_objext \
15243 conftest
$ac_exeext conftest.
$ac_ext
15244 LIBS
=$ac_check_lib_save_LIBS
15246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15247 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15248 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15249 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15257 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15258 if ${ac_cv_search_gethostbyname+:} false
; then :
15259 $as_echo_n "(cached) " >&6
15261 ac_func_search_save_LIBS
=$LIBS
15262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15263 /* end confdefs.h. */
15265 /* Override any GCC internal prototype to avoid an error.
15266 Use char because int might match the return type of a GCC
15267 builtin and then its argument prototype would still apply. */
15271 char gethostbyname ();
15275 return gethostbyname ();
15280 for ac_lib
in '' nsl
; do
15281 if test -z "$ac_lib"; then
15282 ac_res
="none required"
15285 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15287 if ac_fn_c_try_link
"$LINENO"; then :
15288 ac_cv_search_gethostbyname
=$ac_res
15290 rm -f core conftest.err conftest.
$ac_objext \
15292 if ${ac_cv_search_gethostbyname+:} false
; then :
15296 if ${ac_cv_search_gethostbyname+:} false
; then :
15299 ac_cv_search_gethostbyname
=no
15301 rm conftest.
$ac_ext
15302 LIBS
=$ac_func_search_save_LIBS
15304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15305 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15306 ac_res
=$ac_cv_search_gethostbyname
15307 if test "$ac_res" != no
; then :
15308 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15314 $as_echo_n "checking for library containing connect... " >&6; }
15315 if ${ac_cv_search_connect+:} false
; then :
15316 $as_echo_n "(cached) " >&6
15318 ac_func_search_save_LIBS
=$LIBS
15319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15320 /* end confdefs.h. */
15322 /* Override any GCC internal prototype to avoid an error.
15323 Use char because int might match the return type of a GCC
15324 builtin and then its argument prototype would still apply. */
15337 for ac_lib
in '' socket
; do
15338 if test -z "$ac_lib"; then
15339 ac_res
="none required"
15342 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15344 if ac_fn_c_try_link
"$LINENO"; then :
15345 ac_cv_search_connect
=$ac_res
15347 rm -f core conftest.err conftest.
$ac_objext \
15349 if ${ac_cv_search_connect+:} false
; then :
15353 if ${ac_cv_search_connect+:} false
; then :
15356 ac_cv_search_connect
=no
15358 rm conftest.
$ac_ext
15359 LIBS
=$ac_func_search_save_LIBS
15361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15362 $as_echo "$ac_cv_search_connect" >&6; }
15363 ac_res
=$ac_cv_search_connect
15364 if test "$ac_res" != no
; then :
15365 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15371 $as_echo_n "checking for library containing inet_aton... " >&6; }
15372 if ${ac_cv_search_inet_aton+:} false
; then :
15373 $as_echo_n "(cached) " >&6
15375 ac_func_search_save_LIBS
=$LIBS
15376 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15377 /* end confdefs.h. */
15379 /* Override any GCC internal prototype to avoid an error.
15380 Use char because int might match the return type of a GCC
15381 builtin and then its argument prototype would still apply. */
15389 return inet_aton ();
15394 for ac_lib
in '' resolv
; do
15395 if test -z "$ac_lib"; then
15396 ac_res
="none required"
15399 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15401 if ac_fn_c_try_link
"$LINENO"; then :
15402 ac_cv_search_inet_aton
=$ac_res
15404 rm -f core conftest.err conftest.
$ac_objext \
15406 if ${ac_cv_search_inet_aton+:} false
; then :
15410 if ${ac_cv_search_inet_aton+:} false
; then :
15413 ac_cv_search_inet_aton
=no
15415 rm conftest.
$ac_ext
15416 LIBS
=$ac_func_search_save_LIBS
15418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15419 $as_echo "$ac_cv_search_inet_aton" >&6; }
15420 ac_res
=$ac_cv_search_inet_aton
15421 if test "$ac_res" != no
; then :
15422 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15442 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15443 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15444 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15445 cat >>confdefs.h
<<_ACEOF
15446 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15455 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15456 if ${ac_cv_search_clock_gettime+:} false
; then :
15457 $as_echo_n "(cached) " >&6
15459 ac_func_search_save_LIBS
=$LIBS
15460 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15461 /* end confdefs.h. */
15463 /* Override any GCC internal prototype to avoid an error.
15464 Use char because int might match the return type of a GCC
15465 builtin and then its argument prototype would still apply. */
15469 char clock_gettime ();
15473 return clock_gettime ();
15478 for ac_lib
in '' rt
; do
15479 if test -z "$ac_lib"; then
15480 ac_res
="none required"
15483 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15485 if ac_fn_c_try_link
"$LINENO"; then :
15486 ac_cv_search_clock_gettime
=$ac_res
15488 rm -f core conftest.err conftest.
$ac_objext \
15490 if ${ac_cv_search_clock_gettime+:} false
; then :
15494 if ${ac_cv_search_clock_gettime+:} false
; then :
15497 ac_cv_search_clock_gettime
=no
15499 rm conftest.
$ac_ext
15500 LIBS
=$ac_func_search_save_LIBS
15502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15503 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15504 ac_res
=$ac_cv_search_clock_gettime
15505 if test "$ac_res" != no
; then :
15506 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15508 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15510 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15518 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15520 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15522 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15524 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15525 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15526 $as_echo_n "(cached) " >&6
15528 ac_check_lib_save_LIBS
=$LIBS
15529 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15530 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15531 /* end confdefs.h. */
15533 /* Override any GCC internal prototype to avoid an error.
15534 Use char because int might match the return type of a GCC
15535 builtin and then its argument prototype would still apply. */
15539 char ldap_initialize ();
15543 return ldap_initialize ();
15548 if ac_fn_c_try_link
"$LINENO"; then :
15549 ac_cv_lib_ldap_r_ldap_initialize
=yes
15551 ac_cv_lib_ldap_r_ldap_initialize
=no
15553 rm -f core conftest.err conftest.
$ac_objext \
15554 conftest
$ac_exeext conftest.
$ac_ext
15555 LIBS
=$ac_check_lib_save_LIBS
15557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15558 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15559 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15561 $as_echo_n "checking for ber_init in -llber... " >&6; }
15562 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15563 $as_echo_n "(cached) " >&6
15565 ac_check_lib_save_LIBS
=$LIBS
15566 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15567 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15568 /* end confdefs.h. */
15570 /* Override any GCC internal prototype to avoid an error.
15571 Use char because int might match the return type of a GCC
15572 builtin and then its argument prototype would still apply. */
15580 return ber_init ();
15585 if ac_fn_c_try_link
"$LINENO"; then :
15586 ac_cv_lib_lber_ber_init
=yes
15588 ac_cv_lib_lber_ber_init
=no
15590 rm -f core conftest.err conftest.
$ac_objext \
15591 conftest
$ac_exeext conftest.
$ac_ext
15592 LIBS
=$ac_check_lib_save_LIBS
15594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15595 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15596 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15598 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15600 LDAP_LIBS
="-lldap_r -llber"
15607 ac_wine_check_funcs_save_LIBS
="$LIBS"
15608 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15610 ldap_count_references \
15611 ldap_first_reference \
15612 ldap_next_reference \
15613 ldap_parse_reference \
15614 ldap_parse_sort_control \
15615 ldap_parse_sortresponse_control \
15616 ldap_parse_vlv_control \
15617 ldap_parse_vlvresponse_control
15619 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15620 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15621 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15622 cat >>confdefs.h
<<_ACEOF
15623 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15629 LIBS
="$ac_wine_check_funcs_save_LIBS"
15631 if test "x$LDAP_LIBS" = "x"; then :
15632 case "x$with_ldap" in
15633 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15635 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15636 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15641 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15642 if ${wine_cv_one_arg_mkdir+:} false
; then :
15643 $as_echo_n "(cached) " >&6
15645 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15646 /* end confdefs.h. */
15647 #include <sys/stat.h>
15656 if ac_fn_c_try_compile
"$LINENO"; then :
15657 wine_cv_one_arg_mkdir
=yes
15659 wine_cv_one_arg_mkdir
=no
15661 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15664 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15665 if test "$wine_cv_one_arg_mkdir" = "yes"
15668 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15673 $as_echo_n "checking for sched_setaffinity... " >&6; }
15674 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15675 $as_echo_n "(cached) " >&6
15677 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15678 /* end confdefs.h. */
15679 #define _GNU_SOURCE
15684 sched_setaffinity(0, 0, 0);
15689 if ac_fn_c_try_link
"$LINENO"; then :
15690 wine_cv_have_sched_setaffinity
=yes
15692 wine_cv_have_sched_setaffinity
=no
15694 rm -f core conftest.err conftest.
$ac_objext \
15695 conftest
$ac_exeext conftest.
$ac_ext
15697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15698 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15699 if test "$wine_cv_have_sched_setaffinity" = "yes"
15702 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15707 $as_echo_n "checking for fallocate... " >&6; }
15708 if ${wine_cv_have_fallocate+:} false
; then :
15709 $as_echo_n "(cached) " >&6
15711 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15712 /* end confdefs.h. */
15713 #define _GNU_SOURCE
15718 fallocate(-1, 0, 0, 0);
15723 if ac_fn_c_try_link
"$LINENO"; then :
15724 wine_cv_have_fallocate
=yes
15726 wine_cv_have_fallocate
=no
15728 rm -f core conftest.err conftest.
$ac_objext \
15729 conftest
$ac_exeext conftest.
$ac_ext
15731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15732 $as_echo "$wine_cv_have_fallocate" >&6; }
15733 if test "$wine_cv_have_fallocate" = "yes"
15736 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15742 $as_echo_n "checking for inline... " >&6; }
15743 if ${ac_cv_c_inline+:} false
; then :
15744 $as_echo_n "(cached) " >&6
15747 for ac_kw
in inline __inline__ __inline
; do
15748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15749 /* end confdefs.h. */
15750 #ifndef __cplusplus
15752 static $ac_kw foo_t static_foo () {return 0; }
15753 $ac_kw foo_t foo () {return 0; }
15757 if ac_fn_c_try_compile
"$LINENO"; then :
15758 ac_cv_c_inline
=$ac_kw
15760 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15761 test "$ac_cv_c_inline" != no
&& break
15765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15766 $as_echo "$ac_cv_c_inline" >&6; }
15768 case $ac_cv_c_inline in
15771 case $ac_cv_c_inline in
15773 *) ac_val
=$ac_cv_c_inline;;
15775 cat >>confdefs.h
<<_ACEOF
15776 #ifndef __cplusplus
15777 #define inline $ac_val
15783 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15784 if test "x$ac_cv_type_mode_t" = xyes
; then :
15786 cat >>confdefs.h
<<_ACEOF
15787 #define HAVE_MODE_T 1
15792 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15793 if test "x$ac_cv_type_off_t" = xyes
; then :
15795 cat >>confdefs.h
<<_ACEOF
15796 #define HAVE_OFF_T 1
15801 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15802 if test "x$ac_cv_type_pid_t" = xyes
; then :
15804 cat >>confdefs.h
<<_ACEOF
15805 #define HAVE_PID_T 1
15810 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15811 if test "x$ac_cv_type_size_t" = xyes
; then :
15813 cat >>confdefs.h
<<_ACEOF
15814 #define HAVE_SIZE_T 1
15819 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15820 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15822 cat >>confdefs.h
<<_ACEOF
15823 #define HAVE_SSIZE_T 1
15828 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15829 if test "x$ac_cv_type_long_long" = xyes
; then :
15831 cat >>confdefs.h
<<_ACEOF
15832 #define HAVE_LONG_LONG 1
15837 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15838 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15840 cat >>confdefs.h
<<_ACEOF
15841 #define HAVE_FSBLKCNT_T 1
15846 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15847 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15849 cat >>confdefs.h
<<_ACEOF
15850 #define HAVE_FSFILCNT_T 1
15856 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15857 #include <signal.h>
15859 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15861 cat >>confdefs.h
<<_ACEOF
15862 #define HAVE_SIGSET_T 1
15868 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15870 if test "x$ac_cv_type_request_sense" = xyes
; then :
15872 cat >>confdefs.h
<<_ACEOF
15873 #define HAVE_REQUEST_SENSE 1
15880 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15881 #ifdef HAVE_SYS_SOCKET_H
15882 #include <sys/socket.h>
15884 #ifdef HAVE_SYS_SOCKETVAR_H
15885 #include <sys/socketvar.h>
15887 #ifdef HAVE_NET_ROUTE_H
15888 #include <net/route.h>
15890 #ifdef HAVE_NETINET_IN_H
15891 #include <netinet/in.h>
15893 #ifdef HAVE_NETINET_IN_SYSTM_H
15894 #include <netinet/in_systm.h>
15896 #ifdef HAVE_NETINET_IP_H
15897 #include <netinet/ip.h>
15899 #ifdef HAVE_NETINET_IN_PCB_H
15900 #include <netinet/in_pcb.h>
15903 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15905 cat >>confdefs.h
<<_ACEOF
15906 #define HAVE_STRUCT_XINPGEN 1
15913 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15916 #ifdef HAVE_SYS_LINK_H
15917 #include <sys/link.h>
15920 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15922 cat >>confdefs.h
<<_ACEOF
15923 #define HAVE_STRUCT_R_DEBUG 1
15928 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15931 #ifdef HAVE_SYS_LINK_H
15932 #include <sys/link.h>
15935 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15937 cat >>confdefs.h
<<_ACEOF
15938 #define HAVE_STRUCT_LINK_MAP 1
15945 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15946 #include <linux/input.h>
15949 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15951 cat >>confdefs.h
<<_ACEOF
15952 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15960 $as_echo_n "checking for sigaddset... " >&6; }
15961 if ${wine_cv_have_sigaddset+:} false
; then :
15962 $as_echo_n "(cached) " >&6
15964 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15965 /* end confdefs.h. */
15966 #include <signal.h>
15970 sigset_t set; sigaddset(&set,SIGTERM);
15975 if ac_fn_c_try_link
"$LINENO"; then :
15976 wine_cv_have_sigaddset
=yes
15978 wine_cv_have_sigaddset
=no
15980 rm -f core conftest.err conftest.
$ac_objext \
15981 conftest
$ac_exeext conftest.
$ac_ext
15983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15984 $as_echo "$wine_cv_have_sigaddset" >&6; }
15985 if test "$wine_cv_have_sigaddset" = "yes"
15988 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15994 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15995 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15996 $as_echo_n "(cached) " >&6
15998 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15999 /* end confdefs.h. */
16007 struct hostent *result;
16014 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16015 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16021 if ac_fn_c_try_link
"$LINENO"; then :
16022 wine_cv_linux_gethostbyname_r_6
=yes
16024 wine_cv_linux_gethostbyname_r_6
=no
16027 rm -f core conftest.err conftest.
$ac_objext \
16028 conftest
$ac_exeext conftest.
$ac_ext
16031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16032 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16033 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16036 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16040 if test "$ac_cv_header_linux_joystick_h" = "yes"
16042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16043 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16044 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16045 $as_echo_n "(cached) " >&6
16047 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16048 /* end confdefs.h. */
16050 #include <sys/ioctl.h>
16051 #include <sys/types.h>
16052 #include <linux/joystick.h>
16054 struct js_event blub;
16055 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16056 #error "no 2.2 header"
16067 if ac_fn_c_try_compile
"$LINENO"; then :
16068 wine_cv_linux_joystick_22_api
=yes
16070 wine_cv_linux_joystick_22_api
=no
16072 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16076 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16077 if test "$wine_cv_linux_joystick_22_api" = "yes"
16080 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16086 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16087 #ifdef HAVE_SYS_PARAM_H
16088 # include <sys/param.h>
16090 #ifdef HAVE_SYS_MOUNT_H
16091 # include <sys/mount.h>
16093 #ifdef HAVE_SYS_VFS_H
16094 # include <sys/vfs.h>
16096 #ifdef HAVE_SYS_STATFS_H
16097 # include <sys/statfs.h>
16100 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16102 cat >>confdefs.h
<<_ACEOF
16103 #define HAVE_STRUCT_STATFS_F_BFREE 1
16108 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16109 #ifdef HAVE_SYS_PARAM_H
16110 # include <sys/param.h>
16112 #ifdef HAVE_SYS_MOUNT_H
16113 # include <sys/mount.h>
16115 #ifdef HAVE_SYS_VFS_H
16116 # include <sys/vfs.h>
16118 #ifdef HAVE_SYS_STATFS_H
16119 # include <sys/statfs.h>
16122 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16124 cat >>confdefs.h
<<_ACEOF
16125 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16130 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16131 #ifdef HAVE_SYS_PARAM_H
16132 # include <sys/param.h>
16134 #ifdef HAVE_SYS_MOUNT_H
16135 # include <sys/mount.h>
16137 #ifdef HAVE_SYS_VFS_H
16138 # include <sys/vfs.h>
16140 #ifdef HAVE_SYS_STATFS_H
16141 # include <sys/statfs.h>
16144 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16146 cat >>confdefs.h
<<_ACEOF
16147 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16152 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16153 #ifdef HAVE_SYS_PARAM_H
16154 # include <sys/param.h>
16156 #ifdef HAVE_SYS_MOUNT_H
16157 # include <sys/mount.h>
16159 #ifdef HAVE_SYS_VFS_H
16160 # include <sys/vfs.h>
16162 #ifdef HAVE_SYS_STATFS_H
16163 # include <sys/statfs.h>
16166 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16168 cat >>confdefs.h
<<_ACEOF
16169 #define HAVE_STRUCT_STATFS_F_FFREE 1
16174 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16175 #ifdef HAVE_SYS_PARAM_H
16176 # include <sys/param.h>
16178 #ifdef HAVE_SYS_MOUNT_H
16179 # include <sys/mount.h>
16181 #ifdef HAVE_SYS_VFS_H
16182 # include <sys/vfs.h>
16184 #ifdef HAVE_SYS_STATFS_H
16185 # include <sys/statfs.h>
16188 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16190 cat >>confdefs.h
<<_ACEOF
16191 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16196 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16197 #ifdef HAVE_SYS_PARAM_H
16198 # include <sys/param.h>
16200 #ifdef HAVE_SYS_MOUNT_H
16201 # include <sys/mount.h>
16203 #ifdef HAVE_SYS_VFS_H
16204 # include <sys/vfs.h>
16206 #ifdef HAVE_SYS_STATFS_H
16207 # include <sys/statfs.h>
16210 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16212 cat >>confdefs.h
<<_ACEOF
16213 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16220 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16221 #include <sys/statvfs.h>
16224 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16226 cat >>confdefs.h
<<_ACEOF
16227 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16234 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16235 #include <dirent.h>
16238 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16240 cat >>confdefs.h
<<_ACEOF
16241 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16248 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16249 #ifdef HAVE_SYS_SOCKET_H
16250 # include <sys/socket.h>
16252 #ifdef HAVE_SYS_UN_H
16253 # include <sys/un.h>
16256 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16258 cat >>confdefs.h
<<_ACEOF
16259 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16264 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16265 #ifdef HAVE_SYS_SOCKET_H
16266 # include <sys/socket.h>
16268 #ifdef HAVE_SYS_UN_H
16269 # include <sys/un.h>
16272 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16274 cat >>confdefs.h
<<_ACEOF
16275 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16280 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16281 #ifdef HAVE_SYS_SOCKET_H
16282 # include <sys/socket.h>
16284 #ifdef HAVE_SYS_UN_H
16285 # include <sys/un.h>
16288 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16290 cat >>confdefs.h
<<_ACEOF
16291 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16298 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16299 #ifdef HAVE_SCSI_SG_H
16300 #include <scsi/sg.h>
16303 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16305 cat >>confdefs.h
<<_ACEOF
16306 #define HAVE_SCSIREQ_T_CMD 1
16311 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>
16312 #ifdef HAVE_SCSI_SG_H
16313 #include <scsi/sg.h>
16316 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16318 cat >>confdefs.h
<<_ACEOF
16319 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16326 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16328 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16330 cat >>confdefs.h
<<_ACEOF
16331 #define HAVE_SIGINFO_T_SI_FD 1
16338 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16339 #ifdef HAVE_SYS_MTIO_H
16340 #include <sys/mtio.h>
16343 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16345 cat >>confdefs.h
<<_ACEOF
16346 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16351 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16352 #ifdef HAVE_SYS_MTIO_H
16353 #include <sys/mtio.h>
16356 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16358 cat >>confdefs.h
<<_ACEOF
16359 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16364 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16365 #ifdef HAVE_SYS_MTIO_H
16366 #include <sys/mtio.h>
16369 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16371 cat >>confdefs.h
<<_ACEOF
16372 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16379 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16380 #include <getopt.h>
16383 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16385 cat >>confdefs.h
<<_ACEOF
16386 #define HAVE_STRUCT_OPTION_NAME 1
16393 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16394 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16396 cat >>confdefs.h
<<_ACEOF
16397 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16402 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16403 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16405 cat >>confdefs.h
<<_ACEOF
16406 #define HAVE_STRUCT_STAT_ST_MTIM 1
16411 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16412 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16414 cat >>confdefs.h
<<_ACEOF
16415 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16420 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16421 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16423 cat >>confdefs.h
<<_ACEOF
16424 #define HAVE_STRUCT_STAT_ST_CTIM 1
16429 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16430 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16432 cat >>confdefs.h
<<_ACEOF
16433 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16438 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16439 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16441 cat >>confdefs.h
<<_ACEOF
16442 #define HAVE_STRUCT_STAT_ST_ATIM 1
16447 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16448 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16450 cat >>confdefs.h
<<_ACEOF
16451 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16456 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16457 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16459 cat >>confdefs.h
<<_ACEOF
16460 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16465 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16466 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16468 cat >>confdefs.h
<<_ACEOF
16469 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16474 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16475 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16477 cat >>confdefs.h
<<_ACEOF
16478 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16483 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16484 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16486 cat >>confdefs.h
<<_ACEOF
16487 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16492 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16493 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16495 cat >>confdefs.h
<<_ACEOF
16496 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16503 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
16504 #include <sys/types.h>
16506 #ifdef HAVE_NETINET_IN_H
16507 #include <netinet/in.h>
16510 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16512 cat >>confdefs.h
<<_ACEOF
16513 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16520 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16521 #include <resolv.h>
16524 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16526 cat >>confdefs.h
<<_ACEOF
16527 #define HAVE_STRUCT___RES_STATE 1
16534 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
16535 #include <resolv.h>
16538 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16540 cat >>confdefs.h
<<_ACEOF
16541 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16548 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16549 #include <sys/types.h>
16551 #ifdef HAVE_NETINET_IN_H
16552 # include <netinet/in.h>
16554 #ifdef HAVE_ARPA_NAMESER_H
16555 # include <arpa/nameser.h>
16558 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16560 cat >>confdefs.h
<<_ACEOF
16561 #define HAVE_NS_MSG__MSG_PTR 1
16568 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16569 #include <sys/types.h>
16571 #ifdef HAVE_NETINET_IP_H
16572 #include <netinet/ip.h>
16574 #ifdef HAVE_NETINET_IP_ICMP_H
16575 #include <netinet/ip_icmp.h>
16577 #ifdef HAVE_NETINET_ICMP_VAR_H
16578 #include <netinet/icmp_var.h>
16581 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16583 cat >>confdefs.h
<<_ACEOF
16584 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16591 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16592 #include <sys/types.h>
16594 #ifdef HAVE_ALIAS_H
16597 #ifdef HAVE_SYS_SOCKET_H
16598 #include <sys/socket.h>
16600 #ifdef HAVE_SYS_SOCKETVAR_H
16601 #include <sys/socketvar.h>
16603 #ifdef HAVE_SYS_TIMEOUT_H
16604 #include <sys/timeout.h>
16606 #ifdef HAVE_NETINET_IN_H
16607 #include <netinet/in.h>
16609 #ifdef HAVE_NETINET_IN_SYSTM_H
16610 #include <netinet/in_systm.h>
16612 #ifdef HAVE_NETINET_IP_H
16613 #include <netinet/ip.h>
16615 #ifdef HAVE_NETINET_IP_VAR_H
16616 #include <netinet/ip_var.h>
16618 #ifdef HAVE_NETINET_IP_ICMP_H
16619 #include <netinet/ip_icmp.h>
16621 #ifdef HAVE_NETINET_ICMP_VAR_H
16622 #include <netinet/icmp_var.h>
16625 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16627 cat >>confdefs.h
<<_ACEOF
16628 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16635 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16636 #include <sys/types.h>
16638 #ifdef HAVE_SYS_SOCKETVAR_H
16639 #include <sys/socketvar.h>
16641 #ifdef HAVE_NETINET_IN_H
16642 #include <netinet/in.h>
16644 #ifdef HAVE_NETINET_IP_VAR_H
16645 #include <netinet/ip_var.h>
16648 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16650 cat >>confdefs.h
<<_ACEOF
16651 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16658 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
16659 #include <netinet/ip_var.h>
16662 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16664 cat >>confdefs.h
<<_ACEOF
16665 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16672 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16673 #include <sys/types.h>
16675 #ifdef HAVE_SYS_SOCKETVAR_H
16676 #include <sys/socketvar.h>
16678 #ifdef HAVE_NETINET_IN_H
16679 #include <netinet/in.h>
16681 #ifdef HAVE_NETINET_TCP_H
16682 #include <netinet/tcp.h>
16684 #ifdef HAVE_NETINET_TCP_VAR_H
16685 #include <netinet/tcp_var.h>
16688 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16690 cat >>confdefs.h
<<_ACEOF
16691 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16698 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
16699 #include <netinet/tcp_var.h>
16702 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16704 cat >>confdefs.h
<<_ACEOF
16705 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16712 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16713 #include <sys/types.h>
16715 #ifdef HAVE_NETINET_IN_H
16716 #include <netinet/in.h>
16718 #ifdef HAVE_NETINET_IP_VAR_H
16719 #include <netinet/ip_var.h>
16721 #ifdef HAVE_NETINET_UDP_H
16722 #include <netinet/udp.h>
16724 #ifdef HAVE_NETINET_UDP_VAR_H
16725 #include <netinet/udp_var.h>
16728 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16730 cat >>confdefs.h
<<_ACEOF
16731 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16738 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16739 #include <sys/types.h>
16741 #ifdef HAVE_NET_IF_H
16742 # include <net/if.h>
16745 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16747 cat >>confdefs.h
<<_ACEOF
16748 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16756 $as_echo_n "checking for timezone variable... " >&6; }
16757 if ${ac_cv_have_timezone+:} false
; then :
16758 $as_echo_n "(cached) " >&6
16760 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16761 /* end confdefs.h. */
16771 if ac_fn_c_try_link
"$LINENO"; then :
16772 ac_cv_have_timezone
="yes"
16774 ac_cv_have_timezone
="no"
16776 rm -f core conftest.err conftest.
$ac_objext \
16777 conftest
$ac_exeext conftest.
$ac_ext
16779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16780 $as_echo "$ac_cv_have_timezone" >&6; }
16781 if test "$ac_cv_have_timezone" = "yes"
16784 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16788 $as_echo_n "checking for daylight variable... " >&6; }
16789 if ${ac_cv_have_daylight+:} false
; then :
16790 $as_echo_n "(cached) " >&6
16792 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16793 /* end confdefs.h. */
16803 if ac_fn_c_try_link
"$LINENO"; then :
16804 ac_cv_have_daylight
="yes"
16806 ac_cv_have_daylight
="no"
16808 rm -f core conftest.err conftest.
$ac_objext \
16809 conftest
$ac_exeext conftest.
$ac_ext
16811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16812 $as_echo "$ac_cv_have_daylight" >&6; }
16813 if test "$ac_cv_have_daylight" = "yes"
16816 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16820 ac_save_LIBS
="$LIBS"
16822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16823 $as_echo_n "checking for isfinite... " >&6; }
16824 if ${ac_cv_have_isfinite+:} false
; then :
16825 $as_echo_n "(cached) " >&6
16827 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16828 /* end confdefs.h. */
16829 #define _GNU_SOURCE
16834 float f = 0.0; return isfinite(f)
16839 if ac_fn_c_try_link
"$LINENO"; then :
16840 ac_cv_have_isfinite
="yes"
16842 ac_cv_have_isfinite
="no"
16844 rm -f core conftest.err conftest.
$ac_objext \
16845 conftest
$ac_exeext conftest.
$ac_ext
16847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16848 $as_echo "$ac_cv_have_isfinite" >&6; }
16849 if test "$ac_cv_have_isfinite" = "yes"
16852 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16857 $as_echo_n "checking for isinf... " >&6; }
16858 if ${ac_cv_have_isinf+:} false
; then :
16859 $as_echo_n "(cached) " >&6
16861 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16862 /* end confdefs.h. */
16867 float f = 0.0; return isinf(f)
16872 if ac_fn_c_try_link
"$LINENO"; then :
16873 ac_cv_have_isinf
="yes"
16875 ac_cv_have_isinf
="no"
16877 rm -f core conftest.err conftest.
$ac_objext \
16878 conftest
$ac_exeext conftest.
$ac_ext
16880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16881 $as_echo "$ac_cv_have_isinf" >&6; }
16882 if test "$ac_cv_have_isinf" = "yes"
16885 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16890 $as_echo_n "checking for isnan... " >&6; }
16891 if ${ac_cv_have_isnan+:} false
; then :
16892 $as_echo_n "(cached) " >&6
16894 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16895 /* end confdefs.h. */
16900 float f = 0.0; return isnan(f)
16905 if ac_fn_c_try_link
"$LINENO"; then :
16906 ac_cv_have_isnan
="yes"
16908 ac_cv_have_isnan
="no"
16910 rm -f core conftest.err conftest.
$ac_objext \
16911 conftest
$ac_exeext conftest.
$ac_ext
16913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16914 $as_echo "$ac_cv_have_isnan" >&6; }
16915 if test "$ac_cv_have_isnan" = "yes"
16918 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16947 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16948 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16949 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16950 cat >>confdefs.h
<<_ACEOF
16951 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16957 LIBS
="$ac_save_LIBS"
16959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16960 $as_echo_n "checking for __builtin_clz... " >&6; }
16961 if ${ac_cv_have___builtin_clz+:} false
; then :
16962 $as_echo_n "(cached) " >&6
16964 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16965 /* end confdefs.h. */
16970 return __builtin_clz(1)
16975 if ac_fn_c_try_link
"$LINENO"; then :
16976 ac_cv_have___builtin_clz
="yes"
16978 ac_cv_have___builtin_clz
="no"
16980 rm -f core conftest.err conftest.
$ac_objext \
16981 conftest
$ac_exeext conftest.
$ac_ext
16983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16984 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16985 if test "$ac_cv_have___builtin_clz" = "yes"
16988 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16994 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16995 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16996 if ${ac_cv_cpp_def___i386__+:} false
; then :
16997 $as_echo_n "(cached) " >&6
16999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17000 /* end confdefs.h. */
17005 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17006 $EGREP "yes" >/dev
/null
2>&1; then :
17007 ac_cv_cpp_def___i386__
=yes
17009 ac_cv_cpp_def___i386__
=no
17014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17015 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17016 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17017 CFLAGS
="$CFLAGS -D__i386__"
17018 LINTFLAGS
="$LINTFLAGS -D__i386__"
17020 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17021 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17022 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17023 $as_echo_n "(cached) " >&6
17025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17026 /* end confdefs.h. */
17031 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17032 $EGREP "yes" >/dev
/null
2>&1; then :
17033 ac_cv_cpp_def___x86_64__
=yes
17035 ac_cv_cpp_def___x86_64__
=no
17040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17041 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17042 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17043 CFLAGS
="$CFLAGS -D__x86_64__"
17044 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17046 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17047 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17048 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17049 $as_echo_n "(cached) " >&6
17051 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17052 /* end confdefs.h. */
17053 #ifndef __sparc64__
17057 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17058 $EGREP "yes" >/dev
/null
2>&1; then :
17059 ac_cv_cpp_def___sparc64__
=yes
17061 ac_cv_cpp_def___sparc64__
=no
17066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17067 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17068 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17069 CFLAGS
="$CFLAGS -D__sparc64__"
17070 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17072 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17073 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17074 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17075 $as_echo_n "(cached) " >&6
17077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17078 /* end confdefs.h. */
17083 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17084 $EGREP "yes" >/dev
/null
2>&1; then :
17085 ac_cv_cpp_def___sparc__
=yes
17087 ac_cv_cpp_def___sparc__
=no
17092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17093 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17094 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17095 CFLAGS
="$CFLAGS -D__sparc__"
17096 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17098 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17099 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17100 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17101 $as_echo_n "(cached) " >&6
17103 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17104 /* end confdefs.h. */
17105 #ifndef __powerpc64__
17109 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17110 $EGREP "yes" >/dev
/null
2>&1; then :
17111 ac_cv_cpp_def___powerpc64__
=yes
17113 ac_cv_cpp_def___powerpc64__
=no
17118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17119 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17120 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17121 CFLAGS
="$CFLAGS -D__powerpc64__"
17122 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17124 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17125 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17126 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17127 $as_echo_n "(cached) " >&6
17129 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17130 /* end confdefs.h. */
17131 #ifndef __powerpc__
17135 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17136 $EGREP "yes" >/dev
/null
2>&1; then :
17137 ac_cv_cpp_def___powerpc__
=yes
17139 ac_cv_cpp_def___powerpc__
=no
17144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17145 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17146 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17147 CFLAGS
="$CFLAGS -D__powerpc__"
17148 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17150 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17151 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17152 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17153 $as_echo_n "(cached) " >&6
17155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17156 /* end confdefs.h. */
17157 #ifndef __aarch64__
17161 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17162 $EGREP "yes" >/dev
/null
2>&1; then :
17163 ac_cv_cpp_def___aarch64__
=yes
17165 ac_cv_cpp_def___aarch64__
=no
17170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17171 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17172 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17173 CFLAGS
="$CFLAGS -D__aarch64__"
17174 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17176 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17177 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17178 if ${ac_cv_cpp_def___arm__+:} false
; then :
17179 $as_echo_n "(cached) " >&6
17181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17182 /* end confdefs.h. */
17187 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17188 $EGREP "yes" >/dev
/null
2>&1; then :
17189 ac_cv_cpp_def___arm__
=yes
17191 ac_cv_cpp_def___arm__
=no
17196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17197 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17198 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17199 CFLAGS
="$CFLAGS -D__arm__"
17200 LINTFLAGS
="$LINTFLAGS -D__arm__"
17204 case $host_vendor in
17205 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17206 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17207 if ${ac_cv_cpp_def___sun__+:} false
; then :
17208 $as_echo_n "(cached) " >&6
17210 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17211 /* end confdefs.h. */
17216 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17217 $EGREP "yes" >/dev
/null
2>&1; then :
17218 ac_cv_cpp_def___sun__
=yes
17220 ac_cv_cpp_def___sun__
=no
17225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17226 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17227 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17228 CFLAGS
="$CFLAGS -D__sun__"
17229 LINTFLAGS
="$LINTFLAGS -D__sun__"
17237 ac_config_commands
="$ac_config_commands include/stamp-h"
17239 $as_echo_n "creating Makefile rules..." >&6
17241 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17242 SOCKET_LIBS = $SOCKET_LIBS
17243 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17244 IOKIT_LIBS = $IOKIT_LIBS
17245 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17246 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17247 CORESERVICES_LIBS = $CORESERVICES_LIBS
17248 APPKIT_LIBS = $APPKIT_LIBS
17249 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17250 SECURITY_LIBS = $SECURITY_LIBS
17251 COREAUDIO_LIBS = $COREAUDIO_LIBS
17252 OPENAL_LIBS = $OPENAL_LIBS
17253 OPENCL_LIBS = $OPENCL_LIBS
17254 QUICKTIME_LIBS = $QUICKTIME_LIBS
17255 CARBON_LIBS = $CARBON_LIBS
17256 PTHREAD_LIBS = $PTHREAD_LIBS
17257 X_CFLAGS = $X_CFLAGS
17258 X_PRE_LIBS = $X_PRE_LIBS
17260 X_EXTRA_LIBS = $X_EXTRA_LIBS
17261 PCAP_LIBS = $PCAP_LIBS
17262 XML2_CFLAGS = $XML2_CFLAGS
17263 XML2_LIBS = $XML2_LIBS
17264 XSLT_CFLAGS = $XSLT_CFLAGS
17265 XSLT_LIBS = $XSLT_LIBS
17266 DBUS_CFLAGS = $DBUS_CFLAGS
17267 DBUS_LIBS = $DBUS_LIBS
17268 HAL_CFLAGS = $HAL_CFLAGS
17269 HAL_LIBS = $HAL_LIBS
17270 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17271 GNUTLS_LIBS = $GNUTLS_LIBS
17272 SANE_CFLAGS = $SANE_CFLAGS
17273 SANE_LIBS = $SANE_LIBS
17274 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17275 GPHOTO2_LIBS = $GPHOTO2_LIBS
17276 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17277 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17278 RESOLV_LIBS = $RESOLV_LIBS
17279 LCMS2_CFLAGS = $LCMS2_CFLAGS
17280 LCMS2_LIBS = $LCMS2_LIBS
17281 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17282 FREETYPE_LIBS = $FREETYPE_LIBS
17284 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17285 PULSE_CFLAGS = $PULSE_CFLAGS
17286 PULSE_LIBS = $PULSE_LIBS
17287 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17288 GSTREAMER_LIBS = $GSTREAMER_LIBS
17289 ALSA_LIBS = $ALSA_LIBS
17290 OSS4_CFLAGS = $OSS4_CFLAGS
17291 CAPI20_CFLAGS = $CAPI20_CFLAGS
17292 CAPI20_LIBS = $CAPI20_LIBS
17293 CUPS_CFLAGS = $CUPS_CFLAGS
17294 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17295 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17296 JPEG_CFLAGS = $JPEG_CFLAGS
17297 JPEG_LIBS = $JPEG_LIBS
17298 PNG_CFLAGS = $PNG_CFLAGS
17299 PNG_LIBS = $PNG_LIBS
17300 TIFF_CFLAGS = $TIFF_CFLAGS
17301 TIFF_LIBS = $TIFF_LIBS
17302 MPG123_CFLAGS = $MPG123_CFLAGS
17303 MPG123_LIBS = $MPG123_LIBS
17304 KSTAT_LIBS = $KSTAT_LIBS
17305 PROCSTAT_LIBS = $PROCSTAT_LIBS
17306 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17308 POLL_LIBS = $POLL_LIBS
17310 LDAP_LIBS = $LDAP_LIBS
17315 wine_fn_append_rule
"
17316 # Rules automatically generated by configure
17318 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17323 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17324 @./config.status Make.tmp Makefile"
17326 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
17327 .gitignore: config.status
17328 @./config.status .gitignore"
17330 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17331 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17333 if test "x$enable_fonts" != xno
; then
17334 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17335 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17336 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17337 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17338 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17339 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17341 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17342 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17343 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
17344 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
17345 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17346 wine_fn_config_symlink wine
17347 if test "x$enable_win64" != xno
; then
17348 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17349 wine_fn_config_symlink wine64
17352 wine_fn_config_dll acledit enable_acledit
17353 wine_fn_config_dll aclui enable_aclui implib
17354 wine_fn_config_dll activeds enable_activeds implib
17355 wine_fn_config_dll actxprxy enable_actxprxy clean
17356 wine_fn_config_lib adsiid
17357 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17358 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17359 wine_fn_config_dll advpack enable_advpack implib
17360 wine_fn_config_test dlls
/advpack
/tests advpack_test
17361 wine_fn_config_dll amstream enable_amstream clean
17362 wine_fn_config_test dlls
/amstream
/tests amstream_test
17363 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17364 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17365 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17366 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17367 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17368 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17369 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17370 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17371 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17372 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17373 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17374 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17375 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17376 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17377 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17378 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17379 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17380 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17381 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17382 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17383 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17384 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17385 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17386 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17387 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17388 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17389 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17390 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17391 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17392 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17393 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17394 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17395 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17396 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17397 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17398 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17399 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17400 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17401 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17402 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17403 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17404 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17405 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17406 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17407 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17408 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17409 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17410 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17411 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17412 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17413 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17414 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17415 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17416 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17417 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17418 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17419 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17420 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17421 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17422 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17423 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17424 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17425 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17426 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17427 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17428 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17429 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17430 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17431 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17432 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17433 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17434 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17435 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17436 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17437 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17438 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17439 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17440 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17441 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17442 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17443 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17444 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17445 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17446 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17447 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17448 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17449 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17450 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17451 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17452 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17453 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17454 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17455 wine_fn_config_dll apphelp enable_apphelp
17456 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17457 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17458 wine_fn_config_dll atl enable_atl clean
,implib
17459 wine_fn_config_test dlls
/atl
/tests atl_test
17460 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17461 wine_fn_config_test dlls
/atl100
/tests atl100_test
17462 wine_fn_config_dll atl110 enable_atl110 clean
17463 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17464 wine_fn_config_test dlls
/atl80
/tests atl80_test
17465 wine_fn_config_dll atl90 enable_atl90 clean
17466 wine_fn_config_dll authz enable_authz
17467 wine_fn_config_dll avicap32 enable_avicap32 implib
17468 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17469 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17470 wine_fn_config_dll avifile.dll16 enable_win16
17471 wine_fn_config_dll avrt enable_avrt implib
17472 wine_fn_config_dll bcrypt enable_bcrypt
17473 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17474 wine_fn_config_dll browseui enable_browseui clean
,po
17475 wine_fn_config_test dlls
/browseui
/tests browseui_test
17476 wine_fn_config_dll cabinet enable_cabinet implib
17477 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17478 wine_fn_config_dll capi2032 enable_capi2032 implib
17479 wine_fn_config_dll cards enable_cards implib
17480 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17481 wine_fn_config_dll clusapi enable_clusapi implib
17482 wine_fn_config_dll combase enable_combase
17483 wine_fn_config_test dlls
/combase
/tests combase_test
17484 wine_fn_config_dll comcat enable_comcat
17485 wine_fn_config_test dlls
/comcat
/tests comcat_test
17486 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17487 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17488 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17489 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17490 wine_fn_config_dll
comm.drv16 enable_win16
17491 wine_fn_config_dll commdlg.dll16 enable_win16
17492 wine_fn_config_dll compobj.dll16 enable_win16
17493 wine_fn_config_dll compstui enable_compstui implib
17494 wine_fn_config_dll comsvcs enable_comsvcs implib
17495 wine_fn_config_dll connect enable_connect
17496 wine_fn_config_dll credui enable_credui implib
,po
17497 wine_fn_config_test dlls
/credui
/tests credui_test
17498 wine_fn_config_dll crtdll enable_crtdll implib
17499 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17500 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17501 wine_fn_config_dll cryptdlg enable_cryptdlg po
17502 wine_fn_config_dll cryptdll enable_cryptdll implib
17503 wine_fn_config_dll cryptext enable_cryptext
17504 wine_fn_config_dll cryptnet enable_cryptnet implib
17505 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17506 wine_fn_config_dll cryptui enable_cryptui implib
,po
17507 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17508 wine_fn_config_dll ctapi32 enable_ctapi32
17509 wine_fn_config_dll ctl3d.dll16 enable_win16
17510 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17511 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17512 wine_fn_config_dll d2d1 enable_d2d1 implib
17513 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17514 wine_fn_config_dll d3d10 enable_d3d10 implib
17515 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17516 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17517 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
17518 wine_fn_config_dll d3d10core enable_d3d10core implib
17519 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17520 wine_fn_config_dll d3d11 enable_d3d11 implib
17521 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17522 wine_fn_config_dll d3d8 enable_d3d8 implib
17523 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17524 wine_fn_config_dll d3d9 enable_d3d9 implib
17525 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17526 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17527 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17528 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17529 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17530 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17531 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17532 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17533 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17534 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17535 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17536 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17537 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17538 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17539 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17540 wine_fn_config_dll d3dim enable_d3dim implib
17541 wine_fn_config_dll d3drm enable_d3drm implib
17542 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17543 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17544 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17545 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17546 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17547 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17548 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17549 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17550 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17551 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17552 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17553 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17554 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17555 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17556 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17557 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17558 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17559 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17560 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17561 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17562 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17563 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17564 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17565 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17566 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17567 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17568 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17569 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17570 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17571 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17572 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17573 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17574 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17575 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17576 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17577 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17578 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17579 wine_fn_config_dll davclnt enable_davclnt
17580 wine_fn_config_dll dbgeng enable_dbgeng implib
17581 wine_fn_config_dll dbghelp enable_dbghelp implib
17582 wine_fn_config_dll dciman32 enable_dciman32 implib
17583 wine_fn_config_dll ddeml.dll16 enable_win16
17584 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17585 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17586 wine_fn_config_dll ddrawex enable_ddrawex clean
17587 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17588 wine_fn_config_dll devenum enable_devenum clean
,po
17589 wine_fn_config_test dlls
/devenum
/tests devenum_test
17590 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17591 wine_fn_config_dll difxapi enable_difxapi
17592 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17593 wine_fn_config_test dlls
/dinput
/tests dinput_test
17594 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17595 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17596 wine_fn_config_dll dispdib.dll16 enable_win16
17597 wine_fn_config_dll dispex enable_dispex clean
17598 wine_fn_config_test dlls
/dispex
/tests dispex_test
17599 wine_fn_config_dll display.drv16 enable_win16
17600 wine_fn_config_dll dmband enable_dmband clean
17601 wine_fn_config_test dlls
/dmband
/tests dmband_test
17602 wine_fn_config_dll dmcompos enable_dmcompos clean
17603 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17604 wine_fn_config_dll dmime enable_dmime clean
17605 wine_fn_config_test dlls
/dmime
/tests dmime_test
17606 wine_fn_config_dll dmloader enable_dmloader clean
17607 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17608 wine_fn_config_dll dmscript enable_dmscript clean
17609 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17610 wine_fn_config_dll dmstyle enable_dmstyle clean
17611 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17612 wine_fn_config_dll dmsynth enable_dmsynth clean
17613 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17614 wine_fn_config_dll dmusic enable_dmusic clean
17615 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17616 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17617 wine_fn_config_dll dnsapi enable_dnsapi implib
17618 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17619 wine_fn_config_dll dplay enable_dplay implib
17620 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17621 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17622 wine_fn_config_dll dpnaddr enable_dpnaddr
17623 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17624 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17625 wine_fn_config_dll dpnhpast enable_dpnhpast
17626 wine_fn_config_dll dpnlobby enable_dpnlobby
17627 wine_fn_config_dll dpvoice enable_dpvoice clean
17628 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17629 wine_fn_config_dll dpwsockx enable_dpwsockx
17630 wine_fn_config_dll drmclien enable_drmclien
17631 wine_fn_config_dll dsound enable_dsound clean
,implib
17632 wine_fn_config_test dlls
/dsound
/tests dsound_test
17633 wine_fn_config_dll dssenh enable_dssenh
17634 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17635 wine_fn_config_dll dswave enable_dswave clean
17636 wine_fn_config_test dlls
/dswave
/tests dswave_test
17637 wine_fn_config_dll dwmapi enable_dwmapi implib
17638 wine_fn_config_dll dwrite enable_dwrite implib
17639 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17640 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17641 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17642 wine_fn_config_lib dxerr8
17643 wine_fn_config_lib dxerr9
17644 wine_fn_config_dll dxgi enable_dxgi implib
17645 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17646 wine_fn_config_lib dxguid
17647 wine_fn_config_dll dxva2 enable_dxva2
17648 wine_fn_config_dll esent enable_esent
17649 wine_fn_config_dll evr enable_evr
17650 wine_fn_config_dll explorerframe enable_explorerframe clean
17651 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17652 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17653 wine_fn_config_dll faultrep enable_faultrep implib
17654 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17655 wine_fn_config_dll fltlib enable_fltlib
17656 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17657 wine_fn_config_dll fntcache enable_fntcache
17658 wine_fn_config_dll fontsub enable_fontsub
17659 wine_fn_config_dll fusion enable_fusion
17660 wine_fn_config_test dlls
/fusion
/tests fusion_test
17661 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17662 wine_fn_config_dll gameux enable_gameux clean
17663 wine_fn_config_test dlls
/gameux
/tests gameux_test
17664 wine_fn_config_dll gdi.exe16 enable_win16
17665 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17666 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17667 wine_fn_config_dll gdiplus enable_gdiplus implib
17668 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17669 wine_fn_config_dll glu32 enable_glu32 implib
17670 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17671 wine_fn_config_dll gpkcsp enable_gpkcsp
17672 wine_fn_config_dll hal enable_hal
17673 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17674 wine_fn_config_dll hid enable_hid implib
17675 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17676 wine_fn_config_dll hlink enable_hlink clean
,implib
17677 wine_fn_config_test dlls
/hlink
/tests hlink_test
17678 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17679 wine_fn_config_dll httpapi enable_httpapi
17680 wine_fn_config_dll iccvid enable_iccvid po
17681 wine_fn_config_dll icmp enable_icmp
17682 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17683 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17684 wine_fn_config_dll ifsmgr.vxd enable_win16
17685 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17686 wine_fn_config_dll imagehlp enable_imagehlp implib
17687 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17688 wine_fn_config_dll imm.dll16 enable_win16
17689 wine_fn_config_dll imm32 enable_imm32 implib
17690 wine_fn_config_test dlls
/imm32
/tests imm32_test
17691 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17692 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17693 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17694 wine_fn_config_dll inetmib1 enable_inetmib1
17695 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17696 wine_fn_config_dll infosoft enable_infosoft clean
17697 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17698 wine_fn_config_dll initpki enable_initpki
17699 wine_fn_config_dll inkobj enable_inkobj
17700 wine_fn_config_dll inseng enable_inseng clean
17701 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17702 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17703 wine_fn_config_dll itircl enable_itircl
17704 wine_fn_config_dll itss enable_itss clean
17705 wine_fn_config_test dlls
/itss
/tests itss_test
17706 wine_fn_config_dll joy.cpl enable_joy_cpl po
17707 wine_fn_config_dll jscript enable_jscript clean
,po
17708 wine_fn_config_test dlls
/jscript
/tests jscript_test
17709 wine_fn_config_dll jsproxy enable_jsproxy implib
17710 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17711 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17712 wine_fn_config_dll keyboard.drv16 enable_win16
17713 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17714 wine_fn_config_dll ksuser enable_ksuser
17715 wine_fn_config_dll ktmw32 enable_ktmw32
17716 wine_fn_config_dll loadperf enable_loadperf implib
17717 wine_fn_config_dll localspl enable_localspl po
17718 wine_fn_config_test dlls
/localspl
/tests localspl_test
17719 wine_fn_config_dll localui enable_localui po
17720 wine_fn_config_test dlls
/localui
/tests localui_test
17721 wine_fn_config_dll lz32 enable_lz32 implib
17722 wine_fn_config_test dlls
/lz32
/tests lz32_test
17723 wine_fn_config_dll lzexpand.dll16 enable_win16
17724 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17725 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17726 wine_fn_config_dll mapistub enable_mapistub
17727 wine_fn_config_dll mciavi32 enable_mciavi32
17728 wine_fn_config_dll mcicda enable_mcicda
17729 wine_fn_config_dll mciqtz32 enable_mciqtz32
17730 wine_fn_config_dll mciseq enable_mciseq
17731 wine_fn_config_dll mciwave enable_mciwave
17732 wine_fn_config_dll mf enable_mf
17733 wine_fn_config_dll mfplat enable_mfplat
17734 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17735 wine_fn_config_dll mgmtapi enable_mgmtapi
17736 wine_fn_config_dll midimap enable_midimap
17737 wine_fn_config_dll mlang enable_mlang clean
,implib
17738 wine_fn_config_test dlls
/mlang
/tests mlang_test
17739 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17740 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17741 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17742 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17743 wine_fn_config_dll mmdevldr.vxd enable_win16
17744 wine_fn_config_dll mmsystem.dll16 enable_win16
17745 wine_fn_config_dll monodebg.vxd enable_win16
17746 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17747 wine_fn_config_dll mouse.drv16 enable_win16
17748 wine_fn_config_dll mpr enable_mpr implib
,po
17749 wine_fn_config_test dlls
/mpr
/tests mpr_test
17750 wine_fn_config_dll mprapi enable_mprapi implib
17751 wine_fn_config_dll msacm.dll16 enable_win16
17752 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17753 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17754 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17755 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17756 wine_fn_config_dll msasn1 enable_msasn1 implib
17757 wine_fn_config_dll mscat32 enable_mscat32
17758 wine_fn_config_dll mscms enable_mscms implib
17759 wine_fn_config_test dlls
/mscms
/tests mscms_test
17760 wine_fn_config_dll mscoree enable_mscoree clean
17761 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17762 wine_fn_config_dll msctf enable_msctf clean
17763 wine_fn_config_test dlls
/msctf
/tests msctf_test
17764 wine_fn_config_dll msctfp enable_msctfp clean
17765 wine_fn_config_dll msdaps enable_msdaps clean
17766 wine_fn_config_dll msdelta enable_msdelta
17767 wine_fn_config_dll msdmo enable_msdmo implib
17768 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17769 wine_fn_config_dll msftedit enable_msftedit
17770 wine_fn_config_dll msg711.acm enable_msg711_acm
17771 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17772 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17773 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17774 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17775 wine_fn_config_dll msi enable_msi clean
,implib
,po
17776 wine_fn_config_test dlls
/msi
/tests msi_test
17777 wine_fn_config_dll msident enable_msident clean
17778 wine_fn_config_dll msimg32 enable_msimg32 implib
17779 wine_fn_config_dll msimsg enable_msimsg
17780 wine_fn_config_dll msimtf enable_msimtf clean
17781 wine_fn_config_dll msisip enable_msisip
17782 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17783 wine_fn_config_dll msls31 enable_msls31
17784 wine_fn_config_dll msnet32 enable_msnet32
17785 wine_fn_config_dll mspatcha enable_mspatcha implib
17786 wine_fn_config_dll msrle32 enable_msrle32 po
17787 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17788 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17789 wine_fn_config_dll mssign32 enable_mssign32
17790 wine_fn_config_dll mssip32 enable_mssip32
17791 wine_fn_config_dll mstask enable_mstask clean
17792 wine_fn_config_test dlls
/mstask
/tests mstask_test
17793 wine_fn_config_dll msvcirt enable_msvcirt
17794 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17795 wine_fn_config_dll msvcm80 enable_msvcm80
17796 wine_fn_config_dll msvcm90 enable_msvcm90
17797 wine_fn_config_dll msvcp100 enable_msvcp100
17798 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17799 wine_fn_config_dll msvcp110 enable_msvcp110
17800 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
17801 wine_fn_config_dll msvcp120 enable_msvcp120
17802 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17803 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17804 wine_fn_config_dll msvcp60 enable_msvcp60
17805 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17806 wine_fn_config_dll msvcp70 enable_msvcp70
17807 wine_fn_config_dll msvcp71 enable_msvcp71
17808 wine_fn_config_dll msvcp80 enable_msvcp80
17809 wine_fn_config_dll msvcp90 enable_msvcp90
17810 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17811 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17812 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17813 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17814 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17815 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17816 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17817 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17818 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17819 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17820 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17821 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17822 wine_fn_config_dll msvcrt enable_msvcrt implib
17823 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17824 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17825 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17826 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17827 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17828 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17829 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17830 wine_fn_config_dll msvidc32 enable_msvidc32 po
17831 wine_fn_config_dll msvideo.dll16 enable_win16
17832 wine_fn_config_dll mswsock enable_mswsock implib
17833 wine_fn_config_dll msxml enable_msxml clean
17834 wine_fn_config_dll msxml2 enable_msxml2 clean
17835 wine_fn_config_dll msxml3 enable_msxml3 clean
17836 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17837 wine_fn_config_dll msxml4 enable_msxml4 clean
17838 wine_fn_config_dll msxml6 enable_msxml6 clean
17839 wine_fn_config_dll nddeapi enable_nddeapi implib
17840 wine_fn_config_dll ndis.sys enable_ndis_sys
17841 wine_fn_config_dll netapi32 enable_netapi32 implib
17842 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17843 wine_fn_config_dll netcfgx enable_netcfgx clean
17844 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17845 wine_fn_config_dll netprofm enable_netprofm clean
17846 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17847 wine_fn_config_dll newdev enable_newdev implib
17848 wine_fn_config_dll normaliz enable_normaliz implib
17849 wine_fn_config_dll npmshtml enable_npmshtml
17850 wine_fn_config_dll npptools enable_npptools
17851 wine_fn_config_dll ntdll enable_ntdll implib
17852 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17853 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17854 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17855 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17856 wine_fn_config_dll ntprint enable_ntprint
17857 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17858 wine_fn_config_dll objsel enable_objsel clean
17859 wine_fn_config_dll odbc32 enable_odbc32 implib
17860 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17861 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17862 wine_fn_config_dll odbccu32 enable_odbccu32
17863 wine_fn_config_dll ole2.dll16 enable_win16
17864 wine_fn_config_dll ole2conv.dll16 enable_win16
17865 wine_fn_config_dll ole2disp.dll16 enable_win16
17866 wine_fn_config_dll ole2nls.dll16 enable_win16
17867 wine_fn_config_dll ole2prox.dll16 enable_win16
17868 wine_fn_config_dll ole2thk.dll16 enable_win16
17869 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17870 wine_fn_config_test dlls
/ole32
/tests ole32_test
17871 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17872 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17873 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17874 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17875 wine_fn_config_dll olecli.dll16 enable_win16
17876 wine_fn_config_dll olecli32 enable_olecli32 implib
17877 wine_fn_config_dll oledb32 enable_oledb32 clean
17878 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17879 wine_fn_config_dll oledlg enable_oledlg implib
,po
17880 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17881 wine_fn_config_dll olepro32 enable_olepro32 implib
17882 wine_fn_config_dll olesvr.dll16 enable_win16
17883 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17884 wine_fn_config_dll olethk32 enable_olethk32
17885 wine_fn_config_dll openal32 enable_openal32
17886 wine_fn_config_dll opencl enable_opencl
17887 wine_fn_config_dll opengl32 enable_opengl32 implib
17888 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17889 wine_fn_config_dll packager enable_packager clean
17890 wine_fn_config_test dlls
/packager
/tests packager_test
17891 wine_fn_config_dll pdh enable_pdh implib
17892 wine_fn_config_test dlls
/pdh
/tests pdh_test
17893 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17894 wine_fn_config_dll pidgen enable_pidgen
17895 wine_fn_config_dll powrprof enable_powrprof implib
17896 wine_fn_config_dll printui enable_printui
17897 wine_fn_config_dll prntvpt enable_prntvpt
17898 wine_fn_config_dll propsys enable_propsys clean
,implib
17899 wine_fn_config_test dlls
/propsys
/tests propsys_test
17900 wine_fn_config_dll psapi enable_psapi implib
17901 wine_fn_config_test dlls
/psapi
/tests psapi_test
17902 wine_fn_config_dll pstorec enable_pstorec clean
17903 wine_fn_config_dll qcap enable_qcap
17904 wine_fn_config_test dlls
/qcap
/tests qcap_test
17905 wine_fn_config_dll qedit enable_qedit clean
17906 wine_fn_config_test dlls
/qedit
/tests qedit_test
17907 wine_fn_config_dll qmgr enable_qmgr clean
17908 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17909 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17910 wine_fn_config_dll quartz enable_quartz clean
,implib
17911 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17912 wine_fn_config_dll query enable_query
17913 wine_fn_config_dll rasapi16.dll16 enable_win16
17914 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17915 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17916 wine_fn_config_dll rasdlg enable_rasdlg implib
17917 wine_fn_config_dll regapi enable_regapi
17918 wine_fn_config_dll resutils enable_resutils implib
17919 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17920 wine_fn_config_test dlls
/riched20
/tests riched20_test
17921 wine_fn_config_dll riched32 enable_riched32
17922 wine_fn_config_test dlls
/riched32
/tests riched32_test
17923 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17924 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17925 wine_fn_config_dll rsabase enable_rsabase
17926 wine_fn_config_dll rsaenh enable_rsaenh implib
17927 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17928 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17929 wine_fn_config_dll rtutils enable_rtutils implib
17930 wine_fn_config_dll samlib enable_samlib
17931 wine_fn_config_dll sane.ds enable_sane_ds po
17932 wine_fn_config_dll scarddlg enable_scarddlg
17933 wine_fn_config_dll sccbase enable_sccbase
17934 wine_fn_config_dll schannel enable_schannel
17935 wine_fn_config_test dlls
/schannel
/tests schannel_test
17936 wine_fn_config_dll schedsvc enable_schedsvc clean
17937 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17938 wine_fn_config_dll scrrun enable_scrrun clean
17939 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17940 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17941 wine_fn_config_dll secur32 enable_secur32 implib
17942 wine_fn_config_test dlls
/secur32
/tests secur32_test
17943 wine_fn_config_dll security enable_security
17944 wine_fn_config_dll sensapi enable_sensapi implib
17945 wine_fn_config_dll serialui enable_serialui implib
,po
17946 wine_fn_config_test dlls
/serialui
/tests serialui_test
17947 wine_fn_config_dll setupapi enable_setupapi implib
,po
17948 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17949 wine_fn_config_dll setupx.dll16 enable_win16
17950 wine_fn_config_dll sfc enable_sfc implib
17951 wine_fn_config_dll sfc_os enable_sfc_os implib
17952 wine_fn_config_dll shdoclc enable_shdoclc po
17953 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17954 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17955 wine_fn_config_dll shell.dll16 enable_win16
17956 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17957 wine_fn_config_test dlls
/shell32
/tests shell32_test
17958 wine_fn_config_dll shfolder enable_shfolder implib
17959 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17960 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17961 wine_fn_config_dll slbcsp enable_slbcsp
17962 wine_fn_config_dll slc enable_slc implib
17963 wine_fn_config_test dlls
/slc
/tests slc_test
17964 wine_fn_config_dll snmpapi enable_snmpapi implib
17965 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17966 wine_fn_config_dll softpub enable_softpub
17967 wine_fn_config_dll sound.drv16 enable_win16
17968 wine_fn_config_dll spoolss enable_spoolss implib
17969 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17970 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17971 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17972 wine_fn_config_dll sti enable_sti clean
,implib
17973 wine_fn_config_test dlls
/sti
/tests sti_test
17974 wine_fn_config_dll storage.dll16 enable_win16
17975 wine_fn_config_dll stress.dll16 enable_win16
17976 wine_fn_config_lib strmbase
17977 wine_fn_config_lib strmiids
17978 wine_fn_config_dll svrapi enable_svrapi
17979 wine_fn_config_dll sxs enable_sxs implib
17980 wine_fn_config_test dlls
/sxs
/tests sxs_test
17981 wine_fn_config_dll system.drv16 enable_win16
17982 wine_fn_config_dll t2embed enable_t2embed
17983 wine_fn_config_dll tapi32 enable_tapi32 implib
17984 wine_fn_config_dll taskschd enable_taskschd clean
17985 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17986 wine_fn_config_dll toolhelp.dll16 enable_win16
17987 wine_fn_config_dll traffic enable_traffic
17988 wine_fn_config_dll twain.dll16 enable_win16
17989 wine_fn_config_dll twain_32 enable_twain_32
17990 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17991 wine_fn_config_dll typelib.dll16 enable_win16
17992 wine_fn_config_dll ucrtbase enable_ucrtbase
17993 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
17994 wine_fn_config_dll unicows enable_unicows implib
17995 wine_fn_config_dll updspapi enable_updspapi
17996 wine_fn_config_dll url enable_url implib
17997 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17998 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17999 wine_fn_config_dll usbd.sys enable_usbd_sys implib
18000 wine_fn_config_dll user.exe16 enable_win16
18001 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
18002 wine_fn_config_test dlls
/user32
/tests user32_test
18003 wine_fn_config_dll userenv enable_userenv implib
18004 wine_fn_config_test dlls
/userenv
/tests userenv_test
18005 wine_fn_config_dll usp10 enable_usp10 implib
18006 wine_fn_config_test dlls
/usp10
/tests usp10_test
18007 wine_fn_config_lib uuid
18008 wine_fn_config_dll uxtheme enable_uxtheme implib
18009 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
18010 wine_fn_config_dll vbscript enable_vbscript clean
18011 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
18012 wine_fn_config_dll vcomp enable_vcomp
18013 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
18014 wine_fn_config_dll vcomp100 enable_vcomp100
18015 wine_fn_config_dll vcomp110 enable_vcomp110
18016 wine_fn_config_dll vcomp120 enable_vcomp120
18017 wine_fn_config_dll vcomp90 enable_vcomp90
18018 wine_fn_config_dll vcruntime140 enable_vcruntime140
18019 wine_fn_config_dll vdhcp.vxd enable_win16
18020 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18021 wine_fn_config_dll ver.dll16 enable_win16
18022 wine_fn_config_dll version enable_version implib
18023 wine_fn_config_test dlls
/version
/tests version_test
18024 wine_fn_config_dll vmm.vxd enable_win16
18025 wine_fn_config_dll vnbt.vxd enable_win16
18026 wine_fn_config_dll vnetbios.vxd enable_win16
18027 wine_fn_config_dll vssapi enable_vssapi
18028 wine_fn_config_dll vtdapi.vxd enable_win16
18029 wine_fn_config_dll vwin32.vxd enable_win16
18030 wine_fn_config_dll w32skrnl enable_win16
18031 wine_fn_config_dll w32sys.dll16 enable_win16
18032 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18033 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
18034 wine_fn_config_dll wbemprox enable_wbemprox clean
18035 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
18036 wine_fn_config_dll webservices enable_webservices implib
18037 wine_fn_config_test dlls
/webservices
/tests webservices_test
18038 wine_fn_config_dll wer enable_wer implib
18039 wine_fn_config_test dlls
/wer
/tests wer_test
18040 wine_fn_config_dll wevtapi enable_wevtapi
18041 wine_fn_config_dll wiaservc enable_wiaservc clean
18042 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
18043 wine_fn_config_dll wimgapi enable_wimgapi
18044 wine_fn_config_dll win32s16.dll16 enable_win16
18045 wine_fn_config_dll win87em.dll16 enable_win16
18046 wine_fn_config_dll winaspi.dll16 enable_win16
18047 wine_fn_config_dll windebug.dll16 enable_win16
18048 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
18049 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
18050 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18051 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
18052 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18053 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18054 wine_fn_config_lib winecrt0
18055 wine_fn_config_dll wined3d enable_wined3d implib
18056 wine_fn_config_dll winegstreamer enable_winegstreamer
18057 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18058 wine_fn_config_dll winemac.drv enable_winemac_drv
18059 wine_fn_config_dll winemapi enable_winemapi
18060 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18061 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18062 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
18063 wine_fn_config_dll wineps16.drv16 enable_win16
18064 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18065 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18066 wine_fn_config_dll winex11.drv enable_winex11_drv
18067 wine_fn_config_dll wing.dll16 enable_win16
18068 wine_fn_config_dll wing32 enable_wing32
18069 wine_fn_config_dll winhttp enable_winhttp clean
,implib
18070 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
18071 wine_fn_config_dll wininet enable_wininet implib
,po
18072 wine_fn_config_test dlls
/wininet
/tests wininet_test
18073 wine_fn_config_dll winmm enable_winmm implib
,po
18074 wine_fn_config_test dlls
/winmm
/tests winmm_test
18075 wine_fn_config_dll winnls.dll16 enable_win16
18076 wine_fn_config_dll winnls32 enable_winnls32 implib
18077 wine_fn_config_dll winscard enable_winscard implib
18078 wine_fn_config_dll winsock.dll16 enable_win16
18079 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
18080 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
18081 wine_fn_config_dll winsta enable_winsta
18082 wine_fn_config_dll wintab.dll16 enable_win16
18083 wine_fn_config_dll wintab32 enable_wintab32 implib
18084 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
18085 wine_fn_config_dll wintrust enable_wintrust implib
18086 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
18087 wine_fn_config_dll wlanapi enable_wlanapi
18088 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
18089 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
18090 wine_fn_config_dll wmi enable_wmi
18091 wine_fn_config_dll wmiutils enable_wmiutils clean
18092 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
18093 wine_fn_config_dll wmp enable_wmp clean
18094 wine_fn_config_test dlls
/wmp
/tests wmp_test
18095 wine_fn_config_dll wmvcore enable_wmvcore
18096 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18097 wine_fn_config_dll wow32 enable_win16 implib
18098 wine_fn_config_dll wpcap enable_wpcap
18099 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18100 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18101 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18102 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18103 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18104 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18105 wine_fn_config_dll wsock32 enable_wsock32 implib
18106 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18107 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18108 wine_fn_config_dll wuapi enable_wuapi clean
18109 wine_fn_config_dll wuaueng enable_wuaueng
18110 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18111 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18112 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18113 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18114 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18115 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18116 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18117 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18118 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18119 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18120 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18121 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18122 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18123 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18124 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18125 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18126 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18127 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18128 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18129 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18130 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18131 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18132 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 implib
18133 wine_fn_config_dll xinput1_1 enable_xinput1_1
18134 wine_fn_config_dll xinput1_2 enable_xinput1_2
18135 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18136 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18137 wine_fn_config_dll xinput1_4 enable_xinput1_4
18138 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18139 wine_fn_config_dll xmllite enable_xmllite implib
18140 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18141 wine_fn_config_dll xolehlp enable_xolehlp
18142 wine_fn_config_dll xpsprint enable_xpsprint
18143 wine_fn_config_dll xpssvcs enable_xpssvcs
18144 wine_fn_config_makefile documentation enable_documentation clean
18145 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18146 wine_fn_config_makefile include enable_include clean
,install-dev
18147 wine_fn_config_makefile libs
/port enable_libs_port
18148 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,config
,install-dev
,install-lib
18149 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18150 wine_fn_config_makefile loader enable_loader clean
,config
,install-lib
,manpage
18151 wine_fn_config_program arp enable_arp
install
18152 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18153 wine_fn_config_program attrib enable_attrib
install,po
18154 wine_fn_config_program cabarc enable_cabarc
install
18155 wine_fn_config_program cacls enable_cacls
install
18156 wine_fn_config_program
clock enable_clock
install,po
18157 wine_fn_config_program cmd enable_cmd
install,po
18158 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18159 wine_fn_config_program conhost enable_conhost
install
18160 wine_fn_config_program control enable_control
install
18161 wine_fn_config_program cscript enable_cscript clean
,install
18162 wine_fn_config_program dpnsvr enable_dpnsvr
install
18163 wine_fn_config_program dxdiag enable_dxdiag
install,po
18164 wine_fn_config_program eject enable_eject
install
18165 wine_fn_config_program
expand enable_expand
install
18166 wine_fn_config_program explorer enable_explorer
install,po
18167 wine_fn_config_program extrac32 enable_extrac32
install
18168 wine_fn_config_program findstr enable_findstr
install
18169 wine_fn_config_program hh enable_hh
install
18170 wine_fn_config_program hostname enable_hostname
install,po
18171 wine_fn_config_program icinfo enable_icinfo
install
18172 wine_fn_config_program iexplore enable_iexplore
install
18173 wine_fn_config_program ipconfig enable_ipconfig
install,po
18174 wine_fn_config_program lodctr enable_lodctr
install
18175 wine_fn_config_program mofcomp enable_mofcomp
install
18176 wine_fn_config_program mshta enable_mshta
install
18177 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18178 wine_fn_config_program net enable_net
install,po
18179 wine_fn_config_program netsh enable_netsh
install
18180 wine_fn_config_program netstat enable_netstat
install,po
18181 wine_fn_config_program ngen enable_ngen
install
18182 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
18183 wine_fn_config_program oleview enable_oleview
install,po
18184 wine_fn_config_program
ping enable_ping
install
18185 wine_fn_config_program plugplay enable_plugplay
install
18186 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18187 wine_fn_config_program progman enable_progman
install,po
18188 wine_fn_config_program reg enable_reg
install,po
18189 wine_fn_config_test programs
/reg
/tests reg.exe_test
18190 wine_fn_config_program regasm enable_regasm
install
18191 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
18192 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18193 wine_fn_config_program regsvcs enable_regsvcs
install
18194 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
18195 wine_fn_config_program rpcss enable_rpcss clean
,install
18196 wine_fn_config_program rundll.exe16 enable_win16
install
18197 wine_fn_config_program rundll32 enable_rundll32
install
18198 wine_fn_config_program sc enable_sc
install
18199 wine_fn_config_program schtasks enable_schtasks
install
18200 wine_fn_config_program sdbinst enable_sdbinst
install
18201 wine_fn_config_program secedit enable_secedit
install
18202 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18203 wine_fn_config_program services enable_services clean
,install
18204 wine_fn_config_test programs
/services
/tests services.exe_test
18205 wine_fn_config_program spoolsv enable_spoolsv
install
18206 wine_fn_config_program start enable_start
install,po
18207 wine_fn_config_program svchost enable_svchost
install
18208 wine_fn_config_program systeminfo enable_systeminfo
install
18209 wine_fn_config_program taskkill enable_taskkill
install,po
18210 wine_fn_config_program tasklist enable_tasklist
install
18211 wine_fn_config_program taskmgr enable_taskmgr
install,po
18212 wine_fn_config_program termsv enable_termsv
install
18213 wine_fn_config_program uninstaller enable_uninstaller
install,po
18214 wine_fn_config_program unlodctr enable_unlodctr
install
18215 wine_fn_config_program view enable_view
install,po
18216 wine_fn_config_program wevtutil enable_wevtutil
install
18217 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
18218 wine_fn_config_program winebrowser enable_winebrowser
install
18219 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
18220 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
18221 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
18222 wine_fn_config_program winedevice enable_winedevice
install
18223 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
18224 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18225 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
18226 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18227 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18228 wine_fn_config_program winetest enable_winetest clean
,config
18229 wine_fn_config_program winevdm enable_win16
install
18230 wine_fn_config_program winhelp.exe16 enable_win16
install
18231 wine_fn_config_program winhlp32 enable_winhlp32
install,po
18232 wine_fn_config_program winoldap.mod16 enable_win16
install
18233 wine_fn_config_program winver enable_winver
install
18234 wine_fn_config_program wmic enable_wmic
install,po
18235 wine_fn_config_program wordpad enable_wordpad
install,po
18236 wine_fn_config_program
write enable_write
install,po
18237 wine_fn_config_program wscript enable_wscript clean
,install
18238 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18239 wine_fn_config_program wusa enable_wusa
install
18240 wine_fn_config_program xcopy enable_xcopy
install,po
18241 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18242 wine_fn_config_makefile server enable_server clean
,install-lib
,manpage
18243 wine_fn_config_tool tools clean
18244 wine_fn_config_tool tools
/sfnt2fon clean
18245 wine_fn_config_tool tools
/widl clean
,install-dev
,manpage
18246 wine_fn_config_tool tools
/winebuild clean
,install-dev
,manpage
18247 wine_fn_config_tool tools
/winedump clean
,install-dev
,manpage
18248 wine_fn_config_tool tools
/winegcc clean
,install-dev
,manpage
18249 wine_fn_config_tool tools
/winemaker install-dev
,manpage
18250 wine_fn_config_tool tools
/wmc clean
,install-dev
,manpage
18251 wine_fn_config_tool tools
/wrc clean
,install-dev
,manpage
18303 wine_fn_ignore_file
".gitignore"
18304 wine_fn_ignore_file
"Makefile"
18305 wine_fn_ignore_file
"TAGS"
18306 wine_fn_ignore_file
"tags"
18307 wine_fn_ignore_file
"autom4te.cache"
18308 wine_fn_ignore_file
"config.cache"
18309 wine_fn_ignore_file
"config.log"
18310 wine_fn_ignore_file
"config.status"
18311 wine_fn_ignore_file
"configure.lineno"
18312 wine_fn_ignore_file
"include/config.h"
18313 wine_fn_ignore_file
"include/stamp-h"
18314 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
18316 if test "x$enable_tools" != xno
18318 wine_fn_ignore_file
"tools/makedep$ac_exeext"
18319 ac_config_commands
="$ac_config_commands tools/makedep"
18323 ac_config_commands
="$ac_config_commands Makefile"
18326 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
18330 if test "x$enable_maintainer_mode" = xyes
18332 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18333 autoconf --warnings=all
18334 include/config.h.in: include/stamp-h.in
18335 include/stamp-h.in: configure.ac aclocal.m4
18336 autoheader --warnings=all
18337 @echo timestamp > \$@"
18340 if test "x$with_gettextpo" = xyes
18342 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18343 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
18344 \$(LINGUAS:%=po/%.po): po/wine.pot
18345 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18346 po/wine.pot: \$(ALL_POT_FILES)
18347 msgcat -o \$@ \$(ALL_POT_FILES)"
18350 if test "$MSGFMT" != false
18352 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
18354 \$(RM) \$(LINGUAS:%=po/%.mo)"
18357 test "$srcdir" = . || posrc
="$srcdir/po"
18360 wine_fn_ignore_file
"po/$i.mo"
18361 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
18362 \$(MSGFMT) -o \$@ $posrc/$i.po"
18368 if test "x$enable_tools" != xno
18370 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18371 @./config.status tools/makedep
18372 Makefile: tools/makedep$ac_exeext
18374 \$(RM) tools/makedep$ac_exeext"
18376 wine_fn_append_rule
"\$(MAKEDEP):
18377 @echo \"You need to run make in $TOOLSDIR first\" && false"
18380 if test -n "$with_wine64"
18382 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18383 fonts server tools:
18384 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18385 $with_wine64/loader/wine:
18386 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18387 $with_wine64/loader/wine-preloader:
18388 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18390 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18392 as_fn_append LOADER_RULES
"
18393 install install-lib:: wine.inf
18394 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18395 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18398 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18402 if test "$srcdir" = .
18404 ac_config_commands
="$ac_config_commands .gitignore"
18408 $as_echo " done" >&6
18409 cat >confcache
<<\_ACEOF
18410 # This file is a shell script that caches the results of configure
18411 # tests run on this system so they can be shared between configure
18412 # scripts and configure runs, see configure's option --config-cache.
18413 # It is not useful on other systems. If it contains results you don't
18414 # want to keep, you may remove or edit it.
18416 # config.status only pays attention to the cache file if you give it
18417 # the --recheck option to rerun configure.
18419 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18420 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18421 # following values.
18425 # The following way of writing the cache mishandles newlines in values,
18426 # but we know of no workaround that is simple, portable, and efficient.
18427 # So, we kill variables containing newlines.
18428 # Ultrix sh set writes to stderr and can't be redirected directly,
18429 # and sets the high bit in the cache file unless we assign to the vars.
18431 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18432 eval ac_val
=\$
$ac_var
18436 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18437 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18440 _ | IFS | as_nl
) ;; #(
18441 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18442 *) { eval $ac_var=; unset $ac_var;} ;;
18448 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18449 *${as_nl}ac_space
=\
*)
18450 # `set' does not quote correctly, so add quotes: double-quote
18451 # substitution turns \\\\ into \\, and sed turns \\ into \.
18454 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18457 # `set' quotes correctly as required by POSIX, so do not add quotes.
18458 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18467 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18469 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18471 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18472 if test -w "$cache_file"; then
18473 if test "x$cache_file" != "x/dev/null"; then
18474 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18475 $as_echo "$as_me: updating cache $cache_file" >&6;}
18476 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18477 cat confcache
>"$cache_file"
18479 case $cache_file in #(
18481 mv -f confcache
"$cache_file"$$
&&
18482 mv -f "$cache_file"$$
"$cache_file" ;; #(
18484 mv -f confcache
"$cache_file" ;;
18489 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18490 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18495 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18496 # Let make expand exec_prefix.
18497 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18499 DEFS
=-DHAVE_CONFIG_H
18504 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18505 # 1. Remove the extension, and $U if already installed.
18506 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18507 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18508 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18509 # will be set to the directory where LIBOBJS objects are built.
18510 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18511 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18513 LIBOBJS
=$ac_libobjs
18515 LTLIBOBJS
=$ac_ltlibobjs
18519 : "${CONFIG_STATUS=./config.status}"
18521 ac_clean_files_save
=$ac_clean_files
18522 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18523 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18524 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18526 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18528 # Generated by $as_me.
18529 # Run this file to recreate the current configuration.
18530 # Compiler output produced by configure, useful for debugging
18531 # configure, is in config.log if it exists.
18534 ac_cs_recheck=false
18537 SHELL=\${CONFIG_SHELL-$SHELL}
18540 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18541 ## -------------------- ##
18542 ## M4sh Initialization. ##
18543 ## -------------------- ##
18545 # Be more Bourne compatible
18546 DUALCASE
=1; export DUALCASE
# for MKS sh
18547 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18550 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18551 # is contrary to our usage. Disable this feature.
18552 alias -g '${1+"$@"}'='"$@"'
18553 setopt NO_GLOB_SUBST
18555 case `(set -o) 2>/dev/null` in #(
18567 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18568 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18569 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18570 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18571 # Prefer a ksh shell builtin over an external printf program on Solaris,
18572 # but without wasting forks for bash or zsh.
18573 if test -z "$BASH_VERSION$ZSH_VERSION" \
18574 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18575 as_echo='print
-r --'
18576 as_echo_n='print
-rn --'
18577 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18578 as_echo='printf %s
\n'
18579 as_echo_n='printf %s
'
18581 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18582 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18583 as_echo_n='/usr
/ucb
/echo -n'
18585 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18586 as_echo_n_body='eval
18590 expr "X$arg" : "X\\(.*\\)$as_nl";
18591 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18593 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18595 export as_echo_n_body
18596 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18598 export as_echo_body
18599 as_echo='sh
-c $as_echo_body as_echo
'
18602 # The user is always right.
18603 if test "${PATH_SEPARATOR+set}" != set; then
18605 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18606 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18613 # We need space, tab and new line, in precisely that order. Quoting is
18614 # there to prevent editors from complaining about space-tab.
18615 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18616 # splitting by setting IFS to empty value.)
18619 # Find who we are. Look in the path if we contain no directory separator.
18622 *[\\/]* ) as_myself=$0 ;;
18623 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18624 for as_dir in $PATH
18627 test -z "$as_dir" && as_dir=.
18628 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18634 # We did not find ourselves, most probably we were run as `sh COMMAND'
18635 # in which case we are not to be found in the path.
18636 if test "x$as_myself" = x
; then
18639 if test ! -f "$as_myself"; then
18640 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18644 # Unset variables that we do not need and which cause bugs (e.g. in
18645 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18646 # suppresses any "Segmentation fault" message there. '((' could
18647 # trigger a bug in pdksh 5.2.14.
18648 for as_var
in BASH_ENV ENV MAIL MAILPATH
18649 do eval test x\
${$as_var+set} = xset \
18650 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18663 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18666 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18667 # ----------------------------------------
18668 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18669 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18670 # script with STATUS, using 1 if that was 0.
18673 as_status
=$1; test $as_status -eq 0 && as_status
=1
18675 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18676 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18678 $as_echo "$as_me: error: $2" >&2
18679 as_fn_exit
$as_status
18683 # as_fn_set_status STATUS
18684 # -----------------------
18685 # Set $? to STATUS, without forking.
18686 as_fn_set_status
()
18689 } # as_fn_set_status
18691 # as_fn_exit STATUS
18692 # -----------------
18693 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18697 as_fn_set_status
$1
18703 # Portably unset VAR.
18706 { eval $1=; unset $1;}
18708 as_unset
=as_fn_unset
18709 # as_fn_append VAR VALUE
18710 # ----------------------
18711 # Append the text in VALUE to the end of the definition contained in VAR. Take
18712 # advantage of any shell optimizations that allow amortized linear growth over
18713 # repeated appends, instead of the typical quadratic growth present in naive
18715 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18716 eval 'as_fn_append ()
18727 # as_fn_arith ARG...
18728 # ------------------
18729 # Perform arithmetic evaluation on the ARGs, and store the result in the
18730 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18731 # must be portable across $(()) and expr.
18732 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18733 eval 'as_fn_arith ()
18740 as_val
=`expr "$@" || test $? -eq 1`
18745 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18746 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18752 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18753 as_basename
=basename
18758 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18764 as_me
=`$as_basename -- "$0" ||
18765 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18766 X"$0" : 'X\(//\)$' \| \
18767 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18769 sed '/^.*\/\([^/][^/]*\)\/*$/{
18783 # Avoid depending upon Character Ranges.
18784 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18785 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18786 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18787 as_cr_digits
='0123456789'
18788 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18790 ECHO_C
= ECHO_N
= ECHO_T
=
18791 case `echo -n x` in #(((((
18793 case `echo 'xy\c'` in
18794 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18796 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18803 rm -f conf$$ conf$$.exe conf$$.
file
18804 if test -d conf$$.dir
; then
18805 rm -f conf$$.dir
/conf$$.
file
18808 mkdir conf$$.dir
2>/dev
/null
18810 if (echo >conf$$.
file) 2>/dev
/null
; then
18811 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18813 # ... but there are two gotchas:
18814 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18815 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18816 # In both cases, we have to default to `cp -pR'.
18817 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18819 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18827 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18828 rmdir conf$$.dir
2>/dev
/null
18833 # Create "$as_dir" as a directory, including parents if necessary.
18838 -*) as_dir
=.
/$as_dir;;
18840 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18844 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18845 *) as_qdir
=$as_dir;;
18847 as_dirs
="'$as_qdir' $as_dirs"
18848 as_dir
=`$as_dirname -- "$as_dir" ||
18849 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18850 X"$as_dir" : 'X\(//\)[^/]' \| \
18851 X"$as_dir" : 'X\(//\)$' \| \
18852 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18853 $as_echo X"$as_dir" |
18854 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18858 /^X\(\/\/\)[^/].*/{
18871 test -d "$as_dir" && break
18873 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18874 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18878 if mkdir
-p .
2>/dev
/null
; then
18879 as_mkdir_p
='mkdir -p "$as_dir"'
18881 test -d .
/-p && rmdir .
/-p
18886 # as_fn_executable_p FILE
18887 # -----------------------
18888 # Test if FILE is an executable regular file.
18889 as_fn_executable_p
()
18891 test -f "$1" && test -x "$1"
18892 } # as_fn_executable_p
18893 as_test_x
='test -x'
18894 as_executable_p
=as_fn_executable_p
18896 # Sed expression to map a string onto a valid CPP name.
18897 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18899 # Sed expression to map a string onto a valid variable name.
18900 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18904 ## ----------------------------------- ##
18905 ## Main body of $CONFIG_STATUS script. ##
18906 ## ----------------------------------- ##
18908 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18910 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18911 # Save the log message, to keep $0 and so on meaningful, and to
18912 # report actual input values of CONFIG_FILES etc. instead of their
18913 # values after options handling.
18915 This file was extended by Wine $as_me 1.7.54, which was
18916 generated by GNU Autoconf 2.69. Invocation command line was
18918 CONFIG_FILES = $CONFIG_FILES
18919 CONFIG_HEADERS = $CONFIG_HEADERS
18920 CONFIG_LINKS = $CONFIG_LINKS
18921 CONFIG_COMMANDS = $CONFIG_COMMANDS
18924 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18929 case $ac_config_files in *"
18930 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18933 case $ac_config_headers in *"
18934 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18938 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18939 # Files that config.status was made for.
18940 config_files="$ac_config_files"
18941 config_headers="$ac_config_headers"
18942 config_links="$ac_config_links"
18943 config_commands="$ac_config_commands"
18947 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18949 \`$as_me' instantiates files and other configuration actions
18950 from templates according to the current configuration. Unless the files
18951 and actions are specified as TAGs, all are instantiated by default.
18953 Usage: $0 [OPTION]... [TAG]...
18955 -h, --help print this help, then exit
18956 -V, --version print version number and configuration settings, then exit
18957 --config print configuration, then exit
18958 -q, --quiet, --silent
18959 do not print progress messages
18960 -d, --debug don't remove temporary files
18961 --recheck update $as_me by reconfiguring in the same conditions
18962 --file=FILE[:TEMPLATE]
18963 instantiate the configuration file FILE
18964 --header=FILE[:TEMPLATE]
18965 instantiate the configuration header FILE
18967 Configuration files:
18970 Configuration headers:
18973 Configuration links:
18976 Configuration commands:
18979 Report bugs to <wine-devel@winehq.org>.
18980 Wine home page: <http://www.winehq.org>."
18983 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18984 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18986 Wine config.status 1.7.54
18987 configured by $0, generated by GNU Autoconf 2.69,
18988 with options \\"\$ac_cs_config\\"
18990 Copyright (C) 2012 Free Software Foundation, Inc.
18991 This config.status script is free software; the Free Software Foundation
18992 gives unlimited permission to copy, distribute and modify it."
18996 test -n "\$AWK" || AWK=awk
18999 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19000 # The default lists apply if the user does not specify any file.
19006 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19007 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
19011 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19023 # Handling of the options.
19024 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
19026 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
19027 $as_echo "$ac_cs_version"; exit ;;
19028 --config |
--confi |
--conf |
--con |
--co |
--c )
19029 $as_echo "$ac_cs_config"; exit ;;
19030 --debug |
--debu |
--deb |
--de |
--d |
-d )
19032 --file |
--fil |
--fi |
--f )
19035 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19036 '') as_fn_error $?
"missing file argument" ;;
19038 as_fn_append CONFIG_FILES
" '$ac_optarg'"
19039 ac_need_defaults
=false
;;
19040 --header |
--heade |
--head |
--hea )
19043 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19045 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
19046 ac_need_defaults
=false
;;
19048 # Conflict between --help and --header
19049 as_fn_error $?
"ambiguous option: \`$1'
19050 Try \`$0 --help' for more information.";;
19051 --help |
--hel |
-h )
19052 $as_echo "$ac_cs_usage"; exit ;;
19053 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
19054 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
19057 # This is an error.
19058 -*) as_fn_error $?
"unrecognized option: \`$1'
19059 Try \`$0 --help' for more information." ;;
19061 *) as_fn_append ac_config_targets
" $1"
19062 ac_need_defaults
=false
;;
19068 ac_configure_extra_args
=
19070 if $ac_cs_silent; then
19072 ac_configure_extra_args
="$ac_configure_extra_args --silent"
19076 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19077 if \$ac_cs_recheck; then
19078 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19080 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19081 CONFIG_SHELL='$SHELL'
19082 export CONFIG_SHELL
19087 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19091 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19092 ## Running $as_me. ##
19098 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19102 wine_fn_output_makedep ()
19104 as_dir=tools; as_fn_mkdir_p
19105 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19107 wine_fn_output_makefile ()
19109 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19110 `cat $wine_rules_file`
19112 as_fn_error $? "could not create Makefile" "$LINENO" 5
19114 wine_fn_output_gitignore ()
19116 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19119 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19124 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19126 # Handling of arguments.
19127 for ac_config_target
in $ac_config_targets
19129 case $ac_config_target in
19130 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19131 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19132 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19133 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19134 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19135 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19136 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19137 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19138 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19139 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19140 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19141 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19142 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19143 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19144 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
19146 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19151 # If the user did not use the arguments to specify the items to instantiate,
19152 # then the envvar interface is used. Set only those that are not.
19153 # We use the long form for the default assignment because of an extremely
19154 # bizarre bug on SunOS 4.1.3.
19155 if $ac_need_defaults; then
19156 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19157 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19158 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19159 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19162 # Have a temporary directory for convenience. Make it in the build tree
19163 # simply because there is no reason against having it here, and in addition,
19164 # creating and moving files from /tmp can sometimes cause problems.
19165 # Hook for its removal unless debugging.
19166 # Note that there is a small window in which the directory will not be cleaned:
19167 # after its creation but before its name has been assigned to `$tmp'.
19171 trap 'exit_status=$?
19172 : "${ac_tmp:=$tmp}"
19173 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19175 trap 'as_fn_exit 1' 1 2 13 15
19177 # Create a (secure) tmp directory for tmp files.
19180 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19184 tmp
=.
/conf$$
-$RANDOM
19185 (umask 077 && mkdir
"$tmp")
19186 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19189 # Set up the scripts for CONFIG_FILES section.
19190 # No need to generate them if there are no CONFIG_FILES.
19191 # This happens for instance with `./config.status config.h'.
19192 if test -n "$CONFIG_FILES"; then
19195 ac_cr
=`echo X | tr X '\015'`
19196 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19197 # But we know of no other shell where ac_cr would be empty at this
19198 # point, so we can use a bashism as a fallback.
19199 if test "x$ac_cr" = x
; then
19200 eval ac_cr
=\$
\'\\r
\'
19202 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19203 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19206 ac_cs_awk_cr
=$ac_cr
19209 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19214 echo "cat >conf$$subs.awk <<_ACEOF" &&
19215 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19217 } >conf$$subs.sh ||
19218 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19219 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19221 for ac_last_try in false false false false false :; do
19222 . ./conf$$subs.sh ||
19223 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19225 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19226 if test $ac_delim_n = $ac_delim_num; then
19228 elif $ac_last_try; then
19229 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19231 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19234 rm -f conf$$subs.sh
19236 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19237 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19241 s/^/S["/; s
/!.
*/"]=/
19251 s/\(.\{148\}\)..*/\1/
19253 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19258 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19265 s/\(.\{148\}\)..*/\1/
19267 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19271 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19276 ' <conf$$subs.awk | sed '
19281 ' >>$CONFIG_STATUS || ac_write_fail=1
19282 rm -f conf$$subs.awk
19283 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19285 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19286 for (key in S) S_is_set[key] = 1
19292 nfields = split(line, field, "@
")
19294 len = length(field[1])
19295 for (i = 2; i < nfields; i++) {
19297 keylen = length(key)
19298 if (S_is_set[key]) {
19300 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19301 len += length(value) + length(field[++i])
19312 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19313 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19314 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19317 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19318 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19321 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19322 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19323 # trailing colons and then remove the whole line if VPATH becomes empty
19324 # (actually we leave an empty line to preserve line numbers).
19325 if test "x
$srcdir" = x.; then
19326 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19344 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19345 fi # test -n "$CONFIG_FILES"
19347 # Set up the scripts for CONFIG_HEADERS section.
19348 # No need to generate them if there are no CONFIG_HEADERS.
19349 # This happens for instance with `./config.status Makefile'.
19350 if test -n "$CONFIG_HEADERS"; then
19351 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19355 # Transform confdefs.h into an awk script `defines.awk', embedded as
19356 # here-document in config.status, that substitutes the proper values into
19357 # config.h.in to produce config.h.
19359 # Create a delimiter string that does not exist in confdefs.h, to ease
19360 # handling of long lines.
19362 for ac_last_try in false false :; do
19363 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19364 if test -z "$ac_tt"; then
19366 elif $ac_last_try; then
19367 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19369 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19373 # For the awk script, D is an array of macro values keyed by name,
19374 # likewise P contains macro parameters if any. Preserve backslash
19375 # newline sequences.
19377 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19379 s/.\{148\}/&'"$ac_delim"'/g
19382 s/^[ ]*#[ ]*define[ ][ ]*/ /
19389 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19391 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19395 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19396 D["\
1"]=" \
3\\\\\\n
"\\/p
19398 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19403 s/.\{148\}/&'"$ac_delim"'/g
19408 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19411 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19413 ' <confdefs.h | sed '
19414 s/'"$ac_delim"'/"\\\
19415 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19417 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19418 for (key in D) D_is_set[key] = 1
19421 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19423 split(line, arg, " ")
19424 if (arg[1] == "#") {
19428 defundef
= substr
(arg
[1], 2)
19431 split(mac1
, mac2
, "(") #)
19433 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19434 if (D_is_set
[macro
]) {
19435 # Preserve the white space surrounding the "#".
19436 print prefix
"define", macro P
[macro
] D
[macro
]
19439 # Replace #undef with comments. This is necessary, for example,
19440 # in the case of _POSIX_SOURCE, which is predefined and required
19441 # on some systems where configure will not decide to define it.
19442 if (defundef
== "undef") {
19443 print
"/*", prefix defundef
, macro
, "*/"
19451 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19452 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19453 fi # test -n "$CONFIG_HEADERS"
19456 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19461 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19463 case $ac_mode$ac_tag in
19465 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19466 :[FH
]-) ac_tag
=-:-;;
19467 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19484 -) ac_f
="$ac_tmp/stdin";;
19485 *) # Look for the file first in the build tree, then in the source tree
19486 # (if the path is not absolute). The absolute path cannot be DOS-style,
19487 # because $ac_f cannot contain `:'.
19491 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19493 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19495 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19496 as_fn_append ac_file_inputs
" '$ac_f'"
19499 # Let's still pretend it is `configure' which instantiates (i.e., don't
19500 # use $as_me), people would be surprised to read:
19501 # /* config.h. Generated by config.status. */
19502 configure_input
='Generated from '`
19503 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19505 if test x
"$ac_file" != x-
; then
19506 configure_input
="$ac_file. $configure_input"
19507 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19508 $as_echo "$as_me: creating $ac_file" >&6;}
19510 # Neutralize special characters interpreted by sed in replacement strings.
19511 case $configure_input in #(
19512 *\
&* |
*\|
* |
*\\* )
19513 ac_sed_conf_input
=`$as_echo "$configure_input" |
19514 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19515 *) ac_sed_conf_input
=$configure_input;;
19519 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19520 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19525 ac_dir
=`$as_dirname -- "$ac_file" ||
19526 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19527 X"$ac_file" : 'X\(//\)[^/]' \| \
19528 X"$ac_file" : 'X\(//\)$' \| \
19529 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19530 $as_echo X"$ac_file" |
19531 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19535 /^X\(\/\/\)[^/].*/{
19548 as_dir
="$ac_dir"; as_fn_mkdir_p
19552 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19554 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19555 # A ".." for each directory in $ac_dir_suffix.
19556 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19557 case $ac_top_builddir_sub in
19558 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19559 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19562 ac_abs_top_builddir
=$ac_pwd
19563 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19564 # for backward compatibility:
19565 ac_top_builddir
=$ac_top_build_prefix
19568 .
) # We are building in place.
19570 ac_top_srcdir
=$ac_top_builddir_sub
19571 ac_abs_top_srcdir
=$ac_pwd ;;
19572 [\\/]* | ?
:[\\/]* ) # Absolute name.
19573 ac_srcdir
=$srcdir$ac_dir_suffix;
19574 ac_top_srcdir
=$srcdir
19575 ac_abs_top_srcdir
=$srcdir ;;
19576 *) # Relative name.
19577 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19578 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19579 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19581 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19592 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19593 # If the template does not know about datarootdir, expand it.
19594 # FIXME: This hack should be removed a few years after 2.60.
19595 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19606 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19607 *datarootdir
*) ac_datarootdir_seen
=yes;;
19608 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19610 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19612 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19613 ac_datarootdir_hack='
19614 s&@datadir@&$datadir&g
19615 s&@docdir@&$docdir&g
19616 s&@infodir@&$infodir&g
19617 s&@localedir@&$localedir&g
19618 s&@mandir@&$mandir&g
19619 s&\\\${datarootdir}&$datarootdir&g' ;;
19623 # Neutralize VPATH when `$srcdir' = `.'.
19624 # Shell code in configure.ac might set extrasub.
19625 # FIXME: do we really want to maintain this feature?
19626 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19627 ac_sed_extra="$ac_vpsub
19630 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19632 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19633 s|@configure_input@|
$ac_sed_conf_input|
;t t
19634 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19635 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19636 s
&@srcdir@
&$ac_srcdir&;t t
19637 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19638 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19639 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19640 s
&@builddir@
&$ac_builddir&;t t
19641 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19642 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19643 $ac_datarootdir_hack
19645 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19646 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19648 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19649 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19650 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19651 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19653 which seems to be undefined. Please make sure it is defined" >&5
19654 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19655 which seems to be undefined. Please make sure it is defined" >&2;}
19657 rm -f "$ac_tmp/stdin"
19659 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19660 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19662 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19668 if test x"$ac_file" != x-; then
19670 $as_echo "/* $configure_input */" \
19671 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19672 } >"$ac_tmp/config.h" \
19673 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19674 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19675 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19676 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19679 mv "$ac_tmp/config.h" "$ac_file" \
19680 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19683 $as_echo "/* $configure_input */" \
19684 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19685 || as_fn_error $? "could not create -" "$LINENO" 5
19693 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19696 # Prefer the file from the source tree if names are identical.
19697 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19698 ac_source=$srcdir/$ac_source
19701 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19702 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19704 if test ! -r "$ac_source"; then
19705 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19709 # Try a relative symlink, then a hard link, then a copy.
19711 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19712 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19714 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19715 ln "$ac_source" "$ac_file" 2>/dev/null ||
19716 cp -p "$ac_source" "$ac_file" ||
19717 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19720 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19721 $as_echo "$as_me: executing $ac_file commands" >&6;}
19726 case $ac_file$ac_mode in
19727 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19728 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19729 "Makefile":C) wine_fn_output_makefile Makefile ;;
19730 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19738 ac_clean_files=$ac_clean_files_save
19740 test $ac_write_fail = 0 ||
19741 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19744 # configure is writing to config.log, and then calls config.status.
19745 # config.status does its own redirection, appending to config.log.
19746 # Unfortunately, on DOS this fails, as config.log is still kept open
19747 # by configure, so config.status won't be able to
write to it
; its
19748 # output is simply discarded. So we exec the FD to /dev/null,
19749 # effectively closing config.log, so it can be properly (re)opened and
19750 # appended to by config.status. When coming back to configure, we
19751 # need to make the FD available again.
19752 if test "$no_create" != yes; then
19754 ac_config_status_args
=
19755 test "$silent" = yes &&
19756 ac_config_status_args
="$ac_config_status_args --quiet"
19758 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19760 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19761 # would make configure fail if this is the last instruction.
19762 $ac_cs_success || as_fn_exit
1
19764 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19765 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19766 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19770 if test "$no_create" = "yes"
19776 if test "x$wine_notices" != x
; then
19779 for msg
in $wine_notices; do
19781 if ${msg:+false} :; then :
19784 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19785 $as_echo "$as_me: $msg" >&6;}
19790 for msg
in $wine_warnings; do
19792 if ${msg:+false} :; then :
19796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19797 $as_echo "$as_me: WARNING: $msg" >&2;}
19803 $as_me: Finished. Do '${ac_make}' to compile Wine.