oledb32: Implement DataConvert DBTYPE_I2 -> VARIANT.
[wine/multimedia.git] / configure
blobc149359dcdd45d4f78da50bb01510b90de6cda9c
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.0.
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 :
20 emulate sh
21 NULLCMD=:
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+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
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
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
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'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
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.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
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
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
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 || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
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.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
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
158 as_fn_exit 255
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 :
164 emulate sh
165 NULLCMD=:
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+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
176 esac
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; }
185 exitcode=0
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 :
192 else
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
196 test -x / || 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 :
203 as_have_required=yes
204 else
205 as_have_required=no
207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209 else
210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211 as_found=false
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214 IFS=$as_save_IFS
215 test -z "$as_dir" && as_dir=.
216 as_found=:
217 case $as_dir in #(
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 :
226 break 2
229 done;;
230 esac
231 as_found=false
232 done
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
236 fi; }
237 IFS=$as_save_IFS
240 if test "x$CONFIG_SHELL" != x; then :
241 export CONFIG_SHELL
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.
246 BASH_ENV=/dev/null
247 ENV=/dev/null
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250 *v*x* | *x*v* ) as_opts=-vx ;;
251 *v* ) as_opts=-v ;;
252 *x* ) as_opts=-x ;;
253 * ) as_opts= ;;
254 esac
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
259 exit 255
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."
268 else
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."
275 exit 1
279 SHELL=${CONFIG_SHELL-/bin/sh}
280 export SHELL
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 ## --------------------- ##
288 # as_fn_unset VAR
289 # ---------------
290 # Portably unset VAR.
291 as_fn_unset ()
293 { eval $1=; unset $1;}
295 as_unset=as_fn_unset
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
300 as_fn_set_status ()
302 return $1
303 } # as_fn_set_status
305 # as_fn_exit STATUS
306 # -----------------
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308 as_fn_exit ()
310 set +e
311 as_fn_set_status $1
312 exit $1
313 } # as_fn_exit
315 # as_fn_mkdir_p
316 # -------------
317 # Create "$as_dir" as a directory, including parents if necessary.
318 as_fn_mkdir_p ()
321 case $as_dir in #(
322 -*) as_dir=./$as_dir;;
323 esac
324 test -d "$as_dir" || eval $as_mkdir_p || {
325 as_dirs=
326 while :; do
327 case $as_dir in #(
328 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329 *) as_qdir=$as_dir;;
330 esac
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339 s//\1/
342 /^X\(\/\/\)[^/].*/{
343 s//\1/
346 /^X\(\/\/\)$/{
347 s//\1/
350 /^X\(\/\).*/{
351 s//\1/
354 s/.*/./; q'`
355 test -d "$as_dir" && break
356 done
357 test -z "$as_dirs" || eval "mkdir $as_dirs"
358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
361 } # as_fn_mkdir_p
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
375 # implementations.
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377 eval 'as_fn_append ()
379 eval $1+=\$2
381 else
382 as_fn_append ()
384 eval $1=\$$1\$2
386 fi # as_fn_append
388 # as_fn_arith ARG...
389 # ------------------
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 :
394 eval 'as_fn_arith ()
396 as_val=$(( $* ))
398 else
399 as_fn_arith ()
401 as_val=`expr "$@" || test $? -eq 1`
403 fi # as_fn_arith
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.
411 as_fn_error ()
413 as_status=$1; test $as_status -eq 0 && as_status=1
414 if test "$4"; then
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
420 } # as_fn_error
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
424 as_expr=expr
425 else
426 as_expr=false
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430 as_basename=basename
431 else
432 as_basename=false
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436 as_dirname=dirname
437 else
438 as_dirname=false
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 $as_echo X/"$0" |
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
447 s//\1/
450 /^X\/\(\/\/\)$/{
451 s//\1/
454 /^X\/\(\/\).*/{
455 s//\1/
458 s/.*/./; q'`
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. :-)
473 sed -n '
475 /[$]LINENO/=
476 ' <$as_myself |
477 sed '
478 s/[$]LINENO.*/&-/
479 t lineno
481 :lineno
483 :loop
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 t loop
486 s/-\n.*//
487 ' >$as_me.lineno &&
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).
498 . "./$as_me.lineno"
499 # Exit status is that of the last command.
500 exit
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
505 -n*)
506 case `echo 'xy\c'` in
507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
508 xy) ECHO_C='\c';;
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
510 ECHO_T=' ';;
511 esac;;
513 ECHO_N='-n';;
514 esac
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
519 else
520 rm -f conf$$.dir
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
525 as_ln_s='ln -s'
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 ||
531 as_ln_s='cp -pR'
532 elif ln conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s=ln
534 else
535 as_ln_s='cp -pR'
537 else
538 as_ln_s='cp -pR'
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"'
545 else
546 test -d ./-p && rmdir ./-p
547 as_mkdir_p=false
550 as_test_x='test -x'
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
561 exec 6>&1
563 # Name of the host.
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`
569 # Initializations.
571 ac_default_prefix=/usr/local
572 ac_clean_files=
573 ac_config_libobj_dir=.
574 LIBOBJS=
575 cross_compiling=no
576 subdirs=
577 MFLAGS=
578 MAKEFLAGS=
580 # Identity of this package.
581 PACKAGE_NAME='Wine'
582 PACKAGE_TARNAME='wine'
583 PACKAGE_VERSION='1.7.0'
584 PACKAGE_STRING='Wine 1.7.0'
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="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 # include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 # include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 PORCFLAGS
628 LINGUAS
629 ALL_TEST_RESOURCES
630 LDAPLIBS
631 LIBRT
632 LIBPOLL
633 LIBDL
634 EXTRA_BINARIES
635 MAIN_BINARY
636 TOOLSEXT
637 LDPATH
638 UNWINDFLAGS
639 BUILTINFLAG
640 EXTRACFLAGS
641 LIBKSTAT
642 LIBOPENAL
643 MPG123_LIBS
644 MPG123_CFLAGS
645 TIFF_LIBS
646 TIFF_CFLAGS
647 PNG_LIBS
648 PNG_CFLAGS
649 JPEG_LIBS
650 JPEG_CFLAGS
651 FONTCONFIGINCL
652 CUPSINCL
653 CAPI20_LIBS
654 CAPI20_CFLAGS
655 OSS4INCL
656 ALSALIBS
657 GSTREAMER_LIBS
658 GSTREAMER_CFLAGS
659 LIBGETTEXTPO
660 ZLIB
661 FREETYPE_LIBS
662 FREETYPE_CFLAGS
663 LCMS2_LIBS
664 LCMS2_CFLAGS
665 RESOLVLIBS
666 GPHOTO2_PORT_LIBS
667 GPHOTO2_PORT_CFLAGS
668 GPHOTO2_LIBS
669 GPHOTO2_CFLAGS
670 SANE_LIBS
671 SANE_CFLAGS
672 GNUTLS_LIBS
673 GNUTLS_CFLAGS
674 HAL_LIBS
675 HAL_CFLAGS
676 DBUS_LIBS
677 DBUS_CFLAGS
678 XSLT_LIBS
679 XSLT_CFLAGS
680 XML2_LIBS
681 XML2_CFLAGS
682 X_EXTRA_LIBS
683 X_LIBS
684 X_PRE_LIBS
685 X_CFLAGS
686 XMKMF
687 LIBPTHREAD
688 CROSSTARGET
689 CROSSCC
690 CROSSTEST_DISABLE
691 PRELINK
692 CARBONLIB
693 QUICKTIMELIB
694 LIBOPENCL
695 FRAMEWORK_OPENAL
696 COREAUDIO
697 SECURITYLIB
698 DISKARBITRATIONLIB
699 LDEXECFLAGS
700 APPKITLIB
701 CORESERVICESLIB
702 APPLICATIONSERVICESLIB
703 FORCEFEEDBACKLIB
704 IOKITLIB
705 COREFOUNDATIONLIB
706 LIBWINE_RULES
707 SOCKETLIBS
708 DLLTOOL
709 READELF
711 LDRPATH_LOCAL
712 LDRPATH_INSTALL
713 IMPLIBEXT
714 LDDLLFLAGS
715 DLLFLAGS
716 DLLEXT
718 OPENGL_LIBS
719 XLIB
720 MAINTAINER_MODE
721 PKG_CONFIG
722 MSGFMT
723 ICOTOOL
724 CONVERT
725 RSVG
726 FONTFORGE
727 LINTFLAGS
728 LINT
729 INSTALL_DATA
730 INSTALL_SCRIPT
731 INSTALL_PROGRAM
732 LDCONFIG
733 EGREP
734 GREP
735 LN_S
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
740 BISON
741 FLEX
742 TOOLSDIR
743 WOW64_DISABLE
744 TARGETFLAGS
745 CPPBIN
746 ac_ct_CXX
747 CXXFLAGS
749 OBJEXT
750 EXEEXT
751 ac_ct_CC
752 CPPFLAGS
753 LDFLAGS
754 CFLAGS
756 SET_MAKE
757 host_os
758 host_vendor
759 host_cpu
760 host
761 build_os
762 build_vendor
763 build_cpu
764 build
765 target_alias
766 host_alias
767 build_alias
768 LIBS
769 ECHO_T
770 ECHO_N
771 ECHO_C
772 DEFS
773 mandir
774 localedir
775 libdir
776 psdir
777 pdfdir
778 dvidir
779 htmldir
780 infodir
781 docdir
782 oldincludedir
783 includedir
784 localstatedir
785 sharedstatedir
786 sysconfdir
787 datadir
788 datarootdir
789 libexecdir
790 sbindir
791 bindir
792 program_transform_name
793 prefix
794 exec_prefix
795 PACKAGE_URL
796 PACKAGE_BUGREPORT
797 PACKAGE_STRING
798 PACKAGE_VERSION
799 PACKAGE_TARNAME
800 PACKAGE_NAME
801 PATH_SEPARATOR
802 SHELL'
803 ac_subst_files='MAKE_RULES
804 MAKE_TEST_RULES
805 MAKE_DLL_RULES
806 MAKE_IMPLIB_RULES
807 MAKE_PROG_RULES'
808 ac_user_opts='
809 enable_option_checking
810 enable_win16
811 enable_win64
812 enable_tests
813 enable_maintainer_mode
814 with_alsa
815 with_capi
816 with_cms
817 with_coreaudio
818 with_cups
819 with_curses
820 with_dbus
821 with_fontconfig
822 with_freetype
823 with_gettext
824 with_gettextpo
825 with_gphoto
826 with_glu
827 with_gnutls
828 with_gsm
829 with_gstreamer
830 with_hal
831 with_jpeg
832 with_ldap
833 with_mpg123
834 with_openal
835 with_opencl
836 with_opengl
837 with_osmesa
838 with_oss
839 with_png
840 with_pthread
841 with_sane
842 with_tiff
843 with_v4l
844 with_xcomposite
845 with_xcursor
846 with_xinerama
847 with_xinput
848 with_xinput2
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_zlib
857 with_wine_tools
858 with_wine64
859 enable_largefile
860 with_x
862 ac_precious_vars='build_alias
863 host_alias
864 target_alias
866 CFLAGS
867 LDFLAGS
868 LIBS
869 CPPFLAGS
871 CXXFLAGS
874 XMKMF
875 XML2_CFLAGS
876 XML2_LIBS
877 XSLT_CFLAGS
878 XSLT_LIBS
879 DBUS_CFLAGS
880 DBUS_LIBS
881 HAL_CFLAGS
882 HAL_LIBS
883 GNUTLS_CFLAGS
884 GNUTLS_LIBS
885 SANE_CFLAGS
886 SANE_LIBS
887 GPHOTO2_CFLAGS
888 GPHOTO2_LIBS
889 GPHOTO2_PORT_CFLAGS
890 GPHOTO2_PORT_LIBS
891 LCMS2_CFLAGS
892 LCMS2_LIBS
893 FREETYPE_CFLAGS
894 FREETYPE_LIBS
895 GSTREAMER_CFLAGS
896 GSTREAMER_LIBS
897 CAPI20_CFLAGS
898 CAPI20_LIBS
899 JPEG_CFLAGS
900 JPEG_LIBS
901 PNG_CFLAGS
902 PNG_LIBS
903 TIFF_CFLAGS
904 TIFF_LIBS
905 MPG123_CFLAGS
906 MPG123_LIBS'
909 # Initialize some variables set by options.
910 ac_init_help=
911 ac_init_version=false
912 ac_unrecognized_opts=
913 ac_unrecognized_sep=
914 # The variables have the same names as the options, with
915 # dashes changed to underlines.
916 cache_file=/dev/null
917 exec_prefix=NONE
918 no_create=
919 no_recursion=
920 prefix=NONE
921 program_prefix=NONE
922 program_suffix=NONE
923 program_transform_name=s,x,x,
924 silent=
925 site=
926 srcdir=
927 verbose=
928 x_includes=NONE
929 x_libraries=NONE
931 # Installation directory options.
932 # These are left unexpanded so users can "make install exec_prefix=/foo"
933 # and all the variables that are supposed to be based on exec_prefix
934 # by default will actually change.
935 # Use braces instead of parens because sh, perl, etc. also accept them.
936 # (The list follows the same order as the GNU Coding Standards.)
937 bindir='${exec_prefix}/bin'
938 sbindir='${exec_prefix}/sbin'
939 libexecdir='${exec_prefix}/libexec'
940 datarootdir='${prefix}/share'
941 datadir='${datarootdir}'
942 sysconfdir='${prefix}/etc'
943 sharedstatedir='${prefix}/com'
944 localstatedir='${prefix}/var'
945 includedir='${prefix}/include'
946 oldincludedir='/usr/include'
947 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
948 infodir='${datarootdir}/info'
949 htmldir='${docdir}'
950 dvidir='${docdir}'
951 pdfdir='${docdir}'
952 psdir='${docdir}'
953 libdir='${exec_prefix}/lib'
954 localedir='${datarootdir}/locale'
955 mandir='${datarootdir}/man'
957 ac_prev=
958 ac_dashdash=
959 for ac_option
961 # If the previous option needs an argument, assign it.
962 if test -n "$ac_prev"; then
963 eval $ac_prev=\$ac_option
964 ac_prev=
965 continue
968 case $ac_option in
969 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
970 *=) ac_optarg= ;;
971 *) ac_optarg=yes ;;
972 esac
974 # Accept the important Cygnus configure options, so we can diagnose typos.
976 case $ac_dashdash$ac_option in
978 ac_dashdash=yes ;;
980 -bindir | --bindir | --bindi | --bind | --bin | --bi)
981 ac_prev=bindir ;;
982 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
983 bindir=$ac_optarg ;;
985 -build | --build | --buil | --bui | --bu)
986 ac_prev=build_alias ;;
987 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
988 build_alias=$ac_optarg ;;
990 -cache-file | --cache-file | --cache-fil | --cache-fi \
991 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
992 ac_prev=cache_file ;;
993 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
994 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
995 cache_file=$ac_optarg ;;
997 --config-cache | -C)
998 cache_file=config.cache ;;
1000 -datadir | --datadir | --datadi | --datad)
1001 ac_prev=datadir ;;
1002 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1003 datadir=$ac_optarg ;;
1005 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1006 | --dataroo | --dataro | --datar)
1007 ac_prev=datarootdir ;;
1008 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1009 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1010 datarootdir=$ac_optarg ;;
1012 -disable-* | --disable-*)
1013 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1014 # Reject names that are not valid shell variable names.
1015 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1016 as_fn_error $? "invalid feature name: $ac_useropt"
1017 ac_useropt_orig=$ac_useropt
1018 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1019 case $ac_user_opts in
1021 "enable_$ac_useropt"
1022 "*) ;;
1023 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1024 ac_unrecognized_sep=', ';;
1025 esac
1026 eval enable_$ac_useropt=no ;;
1028 -docdir | --docdir | --docdi | --doc | --do)
1029 ac_prev=docdir ;;
1030 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1031 docdir=$ac_optarg ;;
1033 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1034 ac_prev=dvidir ;;
1035 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1036 dvidir=$ac_optarg ;;
1038 -enable-* | --enable-*)
1039 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1040 # Reject names that are not valid shell variable names.
1041 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1042 as_fn_error $? "invalid feature name: $ac_useropt"
1043 ac_useropt_orig=$ac_useropt
1044 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1045 case $ac_user_opts in
1047 "enable_$ac_useropt"
1048 "*) ;;
1049 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1050 ac_unrecognized_sep=', ';;
1051 esac
1052 eval enable_$ac_useropt=\$ac_optarg ;;
1054 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1055 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1056 | --exec | --exe | --ex)
1057 ac_prev=exec_prefix ;;
1058 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1059 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1060 | --exec=* | --exe=* | --ex=*)
1061 exec_prefix=$ac_optarg ;;
1063 -gas | --gas | --ga | --g)
1064 # Obsolete; use --with-gas.
1065 with_gas=yes ;;
1067 -help | --help | --hel | --he | -h)
1068 ac_init_help=long ;;
1069 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1070 ac_init_help=recursive ;;
1071 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1072 ac_init_help=short ;;
1074 -host | --host | --hos | --ho)
1075 ac_prev=host_alias ;;
1076 -host=* | --host=* | --hos=* | --ho=*)
1077 host_alias=$ac_optarg ;;
1079 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1080 ac_prev=htmldir ;;
1081 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1082 | --ht=*)
1083 htmldir=$ac_optarg ;;
1085 -includedir | --includedir | --includedi | --included | --include \
1086 | --includ | --inclu | --incl | --inc)
1087 ac_prev=includedir ;;
1088 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1089 | --includ=* | --inclu=* | --incl=* | --inc=*)
1090 includedir=$ac_optarg ;;
1092 -infodir | --infodir | --infodi | --infod | --info | --inf)
1093 ac_prev=infodir ;;
1094 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1095 infodir=$ac_optarg ;;
1097 -libdir | --libdir | --libdi | --libd)
1098 ac_prev=libdir ;;
1099 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1100 libdir=$ac_optarg ;;
1102 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1103 | --libexe | --libex | --libe)
1104 ac_prev=libexecdir ;;
1105 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1106 | --libexe=* | --libex=* | --libe=*)
1107 libexecdir=$ac_optarg ;;
1109 -localedir | --localedir | --localedi | --localed | --locale)
1110 ac_prev=localedir ;;
1111 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1112 localedir=$ac_optarg ;;
1114 -localstatedir | --localstatedir | --localstatedi | --localstated \
1115 | --localstate | --localstat | --localsta | --localst | --locals)
1116 ac_prev=localstatedir ;;
1117 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1118 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1119 localstatedir=$ac_optarg ;;
1121 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1122 ac_prev=mandir ;;
1123 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1124 mandir=$ac_optarg ;;
1126 -nfp | --nfp | --nf)
1127 # Obsolete; use --without-fp.
1128 with_fp=no ;;
1130 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1131 | --no-cr | --no-c | -n)
1132 no_create=yes ;;
1134 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1135 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1136 no_recursion=yes ;;
1138 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1139 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1140 | --oldin | --oldi | --old | --ol | --o)
1141 ac_prev=oldincludedir ;;
1142 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1143 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1144 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1145 oldincludedir=$ac_optarg ;;
1147 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1148 ac_prev=prefix ;;
1149 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1150 prefix=$ac_optarg ;;
1152 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1153 | --program-pre | --program-pr | --program-p)
1154 ac_prev=program_prefix ;;
1155 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1156 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1157 program_prefix=$ac_optarg ;;
1159 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1160 | --program-suf | --program-su | --program-s)
1161 ac_prev=program_suffix ;;
1162 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1163 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1164 program_suffix=$ac_optarg ;;
1166 -program-transform-name | --program-transform-name \
1167 | --program-transform-nam | --program-transform-na \
1168 | --program-transform-n | --program-transform- \
1169 | --program-transform | --program-transfor \
1170 | --program-transfo | --program-transf \
1171 | --program-trans | --program-tran \
1172 | --progr-tra | --program-tr | --program-t)
1173 ac_prev=program_transform_name ;;
1174 -program-transform-name=* | --program-transform-name=* \
1175 | --program-transform-nam=* | --program-transform-na=* \
1176 | --program-transform-n=* | --program-transform-=* \
1177 | --program-transform=* | --program-transfor=* \
1178 | --program-transfo=* | --program-transf=* \
1179 | --program-trans=* | --program-tran=* \
1180 | --progr-tra=* | --program-tr=* | --program-t=*)
1181 program_transform_name=$ac_optarg ;;
1183 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1184 ac_prev=pdfdir ;;
1185 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1186 pdfdir=$ac_optarg ;;
1188 -psdir | --psdir | --psdi | --psd | --ps)
1189 ac_prev=psdir ;;
1190 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1191 psdir=$ac_optarg ;;
1193 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1194 | -silent | --silent | --silen | --sile | --sil)
1195 silent=yes ;;
1197 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1198 ac_prev=sbindir ;;
1199 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1200 | --sbi=* | --sb=*)
1201 sbindir=$ac_optarg ;;
1203 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1204 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1205 | --sharedst | --shareds | --shared | --share | --shar \
1206 | --sha | --sh)
1207 ac_prev=sharedstatedir ;;
1208 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1209 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1210 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1211 | --sha=* | --sh=*)
1212 sharedstatedir=$ac_optarg ;;
1214 -site | --site | --sit)
1215 ac_prev=site ;;
1216 -site=* | --site=* | --sit=*)
1217 site=$ac_optarg ;;
1219 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1220 ac_prev=srcdir ;;
1221 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1222 srcdir=$ac_optarg ;;
1224 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1225 | --syscon | --sysco | --sysc | --sys | --sy)
1226 ac_prev=sysconfdir ;;
1227 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1228 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1229 sysconfdir=$ac_optarg ;;
1231 -target | --target | --targe | --targ | --tar | --ta | --t)
1232 ac_prev=target_alias ;;
1233 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1234 target_alias=$ac_optarg ;;
1236 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1237 verbose=yes ;;
1239 -version | --version | --versio | --versi | --vers | -V)
1240 ac_init_version=: ;;
1242 -with-* | --with-*)
1243 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1244 # Reject names that are not valid shell variable names.
1245 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1246 as_fn_error $? "invalid package name: $ac_useropt"
1247 ac_useropt_orig=$ac_useropt
1248 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1249 case $ac_user_opts in
1251 "with_$ac_useropt"
1252 "*) ;;
1253 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1254 ac_unrecognized_sep=', ';;
1255 esac
1256 eval with_$ac_useropt=\$ac_optarg ;;
1258 -without-* | --without-*)
1259 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1260 # Reject names that are not valid shell variable names.
1261 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1262 as_fn_error $? "invalid package name: $ac_useropt"
1263 ac_useropt_orig=$ac_useropt
1264 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1265 case $ac_user_opts in
1267 "with_$ac_useropt"
1268 "*) ;;
1269 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1270 ac_unrecognized_sep=', ';;
1271 esac
1272 eval with_$ac_useropt=no ;;
1274 --x)
1275 # Obsolete; use --with-x.
1276 with_x=yes ;;
1278 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1279 | --x-incl | --x-inc | --x-in | --x-i)
1280 ac_prev=x_includes ;;
1281 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1282 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1283 x_includes=$ac_optarg ;;
1285 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1286 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1287 ac_prev=x_libraries ;;
1288 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1289 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1290 x_libraries=$ac_optarg ;;
1292 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1293 Try \`$0 --help' for more information"
1296 *=*)
1297 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1298 # Reject names that are not valid shell variable names.
1299 case $ac_envvar in #(
1300 '' | [0-9]* | *[!_$as_cr_alnum]* )
1301 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1302 esac
1303 eval $ac_envvar=\$ac_optarg
1304 export $ac_envvar ;;
1307 # FIXME: should be removed in autoconf 3.0.
1308 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1309 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1310 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1311 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1314 esac
1315 done
1317 if test -n "$ac_prev"; then
1318 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1319 as_fn_error $? "missing argument to $ac_option"
1322 if test -n "$ac_unrecognized_opts"; then
1323 case $enable_option_checking in
1324 no) ;;
1325 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1326 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1327 esac
1330 # Check all directory arguments for consistency.
1331 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1332 datadir sysconfdir sharedstatedir localstatedir includedir \
1333 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1334 libdir localedir mandir
1336 eval ac_val=\$$ac_var
1337 # Remove trailing slashes.
1338 case $ac_val in
1339 */ )
1340 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1341 eval $ac_var=\$ac_val;;
1342 esac
1343 # Be sure to have absolute directory names.
1344 case $ac_val in
1345 [\\/$]* | ?:[\\/]* ) continue;;
1346 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1347 esac
1348 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1349 done
1351 # There might be people who depend on the old broken behavior: `$host'
1352 # used to hold the argument of --host etc.
1353 # FIXME: To remove some day.
1354 build=$build_alias
1355 host=$host_alias
1356 target=$target_alias
1358 # FIXME: To remove some day.
1359 if test "x$host_alias" != x; then
1360 if test "x$build_alias" = x; then
1361 cross_compiling=maybe
1362 elif test "x$build_alias" != "x$host_alias"; then
1363 cross_compiling=yes
1367 ac_tool_prefix=
1368 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1370 test "$silent" = yes && exec 6>/dev/null
1373 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1374 ac_ls_di=`ls -di .` &&
1375 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1376 as_fn_error $? "working directory cannot be determined"
1377 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1378 as_fn_error $? "pwd does not report name of working directory"
1381 # Find the source files, if location was not specified.
1382 if test -z "$srcdir"; then
1383 ac_srcdir_defaulted=yes
1384 # Try the directory containing this script, then the parent directory.
1385 ac_confdir=`$as_dirname -- "$as_myself" ||
1386 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1387 X"$as_myself" : 'X\(//\)[^/]' \| \
1388 X"$as_myself" : 'X\(//\)$' \| \
1389 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1390 $as_echo X"$as_myself" |
1391 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1392 s//\1/
1395 /^X\(\/\/\)[^/].*/{
1396 s//\1/
1399 /^X\(\/\/\)$/{
1400 s//\1/
1403 /^X\(\/\).*/{
1404 s//\1/
1407 s/.*/./; q'`
1408 srcdir=$ac_confdir
1409 if test ! -r "$srcdir/$ac_unique_file"; then
1410 srcdir=..
1412 else
1413 ac_srcdir_defaulted=no
1415 if test ! -r "$srcdir/$ac_unique_file"; then
1416 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1417 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1419 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1420 ac_abs_confdir=`(
1421 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1422 pwd)`
1423 # When building in place, set srcdir=.
1424 if test "$ac_abs_confdir" = "$ac_pwd"; then
1425 srcdir=.
1427 # Remove unnecessary trailing slashes from srcdir.
1428 # Double slashes in file names in object file debugging info
1429 # mess up M-x gdb in Emacs.
1430 case $srcdir in
1431 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1432 esac
1433 for ac_var in $ac_precious_vars; do
1434 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1435 eval ac_env_${ac_var}_value=\$${ac_var}
1436 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1437 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1438 done
1441 # Report the --help message.
1443 if test "$ac_init_help" = "long"; then
1444 # Omit some internal or obsolete options to make the list less imposing.
1445 # This message is too long to be a string in the A/UX 3.1 sh.
1446 cat <<_ACEOF
1447 \`configure' configures Wine 1.7.0 to adapt to many kinds of systems.
1449 Usage: $0 [OPTION]... [VAR=VALUE]...
1451 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1452 VAR=VALUE. See below for descriptions of some of the useful variables.
1454 Defaults for the options are specified in brackets.
1456 Configuration:
1457 -h, --help display this help and exit
1458 --help=short display options specific to this package
1459 --help=recursive display the short help of all the included packages
1460 -V, --version display version information and exit
1461 -q, --quiet, --silent do not print \`checking ...' messages
1462 --cache-file=FILE cache test results in FILE [disabled]
1463 -C, --config-cache alias for \`--cache-file=config.cache'
1464 -n, --no-create do not create output files
1465 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1467 Installation directories:
1468 --prefix=PREFIX install architecture-independent files in PREFIX
1469 [$ac_default_prefix]
1470 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1471 [PREFIX]
1473 By default, \`make install' will install all the files in
1474 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1475 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1476 for instance \`--prefix=\$HOME'.
1478 For better control, use the options below.
1480 Fine tuning of the installation directories:
1481 --bindir=DIR user executables [EPREFIX/bin]
1482 --sbindir=DIR system admin executables [EPREFIX/sbin]
1483 --libexecdir=DIR program executables [EPREFIX/libexec]
1484 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1485 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1486 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1487 --libdir=DIR object code libraries [EPREFIX/lib]
1488 --includedir=DIR C header files [PREFIX/include]
1489 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1490 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1491 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1492 --infodir=DIR info documentation [DATAROOTDIR/info]
1493 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1494 --mandir=DIR man documentation [DATAROOTDIR/man]
1495 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1496 --htmldir=DIR html documentation [DOCDIR]
1497 --dvidir=DIR dvi documentation [DOCDIR]
1498 --pdfdir=DIR pdf documentation [DOCDIR]
1499 --psdir=DIR ps documentation [DOCDIR]
1500 _ACEOF
1502 cat <<\_ACEOF
1504 X features:
1505 --x-includes=DIR X include files are in DIR
1506 --x-libraries=DIR X library files are in DIR
1508 System types:
1509 --build=BUILD configure for building on BUILD [guessed]
1510 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1511 _ACEOF
1514 if test -n "$ac_init_help"; then
1515 case $ac_init_help in
1516 short | recursive ) echo "Configuration of Wine 1.7.0:";;
1517 esac
1518 cat <<\_ACEOF
1520 Optional Features:
1521 --disable-option-checking ignore unrecognized --enable/--with options
1522 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1523 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1524 --disable-win16 do not include Win16 support
1525 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1526 binaries)
1527 --disable-tests do not build the regression tests
1528 --enable-maintainer-mode
1529 enable maintainer-specific build rules
1530 --disable-largefile omit support for large files
1532 Optional Packages:
1533 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1534 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1535 --without-alsa do not use the Alsa sound support
1536 --without-capi do not use CAPI (ISDN support)
1537 --without-cms do not use CMS (color management support)
1538 --without-coreaudio do not use the CoreAudio sound support
1539 --without-cups do not use CUPS
1540 --without-curses do not use (n)curses
1541 --without-dbus do not use DBus (dynamic device support)
1542 --without-fontconfig do not use fontconfig
1543 --without-freetype do not use the FreeType library
1544 --without-gettext do not use gettext
1545 --with-gettextpo use the GetTextPO library to rebuild po files
1546 --without-gphoto do not use gphoto (Digital Camera support)
1547 --without-glu do not use the GLU library
1548 --without-gnutls do not use GnuTLS (schannel support)
1549 --without-gsm do not use libgsm (GSM 06.10 codec support)
1550 --without-gstreamer do not use GStreamer (codecs support)
1551 --without-hal do not use HAL (dynamic device support)
1552 --without-jpeg do not use JPEG
1553 --without-ldap do not use LDAP
1554 --without-mpg123 do not use the mpg123 library
1555 --without-openal do not use OpenAL
1556 --without-opencl do not use OpenCL
1557 --without-opengl do not use OpenGL
1558 --without-osmesa do not use the OSMesa library
1559 --without-oss do not use the OSS sound support
1560 --without-png do not use PNG
1561 --without-pthread do not use the pthread library
1562 --without-sane do not use SANE (scanner support)
1563 --without-tiff do not use TIFF
1564 --without-v4l do not use v4l1 (v4l support)
1565 --without-xcomposite do not use the Xcomposite extension
1566 --without-xcursor do not use the Xcursor extension
1567 --without-xinerama do not use Xinerama (multi-monitor support)
1568 --without-xinput do not use the Xinput extension
1569 --without-xinput2 do not use the Xinput 2 extension
1570 --without-xml do not use XML
1571 --without-xrandr do not use Xrandr (resolution changes)
1572 --without-xrender do not use the Xrender extension
1573 --without-xshape do not use the Xshape extension
1574 --without-xshm do not use XShm (shared memory extension)
1575 --without-xslt do not use XSLT
1576 --without-xxf86vm do not use XFree video mode extension
1577 --without-zlib do not use Zlib (data compression)
1578 --with-wine-tools=DIR use Wine tools from directory DIR
1579 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1580 --with-x use the X Window System
1582 Some influential environment variables:
1583 CC C compiler command
1584 CFLAGS C compiler flags
1585 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1586 nonstandard directory <lib dir>
1587 LIBS libraries to pass to the linker, e.g. -l<library>
1588 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1589 you have headers in a nonstandard directory <include dir>
1590 CXX C++ compiler command
1591 CXXFLAGS C++ compiler flags
1592 CPP C preprocessor
1593 XMKMF Path to xmkmf, Makefile generator for X Window System
1594 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
1595 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
1596 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
1597 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
1598 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
1599 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
1600 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
1601 HAL_LIBS Linker flags for hal, overriding pkg-config
1602 GNUTLS_CFLAGS
1603 C compiler flags for gnutls, overriding pkg-config
1604 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
1605 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
1606 SANE_LIBS Linker flags for libsane, overriding pkg-config
1607 GPHOTO2_CFLAGS
1608 C compiler flags for libgphoto2, overriding pkg-config
1609 GPHOTO2_LIBS
1610 Linker flags for libgphoto2, overriding pkg-config
1611 GPHOTO2_PORT_CFLAGS
1612 C compiler flags for libgphoto2_port, overriding pkg-config
1613 GPHOTO2_PORT_LIBS
1614 Linker flags for libgphoto2_port, overriding pkg-config
1615 LCMS2_CFLAGS
1616 C compiler flags for lcms2, overriding pkg-config
1617 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
1618 FREETYPE_CFLAGS
1619 C compiler flags for freetype2, overriding pkg-config
1620 FREETYPE_LIBS
1621 Linker flags for freetype2, overriding pkg-config
1622 GSTREAMER_CFLAGS
1623 C compiler flags for gstreamer-app-0.10, overriding pkg-config
1624 GSTREAMER_LIBS
1625 Linker flags for gstreamer-app-0.10, overriding pkg-config
1626 CAPI20_CFLAGS
1627 C compiler flags for capi20, overriding pkg-config
1628 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
1629 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
1630 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
1631 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
1632 PNG_LIBS Linker flags for libpng, overriding pkg-config
1633 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
1634 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
1635 MPG123_CFLAGS
1636 C compiler flags for libmpg123, overriding pkg-config
1637 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
1639 Use these variables to override the choices made by `configure' or to help
1640 it to find libraries and programs with nonstandard names/locations.
1642 Report bugs to <wine-devel@winehq.org>.
1643 Wine home page: <http://www.winehq.org>.
1644 _ACEOF
1645 ac_status=$?
1648 if test "$ac_init_help" = "recursive"; then
1649 # If there are subdirs, report their specific --help.
1650 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1651 test -d "$ac_dir" ||
1652 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1653 continue
1654 ac_builddir=.
1656 case "$ac_dir" in
1657 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1659 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1660 # A ".." for each directory in $ac_dir_suffix.
1661 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1662 case $ac_top_builddir_sub in
1663 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1664 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1665 esac ;;
1666 esac
1667 ac_abs_top_builddir=$ac_pwd
1668 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1669 # for backward compatibility:
1670 ac_top_builddir=$ac_top_build_prefix
1672 case $srcdir in
1673 .) # We are building in place.
1674 ac_srcdir=.
1675 ac_top_srcdir=$ac_top_builddir_sub
1676 ac_abs_top_srcdir=$ac_pwd ;;
1677 [\\/]* | ?:[\\/]* ) # Absolute name.
1678 ac_srcdir=$srcdir$ac_dir_suffix;
1679 ac_top_srcdir=$srcdir
1680 ac_abs_top_srcdir=$srcdir ;;
1681 *) # Relative name.
1682 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1683 ac_top_srcdir=$ac_top_build_prefix$srcdir
1684 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1685 esac
1686 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1688 cd "$ac_dir" || { ac_status=$?; continue; }
1689 # Check for guested configure.
1690 if test -f "$ac_srcdir/configure.gnu"; then
1691 echo &&
1692 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1693 elif test -f "$ac_srcdir/configure"; then
1694 echo &&
1695 $SHELL "$ac_srcdir/configure" --help=recursive
1696 else
1697 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1698 fi || ac_status=$?
1699 cd "$ac_pwd" || { ac_status=$?; break; }
1700 done
1703 test -n "$ac_init_help" && exit $ac_status
1704 if $ac_init_version; then
1705 cat <<\_ACEOF
1706 Wine configure 1.7.0
1707 generated by GNU Autoconf 2.69
1709 Copyright (C) 2012 Free Software Foundation, Inc.
1710 This configure script is free software; the Free Software Foundation
1711 gives unlimited permission to copy, distribute and modify it.
1712 _ACEOF
1713 exit
1716 ## ------------------------ ##
1717 ## Autoconf initialization. ##
1718 ## ------------------------ ##
1720 # ac_fn_c_try_compile LINENO
1721 # --------------------------
1722 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1723 ac_fn_c_try_compile ()
1725 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1726 rm -f conftest.$ac_objext
1727 if { { ac_try="$ac_compile"
1728 case "(($ac_try" in
1729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1730 *) ac_try_echo=$ac_try;;
1731 esac
1732 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1733 $as_echo "$ac_try_echo"; } >&5
1734 (eval "$ac_compile") 2>conftest.err
1735 ac_status=$?
1736 if test -s conftest.err; then
1737 grep -v '^ *+' conftest.err >conftest.er1
1738 cat conftest.er1 >&5
1739 mv -f conftest.er1 conftest.err
1741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1742 test $ac_status = 0; } && {
1743 test -z "$ac_c_werror_flag" ||
1744 test ! -s conftest.err
1745 } && test -s conftest.$ac_objext; then :
1746 ac_retval=0
1747 else
1748 $as_echo "$as_me: failed program was:" >&5
1749 sed 's/^/| /' conftest.$ac_ext >&5
1751 ac_retval=1
1753 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1754 as_fn_set_status $ac_retval
1756 } # ac_fn_c_try_compile
1758 # ac_fn_cxx_try_compile LINENO
1759 # ----------------------------
1760 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1761 ac_fn_cxx_try_compile ()
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 rm -f conftest.$ac_objext
1765 if { { ac_try="$ac_compile"
1766 case "(($ac_try" in
1767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1768 *) ac_try_echo=$ac_try;;
1769 esac
1770 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1771 $as_echo "$ac_try_echo"; } >&5
1772 (eval "$ac_compile") 2>conftest.err
1773 ac_status=$?
1774 if test -s conftest.err; then
1775 grep -v '^ *+' conftest.err >conftest.er1
1776 cat conftest.er1 >&5
1777 mv -f conftest.er1 conftest.err
1779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1780 test $ac_status = 0; } && {
1781 test -z "$ac_cxx_werror_flag" ||
1782 test ! -s conftest.err
1783 } && test -s conftest.$ac_objext; then :
1784 ac_retval=0
1785 else
1786 $as_echo "$as_me: failed program was:" >&5
1787 sed 's/^/| /' conftest.$ac_ext >&5
1789 ac_retval=1
1791 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1792 as_fn_set_status $ac_retval
1794 } # ac_fn_cxx_try_compile
1796 # ac_fn_c_try_link LINENO
1797 # -----------------------
1798 # Try to link conftest.$ac_ext, and return whether this succeeded.
1799 ac_fn_c_try_link ()
1801 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1802 rm -f conftest.$ac_objext conftest$ac_exeext
1803 if { { ac_try="$ac_link"
1804 case "(($ac_try" in
1805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1806 *) ac_try_echo=$ac_try;;
1807 esac
1808 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1809 $as_echo "$ac_try_echo"; } >&5
1810 (eval "$ac_link") 2>conftest.err
1811 ac_status=$?
1812 if test -s conftest.err; then
1813 grep -v '^ *+' conftest.err >conftest.er1
1814 cat conftest.er1 >&5
1815 mv -f conftest.er1 conftest.err
1817 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1818 test $ac_status = 0; } && {
1819 test -z "$ac_c_werror_flag" ||
1820 test ! -s conftest.err
1821 } && test -s conftest$ac_exeext && {
1822 test "$cross_compiling" = yes ||
1823 test -x conftest$ac_exeext
1824 }; then :
1825 ac_retval=0
1826 else
1827 $as_echo "$as_me: failed program was:" >&5
1828 sed 's/^/| /' conftest.$ac_ext >&5
1830 ac_retval=1
1832 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1833 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1834 # interfere with the next link command; also delete a directory that is
1835 # left behind by Apple's compiler. We do this before executing the actions.
1836 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1837 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1838 as_fn_set_status $ac_retval
1840 } # ac_fn_c_try_link
1842 # ac_fn_c_try_cpp LINENO
1843 # ----------------------
1844 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1845 ac_fn_c_try_cpp ()
1847 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1848 if { { ac_try="$ac_cpp conftest.$ac_ext"
1849 case "(($ac_try" in
1850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1851 *) ac_try_echo=$ac_try;;
1852 esac
1853 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1854 $as_echo "$ac_try_echo"; } >&5
1855 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1856 ac_status=$?
1857 if test -s conftest.err; then
1858 grep -v '^ *+' conftest.err >conftest.er1
1859 cat conftest.er1 >&5
1860 mv -f conftest.er1 conftest.err
1862 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1863 test $ac_status = 0; } > conftest.i && {
1864 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1865 test ! -s conftest.err
1866 }; then :
1867 ac_retval=0
1868 else
1869 $as_echo "$as_me: failed program was:" >&5
1870 sed 's/^/| /' conftest.$ac_ext >&5
1872 ac_retval=1
1874 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1875 as_fn_set_status $ac_retval
1877 } # ac_fn_c_try_cpp
1879 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1880 # -------------------------------------------------------
1881 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1882 # the include files in INCLUDES and setting the cache variable VAR
1883 # accordingly.
1884 ac_fn_c_check_header_mongrel ()
1886 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1887 if eval \${$3+:} false; then :
1888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1889 $as_echo_n "checking for $2... " >&6; }
1890 if eval \${$3+:} false; then :
1891 $as_echo_n "(cached) " >&6
1893 eval ac_res=\$$3
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1895 $as_echo "$ac_res" >&6; }
1896 else
1897 # Is the header compilable?
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1899 $as_echo_n "checking $2 usability... " >&6; }
1900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1901 /* end confdefs.h. */
1903 #include <$2>
1904 _ACEOF
1905 if ac_fn_c_try_compile "$LINENO"; then :
1906 ac_header_compiler=yes
1907 else
1908 ac_header_compiler=no
1910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1912 $as_echo "$ac_header_compiler" >&6; }
1914 # Is the header present?
1915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1916 $as_echo_n "checking $2 presence... " >&6; }
1917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1918 /* end confdefs.h. */
1919 #include <$2>
1920 _ACEOF
1921 if ac_fn_c_try_cpp "$LINENO"; then :
1922 ac_header_preproc=yes
1923 else
1924 ac_header_preproc=no
1926 rm -f conftest.err conftest.i conftest.$ac_ext
1927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1928 $as_echo "$ac_header_preproc" >&6; }
1930 # So? What about this header?
1931 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1932 yes:no: )
1933 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1934 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1936 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1938 no:yes:* )
1939 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1940 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1942 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1944 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1946 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1948 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1949 ( $as_echo "## ------------------------------------ ##
1950 ## Report this to wine-devel@winehq.org ##
1951 ## ------------------------------------ ##"
1952 ) | sed "s/^/$as_me: WARNING: /" >&2
1954 esac
1955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1956 $as_echo_n "checking for $2... " >&6; }
1957 if eval \${$3+:} false; then :
1958 $as_echo_n "(cached) " >&6
1959 else
1960 eval "$3=\$ac_header_compiler"
1962 eval ac_res=\$$3
1963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1964 $as_echo "$ac_res" >&6; }
1966 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1968 } # ac_fn_c_check_header_mongrel
1970 # ac_fn_c_try_run LINENO
1971 # ----------------------
1972 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1973 # that executables *can* be run.
1974 ac_fn_c_try_run ()
1976 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1977 if { { ac_try="$ac_link"
1978 case "(($ac_try" in
1979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1980 *) ac_try_echo=$ac_try;;
1981 esac
1982 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1983 $as_echo "$ac_try_echo"; } >&5
1984 (eval "$ac_link") 2>&5
1985 ac_status=$?
1986 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1987 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1988 { { case "(($ac_try" in
1989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1990 *) ac_try_echo=$ac_try;;
1991 esac
1992 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1993 $as_echo "$ac_try_echo"; } >&5
1994 (eval "$ac_try") 2>&5
1995 ac_status=$?
1996 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1997 test $ac_status = 0; }; }; then :
1998 ac_retval=0
1999 else
2000 $as_echo "$as_me: program exited with status $ac_status" >&5
2001 $as_echo "$as_me: failed program was:" >&5
2002 sed 's/^/| /' conftest.$ac_ext >&5
2004 ac_retval=$ac_status
2006 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2007 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2008 as_fn_set_status $ac_retval
2010 } # ac_fn_c_try_run
2012 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2013 # -------------------------------------------------------
2014 # Tests whether HEADER exists and can be compiled using the include files in
2015 # INCLUDES, setting the cache variable VAR accordingly.
2016 ac_fn_c_check_header_compile ()
2018 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2020 $as_echo_n "checking for $2... " >&6; }
2021 if eval \${$3+:} false; then :
2022 $as_echo_n "(cached) " >&6
2023 else
2024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2025 /* end confdefs.h. */
2027 #include <$2>
2028 _ACEOF
2029 if ac_fn_c_try_compile "$LINENO"; then :
2030 eval "$3=yes"
2031 else
2032 eval "$3=no"
2034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036 eval ac_res=\$$3
2037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2038 $as_echo "$ac_res" >&6; }
2039 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2041 } # ac_fn_c_check_header_compile
2043 # ac_fn_c_check_func LINENO FUNC VAR
2044 # ----------------------------------
2045 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2046 ac_fn_c_check_func ()
2048 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2050 $as_echo_n "checking for $2... " >&6; }
2051 if eval \${$3+:} false; then :
2052 $as_echo_n "(cached) " >&6
2053 else
2054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2055 /* end confdefs.h. */
2056 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2057 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2058 #define $2 innocuous_$2
2060 /* System header to define __stub macros and hopefully few prototypes,
2061 which can conflict with char $2 (); below.
2062 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2063 <limits.h> exists even on freestanding compilers. */
2065 #ifdef __STDC__
2066 # include <limits.h>
2067 #else
2068 # include <assert.h>
2069 #endif
2071 #undef $2
2073 /* Override any GCC internal prototype to avoid an error.
2074 Use char because int might match the return type of a GCC
2075 builtin and then its argument prototype would still apply. */
2076 #ifdef __cplusplus
2077 extern "C"
2078 #endif
2079 char $2 ();
2080 /* The GNU C library defines this for functions which it implements
2081 to always fail with ENOSYS. Some functions are actually named
2082 something starting with __ and the normal name is an alias. */
2083 #if defined __stub_$2 || defined __stub___$2
2084 choke me
2085 #endif
2088 main ()
2090 return $2 ();
2092 return 0;
2094 _ACEOF
2095 if ac_fn_c_try_link "$LINENO"; then :
2096 eval "$3=yes"
2097 else
2098 eval "$3=no"
2100 rm -f core conftest.err conftest.$ac_objext \
2101 conftest$ac_exeext conftest.$ac_ext
2103 eval ac_res=\$$3
2104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2105 $as_echo "$ac_res" >&6; }
2106 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2108 } # ac_fn_c_check_func
2110 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2111 # ----------------------------------------------------
2112 # Tries to find if the field MEMBER exists in type AGGR, after including
2113 # INCLUDES, setting cache variable VAR accordingly.
2114 ac_fn_c_check_member ()
2116 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2118 $as_echo_n "checking for $2.$3... " >&6; }
2119 if eval \${$4+:} false; then :
2120 $as_echo_n "(cached) " >&6
2121 else
2122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2123 /* end confdefs.h. */
2126 main ()
2128 static $2 ac_aggr;
2129 if (ac_aggr.$3)
2130 return 0;
2132 return 0;
2134 _ACEOF
2135 if ac_fn_c_try_compile "$LINENO"; then :
2136 eval "$4=yes"
2137 else
2138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2139 /* end confdefs.h. */
2142 main ()
2144 static $2 ac_aggr;
2145 if (sizeof ac_aggr.$3)
2146 return 0;
2148 return 0;
2150 _ACEOF
2151 if ac_fn_c_try_compile "$LINENO"; then :
2152 eval "$4=yes"
2153 else
2154 eval "$4=no"
2156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2160 eval ac_res=\$$4
2161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2162 $as_echo "$ac_res" >&6; }
2163 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2165 } # ac_fn_c_check_member
2167 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2168 # -------------------------------------------
2169 # Tests whether TYPE exists after having included INCLUDES, setting cache
2170 # variable VAR accordingly.
2171 ac_fn_c_check_type ()
2173 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2175 $as_echo_n "checking for $2... " >&6; }
2176 if eval \${$3+:} false; then :
2177 $as_echo_n "(cached) " >&6
2178 else
2179 eval "$3=no"
2180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2181 /* end confdefs.h. */
2184 main ()
2186 if (sizeof ($2))
2187 return 0;
2189 return 0;
2191 _ACEOF
2192 if ac_fn_c_try_compile "$LINENO"; then :
2193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2194 /* end confdefs.h. */
2197 main ()
2199 if (sizeof (($2)))
2200 return 0;
2202 return 0;
2204 _ACEOF
2205 if ac_fn_c_try_compile "$LINENO"; then :
2207 else
2208 eval "$3=yes"
2210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2214 eval ac_res=\$$3
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2216 $as_echo "$ac_res" >&6; }
2217 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2219 } # ac_fn_c_check_type
2220 cat >config.log <<_ACEOF
2221 This file contains any messages produced by compilers while
2222 running configure, to aid debugging if configure makes a mistake.
2224 It was created by Wine $as_me 1.7.0, which was
2225 generated by GNU Autoconf 2.69. Invocation command line was
2227 $ $0 $@
2229 _ACEOF
2230 exec 5>>config.log
2232 cat <<_ASUNAME
2233 ## --------- ##
2234 ## Platform. ##
2235 ## --------- ##
2237 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2238 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2239 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2240 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2241 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2243 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2244 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2246 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2247 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2248 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2249 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2250 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2251 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2252 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2254 _ASUNAME
2256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2257 for as_dir in $PATH
2259 IFS=$as_save_IFS
2260 test -z "$as_dir" && as_dir=.
2261 $as_echo "PATH: $as_dir"
2262 done
2263 IFS=$as_save_IFS
2265 } >&5
2267 cat >&5 <<_ACEOF
2270 ## ----------- ##
2271 ## Core tests. ##
2272 ## ----------- ##
2274 _ACEOF
2277 # Keep a trace of the command line.
2278 # Strip out --no-create and --no-recursion so they do not pile up.
2279 # Strip out --silent because we don't want to record it for future runs.
2280 # Also quote any args containing shell meta-characters.
2281 # Make two passes to allow for proper duplicate-argument suppression.
2282 ac_configure_args=
2283 ac_configure_args0=
2284 ac_configure_args1=
2285 ac_must_keep_next=false
2286 for ac_pass in 1 2
2288 for ac_arg
2290 case $ac_arg in
2291 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2292 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2293 | -silent | --silent | --silen | --sile | --sil)
2294 continue ;;
2295 *\'*)
2296 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2297 esac
2298 case $ac_pass in
2299 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2301 as_fn_append ac_configure_args1 " '$ac_arg'"
2302 if test $ac_must_keep_next = true; then
2303 ac_must_keep_next=false # Got value, back to normal.
2304 else
2305 case $ac_arg in
2306 *=* | --config-cache | -C | -disable-* | --disable-* \
2307 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2308 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2309 | -with-* | --with-* | -without-* | --without-* | --x)
2310 case "$ac_configure_args0 " in
2311 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2312 esac
2314 -* ) ac_must_keep_next=true ;;
2315 esac
2317 as_fn_append ac_configure_args " '$ac_arg'"
2319 esac
2320 done
2321 done
2322 { ac_configure_args0=; unset ac_configure_args0;}
2323 { ac_configure_args1=; unset ac_configure_args1;}
2325 # When interrupted or exit'd, cleanup temporary files, and complete
2326 # config.log. We remove comments because anyway the quotes in there
2327 # would cause problems or look ugly.
2328 # WARNING: Use '\'' to represent an apostrophe within the trap.
2329 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2330 trap 'exit_status=$?
2331 # Save into config.log some information that might help in debugging.
2333 echo
2335 $as_echo "## ---------------- ##
2336 ## Cache variables. ##
2337 ## ---------------- ##"
2338 echo
2339 # The following way of writing the cache mishandles newlines in values,
2341 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2342 eval ac_val=\$$ac_var
2343 case $ac_val in #(
2344 *${as_nl}*)
2345 case $ac_var in #(
2346 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2347 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2348 esac
2349 case $ac_var in #(
2350 _ | IFS | as_nl) ;; #(
2351 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2352 *) { eval $ac_var=; unset $ac_var;} ;;
2353 esac ;;
2354 esac
2355 done
2356 (set) 2>&1 |
2357 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2358 *${as_nl}ac_space=\ *)
2359 sed -n \
2360 "s/'\''/'\''\\\\'\'''\''/g;
2361 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2362 ;; #(
2364 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2366 esac |
2367 sort
2369 echo
2371 $as_echo "## ----------------- ##
2372 ## Output variables. ##
2373 ## ----------------- ##"
2374 echo
2375 for ac_var in $ac_subst_vars
2377 eval ac_val=\$$ac_var
2378 case $ac_val in
2379 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2380 esac
2381 $as_echo "$ac_var='\''$ac_val'\''"
2382 done | sort
2383 echo
2385 if test -n "$ac_subst_files"; then
2386 $as_echo "## ------------------- ##
2387 ## File substitutions. ##
2388 ## ------------------- ##"
2389 echo
2390 for ac_var in $ac_subst_files
2392 eval ac_val=\$$ac_var
2393 case $ac_val in
2394 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2395 esac
2396 $as_echo "$ac_var='\''$ac_val'\''"
2397 done | sort
2398 echo
2401 if test -s confdefs.h; then
2402 $as_echo "## ----------- ##
2403 ## confdefs.h. ##
2404 ## ----------- ##"
2405 echo
2406 cat confdefs.h
2407 echo
2409 test "$ac_signal" != 0 &&
2410 $as_echo "$as_me: caught signal $ac_signal"
2411 $as_echo "$as_me: exit $exit_status"
2412 } >&5
2413 rm -f core *.core core.conftest.* &&
2414 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2415 exit $exit_status
2417 for ac_signal in 1 2 13 15; do
2418 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2419 done
2420 ac_signal=0
2422 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2423 rm -f -r conftest* confdefs.h
2425 $as_echo "/* confdefs.h */" > confdefs.h
2427 # Predefined preprocessor variables.
2429 cat >>confdefs.h <<_ACEOF
2430 #define PACKAGE_NAME "$PACKAGE_NAME"
2431 _ACEOF
2433 cat >>confdefs.h <<_ACEOF
2434 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2435 _ACEOF
2437 cat >>confdefs.h <<_ACEOF
2438 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2439 _ACEOF
2441 cat >>confdefs.h <<_ACEOF
2442 #define PACKAGE_STRING "$PACKAGE_STRING"
2443 _ACEOF
2445 cat >>confdefs.h <<_ACEOF
2446 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2447 _ACEOF
2449 cat >>confdefs.h <<_ACEOF
2450 #define PACKAGE_URL "$PACKAGE_URL"
2451 _ACEOF
2454 # Let the site file select an alternate cache file if it wants to.
2455 # Prefer an explicitly selected file to automatically selected ones.
2456 ac_site_file1=NONE
2457 ac_site_file2=NONE
2458 if test -n "$CONFIG_SITE"; then
2459 # We do not want a PATH search for config.site.
2460 case $CONFIG_SITE in #((
2461 -*) ac_site_file1=./$CONFIG_SITE;;
2462 */*) ac_site_file1=$CONFIG_SITE;;
2463 *) ac_site_file1=./$CONFIG_SITE;;
2464 esac
2465 elif test "x$prefix" != xNONE; then
2466 ac_site_file1=$prefix/share/config.site
2467 ac_site_file2=$prefix/etc/config.site
2468 else
2469 ac_site_file1=$ac_default_prefix/share/config.site
2470 ac_site_file2=$ac_default_prefix/etc/config.site
2472 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2474 test "x$ac_site_file" = xNONE && continue
2475 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2477 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2478 sed 's/^/| /' "$ac_site_file" >&5
2479 . "$ac_site_file" \
2480 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2481 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2482 as_fn_error $? "failed to load site script $ac_site_file
2483 See \`config.log' for more details" "$LINENO" 5; }
2485 done
2487 if test -r "$cache_file"; then
2488 # Some versions of bash will fail to source /dev/null (special files
2489 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2490 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2492 $as_echo "$as_me: loading cache $cache_file" >&6;}
2493 case $cache_file in
2494 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2495 *) . "./$cache_file";;
2496 esac
2498 else
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2500 $as_echo "$as_me: creating cache $cache_file" >&6;}
2501 >$cache_file
2504 # Check that the precious variables saved in the cache have kept the same
2505 # value.
2506 ac_cache_corrupted=false
2507 for ac_var in $ac_precious_vars; do
2508 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2509 eval ac_new_set=\$ac_env_${ac_var}_set
2510 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2511 eval ac_new_val=\$ac_env_${ac_var}_value
2512 case $ac_old_set,$ac_new_set in
2513 set,)
2514 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2515 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2516 ac_cache_corrupted=: ;;
2517 ,set)
2518 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2519 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2520 ac_cache_corrupted=: ;;
2521 ,);;
2523 if test "x$ac_old_val" != "x$ac_new_val"; then
2524 # differences in whitespace do not lead to failure.
2525 ac_old_val_w=`echo x $ac_old_val`
2526 ac_new_val_w=`echo x $ac_new_val`
2527 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2529 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2530 ac_cache_corrupted=:
2531 else
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2533 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2534 eval $ac_var=\$ac_old_val
2536 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2537 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2539 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2540 fi;;
2541 esac
2542 # Pass precious variables to config.status.
2543 if test "$ac_new_set" = set; then
2544 case $ac_new_val in
2545 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2546 *) ac_arg=$ac_var=$ac_new_val ;;
2547 esac
2548 case " $ac_configure_args " in
2549 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2550 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2551 esac
2553 done
2554 if $ac_cache_corrupted; then
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2556 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2558 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2559 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2561 ## -------------------- ##
2562 ## Main body of script. ##
2563 ## -------------------- ##
2565 ac_ext=c
2566 ac_cpp='$CPP $CPPFLAGS'
2567 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2568 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2569 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2573 ac_config_headers="$ac_config_headers include/config.h"
2575 ac_aux_dir=
2576 for ac_dir in tools "$srcdir"/tools; do
2577 if test -f "$ac_dir/install-sh"; then
2578 ac_aux_dir=$ac_dir
2579 ac_install_sh="$ac_aux_dir/install-sh -c"
2580 break
2581 elif test -f "$ac_dir/install.sh"; then
2582 ac_aux_dir=$ac_dir
2583 ac_install_sh="$ac_aux_dir/install.sh -c"
2584 break
2585 elif test -f "$ac_dir/shtool"; then
2586 ac_aux_dir=$ac_dir
2587 ac_install_sh="$ac_aux_dir/shtool install -c"
2588 break
2590 done
2591 if test -z "$ac_aux_dir"; then
2592 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2595 # These three variables are undocumented and unsupported,
2596 # and are intended to be withdrawn in a future Autoconf release.
2597 # They can cause serious problems if a builder's source tree is in a directory
2598 # whose full name contains unusual characters.
2599 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2600 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2601 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2607 # Check whether --enable-win16 was given.
2608 if test "${enable_win16+set}" = set; then :
2609 enableval=$enable_win16;
2612 # Check whether --enable-win64 was given.
2613 if test "${enable_win64+set}" = set; then :
2614 enableval=$enable_win64;
2617 # Check whether --enable-tests was given.
2618 if test "${enable_tests+set}" = set; then :
2619 enableval=$enable_tests;
2622 # Check whether --enable-maintainer-mode was given.
2623 if test "${enable_maintainer_mode+set}" = set; then :
2624 enableval=$enable_maintainer_mode;
2629 # Check whether --with-alsa was given.
2630 if test "${with_alsa+set}" = set; then :
2631 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2635 # Check whether --with-capi was given.
2636 if test "${with_capi+set}" = set; then :
2637 withval=$with_capi;
2641 # Check whether --with-cms was given.
2642 if test "${with_cms+set}" = set; then :
2643 withval=$with_cms;
2647 # Check whether --with-coreaudio was given.
2648 if test "${with_coreaudio+set}" = set; then :
2649 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2653 # Check whether --with-cups was given.
2654 if test "${with_cups+set}" = set; then :
2655 withval=$with_cups;
2659 # Check whether --with-curses was given.
2660 if test "${with_curses+set}" = set; then :
2661 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2665 # Check whether --with-dbus was given.
2666 if test "${with_dbus+set}" = set; then :
2667 withval=$with_dbus;
2671 # Check whether --with-fontconfig was given.
2672 if test "${with_fontconfig+set}" = set; then :
2673 withval=$with_fontconfig;
2677 # Check whether --with-freetype was given.
2678 if test "${with_freetype+set}" = set; then :
2679 withval=$with_freetype;
2683 # Check whether --with-gettext was given.
2684 if test "${with_gettext+set}" = set; then :
2685 withval=$with_gettext;
2689 # Check whether --with-gettextpo was given.
2690 if test "${with_gettextpo+set}" = set; then :
2691 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
2695 # Check whether --with-gphoto was given.
2696 if test "${with_gphoto+set}" = set; then :
2697 withval=$with_gphoto;
2701 # Check whether --with-glu was given.
2702 if test "${with_glu+set}" = set; then :
2703 withval=$with_glu;
2707 # Check whether --with-gnutls was given.
2708 if test "${with_gnutls+set}" = set; then :
2709 withval=$with_gnutls;
2713 # Check whether --with-gsm was given.
2714 if test "${with_gsm+set}" = set; then :
2715 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2719 # Check whether --with-gstreamer was given.
2720 if test "${with_gstreamer+set}" = set; then :
2721 withval=$with_gstreamer;
2725 # Check whether --with-hal was given.
2726 if test "${with_hal+set}" = set; then :
2727 withval=$with_hal;
2731 # Check whether --with-jpeg was given.
2732 if test "${with_jpeg+set}" = set; then :
2733 withval=$with_jpeg;
2737 # Check whether --with-ldap was given.
2738 if test "${with_ldap+set}" = set; then :
2739 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2743 # Check whether --with-mpg123 was given.
2744 if test "${with_mpg123+set}" = set; then :
2745 withval=$with_mpg123;
2749 # Check whether --with-openal was given.
2750 if test "${with_openal+set}" = set; then :
2751 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2755 # Check whether --with-opencl was given.
2756 if test "${with_opencl+set}" = set; then :
2757 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
2761 # Check whether --with-opengl was given.
2762 if test "${with_opengl+set}" = set; then :
2763 withval=$with_opengl;
2767 # Check whether --with-osmesa was given.
2768 if test "${with_osmesa+set}" = set; then :
2769 withval=$with_osmesa;
2773 # Check whether --with-oss was given.
2774 if test "${with_oss+set}" = set; then :
2775 withval=$with_oss;
2779 # Check whether --with-png was given.
2780 if test "${with_png+set}" = set; then :
2781 withval=$with_png;
2785 # Check whether --with-pthread was given.
2786 if test "${with_pthread+set}" = set; then :
2787 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2791 # Check whether --with-sane was given.
2792 if test "${with_sane+set}" = set; then :
2793 withval=$with_sane;
2797 # Check whether --with-tiff was given.
2798 if test "${with_tiff+set}" = set; then :
2799 withval=$with_tiff;
2803 # Check whether --with-v4l was given.
2804 if test "${with_v4l+set}" = set; then :
2805 withval=$with_v4l;
2809 # Check whether --with-xcomposite was given.
2810 if test "${with_xcomposite+set}" = set; then :
2811 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2815 # Check whether --with-xcursor was given.
2816 if test "${with_xcursor+set}" = set; then :
2817 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2821 # Check whether --with-xinerama was given.
2822 if test "${with_xinerama+set}" = set; then :
2823 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2827 # Check whether --with-xinput was given.
2828 if test "${with_xinput+set}" = set; then :
2829 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2833 # Check whether --with-xinput2 was given.
2834 if test "${with_xinput2+set}" = set; then :
2835 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
2839 # Check whether --with-xml was given.
2840 if test "${with_xml+set}" = set; then :
2841 withval=$with_xml;
2845 # Check whether --with-xrandr was given.
2846 if test "${with_xrandr+set}" = set; then :
2847 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2851 # Check whether --with-xrender was given.
2852 if test "${with_xrender+set}" = set; then :
2853 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2857 # Check whether --with-xshape was given.
2858 if test "${with_xshape+set}" = set; then :
2859 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2863 # Check whether --with-xshm was given.
2864 if test "${with_xshm+set}" = set; then :
2865 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2869 # Check whether --with-xslt was given.
2870 if test "${with_xslt+set}" = set; then :
2871 withval=$with_xslt;
2875 # Check whether --with-xxf86vm was given.
2876 if test "${with_xxf86vm+set}" = set; then :
2877 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
2881 # Check whether --with-zlib was given.
2882 if test "${with_zlib+set}" = set; then :
2883 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
2888 # Check whether --with-wine-tools was given.
2889 if test "${with_wine_tools+set}" = set; then :
2890 withval=$with_wine_tools;
2894 # Check whether --with-wine64 was given.
2895 if test "${with_wine64+set}" = set; then :
2896 withval=$with_wine64;
2900 # Make sure we can run config.sub.
2901 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2902 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2905 $as_echo_n "checking build system type... " >&6; }
2906 if ${ac_cv_build+:} false; then :
2907 $as_echo_n "(cached) " >&6
2908 else
2909 ac_build_alias=$build_alias
2910 test "x$ac_build_alias" = x &&
2911 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2912 test "x$ac_build_alias" = x &&
2913 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2914 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2915 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2919 $as_echo "$ac_cv_build" >&6; }
2920 case $ac_cv_build in
2921 *-*-*) ;;
2922 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2923 esac
2924 build=$ac_cv_build
2925 ac_save_IFS=$IFS; IFS='-'
2926 set x $ac_cv_build
2927 shift
2928 build_cpu=$1
2929 build_vendor=$2
2930 shift; shift
2931 # Remember, the first character of IFS is used to create $*,
2932 # except with old shells:
2933 build_os=$*
2934 IFS=$ac_save_IFS
2935 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2939 $as_echo_n "checking host system type... " >&6; }
2940 if ${ac_cv_host+:} false; then :
2941 $as_echo_n "(cached) " >&6
2942 else
2943 if test "x$host_alias" = x; then
2944 ac_cv_host=$ac_cv_build
2945 else
2946 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2947 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2952 $as_echo "$ac_cv_host" >&6; }
2953 case $ac_cv_host in
2954 *-*-*) ;;
2955 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2956 esac
2957 host=$ac_cv_host
2958 ac_save_IFS=$IFS; IFS='-'
2959 set x $ac_cv_host
2960 shift
2961 host_cpu=$1
2962 host_vendor=$2
2963 shift; shift
2964 # Remember, the first character of IFS is used to create $*,
2965 # except with old shells:
2966 host_os=$*
2967 IFS=$ac_save_IFS
2968 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2972 case "$srcdir" in
2973 .) ;;
2974 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2975 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
2976 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2977 fi ;;
2978 esac
2981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2982 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2983 set x ${MAKE-make}
2984 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2985 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2986 $as_echo_n "(cached) " >&6
2987 else
2988 cat >conftest.make <<\_ACEOF
2989 SHELL = /bin/sh
2990 all:
2991 @echo '@@@%%%=$(MAKE)=@@@%%%'
2992 _ACEOF
2993 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2994 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2995 *@@@%%%=?*=@@@%%%*)
2996 eval ac_cv_prog_make_${ac_make}_set=yes;;
2998 eval ac_cv_prog_make_${ac_make}_set=no;;
2999 esac
3000 rm -f conftest.make
3002 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3004 $as_echo "yes" >&6; }
3005 SET_MAKE=
3006 else
3007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3008 $as_echo "no" >&6; }
3009 SET_MAKE="MAKE=${MAKE-make}"
3012 ac_ext=c
3013 ac_cpp='$CPP $CPPFLAGS'
3014 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3015 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3016 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3017 if test -n "$ac_tool_prefix"; then
3018 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3019 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3021 $as_echo_n "checking for $ac_word... " >&6; }
3022 if ${ac_cv_prog_CC+:} false; then :
3023 $as_echo_n "(cached) " >&6
3024 else
3025 if test -n "$CC"; then
3026 ac_cv_prog_CC="$CC" # Let the user override the test.
3027 else
3028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3029 for as_dir in $PATH
3031 IFS=$as_save_IFS
3032 test -z "$as_dir" && as_dir=.
3033 for ac_exec_ext in '' $ac_executable_extensions; do
3034 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3035 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3037 break 2
3039 done
3040 done
3041 IFS=$as_save_IFS
3045 CC=$ac_cv_prog_CC
3046 if test -n "$CC"; then
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3048 $as_echo "$CC" >&6; }
3049 else
3050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3051 $as_echo "no" >&6; }
3056 if test -z "$ac_cv_prog_CC"; then
3057 ac_ct_CC=$CC
3058 # Extract the first word of "gcc", so it can be a program name with args.
3059 set dummy gcc; ac_word=$2
3060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3061 $as_echo_n "checking for $ac_word... " >&6; }
3062 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3063 $as_echo_n "(cached) " >&6
3064 else
3065 if test -n "$ac_ct_CC"; then
3066 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3067 else
3068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3069 for as_dir in $PATH
3071 IFS=$as_save_IFS
3072 test -z "$as_dir" && as_dir=.
3073 for ac_exec_ext in '' $ac_executable_extensions; do
3074 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3075 ac_cv_prog_ac_ct_CC="gcc"
3076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3077 break 2
3079 done
3080 done
3081 IFS=$as_save_IFS
3085 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3086 if test -n "$ac_ct_CC"; then
3087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3088 $as_echo "$ac_ct_CC" >&6; }
3089 else
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3091 $as_echo "no" >&6; }
3094 if test "x$ac_ct_CC" = x; then
3095 CC=""
3096 else
3097 case $cross_compiling:$ac_tool_warned in
3098 yes:)
3099 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3100 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3101 ac_tool_warned=yes ;;
3102 esac
3103 CC=$ac_ct_CC
3105 else
3106 CC="$ac_cv_prog_CC"
3109 if test -z "$CC"; then
3110 if test -n "$ac_tool_prefix"; then
3111 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3112 set dummy ${ac_tool_prefix}cc; ac_word=$2
3113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3114 $as_echo_n "checking for $ac_word... " >&6; }
3115 if ${ac_cv_prog_CC+:} false; then :
3116 $as_echo_n "(cached) " >&6
3117 else
3118 if test -n "$CC"; then
3119 ac_cv_prog_CC="$CC" # Let the user override the test.
3120 else
3121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3122 for as_dir in $PATH
3124 IFS=$as_save_IFS
3125 test -z "$as_dir" && as_dir=.
3126 for ac_exec_ext in '' $ac_executable_extensions; do
3127 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3128 ac_cv_prog_CC="${ac_tool_prefix}cc"
3129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3130 break 2
3132 done
3133 done
3134 IFS=$as_save_IFS
3138 CC=$ac_cv_prog_CC
3139 if test -n "$CC"; then
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3141 $as_echo "$CC" >&6; }
3142 else
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3144 $as_echo "no" >&6; }
3150 if test -z "$CC"; then
3151 # Extract the first word of "cc", so it can be a program name with args.
3152 set dummy cc; ac_word=$2
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3154 $as_echo_n "checking for $ac_word... " >&6; }
3155 if ${ac_cv_prog_CC+:} false; then :
3156 $as_echo_n "(cached) " >&6
3157 else
3158 if test -n "$CC"; then
3159 ac_cv_prog_CC="$CC" # Let the user override the test.
3160 else
3161 ac_prog_rejected=no
3162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3163 for as_dir in $PATH
3165 IFS=$as_save_IFS
3166 test -z "$as_dir" && as_dir=.
3167 for ac_exec_ext in '' $ac_executable_extensions; do
3168 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3169 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3170 ac_prog_rejected=yes
3171 continue
3173 ac_cv_prog_CC="cc"
3174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3175 break 2
3177 done
3178 done
3179 IFS=$as_save_IFS
3181 if test $ac_prog_rejected = yes; then
3182 # We found a bogon in the path, so make sure we never use it.
3183 set dummy $ac_cv_prog_CC
3184 shift
3185 if test $# != 0; then
3186 # We chose a different compiler from the bogus one.
3187 # However, it has the same basename, so the bogon will be chosen
3188 # first if we set CC to just the basename; use the full file name.
3189 shift
3190 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3195 CC=$ac_cv_prog_CC
3196 if test -n "$CC"; then
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3198 $as_echo "$CC" >&6; }
3199 else
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3201 $as_echo "no" >&6; }
3206 if test -z "$CC"; then
3207 if test -n "$ac_tool_prefix"; then
3208 for ac_prog in cl.exe
3210 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3211 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3213 $as_echo_n "checking for $ac_word... " >&6; }
3214 if ${ac_cv_prog_CC+:} false; then :
3215 $as_echo_n "(cached) " >&6
3216 else
3217 if test -n "$CC"; then
3218 ac_cv_prog_CC="$CC" # Let the user override the test.
3219 else
3220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3221 for as_dir in $PATH
3223 IFS=$as_save_IFS
3224 test -z "$as_dir" && as_dir=.
3225 for ac_exec_ext in '' $ac_executable_extensions; do
3226 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3227 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3229 break 2
3231 done
3232 done
3233 IFS=$as_save_IFS
3237 CC=$ac_cv_prog_CC
3238 if test -n "$CC"; then
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3240 $as_echo "$CC" >&6; }
3241 else
3242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3243 $as_echo "no" >&6; }
3247 test -n "$CC" && break
3248 done
3250 if test -z "$CC"; then
3251 ac_ct_CC=$CC
3252 for ac_prog in cl.exe
3254 # Extract the first word of "$ac_prog", so it can be a program name with args.
3255 set dummy $ac_prog; ac_word=$2
3256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3257 $as_echo_n "checking for $ac_word... " >&6; }
3258 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3259 $as_echo_n "(cached) " >&6
3260 else
3261 if test -n "$ac_ct_CC"; then
3262 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3263 else
3264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3265 for as_dir in $PATH
3267 IFS=$as_save_IFS
3268 test -z "$as_dir" && as_dir=.
3269 for ac_exec_ext in '' $ac_executable_extensions; do
3270 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3271 ac_cv_prog_ac_ct_CC="$ac_prog"
3272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3273 break 2
3275 done
3276 done
3277 IFS=$as_save_IFS
3281 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3282 if test -n "$ac_ct_CC"; then
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3284 $as_echo "$ac_ct_CC" >&6; }
3285 else
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3287 $as_echo "no" >&6; }
3291 test -n "$ac_ct_CC" && break
3292 done
3294 if test "x$ac_ct_CC" = x; then
3295 CC=""
3296 else
3297 case $cross_compiling:$ac_tool_warned in
3298 yes:)
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3300 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3301 ac_tool_warned=yes ;;
3302 esac
3303 CC=$ac_ct_CC
3310 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3311 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3312 as_fn_error $? "no acceptable C compiler found in \$PATH
3313 See \`config.log' for more details" "$LINENO" 5; }
3315 # Provide some information about the compiler.
3316 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3317 set X $ac_compile
3318 ac_compiler=$2
3319 for ac_option in --version -v -V -qversion; do
3320 { { ac_try="$ac_compiler $ac_option >&5"
3321 case "(($ac_try" in
3322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3323 *) ac_try_echo=$ac_try;;
3324 esac
3325 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3326 $as_echo "$ac_try_echo"; } >&5
3327 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3328 ac_status=$?
3329 if test -s conftest.err; then
3330 sed '10a\
3331 ... rest of stderr output deleted ...
3332 10q' conftest.err >conftest.er1
3333 cat conftest.er1 >&5
3335 rm -f conftest.er1 conftest.err
3336 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3337 test $ac_status = 0; }
3338 done
3340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3341 /* end confdefs.h. */
3344 main ()
3348 return 0;
3350 _ACEOF
3351 ac_clean_files_save=$ac_clean_files
3352 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3353 # Try to create an executable without -o first, disregard a.out.
3354 # It will help us diagnose broken compilers, and finding out an intuition
3355 # of exeext.
3356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3357 $as_echo_n "checking whether the C compiler works... " >&6; }
3358 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3360 # The possible output files:
3361 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3363 ac_rmfiles=
3364 for ac_file in $ac_files
3366 case $ac_file in
3367 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3368 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3369 esac
3370 done
3371 rm -f $ac_rmfiles
3373 if { { ac_try="$ac_link_default"
3374 case "(($ac_try" in
3375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3376 *) ac_try_echo=$ac_try;;
3377 esac
3378 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3379 $as_echo "$ac_try_echo"; } >&5
3380 (eval "$ac_link_default") 2>&5
3381 ac_status=$?
3382 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3383 test $ac_status = 0; }; then :
3384 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3385 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3386 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3387 # so that the user can short-circuit this test for compilers unknown to
3388 # Autoconf.
3389 for ac_file in $ac_files ''
3391 test -f "$ac_file" || continue
3392 case $ac_file in
3393 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3395 [ab].out )
3396 # We found the default executable, but exeext='' is most
3397 # certainly right.
3398 break;;
3399 *.* )
3400 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3401 then :; else
3402 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3404 # We set ac_cv_exeext here because the later test for it is not
3405 # safe: cross compilers may not add the suffix if given an `-o'
3406 # argument, so we may need to know it at that point already.
3407 # Even if this section looks crufty: it has the advantage of
3408 # actually working.
3409 break;;
3411 break;;
3412 esac
3413 done
3414 test "$ac_cv_exeext" = no && ac_cv_exeext=
3416 else
3417 ac_file=''
3419 if test -z "$ac_file"; then :
3420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3421 $as_echo "no" >&6; }
3422 $as_echo "$as_me: failed program was:" >&5
3423 sed 's/^/| /' conftest.$ac_ext >&5
3425 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3426 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3427 as_fn_error 77 "C compiler cannot create executables
3428 See \`config.log' for more details" "$LINENO" 5; }
3429 else
3430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3431 $as_echo "yes" >&6; }
3433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3434 $as_echo_n "checking for C compiler default output file name... " >&6; }
3435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3436 $as_echo "$ac_file" >&6; }
3437 ac_exeext=$ac_cv_exeext
3439 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3440 ac_clean_files=$ac_clean_files_save
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3442 $as_echo_n "checking for suffix of executables... " >&6; }
3443 if { { ac_try="$ac_link"
3444 case "(($ac_try" in
3445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3446 *) ac_try_echo=$ac_try;;
3447 esac
3448 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3449 $as_echo "$ac_try_echo"; } >&5
3450 (eval "$ac_link") 2>&5
3451 ac_status=$?
3452 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3453 test $ac_status = 0; }; then :
3454 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3455 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3456 # work properly (i.e., refer to `conftest.exe'), while it won't with
3457 # `rm'.
3458 for ac_file in conftest.exe conftest conftest.*; do
3459 test -f "$ac_file" || continue
3460 case $ac_file in
3461 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3462 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3463 break;;
3464 * ) break;;
3465 esac
3466 done
3467 else
3468 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3469 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3470 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3471 See \`config.log' for more details" "$LINENO" 5; }
3473 rm -f conftest conftest$ac_cv_exeext
3474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3475 $as_echo "$ac_cv_exeext" >&6; }
3477 rm -f conftest.$ac_ext
3478 EXEEXT=$ac_cv_exeext
3479 ac_exeext=$EXEEXT
3480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3481 /* end confdefs.h. */
3482 #include <stdio.h>
3484 main ()
3486 FILE *f = fopen ("conftest.out", "w");
3487 return ferror (f) || fclose (f) != 0;
3490 return 0;
3492 _ACEOF
3493 ac_clean_files="$ac_clean_files conftest.out"
3494 # Check that the compiler produces executables we can run. If not, either
3495 # the compiler is broken, or we cross compile.
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3497 $as_echo_n "checking whether we are cross compiling... " >&6; }
3498 if test "$cross_compiling" != yes; then
3499 { { ac_try="$ac_link"
3500 case "(($ac_try" in
3501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3502 *) ac_try_echo=$ac_try;;
3503 esac
3504 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3505 $as_echo "$ac_try_echo"; } >&5
3506 (eval "$ac_link") 2>&5
3507 ac_status=$?
3508 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3509 test $ac_status = 0; }
3510 if { ac_try='./conftest$ac_cv_exeext'
3511 { { case "(($ac_try" in
3512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3514 esac
3515 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3516 $as_echo "$ac_try_echo"; } >&5
3517 (eval "$ac_try") 2>&5
3518 ac_status=$?
3519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3520 test $ac_status = 0; }; }; then
3521 cross_compiling=no
3522 else
3523 if test "$cross_compiling" = maybe; then
3524 cross_compiling=yes
3525 else
3526 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3527 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3528 as_fn_error $? "cannot run C compiled programs.
3529 If you meant to cross compile, use \`--host'.
3530 See \`config.log' for more details" "$LINENO" 5; }
3534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3535 $as_echo "$cross_compiling" >&6; }
3537 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3538 ac_clean_files=$ac_clean_files_save
3539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3540 $as_echo_n "checking for suffix of object files... " >&6; }
3541 if ${ac_cv_objext+:} false; then :
3542 $as_echo_n "(cached) " >&6
3543 else
3544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3545 /* end confdefs.h. */
3548 main ()
3552 return 0;
3554 _ACEOF
3555 rm -f conftest.o conftest.obj
3556 if { { ac_try="$ac_compile"
3557 case "(($ac_try" in
3558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3559 *) ac_try_echo=$ac_try;;
3560 esac
3561 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3562 $as_echo "$ac_try_echo"; } >&5
3563 (eval "$ac_compile") 2>&5
3564 ac_status=$?
3565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3566 test $ac_status = 0; }; then :
3567 for ac_file in conftest.o conftest.obj conftest.*; do
3568 test -f "$ac_file" || continue;
3569 case $ac_file in
3570 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3571 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3572 break;;
3573 esac
3574 done
3575 else
3576 $as_echo "$as_me: failed program was:" >&5
3577 sed 's/^/| /' conftest.$ac_ext >&5
3579 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3580 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3581 as_fn_error $? "cannot compute suffix of object files: cannot compile
3582 See \`config.log' for more details" "$LINENO" 5; }
3584 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3587 $as_echo "$ac_cv_objext" >&6; }
3588 OBJEXT=$ac_cv_objext
3589 ac_objext=$OBJEXT
3590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3591 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3592 if ${ac_cv_c_compiler_gnu+:} false; then :
3593 $as_echo_n "(cached) " >&6
3594 else
3595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3596 /* end confdefs.h. */
3599 main ()
3601 #ifndef __GNUC__
3602 choke me
3603 #endif
3606 return 0;
3608 _ACEOF
3609 if ac_fn_c_try_compile "$LINENO"; then :
3610 ac_compiler_gnu=yes
3611 else
3612 ac_compiler_gnu=no
3614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3615 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3619 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3620 if test $ac_compiler_gnu = yes; then
3621 GCC=yes
3622 else
3623 GCC=
3625 ac_test_CFLAGS=${CFLAGS+set}
3626 ac_save_CFLAGS=$CFLAGS
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3628 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3629 if ${ac_cv_prog_cc_g+:} false; then :
3630 $as_echo_n "(cached) " >&6
3631 else
3632 ac_save_c_werror_flag=$ac_c_werror_flag
3633 ac_c_werror_flag=yes
3634 ac_cv_prog_cc_g=no
3635 CFLAGS="-g"
3636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3637 /* end confdefs.h. */
3640 main ()
3644 return 0;
3646 _ACEOF
3647 if ac_fn_c_try_compile "$LINENO"; then :
3648 ac_cv_prog_cc_g=yes
3649 else
3650 CFLAGS=""
3651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3652 /* end confdefs.h. */
3655 main ()
3659 return 0;
3661 _ACEOF
3662 if ac_fn_c_try_compile "$LINENO"; then :
3664 else
3665 ac_c_werror_flag=$ac_save_c_werror_flag
3666 CFLAGS="-g"
3667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3668 /* end confdefs.h. */
3671 main ()
3675 return 0;
3677 _ACEOF
3678 if ac_fn_c_try_compile "$LINENO"; then :
3679 ac_cv_prog_cc_g=yes
3681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 ac_c_werror_flag=$ac_save_c_werror_flag
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3689 $as_echo "$ac_cv_prog_cc_g" >&6; }
3690 if test "$ac_test_CFLAGS" = set; then
3691 CFLAGS=$ac_save_CFLAGS
3692 elif test $ac_cv_prog_cc_g = yes; then
3693 if test "$GCC" = yes; then
3694 CFLAGS="-g -O2"
3695 else
3696 CFLAGS="-g"
3698 else
3699 if test "$GCC" = yes; then
3700 CFLAGS="-O2"
3701 else
3702 CFLAGS=
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3706 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3707 if ${ac_cv_prog_cc_c89+:} false; then :
3708 $as_echo_n "(cached) " >&6
3709 else
3710 ac_cv_prog_cc_c89=no
3711 ac_save_CC=$CC
3712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3713 /* end confdefs.h. */
3714 #include <stdarg.h>
3715 #include <stdio.h>
3716 struct stat;
3717 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3718 struct buf { int x; };
3719 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3720 static char *e (p, i)
3721 char **p;
3722 int i;
3724 return p[i];
3726 static char *f (char * (*g) (char **, int), char **p, ...)
3728 char *s;
3729 va_list v;
3730 va_start (v,p);
3731 s = g (p, va_arg (v,int));
3732 va_end (v);
3733 return s;
3736 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3737 function prototypes and stuff, but not '\xHH' hex character constants.
3738 These don't provoke an error unfortunately, instead are silently treated
3739 as 'x'. The following induces an error, until -std is added to get
3740 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3741 array size at least. It's necessary to write '\x00'==0 to get something
3742 that's true only with -std. */
3743 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3745 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3746 inside strings and character constants. */
3747 #define FOO(x) 'x'
3748 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3750 int test (int i, double x);
3751 struct s1 {int (*f) (int a);};
3752 struct s2 {int (*f) (double a);};
3753 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3754 int argc;
3755 char **argv;
3757 main ()
3759 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3761 return 0;
3763 _ACEOF
3764 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3765 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3767 CC="$ac_save_CC $ac_arg"
3768 if ac_fn_c_try_compile "$LINENO"; then :
3769 ac_cv_prog_cc_c89=$ac_arg
3771 rm -f core conftest.err conftest.$ac_objext
3772 test "x$ac_cv_prog_cc_c89" != "xno" && break
3773 done
3774 rm -f conftest.$ac_ext
3775 CC=$ac_save_CC
3778 # AC_CACHE_VAL
3779 case "x$ac_cv_prog_cc_c89" in
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3782 $as_echo "none needed" >&6; } ;;
3783 xno)
3784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3785 $as_echo "unsupported" >&6; } ;;
3787 CC="$CC $ac_cv_prog_cc_c89"
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3789 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3790 esac
3791 if test "x$ac_cv_prog_cc_c89" != xno; then :
3795 ac_ext=c
3796 ac_cpp='$CPP $CPPFLAGS'
3797 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3798 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3799 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3801 ac_ext=cpp
3802 ac_cpp='$CXXCPP $CPPFLAGS'
3803 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3804 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3805 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3806 if test -z "$CXX"; then
3807 if test -n "$CCC"; then
3808 CXX=$CCC
3809 else
3810 if test -n "$ac_tool_prefix"; then
3811 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3813 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3814 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3816 $as_echo_n "checking for $ac_word... " >&6; }
3817 if ${ac_cv_prog_CXX+:} false; then :
3818 $as_echo_n "(cached) " >&6
3819 else
3820 if test -n "$CXX"; then
3821 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3822 else
3823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3824 for as_dir in $PATH
3826 IFS=$as_save_IFS
3827 test -z "$as_dir" && as_dir=.
3828 for ac_exec_ext in '' $ac_executable_extensions; do
3829 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3830 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3832 break 2
3834 done
3835 done
3836 IFS=$as_save_IFS
3840 CXX=$ac_cv_prog_CXX
3841 if test -n "$CXX"; then
3842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3843 $as_echo "$CXX" >&6; }
3844 else
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3846 $as_echo "no" >&6; }
3850 test -n "$CXX" && break
3851 done
3853 if test -z "$CXX"; then
3854 ac_ct_CXX=$CXX
3855 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3857 # Extract the first word of "$ac_prog", so it can be a program name with args.
3858 set dummy $ac_prog; ac_word=$2
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3860 $as_echo_n "checking for $ac_word... " >&6; }
3861 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3862 $as_echo_n "(cached) " >&6
3863 else
3864 if test -n "$ac_ct_CXX"; then
3865 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3866 else
3867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3868 for as_dir in $PATH
3870 IFS=$as_save_IFS
3871 test -z "$as_dir" && as_dir=.
3872 for ac_exec_ext in '' $ac_executable_extensions; do
3873 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3874 ac_cv_prog_ac_ct_CXX="$ac_prog"
3875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3876 break 2
3878 done
3879 done
3880 IFS=$as_save_IFS
3884 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3885 if test -n "$ac_ct_CXX"; then
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3887 $as_echo "$ac_ct_CXX" >&6; }
3888 else
3889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3890 $as_echo "no" >&6; }
3894 test -n "$ac_ct_CXX" && break
3895 done
3897 if test "x$ac_ct_CXX" = x; then
3898 CXX="g++"
3899 else
3900 case $cross_compiling:$ac_tool_warned in
3901 yes:)
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3903 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3904 ac_tool_warned=yes ;;
3905 esac
3906 CXX=$ac_ct_CXX
3912 # Provide some information about the compiler.
3913 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3914 set X $ac_compile
3915 ac_compiler=$2
3916 for ac_option in --version -v -V -qversion; do
3917 { { ac_try="$ac_compiler $ac_option >&5"
3918 case "(($ac_try" in
3919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3920 *) ac_try_echo=$ac_try;;
3921 esac
3922 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3923 $as_echo "$ac_try_echo"; } >&5
3924 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3925 ac_status=$?
3926 if test -s conftest.err; then
3927 sed '10a\
3928 ... rest of stderr output deleted ...
3929 10q' conftest.err >conftest.er1
3930 cat conftest.er1 >&5
3932 rm -f conftest.er1 conftest.err
3933 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3934 test $ac_status = 0; }
3935 done
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3938 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3939 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3940 $as_echo_n "(cached) " >&6
3941 else
3942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3943 /* end confdefs.h. */
3946 main ()
3948 #ifndef __GNUC__
3949 choke me
3950 #endif
3953 return 0;
3955 _ACEOF
3956 if ac_fn_cxx_try_compile "$LINENO"; then :
3957 ac_compiler_gnu=yes
3958 else
3959 ac_compiler_gnu=no
3961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3962 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3966 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3967 if test $ac_compiler_gnu = yes; then
3968 GXX=yes
3969 else
3970 GXX=
3972 ac_test_CXXFLAGS=${CXXFLAGS+set}
3973 ac_save_CXXFLAGS=$CXXFLAGS
3974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3975 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3976 if ${ac_cv_prog_cxx_g+:} false; then :
3977 $as_echo_n "(cached) " >&6
3978 else
3979 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3980 ac_cxx_werror_flag=yes
3981 ac_cv_prog_cxx_g=no
3982 CXXFLAGS="-g"
3983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3984 /* end confdefs.h. */
3987 main ()
3991 return 0;
3993 _ACEOF
3994 if ac_fn_cxx_try_compile "$LINENO"; then :
3995 ac_cv_prog_cxx_g=yes
3996 else
3997 CXXFLAGS=""
3998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3999 /* end confdefs.h. */
4002 main ()
4006 return 0;
4008 _ACEOF
4009 if ac_fn_cxx_try_compile "$LINENO"; then :
4011 else
4012 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4013 CXXFLAGS="-g"
4014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4015 /* end confdefs.h. */
4018 main ()
4022 return 0;
4024 _ACEOF
4025 if ac_fn_cxx_try_compile "$LINENO"; then :
4026 ac_cv_prog_cxx_g=yes
4028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4033 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4036 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4037 if test "$ac_test_CXXFLAGS" = set; then
4038 CXXFLAGS=$ac_save_CXXFLAGS
4039 elif test $ac_cv_prog_cxx_g = yes; then
4040 if test "$GXX" = yes; then
4041 CXXFLAGS="-g -O2"
4042 else
4043 CXXFLAGS="-g"
4045 else
4046 if test "$GXX" = yes; then
4047 CXXFLAGS="-O2"
4048 else
4049 CXXFLAGS=
4052 ac_ext=c
4053 ac_cpp='$CPP $CPPFLAGS'
4054 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4055 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4056 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4058 if test -n "$ac_tool_prefix"; then
4059 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4060 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4062 $as_echo_n "checking for $ac_word... " >&6; }
4063 if ${ac_cv_prog_CPPBIN+:} false; then :
4064 $as_echo_n "(cached) " >&6
4065 else
4066 if test -n "$CPPBIN"; then
4067 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4068 else
4069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4070 for as_dir in $PATH
4072 IFS=$as_save_IFS
4073 test -z "$as_dir" && as_dir=.
4074 for ac_exec_ext in '' $ac_executable_extensions; do
4075 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4076 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4078 break 2
4080 done
4081 done
4082 IFS=$as_save_IFS
4086 CPPBIN=$ac_cv_prog_CPPBIN
4087 if test -n "$CPPBIN"; then
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4089 $as_echo "$CPPBIN" >&6; }
4090 else
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4092 $as_echo "no" >&6; }
4097 if test -z "$ac_cv_prog_CPPBIN"; then
4098 ac_ct_CPPBIN=$CPPBIN
4099 # Extract the first word of "cpp", so it can be a program name with args.
4100 set dummy cpp; ac_word=$2
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4102 $as_echo_n "checking for $ac_word... " >&6; }
4103 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4104 $as_echo_n "(cached) " >&6
4105 else
4106 if test -n "$ac_ct_CPPBIN"; then
4107 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4108 else
4109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4110 for as_dir in $PATH
4112 IFS=$as_save_IFS
4113 test -z "$as_dir" && as_dir=.
4114 for ac_exec_ext in '' $ac_executable_extensions; do
4115 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4116 ac_cv_prog_ac_ct_CPPBIN="cpp"
4117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4118 break 2
4120 done
4121 done
4122 IFS=$as_save_IFS
4126 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4127 if test -n "$ac_ct_CPPBIN"; then
4128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4129 $as_echo "$ac_ct_CPPBIN" >&6; }
4130 else
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4132 $as_echo "no" >&6; }
4135 if test "x$ac_ct_CPPBIN" = x; then
4136 CPPBIN="cpp"
4137 else
4138 case $cross_compiling:$ac_tool_warned in
4139 yes:)
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4141 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4142 ac_tool_warned=yes ;;
4143 esac
4144 CPPBIN=$ac_ct_CPPBIN
4146 else
4147 CPPBIN="$ac_cv_prog_CPPBIN"
4151 cat >>confdefs.h <<_ACEOF
4152 #define EXEEXT "$ac_exeext"
4153 _ACEOF
4156 case $host in
4157 *-darwin*)
4158 if test "x$enable_win64" = "xyes"
4159 then
4160 CC="$CC -m64"
4161 CXX="$CXX -m64"
4162 host_cpu="x86_64"
4163 notice_platform="64-bit "
4164 TARGETFLAGS="-m64"
4166 else
4167 CC="$CC -m32"
4168 CXX="$CXX -m32"
4169 host_cpu="i386"
4170 notice_platform="32-bit "
4171 TARGETFLAGS="-m32"
4173 enable_win16=${enable_win16:-yes}
4175 with_fontconfig=${with_fontconfig:-no}
4177 x86_64*)
4178 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4179 then
4180 CC="$CC -m32"
4181 CXX="$CXX -m32"
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4183 $as_echo_n "checking whether $CC works... " >&6; }
4185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4186 /* end confdefs.h. */
4189 main ()
4193 return 0;
4195 _ACEOF
4196 if ac_fn_c_try_link "$LINENO"; then :
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4198 $as_echo "yes" >&6; }
4199 else
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201 $as_echo "no" >&6; }
4202 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4204 rm -f core conftest.err conftest.$ac_objext \
4205 conftest$ac_exeext conftest.$ac_ext
4206 host_cpu="i386"
4207 notice_platform="32-bit "
4208 TARGETFLAGS="-m32"
4210 enable_win16=${enable_win16:-yes}
4211 else
4212 if test "x${GCC}" = "xyes"
4213 then
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4215 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4217 /* end confdefs.h. */
4218 #include <stdarg.h>
4220 main ()
4222 void func(__builtin_ms_va_list *args);
4224 return 0;
4226 _ACEOF
4227 if ac_fn_c_try_compile "$LINENO"; then :
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4229 $as_echo "yes" >&6; }
4230 else
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4232 $as_echo "no" >&6; }
4233 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4237 TARGETFLAGS="-m64"
4241 arm*)
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4243 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4245 /* end confdefs.h. */
4246 int ac_test(int i) { return i; }
4248 main ()
4250 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4252 return 0;
4254 _ACEOF
4255 if ac_fn_c_try_link "$LINENO"; then :
4256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4257 $as_echo "yes" >&6; }
4258 else
4259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4260 $as_echo "no" >&6; }
4261 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
4263 rm -f core conftest.err conftest.$ac_objext \
4264 conftest$ac_exeext conftest.$ac_ext
4265 CFLAGS="$CFLAGS -marm"
4267 *-mingw32*|*-cygwin*)
4268 enable_win16=${enable_win16:-no}
4269 CFLAGS="$CFLAGS -D_WIN32"
4271 i[3456789]86*)
4272 enable_win16=${enable_win16:-yes}
4274 esac
4276 enable_win16=${enable_win16:-no}
4277 enable_win64=${enable_win64:-no}
4279 enable_winetest=${enable_winetest:-$enable_tests}
4281 if test -n "$with_wine64"
4282 then
4283 if test "x$enable_win64" = "xyes"
4284 then
4285 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
4286 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4288 WOW64_DISABLE=\#
4290 enable_fonts=${enable_fonts:-no}
4291 enable_server=${enable_server:-no}
4292 enable_tools=${enable_tools:-no}
4293 elif test "x$enable_win64" = "xyes"
4294 then
4295 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4299 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4300 if ${wine_cv_toolsdir+:} false; then :
4301 $as_echo_n "(cached) " >&6
4302 else
4303 wine_cv_toolsdir="$with_wine_tools"
4304 if test -z "$with_wine_tools"; then
4305 if test "$cross_compiling" = "yes"; then
4306 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4307 elif test -n "$with_wine64"; then
4308 wine_cv_toolsdir="$with_wine64"
4311 if test -z "$wine_cv_toolsdir"; then
4312 wine_cv_toolsdir="\$(top_builddir)"
4313 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4314 case "$wine_cv_toolsdir" in
4315 /*) ;;
4316 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
4317 esac
4318 else
4319 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4323 $as_echo "$wine_cv_toolsdir" >&6; }
4324 TOOLSDIR=$wine_cv_toolsdir
4326 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4327 then
4328 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4332 for ac_prog in flex
4334 # Extract the first word of "$ac_prog", so it can be a program name with args.
4335 set dummy $ac_prog; ac_word=$2
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4337 $as_echo_n "checking for $ac_word... " >&6; }
4338 if ${ac_cv_prog_FLEX+:} false; then :
4339 $as_echo_n "(cached) " >&6
4340 else
4341 if test -n "$FLEX"; then
4342 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4343 else
4344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4345 for as_dir in $PATH
4347 IFS=$as_save_IFS
4348 test -z "$as_dir" && as_dir=.
4349 for ac_exec_ext in '' $ac_executable_extensions; do
4350 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4351 ac_cv_prog_FLEX="$ac_prog"
4352 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4353 break 2
4355 done
4356 done
4357 IFS=$as_save_IFS
4361 FLEX=$ac_cv_prog_FLEX
4362 if test -n "$FLEX"; then
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4364 $as_echo "$FLEX" >&6; }
4365 else
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4367 $as_echo "no" >&6; }
4371 test -n "$FLEX" && break
4372 done
4373 test -n "$FLEX" || FLEX="none"
4375 if test "$FLEX" = "none"
4376 then
4377 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4380 $as_echo_n "checking whether flex is recent enough... " >&6; }
4381 cat >conftest.l <<EOF
4382 %top{
4383 #include "prediluvian.h"
4387 if $FLEX -t conftest.l >/dev/null 2>&5
4388 then
4389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4390 $as_echo "yes" >&6; }
4391 else
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4393 $as_echo "no" >&6; }
4394 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4397 for ac_prog in bison
4399 # Extract the first word of "$ac_prog", so it can be a program name with args.
4400 set dummy $ac_prog; ac_word=$2
4401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4402 $as_echo_n "checking for $ac_word... " >&6; }
4403 if ${ac_cv_prog_BISON+:} false; then :
4404 $as_echo_n "(cached) " >&6
4405 else
4406 if test -n "$BISON"; then
4407 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4408 else
4409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4410 for as_dir in $PATH
4412 IFS=$as_save_IFS
4413 test -z "$as_dir" && as_dir=.
4414 for ac_exec_ext in '' $ac_executable_extensions; do
4415 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4416 ac_cv_prog_BISON="$ac_prog"
4417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4418 break 2
4420 done
4421 done
4422 IFS=$as_save_IFS
4426 BISON=$ac_cv_prog_BISON
4427 if test -n "$BISON"; then
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4429 $as_echo "$BISON" >&6; }
4430 else
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4432 $as_echo "no" >&6; }
4436 test -n "$BISON" && break
4437 done
4438 test -n "$BISON" || BISON="none"
4440 if test "$BISON" = "none"
4441 then
4442 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4445 if test -n "$ac_tool_prefix"; then
4446 for ac_prog in ar gar
4448 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4449 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4451 $as_echo_n "checking for $ac_word... " >&6; }
4452 if ${ac_cv_prog_AR+:} false; then :
4453 $as_echo_n "(cached) " >&6
4454 else
4455 if test -n "$AR"; then
4456 ac_cv_prog_AR="$AR" # Let the user override the test.
4457 else
4458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4459 for as_dir in $PATH
4461 IFS=$as_save_IFS
4462 test -z "$as_dir" && as_dir=.
4463 for ac_exec_ext in '' $ac_executable_extensions; do
4464 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4465 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4467 break 2
4469 done
4470 done
4471 IFS=$as_save_IFS
4475 AR=$ac_cv_prog_AR
4476 if test -n "$AR"; then
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4478 $as_echo "$AR" >&6; }
4479 else
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4481 $as_echo "no" >&6; }
4485 test -n "$AR" && break
4486 done
4488 if test -z "$AR"; then
4489 ac_ct_AR=$AR
4490 for ac_prog in ar gar
4492 # Extract the first word of "$ac_prog", so it can be a program name with args.
4493 set dummy $ac_prog; ac_word=$2
4494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4495 $as_echo_n "checking for $ac_word... " >&6; }
4496 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4497 $as_echo_n "(cached) " >&6
4498 else
4499 if test -n "$ac_ct_AR"; then
4500 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4501 else
4502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4503 for as_dir in $PATH
4505 IFS=$as_save_IFS
4506 test -z "$as_dir" && as_dir=.
4507 for ac_exec_ext in '' $ac_executable_extensions; do
4508 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4509 ac_cv_prog_ac_ct_AR="$ac_prog"
4510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4511 break 2
4513 done
4514 done
4515 IFS=$as_save_IFS
4519 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4520 if test -n "$ac_ct_AR"; then
4521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4522 $as_echo "$ac_ct_AR" >&6; }
4523 else
4524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4525 $as_echo "no" >&6; }
4529 test -n "$ac_ct_AR" && break
4530 done
4532 if test "x$ac_ct_AR" = x; then
4533 AR="ar"
4534 else
4535 case $cross_compiling:$ac_tool_warned in
4536 yes:)
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4538 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4539 ac_tool_warned=yes ;;
4540 esac
4541 AR=$ac_ct_AR
4545 ARFLAGS=rc
4547 if test -n "$ac_tool_prefix"; then
4548 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4549 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4551 $as_echo_n "checking for $ac_word... " >&6; }
4552 if ${ac_cv_prog_RANLIB+:} false; then :
4553 $as_echo_n "(cached) " >&6
4554 else
4555 if test -n "$RANLIB"; then
4556 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4557 else
4558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4559 for as_dir in $PATH
4561 IFS=$as_save_IFS
4562 test -z "$as_dir" && as_dir=.
4563 for ac_exec_ext in '' $ac_executable_extensions; do
4564 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4565 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4567 break 2
4569 done
4570 done
4571 IFS=$as_save_IFS
4575 RANLIB=$ac_cv_prog_RANLIB
4576 if test -n "$RANLIB"; then
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4578 $as_echo "$RANLIB" >&6; }
4579 else
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4581 $as_echo "no" >&6; }
4586 if test -z "$ac_cv_prog_RANLIB"; then
4587 ac_ct_RANLIB=$RANLIB
4588 # Extract the first word of "ranlib", so it can be a program name with args.
4589 set dummy ranlib; ac_word=$2
4590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4591 $as_echo_n "checking for $ac_word... " >&6; }
4592 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4593 $as_echo_n "(cached) " >&6
4594 else
4595 if test -n "$ac_ct_RANLIB"; then
4596 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4597 else
4598 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4599 for as_dir in $PATH
4601 IFS=$as_save_IFS
4602 test -z "$as_dir" && as_dir=.
4603 for ac_exec_ext in '' $ac_executable_extensions; do
4604 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4605 ac_cv_prog_ac_ct_RANLIB="ranlib"
4606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4607 break 2
4609 done
4610 done
4611 IFS=$as_save_IFS
4615 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4616 if test -n "$ac_ct_RANLIB"; then
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4618 $as_echo "$ac_ct_RANLIB" >&6; }
4619 else
4620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4621 $as_echo "no" >&6; }
4624 if test "x$ac_ct_RANLIB" = x; then
4625 RANLIB=":"
4626 else
4627 case $cross_compiling:$ac_tool_warned in
4628 yes:)
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4630 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4631 ac_tool_warned=yes ;;
4632 esac
4633 RANLIB=$ac_ct_RANLIB
4635 else
4636 RANLIB="$ac_cv_prog_RANLIB"
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4640 $as_echo_n "checking whether ln -s works... " >&6; }
4641 LN_S=$as_ln_s
4642 if test "$LN_S" = "ln -s"; then
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4644 $as_echo "yes" >&6; }
4645 else
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4647 $as_echo "no, using $LN_S" >&6; }
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4651 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4652 if ${ac_cv_path_GREP+:} false; then :
4653 $as_echo_n "(cached) " >&6
4654 else
4655 if test -z "$GREP"; then
4656 ac_path_GREP_found=false
4657 # Loop through the user's path and test for each of PROGNAME-LIST
4658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4659 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4661 IFS=$as_save_IFS
4662 test -z "$as_dir" && as_dir=.
4663 for ac_prog in grep ggrep; do
4664 for ac_exec_ext in '' $ac_executable_extensions; do
4665 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4666 as_fn_executable_p "$ac_path_GREP" || continue
4667 # Check for GNU ac_path_GREP and select it if it is found.
4668 # Check for GNU $ac_path_GREP
4669 case `"$ac_path_GREP" --version 2>&1` in
4670 *GNU*)
4671 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4673 ac_count=0
4674 $as_echo_n 0123456789 >"conftest.in"
4675 while :
4677 cat "conftest.in" "conftest.in" >"conftest.tmp"
4678 mv "conftest.tmp" "conftest.in"
4679 cp "conftest.in" "conftest.nl"
4680 $as_echo 'GREP' >> "conftest.nl"
4681 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4682 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4683 as_fn_arith $ac_count + 1 && ac_count=$as_val
4684 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4685 # Best one so far, save it but keep looking for a better one
4686 ac_cv_path_GREP="$ac_path_GREP"
4687 ac_path_GREP_max=$ac_count
4689 # 10*(2^10) chars as input seems more than enough
4690 test $ac_count -gt 10 && break
4691 done
4692 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4693 esac
4695 $ac_path_GREP_found && break 3
4696 done
4697 done
4698 done
4699 IFS=$as_save_IFS
4700 if test -z "$ac_cv_path_GREP"; then
4701 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4703 else
4704 ac_cv_path_GREP=$GREP
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4709 $as_echo "$ac_cv_path_GREP" >&6; }
4710 GREP="$ac_cv_path_GREP"
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4714 $as_echo_n "checking for egrep... " >&6; }
4715 if ${ac_cv_path_EGREP+:} false; then :
4716 $as_echo_n "(cached) " >&6
4717 else
4718 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4719 then ac_cv_path_EGREP="$GREP -E"
4720 else
4721 if test -z "$EGREP"; then
4722 ac_path_EGREP_found=false
4723 # Loop through the user's path and test for each of PROGNAME-LIST
4724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4725 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4727 IFS=$as_save_IFS
4728 test -z "$as_dir" && as_dir=.
4729 for ac_prog in egrep; do
4730 for ac_exec_ext in '' $ac_executable_extensions; do
4731 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4732 as_fn_executable_p "$ac_path_EGREP" || continue
4733 # Check for GNU ac_path_EGREP and select it if it is found.
4734 # Check for GNU $ac_path_EGREP
4735 case `"$ac_path_EGREP" --version 2>&1` in
4736 *GNU*)
4737 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4739 ac_count=0
4740 $as_echo_n 0123456789 >"conftest.in"
4741 while :
4743 cat "conftest.in" "conftest.in" >"conftest.tmp"
4744 mv "conftest.tmp" "conftest.in"
4745 cp "conftest.in" "conftest.nl"
4746 $as_echo 'EGREP' >> "conftest.nl"
4747 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4748 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4749 as_fn_arith $ac_count + 1 && ac_count=$as_val
4750 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4751 # Best one so far, save it but keep looking for a better one
4752 ac_cv_path_EGREP="$ac_path_EGREP"
4753 ac_path_EGREP_max=$ac_count
4755 # 10*(2^10) chars as input seems more than enough
4756 test $ac_count -gt 10 && break
4757 done
4758 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4759 esac
4761 $ac_path_EGREP_found && break 3
4762 done
4763 done
4764 done
4765 IFS=$as_save_IFS
4766 if test -z "$ac_cv_path_EGREP"; then
4767 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4769 else
4770 ac_cv_path_EGREP=$EGREP
4775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4776 $as_echo "$ac_cv_path_EGREP" >&6; }
4777 EGREP="$ac_cv_path_EGREP"
4780 # Extract the first word of "ldconfig", so it can be a program name with args.
4781 set dummy ldconfig; ac_word=$2
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4783 $as_echo_n "checking for $ac_word... " >&6; }
4784 if ${ac_cv_path_LDCONFIG+:} false; then :
4785 $as_echo_n "(cached) " >&6
4786 else
4787 case $LDCONFIG in
4788 [\\/]* | ?:[\\/]*)
4789 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4793 for as_dir in /sbin /usr/sbin $PATH
4795 IFS=$as_save_IFS
4796 test -z "$as_dir" && as_dir=.
4797 for ac_exec_ext in '' $ac_executable_extensions; do
4798 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4799 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4801 break 2
4803 done
4804 done
4805 IFS=$as_save_IFS
4807 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4809 esac
4811 LDCONFIG=$ac_cv_path_LDCONFIG
4812 if test -n "$LDCONFIG"; then
4813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4814 $as_echo "$LDCONFIG" >&6; }
4815 else
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4817 $as_echo "no" >&6; }
4821 # Find a good install program. We prefer a C program (faster),
4822 # so one script is as good as another. But avoid the broken or
4823 # incompatible versions:
4824 # SysV /etc/install, /usr/sbin/install
4825 # SunOS /usr/etc/install
4826 # IRIX /sbin/install
4827 # AIX /bin/install
4828 # AmigaOS /C/install, which installs bootblocks on floppy discs
4829 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4830 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4831 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4832 # OS/2's system install, which has a completely different semantic
4833 # ./install, which can be erroneously created by make from ./install.sh.
4834 # Reject install programs that cannot install multiple files.
4835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4836 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4837 if test -z "$INSTALL"; then
4838 if ${ac_cv_path_install+:} false; then :
4839 $as_echo_n "(cached) " >&6
4840 else
4841 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4842 for as_dir in $PATH
4844 IFS=$as_save_IFS
4845 test -z "$as_dir" && as_dir=.
4846 # Account for people who put trailing slashes in PATH elements.
4847 case $as_dir/ in #((
4848 ./ | .// | /[cC]/* | \
4849 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4850 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4851 /usr/ucb/* ) ;;
4853 # OSF1 and SCO ODT 3.0 have their own names for install.
4854 # Don't use installbsd from OSF since it installs stuff as root
4855 # by default.
4856 for ac_prog in ginstall scoinst install; do
4857 for ac_exec_ext in '' $ac_executable_extensions; do
4858 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4859 if test $ac_prog = install &&
4860 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4861 # AIX install. It has an incompatible calling convention.
4863 elif test $ac_prog = install &&
4864 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4865 # program-specific install script used by HP pwplus--don't use.
4867 else
4868 rm -rf conftest.one conftest.two conftest.dir
4869 echo one > conftest.one
4870 echo two > conftest.two
4871 mkdir conftest.dir
4872 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4873 test -s conftest.one && test -s conftest.two &&
4874 test -s conftest.dir/conftest.one &&
4875 test -s conftest.dir/conftest.two
4876 then
4877 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4878 break 3
4882 done
4883 done
4885 esac
4887 done
4888 IFS=$as_save_IFS
4890 rm -rf conftest.one conftest.two conftest.dir
4893 if test "${ac_cv_path_install+set}" = set; then
4894 INSTALL=$ac_cv_path_install
4895 else
4896 # As a last resort, use the slow shell script. Don't cache a
4897 # value for INSTALL within a source directory, because that will
4898 # break other packages using the cache if that directory is
4899 # removed, or if the value is a relative name.
4900 INSTALL=$ac_install_sh
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4904 $as_echo "$INSTALL" >&6; }
4906 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4907 # It thinks the first close brace ends the variable substitution.
4908 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4910 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4912 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4914 case "$INSTALL" in
4915 [\\/$]* | ?:[\\/]* ) ;;
4916 *) INSTALL="\\\$(top_srcdir)/$INSTALL" ;;
4917 esac
4919 for ac_prog in lclint lint
4921 # Extract the first word of "$ac_prog", so it can be a program name with args.
4922 set dummy $ac_prog; ac_word=$2
4923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4924 $as_echo_n "checking for $ac_word... " >&6; }
4925 if ${ac_cv_prog_LINT+:} false; then :
4926 $as_echo_n "(cached) " >&6
4927 else
4928 if test -n "$LINT"; then
4929 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4930 else
4931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4932 for as_dir in $PATH
4934 IFS=$as_save_IFS
4935 test -z "$as_dir" && as_dir=.
4936 for ac_exec_ext in '' $ac_executable_extensions; do
4937 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4938 ac_cv_prog_LINT="$ac_prog"
4939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4940 break 2
4942 done
4943 done
4944 IFS=$as_save_IFS
4948 LINT=$ac_cv_prog_LINT
4949 if test -n "$LINT"; then
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4951 $as_echo "$LINT" >&6; }
4952 else
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4954 $as_echo "no" >&6; }
4958 test -n "$LINT" && break
4959 done
4961 if test "$LINT" = "lint"
4962 then
4963 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4967 for ac_prog in fontforge
4969 # Extract the first word of "$ac_prog", so it can be a program name with args.
4970 set dummy $ac_prog; ac_word=$2
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4972 $as_echo_n "checking for $ac_word... " >&6; }
4973 if ${ac_cv_prog_FONTFORGE+:} false; then :
4974 $as_echo_n "(cached) " >&6
4975 else
4976 if test -n "$FONTFORGE"; then
4977 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4978 else
4979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4980 for as_dir in $PATH
4982 IFS=$as_save_IFS
4983 test -z "$as_dir" && as_dir=.
4984 for ac_exec_ext in '' $ac_executable_extensions; do
4985 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4986 ac_cv_prog_FONTFORGE="$ac_prog"
4987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4988 break 2
4990 done
4991 done
4992 IFS=$as_save_IFS
4996 FONTFORGE=$ac_cv_prog_FONTFORGE
4997 if test -n "$FONTFORGE"; then
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4999 $as_echo "$FONTFORGE" >&6; }
5000 else
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5002 $as_echo "no" >&6; }
5006 test -n "$FONTFORGE" && break
5007 done
5008 test -n "$FONTFORGE" || FONTFORGE="false"
5010 for ac_prog in rsvg
5012 # Extract the first word of "$ac_prog", so it can be a program name with args.
5013 set dummy $ac_prog; ac_word=$2
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5015 $as_echo_n "checking for $ac_word... " >&6; }
5016 if ${ac_cv_prog_RSVG+:} false; then :
5017 $as_echo_n "(cached) " >&6
5018 else
5019 if test -n "$RSVG"; then
5020 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5021 else
5022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5023 for as_dir in $PATH
5025 IFS=$as_save_IFS
5026 test -z "$as_dir" && as_dir=.
5027 for ac_exec_ext in '' $ac_executable_extensions; do
5028 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5029 ac_cv_prog_RSVG="$ac_prog"
5030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5031 break 2
5033 done
5034 done
5035 IFS=$as_save_IFS
5039 RSVG=$ac_cv_prog_RSVG
5040 if test -n "$RSVG"; then
5041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5042 $as_echo "$RSVG" >&6; }
5043 else
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5045 $as_echo "no" >&6; }
5049 test -n "$RSVG" && break
5050 done
5051 test -n "$RSVG" || RSVG="false"
5053 for ac_prog in convert
5055 # Extract the first word of "$ac_prog", so it can be a program name with args.
5056 set dummy $ac_prog; ac_word=$2
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5058 $as_echo_n "checking for $ac_word... " >&6; }
5059 if ${ac_cv_prog_CONVERT+:} false; then :
5060 $as_echo_n "(cached) " >&6
5061 else
5062 if test -n "$CONVERT"; then
5063 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5064 else
5065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5066 for as_dir in $PATH
5068 IFS=$as_save_IFS
5069 test -z "$as_dir" && as_dir=.
5070 for ac_exec_ext in '' $ac_executable_extensions; do
5071 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5072 ac_cv_prog_CONVERT="$ac_prog"
5073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5074 break 2
5076 done
5077 done
5078 IFS=$as_save_IFS
5082 CONVERT=$ac_cv_prog_CONVERT
5083 if test -n "$CONVERT"; then
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5085 $as_echo "$CONVERT" >&6; }
5086 else
5087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5088 $as_echo "no" >&6; }
5092 test -n "$CONVERT" && break
5093 done
5094 test -n "$CONVERT" || CONVERT="false"
5096 for ac_prog in icotool
5098 # Extract the first word of "$ac_prog", so it can be a program name with args.
5099 set dummy $ac_prog; ac_word=$2
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5101 $as_echo_n "checking for $ac_word... " >&6; }
5102 if ${ac_cv_prog_ICOTOOL+:} false; then :
5103 $as_echo_n "(cached) " >&6
5104 else
5105 if test -n "$ICOTOOL"; then
5106 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5107 else
5108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5109 for as_dir in $PATH
5111 IFS=$as_save_IFS
5112 test -z "$as_dir" && as_dir=.
5113 for ac_exec_ext in '' $ac_executable_extensions; do
5114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5115 ac_cv_prog_ICOTOOL="$ac_prog"
5116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5117 break 2
5119 done
5120 done
5121 IFS=$as_save_IFS
5125 ICOTOOL=$ac_cv_prog_ICOTOOL
5126 if test -n "$ICOTOOL"; then
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5128 $as_echo "$ICOTOOL" >&6; }
5129 else
5130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5131 $as_echo "no" >&6; }
5135 test -n "$ICOTOOL" && break
5136 done
5137 test -n "$ICOTOOL" || ICOTOOL="false"
5139 for ac_prog in msgfmt
5141 # Extract the first word of "$ac_prog", so it can be a program name with args.
5142 set dummy $ac_prog; ac_word=$2
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5144 $as_echo_n "checking for $ac_word... " >&6; }
5145 if ${ac_cv_prog_MSGFMT+:} false; then :
5146 $as_echo_n "(cached) " >&6
5147 else
5148 if test -n "$MSGFMT"; then
5149 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5150 else
5151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5152 for as_dir in $PATH
5154 IFS=$as_save_IFS
5155 test -z "$as_dir" && as_dir=.
5156 for ac_exec_ext in '' $ac_executable_extensions; do
5157 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5158 ac_cv_prog_MSGFMT="$ac_prog"
5159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5160 break 2
5162 done
5163 done
5164 IFS=$as_save_IFS
5168 MSGFMT=$ac_cv_prog_MSGFMT
5169 if test -n "$MSGFMT"; then
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5171 $as_echo "$MSGFMT" >&6; }
5172 else
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5174 $as_echo "no" >&6; }
5178 test -n "$MSGFMT" && break
5179 done
5180 test -n "$MSGFMT" || MSGFMT="false"
5182 if test -n "$ac_tool_prefix"; then
5183 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5184 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5186 $as_echo_n "checking for $ac_word... " >&6; }
5187 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5188 $as_echo_n "(cached) " >&6
5189 else
5190 if test -n "$PKG_CONFIG"; then
5191 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5192 else
5193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5194 for as_dir in $PATH
5196 IFS=$as_save_IFS
5197 test -z "$as_dir" && as_dir=.
5198 for ac_exec_ext in '' $ac_executable_extensions; do
5199 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5200 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5202 break 2
5204 done
5205 done
5206 IFS=$as_save_IFS
5210 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5211 if test -n "$PKG_CONFIG"; then
5212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5213 $as_echo "$PKG_CONFIG" >&6; }
5214 else
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5216 $as_echo "no" >&6; }
5221 if test -n "$ac_cv_prog_PKG_CONFIG"; then
5222 PKG_CONFIG="$ac_cv_prog_PKG_CONFIG"
5223 elif test "$cross_compiling" != yes; then
5224 unset ac_cv_prog_PKG_CONFIG
5225 # Extract the first word of "pkg-config", so it can be a program name with args.
5226 set dummy pkg-config; ac_word=$2
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5228 $as_echo_n "checking for $ac_word... " >&6; }
5229 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5230 $as_echo_n "(cached) " >&6
5231 else
5232 if test -n "$PKG_CONFIG"; then
5233 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5234 else
5235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5236 for as_dir in $PATH
5238 IFS=$as_save_IFS
5239 test -z "$as_dir" && as_dir=.
5240 for ac_exec_ext in '' $ac_executable_extensions; do
5241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5242 ac_cv_prog_PKG_CONFIG="pkg-config"
5243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5244 break 2
5246 done
5247 done
5248 IFS=$as_save_IFS
5252 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5253 if test -n "$PKG_CONFIG"; then
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5255 $as_echo "$PKG_CONFIG" >&6; }
5256 else
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5258 $as_echo "no" >&6; }
5264 if test "x$enable_maintainer_mode" != "xyes"
5265 then
5266 MAINTAINER_MODE=\#
5268 else
5269 if test "$FONTFORGE" = "false"; then as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5; fi
5270 if test "$RSVG" = "false"; then as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5; fi
5272 if test "$CONVERT" = false
5273 then
5274 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5275 else
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5277 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5278 convert_version=`convert --version | head -n1`
5279 if test "x$convert_version" != "x"
5280 then
5281 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5282 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5283 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5284 then
5285 CONVERT=false
5288 if test "$CONVERT" = false
5289 then
5290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5291 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5292 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5293 else
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5295 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5299 if test "$ICOTOOL" = false
5300 then
5301 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5302 else
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5304 $as_echo_n "checking for recent enough icotool... " >&6; }
5305 icotool_version=`icotool --version | head -n1`
5306 if test "x$icotool_version" != "x"
5307 then
5308 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5309 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5310 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5311 then
5312 ICOTOOL=false
5313 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5316 if test "$ICOTOOL" = false
5317 then
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5319 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5320 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5321 else
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5323 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5327 with_gettext=yes
5328 with_gettextpo=yes
5329 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
5332 test "x$with_gettext" != xno || MSGFMT=false
5333 if test "$MSGFMT" != "false"
5334 then
5335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
5336 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
5337 cat >conftest.po <<EOF
5338 # comment
5339 msgctxt "ctxt"
5340 msgid "id"
5341 msgstr "str"
5343 if $MSGFMT -o /dev/null conftest.po 2>&5
5344 then
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5346 $as_echo "yes" >&6; }
5347 else
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5349 $as_echo "no" >&6; }
5350 MSGFMT=false
5353 if test "$MSGFMT" = false; then :
5354 case "x$with_gettext" in
5355 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
5356 xno) ;;
5357 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
5358 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
5359 esac
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5364 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5365 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
5366 $as_echo_n "(cached) " >&6
5367 else
5368 ac_check_lib_save_LIBS=$LIBS
5369 LIBS="-li386 $LIBS"
5370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5371 /* end confdefs.h. */
5373 /* Override any GCC internal prototype to avoid an error.
5374 Use char because int might match the return type of a GCC
5375 builtin and then its argument prototype would still apply. */
5376 #ifdef __cplusplus
5377 extern "C"
5378 #endif
5379 char i386_set_ldt ();
5381 main ()
5383 return i386_set_ldt ();
5385 return 0;
5387 _ACEOF
5388 if ac_fn_c_try_link "$LINENO"; then :
5389 ac_cv_lib_i386_i386_set_ldt=yes
5390 else
5391 ac_cv_lib_i386_i386_set_ldt=no
5393 rm -f core conftest.err conftest.$ac_objext \
5394 conftest$ac_exeext conftest.$ac_ext
5395 LIBS=$ac_check_lib_save_LIBS
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5398 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5399 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
5400 cat >>confdefs.h <<_ACEOF
5401 #define HAVE_LIBI386 1
5402 _ACEOF
5404 LIBS="-li386 $LIBS"
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5409 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5410 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
5411 $as_echo_n "(cached) " >&6
5412 else
5413 ac_check_lib_save_LIBS=$LIBS
5414 LIBS="-lossaudio $LIBS"
5415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5416 /* end confdefs.h. */
5418 /* Override any GCC internal prototype to avoid an error.
5419 Use char because int might match the return type of a GCC
5420 builtin and then its argument prototype would still apply. */
5421 #ifdef __cplusplus
5422 extern "C"
5423 #endif
5424 char _oss_ioctl ();
5426 main ()
5428 return _oss_ioctl ();
5430 return 0;
5432 _ACEOF
5433 if ac_fn_c_try_link "$LINENO"; then :
5434 ac_cv_lib_ossaudio__oss_ioctl=yes
5435 else
5436 ac_cv_lib_ossaudio__oss_ioctl=no
5438 rm -f core conftest.err conftest.$ac_objext \
5439 conftest$ac_exeext conftest.$ac_ext
5440 LIBS=$ac_check_lib_save_LIBS
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5443 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5444 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
5445 cat >>confdefs.h <<_ACEOF
5446 #define HAVE_LIBOSSAUDIO 1
5447 _ACEOF
5449 LIBS="-lossaudio $LIBS"
5454 XLIB=""
5456 OPENGL_LIBS=""
5460 test "x$with_fontconfig" != "xno" || ac_cv_header_fontconfig_fontconfig_h=no
5462 # Check whether --enable-largefile was given.
5463 if test "${enable_largefile+set}" = set; then :
5464 enableval=$enable_largefile;
5467 if test "$enable_largefile" != no; then
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5470 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5471 if ${ac_cv_sys_largefile_CC+:} false; then :
5472 $as_echo_n "(cached) " >&6
5473 else
5474 ac_cv_sys_largefile_CC=no
5475 if test "$GCC" != yes; then
5476 ac_save_CC=$CC
5477 while :; do
5478 # IRIX 6.2 and later do not support large files by default,
5479 # so use the C compiler's -n32 option if that helps.
5480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5481 /* end confdefs.h. */
5482 #include <sys/types.h>
5483 /* Check that off_t can represent 2**63 - 1 correctly.
5484 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5485 since some C++ compilers masquerading as C compilers
5486 incorrectly reject 9223372036854775807. */
5487 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5488 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5489 && LARGE_OFF_T % 2147483647 == 1)
5490 ? 1 : -1];
5492 main ()
5496 return 0;
5498 _ACEOF
5499 if ac_fn_c_try_compile "$LINENO"; then :
5500 break
5502 rm -f core conftest.err conftest.$ac_objext
5503 CC="$CC -n32"
5504 if ac_fn_c_try_compile "$LINENO"; then :
5505 ac_cv_sys_largefile_CC=' -n32'; break
5507 rm -f core conftest.err conftest.$ac_objext
5508 break
5509 done
5510 CC=$ac_save_CC
5511 rm -f conftest.$ac_ext
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5515 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5516 if test "$ac_cv_sys_largefile_CC" != no; then
5517 CC=$CC$ac_cv_sys_largefile_CC
5520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5521 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5522 if ${ac_cv_sys_file_offset_bits+:} false; then :
5523 $as_echo_n "(cached) " >&6
5524 else
5525 while :; do
5526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5527 /* end confdefs.h. */
5528 #include <sys/types.h>
5529 /* Check that off_t can represent 2**63 - 1 correctly.
5530 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5531 since some C++ compilers masquerading as C compilers
5532 incorrectly reject 9223372036854775807. */
5533 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5534 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5535 && LARGE_OFF_T % 2147483647 == 1)
5536 ? 1 : -1];
5538 main ()
5542 return 0;
5544 _ACEOF
5545 if ac_fn_c_try_compile "$LINENO"; then :
5546 ac_cv_sys_file_offset_bits=no; break
5548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5550 /* end confdefs.h. */
5551 #define _FILE_OFFSET_BITS 64
5552 #include <sys/types.h>
5553 /* Check that off_t can represent 2**63 - 1 correctly.
5554 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5555 since some C++ compilers masquerading as C compilers
5556 incorrectly reject 9223372036854775807. */
5557 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5558 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5559 && LARGE_OFF_T % 2147483647 == 1)
5560 ? 1 : -1];
5562 main ()
5566 return 0;
5568 _ACEOF
5569 if ac_fn_c_try_compile "$LINENO"; then :
5570 ac_cv_sys_file_offset_bits=64; break
5572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5573 ac_cv_sys_file_offset_bits=unknown
5574 break
5575 done
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5578 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5579 case $ac_cv_sys_file_offset_bits in #(
5580 no | unknown) ;;
5582 cat >>confdefs.h <<_ACEOF
5583 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5584 _ACEOF
5586 esac
5587 rm -rf conftest*
5588 if test $ac_cv_sys_file_offset_bits = unknown; then
5589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5590 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5591 if ${ac_cv_sys_large_files+:} false; then :
5592 $as_echo_n "(cached) " >&6
5593 else
5594 while :; do
5595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5596 /* end confdefs.h. */
5597 #include <sys/types.h>
5598 /* Check that off_t can represent 2**63 - 1 correctly.
5599 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5600 since some C++ compilers masquerading as C compilers
5601 incorrectly reject 9223372036854775807. */
5602 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5603 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5604 && LARGE_OFF_T % 2147483647 == 1)
5605 ? 1 : -1];
5607 main ()
5611 return 0;
5613 _ACEOF
5614 if ac_fn_c_try_compile "$LINENO"; then :
5615 ac_cv_sys_large_files=no; break
5617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5619 /* end confdefs.h. */
5620 #define _LARGE_FILES 1
5621 #include <sys/types.h>
5622 /* Check that off_t can represent 2**63 - 1 correctly.
5623 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5624 since some C++ compilers masquerading as C compilers
5625 incorrectly reject 9223372036854775807. */
5626 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5627 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5628 && LARGE_OFF_T % 2147483647 == 1)
5629 ? 1 : -1];
5631 main ()
5635 return 0;
5637 _ACEOF
5638 if ac_fn_c_try_compile "$LINENO"; then :
5639 ac_cv_sys_large_files=1; break
5641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5642 ac_cv_sys_large_files=unknown
5643 break
5644 done
5646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5647 $as_echo "$ac_cv_sys_large_files" >&6; }
5648 case $ac_cv_sys_large_files in #(
5649 no | unknown) ;;
5651 cat >>confdefs.h <<_ACEOF
5652 #define _LARGE_FILES $ac_cv_sys_large_files
5653 _ACEOF
5655 esac
5656 rm -rf conftest*
5663 ac_ext=c
5664 ac_cpp='$CPP $CPPFLAGS'
5665 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5666 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5667 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5669 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5670 # On Suns, sometimes $CPP names a directory.
5671 if test -n "$CPP" && test -d "$CPP"; then
5672 CPP=
5674 if test -z "$CPP"; then
5675 if ${ac_cv_prog_CPP+:} false; then :
5676 $as_echo_n "(cached) " >&6
5677 else
5678 # Double quotes because CPP needs to be expanded
5679 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5681 ac_preproc_ok=false
5682 for ac_c_preproc_warn_flag in '' yes
5684 # Use a header file that comes with gcc, so configuring glibc
5685 # with a fresh cross-compiler works.
5686 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5687 # <limits.h> exists even on freestanding compilers.
5688 # On the NeXT, cc -E runs the code through the compiler's parser,
5689 # not just through cpp. "Syntax error" is here to catch this case.
5690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5691 /* end confdefs.h. */
5692 #ifdef __STDC__
5693 # include <limits.h>
5694 #else
5695 # include <assert.h>
5696 #endif
5697 Syntax error
5698 _ACEOF
5699 if ac_fn_c_try_cpp "$LINENO"; then :
5701 else
5702 # Broken: fails on valid input.
5703 continue
5705 rm -f conftest.err conftest.i conftest.$ac_ext
5707 # OK, works on sane cases. Now check whether nonexistent headers
5708 # can be detected and how.
5709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5710 /* end confdefs.h. */
5711 #include <ac_nonexistent.h>
5712 _ACEOF
5713 if ac_fn_c_try_cpp "$LINENO"; then :
5714 # Broken: success on invalid input.
5715 continue
5716 else
5717 # Passes both tests.
5718 ac_preproc_ok=:
5719 break
5721 rm -f conftest.err conftest.i conftest.$ac_ext
5723 done
5724 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5725 rm -f conftest.i conftest.err conftest.$ac_ext
5726 if $ac_preproc_ok; then :
5727 break
5730 done
5731 ac_cv_prog_CPP=$CPP
5734 CPP=$ac_cv_prog_CPP
5735 else
5736 ac_cv_prog_CPP=$CPP
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5739 $as_echo "$CPP" >&6; }
5740 ac_preproc_ok=false
5741 for ac_c_preproc_warn_flag in '' yes
5743 # Use a header file that comes with gcc, so configuring glibc
5744 # with a fresh cross-compiler works.
5745 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5746 # <limits.h> exists even on freestanding compilers.
5747 # On the NeXT, cc -E runs the code through the compiler's parser,
5748 # not just through cpp. "Syntax error" is here to catch this case.
5749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5750 /* end confdefs.h. */
5751 #ifdef __STDC__
5752 # include <limits.h>
5753 #else
5754 # include <assert.h>
5755 #endif
5756 Syntax error
5757 _ACEOF
5758 if ac_fn_c_try_cpp "$LINENO"; then :
5760 else
5761 # Broken: fails on valid input.
5762 continue
5764 rm -f conftest.err conftest.i conftest.$ac_ext
5766 # OK, works on sane cases. Now check whether nonexistent headers
5767 # can be detected and how.
5768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5769 /* end confdefs.h. */
5770 #include <ac_nonexistent.h>
5771 _ACEOF
5772 if ac_fn_c_try_cpp "$LINENO"; then :
5773 # Broken: success on invalid input.
5774 continue
5775 else
5776 # Passes both tests.
5777 ac_preproc_ok=:
5778 break
5780 rm -f conftest.err conftest.i conftest.$ac_ext
5782 done
5783 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5784 rm -f conftest.i conftest.err conftest.$ac_ext
5785 if $ac_preproc_ok; then :
5787 else
5788 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5789 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5790 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5791 See \`config.log' for more details" "$LINENO" 5; }
5794 ac_ext=c
5795 ac_cpp='$CPP $CPPFLAGS'
5796 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5797 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5798 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5802 $as_echo_n "checking for ANSI C header files... " >&6; }
5803 if ${ac_cv_header_stdc+:} false; then :
5804 $as_echo_n "(cached) " >&6
5805 else
5806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5807 /* end confdefs.h. */
5808 #include <stdlib.h>
5809 #include <stdarg.h>
5810 #include <string.h>
5811 #include <float.h>
5814 main ()
5818 return 0;
5820 _ACEOF
5821 if ac_fn_c_try_compile "$LINENO"; then :
5822 ac_cv_header_stdc=yes
5823 else
5824 ac_cv_header_stdc=no
5826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5828 if test $ac_cv_header_stdc = yes; then
5829 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5831 /* end confdefs.h. */
5832 #include <string.h>
5834 _ACEOF
5835 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5836 $EGREP "memchr" >/dev/null 2>&1; then :
5838 else
5839 ac_cv_header_stdc=no
5841 rm -f conftest*
5845 if test $ac_cv_header_stdc = yes; then
5846 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5848 /* end confdefs.h. */
5849 #include <stdlib.h>
5851 _ACEOF
5852 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5853 $EGREP "free" >/dev/null 2>&1; then :
5855 else
5856 ac_cv_header_stdc=no
5858 rm -f conftest*
5862 if test $ac_cv_header_stdc = yes; then
5863 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5864 if test "$cross_compiling" = yes; then :
5866 else
5867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5868 /* end confdefs.h. */
5869 #include <ctype.h>
5870 #include <stdlib.h>
5871 #if ((' ' & 0x0FF) == 0x020)
5872 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5873 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5874 #else
5875 # define ISLOWER(c) \
5876 (('a' <= (c) && (c) <= 'i') \
5877 || ('j' <= (c) && (c) <= 'r') \
5878 || ('s' <= (c) && (c) <= 'z'))
5879 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5880 #endif
5882 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5884 main ()
5886 int i;
5887 for (i = 0; i < 256; i++)
5888 if (XOR (islower (i), ISLOWER (i))
5889 || toupper (i) != TOUPPER (i))
5890 return 2;
5891 return 0;
5893 _ACEOF
5894 if ac_fn_c_try_run "$LINENO"; then :
5896 else
5897 ac_cv_header_stdc=no
5899 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5900 conftest.$ac_objext conftest.beam conftest.$ac_ext
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5906 $as_echo "$ac_cv_header_stdc" >&6; }
5907 if test $ac_cv_header_stdc = yes; then
5909 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5913 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5914 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5915 inttypes.h stdint.h unistd.h
5916 do :
5917 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5918 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5920 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5921 cat >>confdefs.h <<_ACEOF
5922 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5923 _ACEOF
5927 done
5930 for ac_header in \
5931 AL/al.h \
5932 ApplicationServices/ApplicationServices.h \
5933 AudioToolbox/AudioConverter.h \
5934 AudioUnit/AudioUnit.h \
5935 AudioUnit/AudioComponent.h \
5936 CL/cl.h \
5937 Carbon/Carbon.h \
5938 CoreAudio/CoreAudio.h \
5939 CoreServices/CoreServices.h \
5940 DiskArbitration/DiskArbitration.h \
5941 IOKit/IOKitLib.h \
5942 IOKit/hid/IOHIDLib.h \
5943 OpenAL/al.h \
5944 OpenCL/opencl.h \
5945 QuickTime/ImageCompression.h \
5946 Security/Security.h \
5947 alias.h \
5948 alsa/asoundlib.h \
5949 arpa/inet.h \
5950 arpa/nameser.h \
5951 asm/types.h \
5952 curses.h \
5953 direct.h \
5954 dirent.h \
5955 dlfcn.h \
5956 elf.h \
5957 float.h \
5958 fnmatch.h \
5959 fontconfig/fontconfig.h \
5960 getopt.h \
5961 gettext-po.h \
5962 grp.h \
5963 gsm.h \
5964 gsm/gsm.h \
5965 ieeefp.h \
5966 inet/mib2.h \
5967 io.h \
5968 kstat.h \
5969 lber.h \
5970 ldap.h \
5971 link.h \
5972 linux/cdrom.h \
5973 linux/compiler.h \
5974 linux/filter.h \
5975 linux/hdreg.h \
5976 linux/input.h \
5977 linux/ioctl.h \
5978 linux/joystick.h \
5979 linux/major.h \
5980 linux/param.h \
5981 linux/serial.h \
5982 linux/types.h \
5983 linux/ucdrom.h \
5984 lwp.h \
5985 mach-o/nlist.h \
5986 mach-o/loader.h \
5987 mach/mach.h \
5988 mach/machine.h \
5989 machine/cpu.h \
5990 machine/limits.h \
5991 machine/sysarch.h \
5992 mntent.h \
5993 ncurses.h \
5994 netdb.h \
5995 netinet/in.h \
5996 netinet/in_systm.h \
5997 netinet/tcp.h \
5998 netinet/tcp_fsm.h \
5999 poll.h \
6000 port.h \
6001 process.h \
6002 pthread.h \
6003 pwd.h \
6004 sched.h \
6005 scsi/scsi.h \
6006 scsi/scsi_ioctl.h \
6007 scsi/sg.h \
6008 stdbool.h \
6009 stdint.h \
6010 stropts.h \
6011 sys/asoundlib.h \
6012 sys/attr.h \
6013 sys/cdio.h \
6014 sys/elf32.h \
6015 sys/epoll.h \
6016 sys/event.h \
6017 sys/exec_elf.h \
6018 sys/filio.h \
6019 sys/inotify.h \
6020 sys/ioctl.h \
6021 sys/ipc.h \
6022 sys/limits.h \
6023 sys/link.h \
6024 sys/mman.h \
6025 sys/modem.h \
6026 sys/msg.h \
6027 sys/mtio.h \
6028 sys/param.h \
6029 sys/poll.h \
6030 sys/prctl.h \
6031 sys/protosw.h \
6032 sys/ptrace.h \
6033 sys/resource.h \
6034 sys/scsiio.h \
6035 sys/shm.h \
6036 sys/signal.h \
6037 sys/socket.h \
6038 sys/socketvar.h \
6039 sys/sockio.h \
6040 sys/statvfs.h \
6041 sys/strtio.h \
6042 sys/syscall.h \
6043 sys/tihdr.h \
6044 sys/time.h \
6045 sys/timeout.h \
6046 sys/times.h \
6047 sys/uio.h \
6048 sys/utsname.h \
6049 sys/vm86.h \
6050 sys/wait.h \
6051 syscall.h \
6052 termios.h \
6053 unistd.h \
6054 utime.h \
6055 valgrind/memcheck.h \
6056 valgrind/valgrind.h \
6057 zlib.h
6059 do :
6060 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6061 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6062 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6063 cat >>confdefs.h <<_ACEOF
6064 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6065 _ACEOF
6069 done
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6072 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6073 if ${ac_cv_header_stat_broken+:} false; then :
6074 $as_echo_n "(cached) " >&6
6075 else
6076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6077 /* end confdefs.h. */
6078 #include <sys/types.h>
6079 #include <sys/stat.h>
6081 #if defined S_ISBLK && defined S_IFDIR
6082 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6083 #endif
6085 #if defined S_ISBLK && defined S_IFCHR
6086 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6087 #endif
6089 #if defined S_ISLNK && defined S_IFREG
6090 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6091 #endif
6093 #if defined S_ISSOCK && defined S_IFREG
6094 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6095 #endif
6097 _ACEOF
6098 if ac_fn_c_try_compile "$LINENO"; then :
6099 ac_cv_header_stat_broken=no
6100 else
6101 ac_cv_header_stat_broken=yes
6103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6106 $as_echo "$ac_cv_header_stat_broken" >&6; }
6107 if test $ac_cv_header_stat_broken = yes; then
6109 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6115 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6116 do :
6117 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6118 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6119 #ifdef HAVE_SYS_PARAM_H
6120 # include <sys/param.h>
6121 #endif
6123 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6124 cat >>confdefs.h <<_ACEOF
6125 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6126 _ACEOF
6130 done
6133 for ac_header in \
6134 netinet/ip.h \
6135 net/if.h \
6136 net/if_arp.h \
6137 net/if_dl.h \
6138 net/if_types.h \
6139 net/route.h \
6140 netinet/if_ether.h \
6141 netinet/if_inarp.h \
6142 netinet/in_pcb.h \
6143 netinet/ip_icmp.h \
6144 netinet/ip_var.h \
6145 netinet/udp.h \
6146 netipx/ipx.h \
6147 sys/un.h \
6149 do :
6150 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6151 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6152 #ifdef HAVE_SYS_SOCKET_H
6153 # include <sys/socket.h>
6154 #endif
6155 #ifdef HAVE_SYS_SOCKETVAR_H
6156 # include <sys/socketvar.h>
6157 #endif
6158 #ifdef HAVE_NET_ROUTE_H
6159 # include <net/route.h>
6160 #endif
6161 #ifdef HAVE_NETINET_IN_H
6162 # include <netinet/in.h>
6163 #endif
6164 #ifdef HAVE_NETINET_IN_SYSTM_H
6165 # include <netinet/in_systm.h>
6166 #endif
6167 #ifdef HAVE_NET_IF_H
6168 # include <net/if.h>
6169 #endif
6170 #ifdef HAVE_NETINET_IP_H
6171 # include <netinet/ip.h>
6172 #endif
6174 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6175 cat >>confdefs.h <<_ACEOF
6176 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6177 _ACEOF
6181 done
6184 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6185 do :
6186 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6187 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6188 #ifdef HAVE_ALIAS_H
6189 # include <alias.h>
6190 #endif
6191 #ifdef HAVE_SYS_SOCKET_H
6192 # include <sys/socket.h>
6193 #endif
6194 #ifdef HAVE_SYS_SOCKETVAR_H
6195 # include <sys/socketvar.h>
6196 #endif
6197 #ifdef HAVE_SYS_TIMEOUT_H
6198 # include <sys/timeout.h>
6199 #endif
6200 #ifdef HAVE_NETINET_IN_H
6201 # include <netinet/in.h>
6202 #endif
6203 #ifdef HAVE_NETINET_IN_SYSTM_H
6204 # include <netinet/in_systm.h>
6205 #endif
6206 #ifdef HAVE_NETINET_IP_H
6207 # include <netinet/ip.h>
6208 #endif
6209 #ifdef HAVE_NETINET_IP_VAR_H
6210 # include <netinet/ip_var.h>
6211 #endif
6212 #ifdef HAVE_NETINET_IP_ICMP_H
6213 # include <netinet/ip_icmp.h>
6214 #endif
6215 #ifdef HAVE_NETINET_UDP_H
6216 # include <netinet/udp.h>
6217 #endif
6218 #ifdef HAVE_NETINET_TCP_H
6219 # include <netinet/tcp.h>
6220 #endif
6221 #ifdef HAVE_NETINET_TCP_TIMER_H
6222 #include <netinet/tcp_timer.h>
6223 #endif
6225 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6226 cat >>confdefs.h <<_ACEOF
6227 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6228 _ACEOF
6232 done
6235 for ac_header in linux/ipx.h linux/irda.h
6236 do :
6237 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6238 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6239 #ifdef HAVE_ASM_TYPES_H
6240 # include <asm/types.h>
6241 #endif
6242 #ifdef HAVE_SYS_SOCKET_H
6243 # include <sys/socket.h>
6244 #endif
6245 #ifdef HAVE_LINUX_TYPES_H
6246 # include <linux/types.h>
6247 #endif
6249 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6250 cat >>confdefs.h <<_ACEOF
6251 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6252 _ACEOF
6256 done
6259 for ac_header in mach-o/dyld_images.h
6260 do :
6261 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6262 # include <stdbool.h>
6263 #endif
6264 #ifdef HAVE_STDINT_H
6265 # include <stdint.h>
6266 #endif
6268 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6269 cat >>confdefs.h <<_ACEOF
6270 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6271 _ACEOF
6275 done
6278 for ac_header in resolv.h
6279 do :
6280 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6281 #ifdef HAVE_SYS_SOCKET_H
6282 # include <sys/socket.h>
6283 #endif
6284 #ifdef HAVE_NETINET_IN_H
6285 # include <netinet/in.h>
6286 #endif
6287 #ifdef HAVE_ARPA_NAMESER_H
6288 # include <arpa/nameser.h>
6289 #endif
6291 if test "x$ac_cv_header_resolv_h" = xyes; then :
6292 cat >>confdefs.h <<_ACEOF
6293 #define HAVE_RESOLV_H 1
6294 _ACEOF
6298 done
6301 for ac_header in ifaddrs.h
6302 do :
6303 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6305 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
6306 cat >>confdefs.h <<_ACEOF
6307 #define HAVE_IFADDRS_H 1
6308 _ACEOF
6312 done
6315 for ac_header in ucontext.h
6316 do :
6317 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6319 if test "x$ac_cv_header_ucontext_h" = xyes; then :
6320 cat >>confdefs.h <<_ACEOF
6321 #define HAVE_UCONTEXT_H 1
6322 _ACEOF
6326 done
6329 for ac_header in sys/thr.h
6330 do :
6331 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6332 #ifdef HAVE_UCONTEXT_H
6333 #include <ucontext.h>
6334 #endif
6336 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
6337 cat >>confdefs.h <<_ACEOF
6338 #define HAVE_SYS_THR_H 1
6339 _ACEOF
6343 done
6346 for ac_header in pthread_np.h
6347 do :
6348 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6349 #include <pthread.h>
6350 #endif
6352 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
6353 cat >>confdefs.h <<_ACEOF
6354 #define HAVE_PTHREAD_NP_H 1
6355 _ACEOF
6359 done
6362 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
6363 do :
6364 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6365 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
6366 #include <sys/time.h>
6367 #endif
6368 #include <sys/types.h>
6369 #ifdef HAVE_ASM_TYPES_H
6370 #include <asm/types.h>
6371 #endif
6373 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6374 cat >>confdefs.h <<_ACEOF
6375 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6376 _ACEOF
6380 done
6384 DLLEXT=""
6386 DLLFLAGS="-D_REENTRANT"
6388 LDDLLFLAGS=""
6390 IMPLIBEXT="def"
6392 LDRPATH_INSTALL=""
6394 LDRPATH_LOCAL=""
6396 LIBEXT="so"
6397 STATIC_IMPLIBEXT="def.a"
6398 # Extract the first word of "ldd", so it can be a program name with args.
6399 set dummy ldd; ac_word=$2
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6401 $as_echo_n "checking for $ac_word... " >&6; }
6402 if ${ac_cv_path_LDD+:} false; then :
6403 $as_echo_n "(cached) " >&6
6404 else
6405 case $LDD in
6406 [\\/]* | ?:[\\/]*)
6407 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6411 as_dummy="/sbin:/usr/sbin:$PATH"
6412 for as_dir in $as_dummy
6414 IFS=$as_save_IFS
6415 test -z "$as_dir" && as_dir=.
6416 for ac_exec_ext in '' $ac_executable_extensions; do
6417 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6418 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6420 break 2
6422 done
6423 done
6424 IFS=$as_save_IFS
6426 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6428 esac
6430 LDD=$ac_cv_path_LDD
6431 if test -n "$LDD"; then
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6433 $as_echo "$LDD" >&6; }
6434 else
6435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6436 $as_echo "no" >&6; }
6440 if test -n "$ac_tool_prefix"; then
6441 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
6442 set dummy ${ac_tool_prefix}readelf; ac_word=$2
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6444 $as_echo_n "checking for $ac_word... " >&6; }
6445 if ${ac_cv_prog_READELF+:} false; then :
6446 $as_echo_n "(cached) " >&6
6447 else
6448 if test -n "$READELF"; then
6449 ac_cv_prog_READELF="$READELF" # Let the user override the test.
6450 else
6451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6452 for as_dir in $PATH
6454 IFS=$as_save_IFS
6455 test -z "$as_dir" && as_dir=.
6456 for ac_exec_ext in '' $ac_executable_extensions; do
6457 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6458 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
6459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6460 break 2
6462 done
6463 done
6464 IFS=$as_save_IFS
6468 READELF=$ac_cv_prog_READELF
6469 if test -n "$READELF"; then
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
6471 $as_echo "$READELF" >&6; }
6472 else
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6474 $as_echo "no" >&6; }
6479 if test -z "$ac_cv_prog_READELF"; then
6480 ac_ct_READELF=$READELF
6481 # Extract the first word of "readelf", so it can be a program name with args.
6482 set dummy readelf; ac_word=$2
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6484 $as_echo_n "checking for $ac_word... " >&6; }
6485 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
6486 $as_echo_n "(cached) " >&6
6487 else
6488 if test -n "$ac_ct_READELF"; then
6489 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
6490 else
6491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6492 for as_dir in $PATH
6494 IFS=$as_save_IFS
6495 test -z "$as_dir" && as_dir=.
6496 for ac_exec_ext in '' $ac_executable_extensions; do
6497 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6498 ac_cv_prog_ac_ct_READELF="readelf"
6499 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6500 break 2
6502 done
6503 done
6504 IFS=$as_save_IFS
6508 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
6509 if test -n "$ac_ct_READELF"; then
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
6511 $as_echo "$ac_ct_READELF" >&6; }
6512 else
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6514 $as_echo "no" >&6; }
6517 if test "x$ac_ct_READELF" = x; then
6518 READELF="true"
6519 else
6520 case $cross_compiling:$ac_tool_warned in
6521 yes:)
6522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6523 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6524 ac_tool_warned=yes ;;
6525 esac
6526 READELF=$ac_ct_READELF
6528 else
6529 READELF="$ac_cv_prog_READELF"
6533 case $host_os in
6534 cygwin*|mingw32*)
6535 if test -n "$ac_tool_prefix"; then
6536 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6537 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6539 $as_echo_n "checking for $ac_word... " >&6; }
6540 if ${ac_cv_prog_DLLTOOL+:} false; then :
6541 $as_echo_n "(cached) " >&6
6542 else
6543 if test -n "$DLLTOOL"; then
6544 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6545 else
6546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6547 for as_dir in $PATH
6549 IFS=$as_save_IFS
6550 test -z "$as_dir" && as_dir=.
6551 for ac_exec_ext in '' $ac_executable_extensions; do
6552 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6553 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6555 break 2
6557 done
6558 done
6559 IFS=$as_save_IFS
6563 DLLTOOL=$ac_cv_prog_DLLTOOL
6564 if test -n "$DLLTOOL"; then
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6566 $as_echo "$DLLTOOL" >&6; }
6567 else
6568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6569 $as_echo "no" >&6; }
6574 if test -z "$ac_cv_prog_DLLTOOL"; then
6575 ac_ct_DLLTOOL=$DLLTOOL
6576 # Extract the first word of "dlltool", so it can be a program name with args.
6577 set dummy dlltool; ac_word=$2
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6579 $as_echo_n "checking for $ac_word... " >&6; }
6580 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
6581 $as_echo_n "(cached) " >&6
6582 else
6583 if test -n "$ac_ct_DLLTOOL"; then
6584 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6585 else
6586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6587 for as_dir in $PATH
6589 IFS=$as_save_IFS
6590 test -z "$as_dir" && as_dir=.
6591 for ac_exec_ext in '' $ac_executable_extensions; do
6592 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6593 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6595 break 2
6597 done
6598 done
6599 IFS=$as_save_IFS
6603 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6604 if test -n "$ac_ct_DLLTOOL"; then
6605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6606 $as_echo "$ac_ct_DLLTOOL" >&6; }
6607 else
6608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6609 $as_echo "no" >&6; }
6612 if test "x$ac_ct_DLLTOOL" = x; then
6613 DLLTOOL="false"
6614 else
6615 case $cross_compiling:$ac_tool_warned in
6616 yes:)
6617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6618 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6619 ac_tool_warned=yes ;;
6620 esac
6621 DLLTOOL=$ac_ct_DLLTOOL
6623 else
6624 DLLTOOL="$ac_cv_prog_DLLTOOL"
6627 LIBEXT="dll"
6628 IMPLIBEXT="a"
6629 STATIC_IMPLIBEXT="a"
6630 enable_iphlpapi=${enable_iphlpapi:-no}
6631 enable_kernel32=${enable_kernel32:-no}
6632 enable_msvcrt=${enable_msvcrt:-no}
6633 enable_ntdll=${enable_ntdll:-no}
6634 enable_ws2_32=${enable_ws2_32:-no}
6635 enable_loader=${enable_loader:-no}
6636 enable_server=${enable_server:-no}
6637 with_x=${with_x:-no}
6638 with_pthread=${with_pthread:-no}
6640 crtlibs=""
6641 case $host_os in
6642 mingw32*)
6643 crtlibs="-lmsvcrt"
6644 SOCKETLIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
6646 esac
6648 LIBWINE_RULES="
6649 all: libwine.dll libwine.a
6651 libwine.a: wine.def
6652 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
6654 libwine.dll: \$(OBJS) wine.def Makefile.in
6655 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
6657 install install-lib:: libwine.dll \$(DESTDIR)\$(libdir) dummy
6658 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
6660 install install-dev:: libwine.a \$(DESTDIR)\$(libdir) dummy
6661 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
6663 uninstall::
6664 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
6666 clean::
6667 \$(RM) libwine.dll version.c
6672 darwin*|macosx*)
6673 DLLEXT=".so"
6674 LIBEXT="dylib"
6675 DLLFLAGS="$DLLFLAGS -fPIC"
6676 LDDLLFLAGS="-bundle -multiply_defined suppress"
6677 LIBWINE_LDFLAGS="-multiply_defined suppress"
6678 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6679 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
6680 COREFOUNDATIONLIB="-framework CoreFoundation"
6682 IOKITLIB="-framework IOKit -framework CoreFoundation"
6684 FORCEFEEDBACKLIB="-framework ForceFeedback -framework CoreFoundation"
6686 APPLICATIONSERVICESLIB="-framework ApplicationServices"
6688 CORESERVICESLIB="-framework CoreServices"
6690 APPKITLIB="-framework AppKit"
6692 case $host_os in
6693 darwin11*)
6694 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-macosx_version_min,10.6,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
6697 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
6699 esac
6700 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6701 then
6702 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6705 if test "$ac_cv_header_Security_Security_h" = "yes"
6706 then
6707 SECURITYLIB="-framework Security -framework CoreFoundation"
6709 ac_save_LIBS="$LIBS"
6710 LIBS="$LIBS $SECURITYLIB"
6711 for ac_func in SSLCopyPeerCertificates
6712 do :
6713 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
6714 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
6715 cat >>confdefs.h <<_ACEOF
6716 #define HAVE_SSLCOPYPEERCERTIFICATES 1
6717 _ACEOF
6720 done
6722 LIBS="$ac_save_LIBS"
6723 with_gnutls=${with_gnutls:-no}
6725 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6726 then
6727 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
6728 then
6729 COREAUDIO="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
6731 else
6732 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6735 ac_save_LIBS="$LIBS"
6736 LIBS="$LIBS $COREAUDIO"
6737 for ac_func in AUGraphAddNode
6738 do :
6739 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
6740 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
6741 cat >>confdefs.h <<_ACEOF
6742 #define HAVE_AUGRAPHADDNODE 1
6743 _ACEOF
6746 done
6748 LIBS="$ac_save_LIBS"
6750 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6751 then
6752 FRAMEWORK_OPENAL="-framework OpenAL"
6755 cat >>confdefs.h <<_ACEOF
6756 #define HAVE_OPENAL 1
6757 _ACEOF
6759 ac_cv_lib_openal=yes
6761 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
6762 then
6763 LIBOPENCL="-framework OpenCL"
6765 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
6767 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6768 then
6769 ac_save_LIBS="$LIBS"
6770 LIBS="$LIBS $IOKITLIB"
6771 for ac_func in IOHIDManagerCreate
6772 do :
6773 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6774 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
6775 cat >>confdefs.h <<_ACEOF
6776 #define HAVE_IOHIDMANAGERCREATE 1
6777 _ACEOF
6780 done
6782 LIBS="$ac_save_LIBS"
6784 case $host_cpu in
6785 *powerpc*)
6786 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6787 esac
6788 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
6789 then
6790 QUICKTIMELIB="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
6792 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
6793 else
6794 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
6796 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6797 then
6798 CARBONLIB="-framework Carbon"
6802 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
6803 then
6804 ac_save_LIBS="$LIBS"
6805 LIBS="$LIBS $APPLICATIONSERVICESLIB"
6806 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
6807 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
6808 enable_winemac_drv=${enable_winemac_drv:-yes}
6811 LIBS="$ac_save_LIBS"
6814 if test "x$enable_win16" = "xyes"
6815 then
6816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6817 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6818 if test "$cross_compiling" = yes; then :
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6820 $as_echo "cross-compiling, assuming yes" >&6; }
6821 else
6822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6823 /* end confdefs.h. */
6824 asm(".text\n"
6825 "bad:\tnop;nop\n"
6826 "good:\tnop;nop\n\t"
6827 ".globl _testfunc\n"
6828 "_testfunc:\tcallw good");
6829 extern void testfunc();
6831 main ()
6833 unsigned short *p = (unsigned short *)testfunc;
6834 return p[0] != 0xe866 || p[1] != 0xfffa
6836 return 0;
6838 _ACEOF
6839 if ac_fn_c_try_run "$LINENO"; then :
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6841 $as_echo "yes" >&6; }
6842 else
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6844 $as_echo "no" >&6; }
6845 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
6847 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6848 conftest.$ac_objext conftest.beam conftest.$ac_ext
6853 LIBWINE_RULES="
6854 all: libwine.dylib
6856 libwine.\$(VERSION).dylib: \$(OBJS) \$(RELPATH) Makefile.in
6857 \$(CC) -dynamiclib -install_name @rpath/libwine.\$(SOVERSION).dylib -Wl,-rpath,@loader_path/ -compatibility_version \$(SOVERSION) -current_version \$(VERSION) \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
6859 libwine.\$(SOVERSION).dylib: libwine.\$(VERSION).dylib
6860 \$(RM) \$@ && \$(LN_S) libwine.\$(VERSION).dylib \$@
6862 libwine.dylib: libwine.\$(SOVERSION).dylib
6863 \$(RM) \$@ && \$(LN_S) libwine.\$(SOVERSION).dylib \$@
6865 install install-lib:: libwine.\$(VERSION).dylib \$(DESTDIR)\$(libdir) dummy
6866 \$(INSTALL_PROGRAM) libwine.\$(VERSION).dylib \$(DESTDIR)\$(libdir)/libwine.\$(VERSION).dylib
6867 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.\$(SOVERSION).dylib && \$(LN_S) libwine.\$(VERSION).dylib libwine.\$(SOVERSION).dylib
6869 install install-dev:: \$(DESTDIR)\$(libdir) dummy
6870 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.\$(VERSION).dylib libwine.dylib
6872 uninstall::
6873 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.\$(VERSION).dylib libwine.\$(SOVERSION).dylib
6875 clean::
6876 \$(RM) libwine.dylib libwine.\$(VERSION).dylib libwine.\$(SOVERSION).dylib version.c
6881 linux-android*)
6882 DLLFLAGS="$DLLFLAGS -fPIC"
6883 DLLEXT=".so"
6884 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6886 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6887 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+:} false; then :
6888 $as_echo_n "(cached) " >&6
6889 else
6890 ac_wine_try_cflags_saved=$CFLAGS
6891 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6893 /* end confdefs.h. */
6894 int main(int argc, char **argv) { return 0; }
6895 _ACEOF
6896 if ac_fn_c_try_link "$LINENO"; then :
6897 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6898 else
6899 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6901 rm -f core conftest.err conftest.$ac_objext \
6902 conftest$ac_exeext conftest.$ac_ext
6903 CFLAGS=$ac_wine_try_cflags_saved
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6906 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6907 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6908 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
6911 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6912 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+:} false; then :
6913 $as_echo_n "(cached) " >&6
6914 else
6915 ac_wine_try_cflags_saved=$CFLAGS
6916 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6918 /* end confdefs.h. */
6919 int main(int argc, char **argv) { return 0; }
6920 _ACEOF
6921 if ac_fn_c_try_link "$LINENO"; then :
6922 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6923 else
6924 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6926 rm -f core conftest.err conftest.$ac_objext \
6927 conftest$ac_exeext conftest.$ac_ext
6928 CFLAGS=$ac_wine_try_cflags_saved
6930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6931 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6932 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6933 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6936 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6937 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
6938 $as_echo_n "(cached) " >&6
6939 else
6940 ac_wine_try_cflags_saved=$CFLAGS
6941 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6943 /* end confdefs.h. */
6944 int main(int argc, char **argv) { return 0; }
6945 _ACEOF
6946 if ac_fn_c_try_link "$LINENO"; then :
6947 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6948 else
6949 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6951 rm -f core conftest.err conftest.$ac_objext \
6952 conftest$ac_exeext conftest.$ac_ext
6953 CFLAGS=$ac_wine_try_cflags_saved
6955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6956 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6957 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6958 LDEXECFLAGS="-Wl,--export-dynamic"
6961 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6963 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6964 if eval \${$as_ac_var+:} false; then :
6965 $as_echo_n "(cached) " >&6
6966 else
6967 ac_wine_try_cflags_saved=$CFLAGS
6968 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6970 /* end confdefs.h. */
6971 int main(int argc, char **argv) { return 0; }
6972 _ACEOF
6973 if ac_fn_c_try_link "$LINENO"; then :
6974 eval "$as_ac_var=yes"
6975 else
6976 eval "$as_ac_var=no"
6978 rm -f core conftest.err conftest.$ac_objext \
6979 conftest$ac_exeext conftest.$ac_ext
6980 CFLAGS=$ac_wine_try_cflags_saved
6982 eval ac_res=\$$as_ac_var
6983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6984 $as_echo "$ac_res" >&6; }
6985 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6986 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6987 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6988 else
6989 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6991 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6992 if eval \${$as_ac_var+:} false; then :
6993 $as_echo_n "(cached) " >&6
6994 else
6995 ac_wine_try_cflags_saved=$CFLAGS
6996 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6998 /* end confdefs.h. */
6999 int main(int argc, char **argv) { return 0; }
7000 _ACEOF
7001 if ac_fn_c_try_link "$LINENO"; then :
7002 eval "$as_ac_var=yes"
7003 else
7004 eval "$as_ac_var=no"
7006 rm -f core conftest.err conftest.$ac_objext \
7007 conftest$ac_exeext conftest.$ac_ext
7008 CFLAGS=$ac_wine_try_cflags_saved
7010 eval ac_res=\$$as_ac_var
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7012 $as_echo "$ac_res" >&6; }
7013 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
7014 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7015 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7020 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7021 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
7022 $as_echo_n "(cached) " >&6
7023 else
7024 ac_wine_try_cflags_saved=$CFLAGS
7025 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7027 /* end confdefs.h. */
7028 int main(int argc, char **argv) { return 0; }
7029 _ACEOF
7030 if ac_fn_c_try_link "$LINENO"; then :
7031 ac_cv_cflags__Wl___enable_new_dtags=yes
7032 else
7033 ac_cv_cflags__Wl___enable_new_dtags=no
7035 rm -f core conftest.err conftest.$ac_objext \
7036 conftest$ac_exeext conftest.$ac_ext
7037 CFLAGS=$ac_wine_try_cflags_saved
7039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7040 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7041 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
7042 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7045 case $host_cpu in
7046 *i[3456789]86* | x86_64)
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7048 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
7049 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
7050 $as_echo_n "(cached) " >&6
7051 else
7052 ac_wine_try_cflags_saved=$CFLAGS
7053 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7055 /* end confdefs.h. */
7056 int main(int argc, char **argv) { return 0; }
7057 _ACEOF
7058 if ac_fn_c_try_link "$LINENO"; then :
7059 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
7060 else
7061 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
7063 rm -f core conftest.err conftest.$ac_objext \
7064 conftest$ac_exeext conftest.$ac_ext
7065 CFLAGS=$ac_wine_try_cflags_saved
7067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7068 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7069 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
7070 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
7073 esac
7075 LIBWINE_RULES="
7076 all: libwine.so
7078 libwine.so: \$(OBJS) Makefile.in
7079 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
7081 install install-lib:: libwine.so \$(DESTDIR)\$(libdir) dummy
7082 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
7084 uninstall::
7085 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
7087 clean::
7088 \$(RM) libwine.so version.c
7094 DLLFLAGS="$DLLFLAGS -fPIC"
7095 DLLEXT=".so"
7096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
7097 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7098 if ${ac_cv_c_dll_gnuelf+:} false; then :
7099 $as_echo_n "(cached) " >&6
7100 else
7101 ac_wine_try_cflags_saved=$CFLAGS
7102 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7104 /* end confdefs.h. */
7105 void myfunc() {}
7106 _ACEOF
7107 if ac_fn_c_try_link "$LINENO"; then :
7108 ac_cv_c_dll_gnuelf="yes"
7109 else
7110 ac_cv_c_dll_gnuelf="no"
7112 rm -f core conftest.err conftest.$ac_objext \
7113 conftest$ac_exeext conftest.$ac_ext
7114 CFLAGS=$ac_wine_try_cflags_saved
7116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
7117 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7118 if test "$ac_cv_c_dll_gnuelf" = "yes"
7119 then
7120 LDSHARED="\$(CC) -shared"
7121 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7123 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7124 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
7125 $as_echo_n "(cached) " >&6
7126 else
7127 ac_wine_try_cflags_saved=$CFLAGS
7128 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7130 /* end confdefs.h. */
7131 int main(int argc, char **argv) { return 0; }
7132 _ACEOF
7133 if ac_fn_c_try_link "$LINENO"; then :
7134 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7135 else
7136 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7138 rm -f core conftest.err conftest.$ac_objext \
7139 conftest$ac_exeext conftest.$ac_ext
7140 CFLAGS=$ac_wine_try_cflags_saved
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7143 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7144 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
7145 LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so.\$(SOVERSION)"
7146 else
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7148 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7149 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
7150 $as_echo_n "(cached) " >&6
7151 else
7152 ac_wine_try_cflags_saved=$CFLAGS
7153 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7155 /* end confdefs.h. */
7156 int main(int argc, char **argv) { return 0; }
7157 _ACEOF
7158 if ac_fn_c_try_link "$LINENO"; then :
7159 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7160 else
7161 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7163 rm -f core conftest.err conftest.$ac_objext \
7164 conftest$ac_exeext conftest.$ac_ext
7165 CFLAGS=$ac_wine_try_cflags_saved
7167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7168 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7169 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
7170 LDSHARED="\$(CC) -shared -Wl,-h,libwine.so.\$(SOVERSION)"
7174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7175 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7176 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+:} false; then :
7177 $as_echo_n "(cached) " >&6
7178 else
7179 ac_wine_try_cflags_saved=$CFLAGS
7180 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7182 /* end confdefs.h. */
7183 int main(int argc, char **argv) { return 0; }
7184 _ACEOF
7185 if ac_fn_c_try_link "$LINENO"; then :
7186 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7187 else
7188 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7190 rm -f core conftest.err conftest.$ac_objext \
7191 conftest$ac_exeext conftest.$ac_ext
7192 CFLAGS=$ac_wine_try_cflags_saved
7194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7195 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7196 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
7197 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7201 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7202 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+:} false; then :
7203 $as_echo_n "(cached) " >&6
7204 else
7205 ac_wine_try_cflags_saved=$CFLAGS
7206 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7208 /* end confdefs.h. */
7209 int main(int argc, char **argv) { return 0; }
7210 _ACEOF
7211 if ac_fn_c_try_link "$LINENO"; then :
7212 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7213 else
7214 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7216 rm -f core conftest.err conftest.$ac_objext \
7217 conftest$ac_exeext conftest.$ac_ext
7218 CFLAGS=$ac_wine_try_cflags_saved
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7221 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7222 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
7223 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7226 echo '{ global: *; };' >conftest.map
7227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7228 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7229 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
7230 $as_echo_n "(cached) " >&6
7231 else
7232 ac_wine_try_cflags_saved=$CFLAGS
7233 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7235 /* end confdefs.h. */
7236 int main(int argc, char **argv) { return 0; }
7237 _ACEOF
7238 if ac_fn_c_try_link "$LINENO"; then :
7239 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7240 else
7241 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7243 rm -f core conftest.err conftest.$ac_objext \
7244 conftest$ac_exeext conftest.$ac_ext
7245 CFLAGS=$ac_wine_try_cflags_saved
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7248 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7249 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
7250 LDSHARED="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
7252 rm -f conftest.map
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7255 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7256 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
7257 $as_echo_n "(cached) " >&6
7258 else
7259 ac_wine_try_cflags_saved=$CFLAGS
7260 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7262 /* end confdefs.h. */
7263 int main(int argc, char **argv) { return 0; }
7264 _ACEOF
7265 if ac_fn_c_try_link "$LINENO"; then :
7266 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7267 else
7268 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7270 rm -f core conftest.err conftest.$ac_objext \
7271 conftest$ac_exeext conftest.$ac_ext
7272 CFLAGS=$ac_wine_try_cflags_saved
7274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7275 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7276 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
7277 LDEXECFLAGS="-Wl,--export-dynamic"
7281 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7283 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7284 if eval \${$as_ac_var+:} false; then :
7285 $as_echo_n "(cached) " >&6
7286 else
7287 ac_wine_try_cflags_saved=$CFLAGS
7288 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7290 /* end confdefs.h. */
7291 int main(int argc, char **argv) { return 0; }
7292 _ACEOF
7293 if ac_fn_c_try_link "$LINENO"; then :
7294 eval "$as_ac_var=yes"
7295 else
7296 eval "$as_ac_var=no"
7298 rm -f core conftest.err conftest.$ac_objext \
7299 conftest$ac_exeext conftest.$ac_ext
7300 CFLAGS=$ac_wine_try_cflags_saved
7302 eval ac_res=\$$as_ac_var
7303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7304 $as_echo "$ac_res" >&6; }
7305 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
7306 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7307 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7308 else
7309 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7311 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7312 if eval \${$as_ac_var+:} false; then :
7313 $as_echo_n "(cached) " >&6
7314 else
7315 ac_wine_try_cflags_saved=$CFLAGS
7316 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7318 /* end confdefs.h. */
7319 int main(int argc, char **argv) { return 0; }
7320 _ACEOF
7321 if ac_fn_c_try_link "$LINENO"; then :
7322 eval "$as_ac_var=yes"
7323 else
7324 eval "$as_ac_var=no"
7326 rm -f core conftest.err conftest.$ac_objext \
7327 conftest$ac_exeext conftest.$ac_ext
7328 CFLAGS=$ac_wine_try_cflags_saved
7330 eval ac_res=\$$as_ac_var
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7332 $as_echo "$ac_res" >&6; }
7333 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
7334 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7335 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7340 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7341 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
7342 $as_echo_n "(cached) " >&6
7343 else
7344 ac_wine_try_cflags_saved=$CFLAGS
7345 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7347 /* end confdefs.h. */
7348 int main(int argc, char **argv) { return 0; }
7349 _ACEOF
7350 if ac_fn_c_try_link "$LINENO"; then :
7351 ac_cv_cflags__Wl___enable_new_dtags=yes
7352 else
7353 ac_cv_cflags__Wl___enable_new_dtags=no
7355 rm -f core conftest.err conftest.$ac_objext \
7356 conftest$ac_exeext conftest.$ac_ext
7357 CFLAGS=$ac_wine_try_cflags_saved
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7360 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7361 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
7362 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7365 case $host_cpu in
7366 *i[3456789]86* | x86_64)
7367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7368 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
7369 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
7370 $as_echo_n "(cached) " >&6
7371 else
7372 ac_wine_try_cflags_saved=$CFLAGS
7373 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7375 /* end confdefs.h. */
7376 int main(int argc, char **argv) { return 0; }
7377 _ACEOF
7378 if ac_fn_c_try_link "$LINENO"; then :
7379 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
7380 else
7381 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
7383 rm -f core conftest.err conftest.$ac_objext \
7384 conftest$ac_exeext conftest.$ac_ext
7385 CFLAGS=$ac_wine_try_cflags_saved
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7388 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7389 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
7390 case $host_os in
7391 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
7392 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
7393 esac
7396 # Extract the first word of "prelink", so it can be a program name with args.
7397 set dummy prelink; ac_word=$2
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7399 $as_echo_n "checking for $ac_word... " >&6; }
7400 if ${ac_cv_path_PRELINK+:} false; then :
7401 $as_echo_n "(cached) " >&6
7402 else
7403 case $PRELINK in
7404 [\\/]* | ?:[\\/]*)
7405 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
7408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7409 for as_dir in /sbin /usr/sbin $PATH
7411 IFS=$as_save_IFS
7412 test -z "$as_dir" && as_dir=.
7413 for ac_exec_ext in '' $ac_executable_extensions; do
7414 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7415 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
7416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7417 break 2
7419 done
7420 done
7421 IFS=$as_save_IFS
7423 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
7425 esac
7427 PRELINK=$ac_cv_path_PRELINK
7428 if test -n "$PRELINK"; then
7429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
7430 $as_echo "$PRELINK" >&6; }
7431 else
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7433 $as_echo "no" >&6; }
7437 if test "x$PRELINK" = xfalse
7438 then
7439 as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
7442 esac
7444 else
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
7446 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
7447 if ${ac_cv_c_dll_unixware+:} false; then :
7448 $as_echo_n "(cached) " >&6
7449 else
7450 ac_wine_try_cflags_saved=$CFLAGS
7451 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
7452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7453 /* end confdefs.h. */
7454 void myfunc() {}
7455 _ACEOF
7456 if ac_fn_c_try_link "$LINENO"; then :
7457 ac_cv_c_dll_unixware="yes"
7458 else
7459 ac_cv_c_dll_unixware="no"
7461 rm -f core conftest.err conftest.$ac_objext \
7462 conftest$ac_exeext conftest.$ac_ext
7463 CFLAGS=$ac_wine_try_cflags_saved
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
7466 $as_echo "$ac_cv_c_dll_unixware" >&6; }
7467 if test "$ac_cv_c_dll_unixware" = "yes"
7468 then
7469 LDSHARED="\$(CC) -Wl,-G,-h,libwine.so.\$(SOVERSION)"
7470 LDDLLFLAGS="-Wl,-G,-B,symbolic"
7473 LIBWINE_RULES="
7474 all: libwine.so
7476 libwine.so.\$(VERSION): \$(OBJS) wine.map Makefile.in
7477 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
7479 libwine.so.\$(SOVERSION): libwine.so.\$(VERSION)
7480 \$(RM) \$@ && \$(LN_S) libwine.so.\$(VERSION) \$@
7482 libwine.so: libwine.so.\$(SOVERSION)
7483 \$(RM) \$@ && \$(LN_S) libwine.so.\$(SOVERSION) \$@
7485 install install-lib:: libwine.so.\$(VERSION) \$(DESTDIR)\$(libdir) dummy
7486 \$(INSTALL_PROGRAM) libwine.so.\$(VERSION) \$(DESTDIR)\$(libdir)/libwine.so.\$(VERSION)
7487 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.\$(SOVERSION) && \$(LN_S) libwine.so.\$(VERSION) libwine.so.\$(SOVERSION)
7489 install install-dev:: \$(DESTDIR)\$(libdir) dummy
7490 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.\$(VERSION) libwine.so
7492 uninstall::
7493 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.\$(VERSION) libwine.so.\$(SOVERSION)
7495 clean::
7496 \$(RM) libwine.so.\$(SOVERSION) libwine.so.\$(VERSION) version.c
7500 esac
7502 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
7503 enable_winemac_drv=${enable_winemac_drv:-no}
7505 CROSSTEST_DISABLE=\#
7507 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
7508 then
7509 case "$host_cpu" in
7510 i[3456789]86*)
7511 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
7512 mingw32-gcc" ;;
7513 x86_64)
7514 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 " ;;
7516 ac_prefix_list="" ;;
7517 esac
7518 for ac_prog in $ac_prefix_list
7520 # Extract the first word of "$ac_prog", so it can be a program name with args.
7521 set dummy $ac_prog; ac_word=$2
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7523 $as_echo_n "checking for $ac_word... " >&6; }
7524 if ${ac_cv_prog_CROSSCC+:} false; then :
7525 $as_echo_n "(cached) " >&6
7526 else
7527 if test -n "$CROSSCC"; then
7528 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7529 else
7530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7531 for as_dir in $PATH
7533 IFS=$as_save_IFS
7534 test -z "$as_dir" && as_dir=.
7535 for ac_exec_ext in '' $ac_executable_extensions; do
7536 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7537 ac_cv_prog_CROSSCC="$ac_prog"
7538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7539 break 2
7541 done
7542 done
7543 IFS=$as_save_IFS
7547 CROSSCC=$ac_cv_prog_CROSSCC
7548 if test -n "$CROSSCC"; then
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7550 $as_echo "$CROSSCC" >&6; }
7551 else
7552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7553 $as_echo "no" >&6; }
7557 test -n "$CROSSCC" && break
7558 done
7559 test -n "$CROSSCC" || CROSSCC="false"
7561 if test "$CROSSCC" != "false"
7562 then
7563 ac_save_CC="$CC"
7564 CC="$CROSSCC"
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
7566 $as_echo_n "checking whether $CROSSCC works... " >&6; }
7567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7568 /* end confdefs.h. */
7571 main ()
7575 return 0;
7577 _ACEOF
7578 if ac_fn_c_try_compile "$LINENO"; then :
7579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7580 $as_echo "yes" >&6; }
7581 set x $CROSSCC
7582 shift
7583 target=""
7584 while test $# -ge 1
7586 case "$1" in
7587 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7588 esac
7589 shift
7590 done
7591 if test -n "$target"
7592 then
7593 CROSSTEST_DISABLE=""
7594 CROSSTARGET="$target"
7597 else
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7599 $as_echo "no" >&6; }
7601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7602 CC="$ac_save_CC"
7607 if test "$ac_cv_header_pthread_h" = "yes"
7608 then
7609 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
7610 if test "x$ac_cv_func_pthread_create" = xyes; then :
7612 else
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7614 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7615 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
7616 $as_echo_n "(cached) " >&6
7617 else
7618 ac_check_lib_save_LIBS=$LIBS
7619 LIBS="-lpthread $LIBS"
7620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7621 /* end confdefs.h. */
7623 /* Override any GCC internal prototype to avoid an error.
7624 Use char because int might match the return type of a GCC
7625 builtin and then its argument prototype would still apply. */
7626 #ifdef __cplusplus
7627 extern "C"
7628 #endif
7629 char pthread_create ();
7631 main ()
7633 return pthread_create ();
7635 return 0;
7637 _ACEOF
7638 if ac_fn_c_try_link "$LINENO"; then :
7639 ac_cv_lib_pthread_pthread_create=yes
7640 else
7641 ac_cv_lib_pthread_pthread_create=no
7643 rm -f core conftest.err conftest.$ac_objext \
7644 conftest$ac_exeext conftest.$ac_ext
7645 LIBS=$ac_check_lib_save_LIBS
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7648 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7649 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
7650 LIBPTHREAD="-lpthread"
7657 if test "x$ac_cv_func_pthread_create" != xyes -a "x$LIBPTHREAD" = x; then :
7658 case "x$with_pthread" in
7659 xno) ;;
7660 *) as_fn_error $? "pthread ${notice_platform}development files not found.
7661 Wine cannot support threads without libpthread.
7662 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7663 esac
7667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7668 $as_echo_n "checking for X... " >&6; }
7671 # Check whether --with-x was given.
7672 if test "${with_x+set}" = set; then :
7673 withval=$with_x;
7676 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7677 if test "x$with_x" = xno; then
7678 # The user explicitly disabled X.
7679 have_x=disabled
7680 else
7681 case $x_includes,$x_libraries in #(
7682 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
7683 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
7684 $as_echo_n "(cached) " >&6
7685 else
7686 # One or both of the vars are not set, and there is no cached value.
7687 ac_x_includes=no ac_x_libraries=no
7688 rm -f -r conftest.dir
7689 if mkdir conftest.dir; then
7690 cd conftest.dir
7691 cat >Imakefile <<'_ACEOF'
7692 incroot:
7693 @echo incroot='${INCROOT}'
7694 usrlibdir:
7695 @echo usrlibdir='${USRLIBDIR}'
7696 libdir:
7697 @echo libdir='${LIBDIR}'
7698 _ACEOF
7699 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7700 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
7701 for ac_var in incroot usrlibdir libdir; do
7702 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7703 done
7704 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7705 for ac_extension in a so sl dylib la dll; do
7706 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7707 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7708 ac_im_usrlibdir=$ac_im_libdir; break
7710 done
7711 # Screen out bogus values from the imake configuration. They are
7712 # bogus both because they are the default anyway, and because
7713 # using them would break gcc on systems where it needs fixed includes.
7714 case $ac_im_incroot in
7715 /usr/include) ac_x_includes= ;;
7716 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7717 esac
7718 case $ac_im_usrlibdir in
7719 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7720 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7721 esac
7723 cd ..
7724 rm -f -r conftest.dir
7727 # Standard set of common directories for X headers.
7728 # Check X11 before X11Rn because it is often a symlink to the current release.
7729 ac_x_header_dirs='
7730 /usr/X11/include
7731 /usr/X11R7/include
7732 /usr/X11R6/include
7733 /usr/X11R5/include
7734 /usr/X11R4/include
7736 /usr/include/X11
7737 /usr/include/X11R7
7738 /usr/include/X11R6
7739 /usr/include/X11R5
7740 /usr/include/X11R4
7742 /usr/local/X11/include
7743 /usr/local/X11R7/include
7744 /usr/local/X11R6/include
7745 /usr/local/X11R5/include
7746 /usr/local/X11R4/include
7748 /usr/local/include/X11
7749 /usr/local/include/X11R7
7750 /usr/local/include/X11R6
7751 /usr/local/include/X11R5
7752 /usr/local/include/X11R4
7754 /usr/X386/include
7755 /usr/x386/include
7756 /usr/XFree86/include/X11
7758 /usr/include
7759 /usr/local/include
7760 /usr/unsupported/include
7761 /usr/athena/include
7762 /usr/local/x11r5/include
7763 /usr/lpp/Xamples/include
7765 /usr/openwin/include
7766 /usr/openwin/share/include'
7768 if test "$ac_x_includes" = no; then
7769 # Guess where to find include files, by looking for Xlib.h.
7770 # First, try using that file with no special directory specified.
7771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7772 /* end confdefs.h. */
7773 #include <X11/Xlib.h>
7774 _ACEOF
7775 if ac_fn_c_try_cpp "$LINENO"; then :
7776 # We can compile using X headers with no special include directory.
7777 ac_x_includes=
7778 else
7779 for ac_dir in $ac_x_header_dirs; do
7780 if test -r "$ac_dir/X11/Xlib.h"; then
7781 ac_x_includes=$ac_dir
7782 break
7784 done
7786 rm -f conftest.err conftest.i conftest.$ac_ext
7787 fi # $ac_x_includes = no
7789 if test "$ac_x_libraries" = no; then
7790 # Check for the libraries.
7791 # See if we find them without any special options.
7792 # Don't add to $LIBS permanently.
7793 ac_save_LIBS=$LIBS
7794 LIBS="-lX11 $LIBS"
7795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7796 /* end confdefs.h. */
7797 #include <X11/Xlib.h>
7799 main ()
7801 XrmInitialize ()
7803 return 0;
7805 _ACEOF
7806 if ac_fn_c_try_link "$LINENO"; then :
7807 LIBS=$ac_save_LIBS
7808 # We can link X programs with no special library path.
7809 ac_x_libraries=
7810 else
7811 LIBS=$ac_save_LIBS
7812 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7814 # Don't even attempt the hair of trying to link an X program!
7815 for ac_extension in a so sl dylib la dll; do
7816 if test -r "$ac_dir/libX11.$ac_extension"; then
7817 ac_x_libraries=$ac_dir
7818 break 2
7820 done
7821 done
7823 rm -f core conftest.err conftest.$ac_objext \
7824 conftest$ac_exeext conftest.$ac_ext
7825 fi # $ac_x_libraries = no
7827 case $ac_x_includes,$ac_x_libraries in #(
7828 no,* | *,no | *\'*)
7829 # Didn't find X, or a directory has "'" in its name.
7830 ac_cv_have_x="have_x=no";; #(
7832 # Record where we found X for the cache.
7833 ac_cv_have_x="have_x=yes\
7834 ac_x_includes='$ac_x_includes'\
7835 ac_x_libraries='$ac_x_libraries'"
7836 esac
7838 ;; #(
7839 *) have_x=yes;;
7840 esac
7841 eval "$ac_cv_have_x"
7842 fi # $with_x != no
7844 if test "$have_x" != yes; then
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7846 $as_echo "$have_x" >&6; }
7847 no_x=yes
7848 else
7849 # If each of the values was on the command line, it overrides each guess.
7850 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7851 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7852 # Update the cache value to reflect the command line values.
7853 ac_cv_have_x="have_x=yes\
7854 ac_x_includes='$x_includes'\
7855 ac_x_libraries='$x_libraries'"
7856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7857 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7860 if test "$no_x" = yes; then
7861 # Not all programs may use this symbol, but it does not hurt to define it.
7863 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7865 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7866 else
7867 if test -n "$x_includes"; then
7868 X_CFLAGS="$X_CFLAGS -I$x_includes"
7871 # It would also be nice to do this for all -L options, not just this one.
7872 if test -n "$x_libraries"; then
7873 X_LIBS="$X_LIBS -L$x_libraries"
7874 # For Solaris; some versions of Sun CC require a space after -R and
7875 # others require no space. Words are not sufficient . . . .
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7877 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7878 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7879 ac_xsave_c_werror_flag=$ac_c_werror_flag
7880 ac_c_werror_flag=yes
7881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7882 /* end confdefs.h. */
7885 main ()
7889 return 0;
7891 _ACEOF
7892 if ac_fn_c_try_link "$LINENO"; then :
7893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7894 $as_echo "no" >&6; }
7895 X_LIBS="$X_LIBS -R$x_libraries"
7896 else
7897 LIBS="$ac_xsave_LIBS -R $x_libraries"
7898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7899 /* end confdefs.h. */
7902 main ()
7906 return 0;
7908 _ACEOF
7909 if ac_fn_c_try_link "$LINENO"; then :
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7911 $as_echo "yes" >&6; }
7912 X_LIBS="$X_LIBS -R $x_libraries"
7913 else
7914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7915 $as_echo "neither works" >&6; }
7917 rm -f core conftest.err conftest.$ac_objext \
7918 conftest$ac_exeext conftest.$ac_ext
7920 rm -f core conftest.err conftest.$ac_objext \
7921 conftest$ac_exeext conftest.$ac_ext
7922 ac_c_werror_flag=$ac_xsave_c_werror_flag
7923 LIBS=$ac_xsave_LIBS
7926 # Check for system-dependent libraries X programs must link with.
7927 # Do this before checking for the system-independent R6 libraries
7928 # (-lICE), since we may need -lsocket or whatever for X linking.
7930 if test "$ISC" = yes; then
7931 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7932 else
7933 # Martyn Johnson says this is needed for Ultrix, if the X
7934 # libraries were built with DECnet support. And Karl Berry says
7935 # the Alpha needs dnet_stub (dnet does not exist).
7936 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7938 /* end confdefs.h. */
7940 /* Override any GCC internal prototype to avoid an error.
7941 Use char because int might match the return type of a GCC
7942 builtin and then its argument prototype would still apply. */
7943 #ifdef __cplusplus
7944 extern "C"
7945 #endif
7946 char XOpenDisplay ();
7948 main ()
7950 return XOpenDisplay ();
7952 return 0;
7954 _ACEOF
7955 if ac_fn_c_try_link "$LINENO"; then :
7957 else
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7959 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7960 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
7961 $as_echo_n "(cached) " >&6
7962 else
7963 ac_check_lib_save_LIBS=$LIBS
7964 LIBS="-ldnet $LIBS"
7965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7966 /* end confdefs.h. */
7968 /* Override any GCC internal prototype to avoid an error.
7969 Use char because int might match the return type of a GCC
7970 builtin and then its argument prototype would still apply. */
7971 #ifdef __cplusplus
7972 extern "C"
7973 #endif
7974 char dnet_ntoa ();
7976 main ()
7978 return dnet_ntoa ();
7980 return 0;
7982 _ACEOF
7983 if ac_fn_c_try_link "$LINENO"; then :
7984 ac_cv_lib_dnet_dnet_ntoa=yes
7985 else
7986 ac_cv_lib_dnet_dnet_ntoa=no
7988 rm -f core conftest.err conftest.$ac_objext \
7989 conftest$ac_exeext conftest.$ac_ext
7990 LIBS=$ac_check_lib_save_LIBS
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7993 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7994 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
7995 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7998 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
8000 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8001 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
8002 $as_echo_n "(cached) " >&6
8003 else
8004 ac_check_lib_save_LIBS=$LIBS
8005 LIBS="-ldnet_stub $LIBS"
8006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8007 /* end confdefs.h. */
8009 /* Override any GCC internal prototype to avoid an error.
8010 Use char because int might match the return type of a GCC
8011 builtin and then its argument prototype would still apply. */
8012 #ifdef __cplusplus
8013 extern "C"
8014 #endif
8015 char dnet_ntoa ();
8017 main ()
8019 return dnet_ntoa ();
8021 return 0;
8023 _ACEOF
8024 if ac_fn_c_try_link "$LINENO"; then :
8025 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8026 else
8027 ac_cv_lib_dnet_stub_dnet_ntoa=no
8029 rm -f core conftest.err conftest.$ac_objext \
8030 conftest$ac_exeext conftest.$ac_ext
8031 LIBS=$ac_check_lib_save_LIBS
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8034 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8035 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
8036 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8041 rm -f core conftest.err conftest.$ac_objext \
8042 conftest$ac_exeext conftest.$ac_ext
8043 LIBS="$ac_xsave_LIBS"
8045 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8046 # to get the SysV transport functions.
8047 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8048 # needs -lnsl.
8049 # The nsl library prevents programs from opening the X display
8050 # on Irix 5.2, according to T.E. Dickey.
8051 # The functions gethostbyname, getservbyname, and inet_addr are
8052 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8053 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
8054 if test "x$ac_cv_func_gethostbyname" = xyes; then :
8058 if test $ac_cv_func_gethostbyname = no; then
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8060 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8061 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
8062 $as_echo_n "(cached) " >&6
8063 else
8064 ac_check_lib_save_LIBS=$LIBS
8065 LIBS="-lnsl $LIBS"
8066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8067 /* end confdefs.h. */
8069 /* Override any GCC internal prototype to avoid an error.
8070 Use char because int might match the return type of a GCC
8071 builtin and then its argument prototype would still apply. */
8072 #ifdef __cplusplus
8073 extern "C"
8074 #endif
8075 char gethostbyname ();
8077 main ()
8079 return gethostbyname ();
8081 return 0;
8083 _ACEOF
8084 if ac_fn_c_try_link "$LINENO"; then :
8085 ac_cv_lib_nsl_gethostbyname=yes
8086 else
8087 ac_cv_lib_nsl_gethostbyname=no
8089 rm -f core conftest.err conftest.$ac_objext \
8090 conftest$ac_exeext conftest.$ac_ext
8091 LIBS=$ac_check_lib_save_LIBS
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8094 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8095 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
8096 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
8099 if test $ac_cv_lib_nsl_gethostbyname = no; then
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
8101 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
8102 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
8103 $as_echo_n "(cached) " >&6
8104 else
8105 ac_check_lib_save_LIBS=$LIBS
8106 LIBS="-lbsd $LIBS"
8107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8108 /* end confdefs.h. */
8110 /* Override any GCC internal prototype to avoid an error.
8111 Use char because int might match the return type of a GCC
8112 builtin and then its argument prototype would still apply. */
8113 #ifdef __cplusplus
8114 extern "C"
8115 #endif
8116 char gethostbyname ();
8118 main ()
8120 return gethostbyname ();
8122 return 0;
8124 _ACEOF
8125 if ac_fn_c_try_link "$LINENO"; then :
8126 ac_cv_lib_bsd_gethostbyname=yes
8127 else
8128 ac_cv_lib_bsd_gethostbyname=no
8130 rm -f core conftest.err conftest.$ac_objext \
8131 conftest$ac_exeext conftest.$ac_ext
8132 LIBS=$ac_check_lib_save_LIBS
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
8135 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
8136 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
8137 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
8143 # lieder@skyler.mavd.honeywell.com says without -lsocket,
8144 # socket/setsockopt and other routines are undefined under SCO ODT
8145 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
8146 # on later versions), says Simon Leinen: it contains gethostby*
8147 # variants that don't use the name server (or something). -lsocket
8148 # must be given before -lnsl if both are needed. We assume that
8149 # if connect needs -lnsl, so does gethostbyname.
8150 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
8151 if test "x$ac_cv_func_connect" = xyes; then :
8155 if test $ac_cv_func_connect = no; then
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
8157 $as_echo_n "checking for connect in -lsocket... " >&6; }
8158 if ${ac_cv_lib_socket_connect+:} false; then :
8159 $as_echo_n "(cached) " >&6
8160 else
8161 ac_check_lib_save_LIBS=$LIBS
8162 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
8163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8164 /* end confdefs.h. */
8166 /* Override any GCC internal prototype to avoid an error.
8167 Use char because int might match the return type of a GCC
8168 builtin and then its argument prototype would still apply. */
8169 #ifdef __cplusplus
8170 extern "C"
8171 #endif
8172 char connect ();
8174 main ()
8176 return connect ();
8178 return 0;
8180 _ACEOF
8181 if ac_fn_c_try_link "$LINENO"; then :
8182 ac_cv_lib_socket_connect=yes
8183 else
8184 ac_cv_lib_socket_connect=no
8186 rm -f core conftest.err conftest.$ac_objext \
8187 conftest$ac_exeext conftest.$ac_ext
8188 LIBS=$ac_check_lib_save_LIBS
8190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
8191 $as_echo "$ac_cv_lib_socket_connect" >&6; }
8192 if test "x$ac_cv_lib_socket_connect" = xyes; then :
8193 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
8198 # Guillermo Gomez says -lposix is necessary on A/UX.
8199 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
8200 if test "x$ac_cv_func_remove" = xyes; then :
8204 if test $ac_cv_func_remove = no; then
8205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
8206 $as_echo_n "checking for remove in -lposix... " >&6; }
8207 if ${ac_cv_lib_posix_remove+:} false; then :
8208 $as_echo_n "(cached) " >&6
8209 else
8210 ac_check_lib_save_LIBS=$LIBS
8211 LIBS="-lposix $LIBS"
8212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8213 /* end confdefs.h. */
8215 /* Override any GCC internal prototype to avoid an error.
8216 Use char because int might match the return type of a GCC
8217 builtin and then its argument prototype would still apply. */
8218 #ifdef __cplusplus
8219 extern "C"
8220 #endif
8221 char remove ();
8223 main ()
8225 return remove ();
8227 return 0;
8229 _ACEOF
8230 if ac_fn_c_try_link "$LINENO"; then :
8231 ac_cv_lib_posix_remove=yes
8232 else
8233 ac_cv_lib_posix_remove=no
8235 rm -f core conftest.err conftest.$ac_objext \
8236 conftest$ac_exeext conftest.$ac_ext
8237 LIBS=$ac_check_lib_save_LIBS
8239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
8240 $as_echo "$ac_cv_lib_posix_remove" >&6; }
8241 if test "x$ac_cv_lib_posix_remove" = xyes; then :
8242 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
8247 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
8248 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
8249 if test "x$ac_cv_func_shmat" = xyes; then :
8253 if test $ac_cv_func_shmat = no; then
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
8255 $as_echo_n "checking for shmat in -lipc... " >&6; }
8256 if ${ac_cv_lib_ipc_shmat+:} false; then :
8257 $as_echo_n "(cached) " >&6
8258 else
8259 ac_check_lib_save_LIBS=$LIBS
8260 LIBS="-lipc $LIBS"
8261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8262 /* end confdefs.h. */
8264 /* Override any GCC internal prototype to avoid an error.
8265 Use char because int might match the return type of a GCC
8266 builtin and then its argument prototype would still apply. */
8267 #ifdef __cplusplus
8268 extern "C"
8269 #endif
8270 char shmat ();
8272 main ()
8274 return shmat ();
8276 return 0;
8278 _ACEOF
8279 if ac_fn_c_try_link "$LINENO"; then :
8280 ac_cv_lib_ipc_shmat=yes
8281 else
8282 ac_cv_lib_ipc_shmat=no
8284 rm -f core conftest.err conftest.$ac_objext \
8285 conftest$ac_exeext conftest.$ac_ext
8286 LIBS=$ac_check_lib_save_LIBS
8288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
8289 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
8290 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
8291 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
8297 # Check for libraries that X11R6 Xt/Xaw programs need.
8298 ac_save_LDFLAGS=$LDFLAGS
8299 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
8300 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
8301 # check for ICE first), but we must link in the order -lSM -lICE or
8302 # we get undefined symbols. So assume we have SM if we have ICE.
8303 # These have to be linked with before -lX11, unlike the other
8304 # libraries we check for below, so use a different variable.
8305 # John Interrante, Karl Berry
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
8307 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
8308 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
8309 $as_echo_n "(cached) " >&6
8310 else
8311 ac_check_lib_save_LIBS=$LIBS
8312 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
8313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8314 /* end confdefs.h. */
8316 /* Override any GCC internal prototype to avoid an error.
8317 Use char because int might match the return type of a GCC
8318 builtin and then its argument prototype would still apply. */
8319 #ifdef __cplusplus
8320 extern "C"
8321 #endif
8322 char IceConnectionNumber ();
8324 main ()
8326 return IceConnectionNumber ();
8328 return 0;
8330 _ACEOF
8331 if ac_fn_c_try_link "$LINENO"; then :
8332 ac_cv_lib_ICE_IceConnectionNumber=yes
8333 else
8334 ac_cv_lib_ICE_IceConnectionNumber=no
8336 rm -f core conftest.err conftest.$ac_objext \
8337 conftest$ac_exeext conftest.$ac_ext
8338 LIBS=$ac_check_lib_save_LIBS
8340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
8341 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
8342 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
8343 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
8346 LDFLAGS=$ac_save_LDFLAGS
8351 if test "$have_x" = "yes"
8352 then
8353 XLIB="-lX11"
8354 ac_save_CPPFLAGS="$CPPFLAGS"
8355 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
8357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
8358 $as_echo_n "checking for -lX11... " >&6; }
8359 if ${ac_cv_lib_soname_X11+:} false; then :
8360 $as_echo_n "(cached) " >&6
8361 else
8362 ac_check_soname_save_LIBS=$LIBS
8363 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
8364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8365 /* end confdefs.h. */
8367 /* Override any GCC internal prototype to avoid an error.
8368 Use char because int might match the return type of a GCC
8369 builtin and then its argument prototype would still apply. */
8370 #ifdef __cplusplus
8371 extern "C"
8372 #endif
8373 char XCreateWindow ();
8375 main ()
8377 return XCreateWindow ();
8379 return 0;
8381 _ACEOF
8382 if ac_fn_c_try_link "$LINENO"; then :
8383 case "$LIBEXT" in
8384 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8385 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'` ;;
8386 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8387 if test "x$ac_cv_lib_soname_X11" = x; then :
8388 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8389 fi ;;
8390 esac
8392 rm -f core conftest.err conftest.$ac_objext \
8393 conftest$ac_exeext conftest.$ac_ext
8394 LIBS=$ac_check_soname_save_LIBS
8396 if test "x$ac_cv_lib_soname_X11" = "x"; then :
8397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8398 $as_echo "not found" >&6; }
8400 else
8401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
8402 $as_echo "$ac_cv_lib_soname_X11" >&6; }
8404 cat >>confdefs.h <<_ACEOF
8405 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
8406 _ACEOF
8410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
8411 $as_echo_n "checking for -lXext... " >&6; }
8412 if ${ac_cv_lib_soname_Xext+:} false; then :
8413 $as_echo_n "(cached) " >&6
8414 else
8415 ac_check_soname_save_LIBS=$LIBS
8416 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
8417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8418 /* end confdefs.h. */
8420 /* Override any GCC internal prototype to avoid an error.
8421 Use char because int might match the return type of a GCC
8422 builtin and then its argument prototype would still apply. */
8423 #ifdef __cplusplus
8424 extern "C"
8425 #endif
8426 char XextCreateExtension ();
8428 main ()
8430 return XextCreateExtension ();
8432 return 0;
8434 _ACEOF
8435 if ac_fn_c_try_link "$LINENO"; then :
8436 case "$LIBEXT" in
8437 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8438 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'` ;;
8439 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8440 if test "x$ac_cv_lib_soname_Xext" = x; then :
8441 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8442 fi ;;
8443 esac
8445 rm -f core conftest.err conftest.$ac_objext \
8446 conftest$ac_exeext conftest.$ac_ext
8447 LIBS=$ac_check_soname_save_LIBS
8449 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
8450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8451 $as_echo "not found" >&6; }
8453 else
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
8455 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
8457 cat >>confdefs.h <<_ACEOF
8458 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
8459 _ACEOF
8461 XLIB="-lXext $XLIB"
8464 for ac_header in X11/Xlib.h \
8465 X11/XKBlib.h \
8466 X11/Xutil.h \
8467 X11/Xcursor/Xcursor.h \
8468 X11/extensions/shape.h \
8469 X11/extensions/XInput.h \
8470 X11/extensions/XInput2.h \
8471 X11/extensions/XShm.h \
8472 X11/extensions/Xcomposite.h \
8473 X11/extensions/Xinerama.h \
8474 X11/extensions/Xrandr.h \
8475 X11/extensions/Xrender.h \
8476 X11/extensions/xf86vmode.h \
8477 X11/extensions/xf86vmproto.h
8478 do :
8479 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8480 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
8481 # include <X11/Xlib.h>
8482 #endif
8483 #ifdef HAVE_X11_XUTIL_H
8484 # include <X11/Xutil.h>
8485 #endif
8487 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8488 cat >>confdefs.h <<_ACEOF
8489 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8490 _ACEOF
8494 done
8497 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8498 then
8499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8500 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8501 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
8502 $as_echo_n "(cached) " >&6
8503 else
8504 ac_check_lib_save_LIBS=$LIBS
8505 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8507 /* end confdefs.h. */
8509 /* Override any GCC internal prototype to avoid an error.
8510 Use char because int might match the return type of a GCC
8511 builtin and then its argument prototype would still apply. */
8512 #ifdef __cplusplus
8513 extern "C"
8514 #endif
8515 char XkbQueryExtension ();
8517 main ()
8519 return XkbQueryExtension ();
8521 return 0;
8523 _ACEOF
8524 if ac_fn_c_try_link "$LINENO"; then :
8525 ac_cv_lib_X11_XkbQueryExtension=yes
8526 else
8527 ac_cv_lib_X11_XkbQueryExtension=no
8529 rm -f core conftest.err conftest.$ac_objext \
8530 conftest$ac_exeext conftest.$ac_ext
8531 LIBS=$ac_check_lib_save_LIBS
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8534 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8535 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
8537 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8543 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8544 then
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8546 $as_echo_n "checking for -lXcursor... " >&6; }
8547 if ${ac_cv_lib_soname_Xcursor+:} false; then :
8548 $as_echo_n "(cached) " >&6
8549 else
8550 ac_check_soname_save_LIBS=$LIBS
8551 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8553 /* end confdefs.h. */
8555 /* Override any GCC internal prototype to avoid an error.
8556 Use char because int might match the return type of a GCC
8557 builtin and then its argument prototype would still apply. */
8558 #ifdef __cplusplus
8559 extern "C"
8560 #endif
8561 char XcursorImageLoadCursor ();
8563 main ()
8565 return XcursorImageLoadCursor ();
8567 return 0;
8569 _ACEOF
8570 if ac_fn_c_try_link "$LINENO"; then :
8571 case "$LIBEXT" in
8572 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8573 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'` ;;
8574 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8575 if test "x$ac_cv_lib_soname_Xcursor" = x; then :
8576 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8577 fi ;;
8578 esac
8580 rm -f core conftest.err conftest.$ac_objext \
8581 conftest$ac_exeext conftest.$ac_ext
8582 LIBS=$ac_check_soname_save_LIBS
8584 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8586 $as_echo "not found" >&6; }
8588 else
8589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8590 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8592 cat >>confdefs.h <<_ACEOF
8593 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8594 _ACEOF
8599 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8600 case "x$with_xcursor" in
8601 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8602 xno) ;;
8603 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8604 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8605 esac
8608 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8609 then
8610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8611 $as_echo_n "checking for -lXi... " >&6; }
8612 if ${ac_cv_lib_soname_Xi+:} false; then :
8613 $as_echo_n "(cached) " >&6
8614 else
8615 ac_check_soname_save_LIBS=$LIBS
8616 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8618 /* end confdefs.h. */
8620 /* Override any GCC internal prototype to avoid an error.
8621 Use char because int might match the return type of a GCC
8622 builtin and then its argument prototype would still apply. */
8623 #ifdef __cplusplus
8624 extern "C"
8625 #endif
8626 char XOpenDevice ();
8628 main ()
8630 return XOpenDevice ();
8632 return 0;
8634 _ACEOF
8635 if ac_fn_c_try_link "$LINENO"; then :
8636 case "$LIBEXT" in
8637 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8638 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'` ;;
8639 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8640 if test "x$ac_cv_lib_soname_Xi" = x; then :
8641 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8642 fi ;;
8643 esac
8645 rm -f core conftest.err conftest.$ac_objext \
8646 conftest$ac_exeext conftest.$ac_ext
8647 LIBS=$ac_check_soname_save_LIBS
8649 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8651 $as_echo "not found" >&6; }
8653 else
8654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8655 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8657 cat >>confdefs.h <<_ACEOF
8658 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8659 _ACEOF
8664 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8665 case "x$with_xinput" in
8666 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8667 xno) ;;
8668 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8669 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8670 esac
8673 if test "x$ac_cv_lib_soname_Xi" != x
8674 then
8675 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
8676 case "x$with_xinput2" in
8677 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
8678 xno) ;;
8679 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
8680 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
8681 esac
8685 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8686 then
8687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8688 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8689 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
8690 $as_echo_n "(cached) " >&6
8691 else
8692 ac_check_lib_save_LIBS=$LIBS
8693 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8695 /* end confdefs.h. */
8697 /* Override any GCC internal prototype to avoid an error.
8698 Use char because int might match the return type of a GCC
8699 builtin and then its argument prototype would still apply. */
8700 #ifdef __cplusplus
8701 extern "C"
8702 #endif
8703 char XShmQueryExtension ();
8705 main ()
8707 return XShmQueryExtension ();
8709 return 0;
8711 _ACEOF
8712 if ac_fn_c_try_link "$LINENO"; then :
8713 ac_cv_lib_Xext_XShmQueryExtension=yes
8714 else
8715 ac_cv_lib_Xext_XShmQueryExtension=no
8717 rm -f core conftest.err conftest.$ac_objext \
8718 conftest$ac_exeext conftest.$ac_ext
8719 LIBS=$ac_check_lib_save_LIBS
8721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8722 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8723 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
8725 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8730 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8731 case "x$with_xshm" in
8732 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8733 xno) ;;
8734 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8735 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8736 esac
8739 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8740 then
8741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8742 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8743 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
8744 $as_echo_n "(cached) " >&6
8745 else
8746 ac_check_lib_save_LIBS=$LIBS
8747 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8749 /* end confdefs.h. */
8751 /* Override any GCC internal prototype to avoid an error.
8752 Use char because int might match the return type of a GCC
8753 builtin and then its argument prototype would still apply. */
8754 #ifdef __cplusplus
8755 extern "C"
8756 #endif
8757 char XShapeQueryExtension ();
8759 main ()
8761 return XShapeQueryExtension ();
8763 return 0;
8765 _ACEOF
8766 if ac_fn_c_try_link "$LINENO"; then :
8767 ac_cv_lib_Xext_XShapeQueryExtension=yes
8768 else
8769 ac_cv_lib_Xext_XShapeQueryExtension=no
8771 rm -f core conftest.err conftest.$ac_objext \
8772 conftest$ac_exeext conftest.$ac_ext
8773 LIBS=$ac_check_lib_save_LIBS
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8776 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8777 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
8779 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8784 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8785 case "x$with_xshape" in
8786 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8787 xno) ;;
8788 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
8789 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8790 esac
8793 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8794 then
8795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8796 $as_echo_n "checking for -lXxf86vm... " >&6; }
8797 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
8798 $as_echo_n "(cached) " >&6
8799 else
8800 ac_check_soname_save_LIBS=$LIBS
8801 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8803 /* end confdefs.h. */
8805 /* Override any GCC internal prototype to avoid an error.
8806 Use char because int might match the return type of a GCC
8807 builtin and then its argument prototype would still apply. */
8808 #ifdef __cplusplus
8809 extern "C"
8810 #endif
8811 char XF86VidModeQueryExtension ();
8813 main ()
8815 return XF86VidModeQueryExtension ();
8817 return 0;
8819 _ACEOF
8820 if ac_fn_c_try_link "$LINENO"; then :
8821 case "$LIBEXT" in
8822 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8823 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'` ;;
8824 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8825 if test "x$ac_cv_lib_soname_Xxf86vm" = x; then :
8826 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8827 fi ;;
8828 esac
8830 rm -f core conftest.err conftest.$ac_objext \
8831 conftest$ac_exeext conftest.$ac_ext
8832 LIBS=$ac_check_soname_save_LIBS
8834 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8836 $as_echo "not found" >&6; }
8838 else
8839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8840 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8842 cat >>confdefs.h <<_ACEOF
8843 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8844 _ACEOF
8849 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8850 case "x$with_xxf86vm" in
8851 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8852 xno) ;;
8853 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8854 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8855 esac
8858 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
8859 then
8860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8861 $as_echo_n "checking for -lXrender... " >&6; }
8862 if ${ac_cv_lib_soname_Xrender+:} false; then :
8863 $as_echo_n "(cached) " >&6
8864 else
8865 ac_check_soname_save_LIBS=$LIBS
8866 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8868 /* end confdefs.h. */
8870 /* Override any GCC internal prototype to avoid an error.
8871 Use char because int might match the return type of a GCC
8872 builtin and then its argument prototype would still apply. */
8873 #ifdef __cplusplus
8874 extern "C"
8875 #endif
8876 char XRenderQueryExtension ();
8878 main ()
8880 return XRenderQueryExtension ();
8882 return 0;
8884 _ACEOF
8885 if ac_fn_c_try_link "$LINENO"; then :
8886 case "$LIBEXT" in
8887 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8888 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'` ;;
8889 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8890 if test "x$ac_cv_lib_soname_Xrender" = x; then :
8891 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8892 fi ;;
8893 esac
8895 rm -f core conftest.err conftest.$ac_objext \
8896 conftest$ac_exeext conftest.$ac_ext
8897 LIBS=$ac_check_soname_save_LIBS
8899 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8901 $as_echo "not found" >&6; }
8903 else
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8905 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8907 cat >>confdefs.h <<_ACEOF
8908 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8909 _ACEOF
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8912 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8913 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
8914 $as_echo_n "(cached) " >&6
8915 else
8916 ac_check_lib_save_LIBS=$LIBS
8917 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8919 /* end confdefs.h. */
8921 /* Override any GCC internal prototype to avoid an error.
8922 Use char because int might match the return type of a GCC
8923 builtin and then its argument prototype would still apply. */
8924 #ifdef __cplusplus
8925 extern "C"
8926 #endif
8927 char XRenderSetPictureTransform ();
8929 main ()
8931 return XRenderSetPictureTransform ();
8933 return 0;
8935 _ACEOF
8936 if ac_fn_c_try_link "$LINENO"; then :
8937 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8938 else
8939 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8941 rm -f core conftest.err conftest.$ac_objext \
8942 conftest$ac_exeext conftest.$ac_ext
8943 LIBS=$ac_check_lib_save_LIBS
8945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8946 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8947 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
8949 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
8954 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
8955 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
8956 $as_echo_n "(cached) " >&6
8957 else
8958 ac_check_lib_save_LIBS=$LIBS
8959 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8961 /* end confdefs.h. */
8963 /* Override any GCC internal prototype to avoid an error.
8964 Use char because int might match the return type of a GCC
8965 builtin and then its argument prototype would still apply. */
8966 #ifdef __cplusplus
8967 extern "C"
8968 #endif
8969 char XRenderCreateLinearGradient ();
8971 main ()
8973 return XRenderCreateLinearGradient ();
8975 return 0;
8977 _ACEOF
8978 if ac_fn_c_try_link "$LINENO"; then :
8979 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
8980 else
8981 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
8983 rm -f core conftest.err conftest.$ac_objext \
8984 conftest$ac_exeext conftest.$ac_ext
8985 LIBS=$ac_check_lib_save_LIBS
8987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
8988 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
8989 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
8991 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
8998 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8999 case "x$with_xrender" in
9000 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
9001 xno) ;;
9002 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
9003 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
9004 esac
9007 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
9008 then
9009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9010 /* end confdefs.h. */
9011 #include <X11/Xlib.h>
9012 #include <X11/extensions/Xrandr.h>
9014 main ()
9016 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
9018 return 0;
9020 _ACEOF
9021 if ac_fn_c_try_compile "$LINENO"; then :
9022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
9023 $as_echo_n "checking for -lXrandr... " >&6; }
9024 if ${ac_cv_lib_soname_Xrandr+:} false; then :
9025 $as_echo_n "(cached) " >&6
9026 else
9027 ac_check_soname_save_LIBS=$LIBS
9028 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9030 /* end confdefs.h. */
9032 /* Override any GCC internal prototype to avoid an error.
9033 Use char because int might match the return type of a GCC
9034 builtin and then its argument prototype would still apply. */
9035 #ifdef __cplusplus
9036 extern "C"
9037 #endif
9038 char XRRQueryExtension ();
9040 main ()
9042 return XRRQueryExtension ();
9044 return 0;
9046 _ACEOF
9047 if ac_fn_c_try_link "$LINENO"; then :
9048 case "$LIBEXT" in
9049 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9050 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'` ;;
9051 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9052 if test "x$ac_cv_lib_soname_Xrandr" = x; then :
9053 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9054 fi ;;
9055 esac
9057 rm -f core conftest.err conftest.$ac_objext \
9058 conftest$ac_exeext conftest.$ac_ext
9059 LIBS=$ac_check_soname_save_LIBS
9061 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
9062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9063 $as_echo "not found" >&6; }
9065 else
9066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
9067 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
9069 cat >>confdefs.h <<_ACEOF
9070 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
9071 _ACEOF
9073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9074 /* end confdefs.h. */
9075 #include <X11/Xlib.h>
9076 #include <X11/extensions/Xrandr.h>
9078 main ()
9080 static typeof(XRRGetScreenResources) *f; if (f) return 0;
9082 return 0;
9084 _ACEOF
9085 if ac_fn_c_try_compile "$LINENO"; then :
9087 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
9090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9095 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
9096 case "x$with_xrandr" in
9097 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
9098 xno) ;;
9099 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
9100 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
9101 esac
9104 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
9105 then
9106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9107 /* end confdefs.h. */
9108 #include <X11/Xlib.h>
9109 #include <X11/extensions/Xinerama.h>
9111 main ()
9113 static typeof(XineramaQueryScreens) * func; if (func) return 0;
9115 return 0;
9117 _ACEOF
9118 if ac_fn_c_try_compile "$LINENO"; then :
9119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
9120 $as_echo_n "checking for -lXinerama... " >&6; }
9121 if ${ac_cv_lib_soname_Xinerama+:} false; then :
9122 $as_echo_n "(cached) " >&6
9123 else
9124 ac_check_soname_save_LIBS=$LIBS
9125 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9127 /* end confdefs.h. */
9129 /* Override any GCC internal prototype to avoid an error.
9130 Use char because int might match the return type of a GCC
9131 builtin and then its argument prototype would still apply. */
9132 #ifdef __cplusplus
9133 extern "C"
9134 #endif
9135 char XineramaQueryScreens ();
9137 main ()
9139 return XineramaQueryScreens ();
9141 return 0;
9143 _ACEOF
9144 if ac_fn_c_try_link "$LINENO"; then :
9145 case "$LIBEXT" in
9146 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9147 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'` ;;
9148 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9149 if test "x$ac_cv_lib_soname_Xinerama" = x; then :
9150 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9151 fi ;;
9152 esac
9154 rm -f core conftest.err conftest.$ac_objext \
9155 conftest$ac_exeext conftest.$ac_ext
9156 LIBS=$ac_check_soname_save_LIBS
9158 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
9159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9160 $as_echo "not found" >&6; }
9162 else
9163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
9164 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
9166 cat >>confdefs.h <<_ACEOF
9167 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
9168 _ACEOF
9173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9175 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
9176 case "x$with_xinerama" in
9177 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
9178 xno) ;;
9179 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
9180 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
9181 esac
9184 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
9185 then
9186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
9187 $as_echo_n "checking for -lXcomposite... " >&6; }
9188 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
9189 $as_echo_n "(cached) " >&6
9190 else
9191 ac_check_soname_save_LIBS=$LIBS
9192 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9194 /* end confdefs.h. */
9196 /* Override any GCC internal prototype to avoid an error.
9197 Use char because int might match the return type of a GCC
9198 builtin and then its argument prototype would still apply. */
9199 #ifdef __cplusplus
9200 extern "C"
9201 #endif
9202 char XCompositeRedirectWindow ();
9204 main ()
9206 return XCompositeRedirectWindow ();
9208 return 0;
9210 _ACEOF
9211 if ac_fn_c_try_link "$LINENO"; then :
9212 case "$LIBEXT" in
9213 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9214 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'` ;;
9215 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9216 if test "x$ac_cv_lib_soname_Xcomposite" = x; then :
9217 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9218 fi ;;
9219 esac
9221 rm -f core conftest.err conftest.$ac_objext \
9222 conftest$ac_exeext conftest.$ac_ext
9223 LIBS=$ac_check_soname_save_LIBS
9225 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
9226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9227 $as_echo "not found" >&6; }
9229 else
9230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
9231 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
9233 cat >>confdefs.h <<_ACEOF
9234 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
9235 _ACEOF
9240 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
9241 case "x$with_xcomposite" in
9242 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
9243 xno) ;;
9244 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
9245 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
9246 esac
9249 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
9250 #include <X11/Xlib.h>
9251 #endif
9253 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
9255 cat >>confdefs.h <<_ACEOF
9256 #define HAVE_XICCALLBACK_CALLBACK 1
9257 _ACEOF
9261 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
9262 #include <X11/Xlib.h>
9263 #endif
9265 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
9267 cat >>confdefs.h <<_ACEOF
9268 #define HAVE_XEVENT_XCOOKIE 1
9269 _ACEOF
9276 opengl_msg=""
9277 if test "x$with_opengl" != "xno"
9278 then
9279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
9280 $as_echo_n "checking for -lGL... " >&6; }
9281 if ${ac_cv_lib_soname_GL+:} false; then :
9282 $as_echo_n "(cached) " >&6
9283 else
9284 ac_check_soname_save_LIBS=$LIBS
9285 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
9286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9287 /* end confdefs.h. */
9289 /* Override any GCC internal prototype to avoid an error.
9290 Use char because int might match the return type of a GCC
9291 builtin and then its argument prototype would still apply. */
9292 #ifdef __cplusplus
9293 extern "C"
9294 #endif
9295 char glXCreateContext ();
9297 main ()
9299 return glXCreateContext ();
9301 return 0;
9303 _ACEOF
9304 if ac_fn_c_try_link "$LINENO"; then :
9305 case "$LIBEXT" in
9306 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9307 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'` ;;
9308 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9309 if test "x$ac_cv_lib_soname_GL" = x; then :
9310 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9311 fi ;;
9312 esac
9314 rm -f core conftest.err conftest.$ac_objext \
9315 conftest$ac_exeext conftest.$ac_ext
9316 LIBS=$ac_check_soname_save_LIBS
9318 if test "x$ac_cv_lib_soname_GL" = "x"; then :
9319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9320 $as_echo "not found" >&6; }
9321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
9322 $as_echo_n "checking for -lGL... " >&6; }
9323 if ${ac_cv_lib_soname_GL+:} false; then :
9324 $as_echo_n "(cached) " >&6
9325 else
9326 ac_check_soname_save_LIBS=$LIBS
9327 LIBS="-lGL $X_LIBS $XLIB -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"
9328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9329 /* end confdefs.h. */
9331 /* Override any GCC internal prototype to avoid an error.
9332 Use char because int might match the return type of a GCC
9333 builtin and then its argument prototype would still apply. */
9334 #ifdef __cplusplus
9335 extern "C"
9336 #endif
9337 char glXCreateContext ();
9339 main ()
9341 return glXCreateContext ();
9343 return 0;
9345 _ACEOF
9346 if ac_fn_c_try_link "$LINENO"; then :
9347 case "$LIBEXT" in
9348 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9349 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'` ;;
9350 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9351 if test "x$ac_cv_lib_soname_GL" = x; then :
9352 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9353 fi ;;
9354 esac
9356 rm -f core conftest.err conftest.$ac_objext \
9357 conftest$ac_exeext conftest.$ac_ext
9358 LIBS=$ac_check_soname_save_LIBS
9360 if test "x$ac_cv_lib_soname_GL" = "x"; then :
9361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9362 $as_echo "not found" >&6; }
9363 if test -f /usr/X11R6/lib/libGL.a
9364 then
9365 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
9366 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
9367 else
9368 opengl_msg="No OpenGL library found on this system."
9370 else
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
9372 $as_echo "$ac_cv_lib_soname_GL" >&6; }
9374 cat >>confdefs.h <<_ACEOF
9375 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
9376 _ACEOF
9378 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"
9380 else
9381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
9382 $as_echo "$ac_cv_lib_soname_GL" >&6; }
9384 cat >>confdefs.h <<_ACEOF
9385 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
9386 _ACEOF
9388 OPENGL_LIBS="-lGL"
9390 if test "x$with_glu" != "xno"
9391 then
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
9393 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
9394 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
9395 $as_echo_n "(cached) " >&6
9396 else
9397 ac_check_lib_save_LIBS=$LIBS
9398 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
9399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9400 /* end confdefs.h. */
9402 /* Override any GCC internal prototype to avoid an error.
9403 Use char because int might match the return type of a GCC
9404 builtin and then its argument prototype would still apply. */
9405 #ifdef __cplusplus
9406 extern "C"
9407 #endif
9408 char gluLookAt ();
9410 main ()
9412 return gluLookAt ();
9414 return 0;
9416 _ACEOF
9417 if ac_fn_c_try_link "$LINENO"; then :
9418 ac_cv_lib_GLU_gluLookAt=yes
9419 else
9420 ac_cv_lib_GLU_gluLookAt=no
9422 rm -f core conftest.err conftest.$ac_objext \
9423 conftest$ac_exeext conftest.$ac_ext
9424 LIBS=$ac_check_lib_save_LIBS
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
9427 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
9428 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
9432 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
9433 case "x$with_glu" in
9434 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
9435 xno) ;;
9436 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
9437 This is an error since --with-glu was requested." "$LINENO" 5 ;;
9438 esac
9442 if test "x$with_osmesa" != "xno"
9443 then
9444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
9445 $as_echo_n "checking for -lOSMesa... " >&6; }
9446 if ${ac_cv_lib_soname_OSMesa+:} false; then :
9447 $as_echo_n "(cached) " >&6
9448 else
9449 ac_check_soname_save_LIBS=$LIBS
9450 LIBS="-lOSMesa $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
9451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9452 /* end confdefs.h. */
9454 /* Override any GCC internal prototype to avoid an error.
9455 Use char because int might match the return type of a GCC
9456 builtin and then its argument prototype would still apply. */
9457 #ifdef __cplusplus
9458 extern "C"
9459 #endif
9460 char glAccum ();
9462 main ()
9464 return glAccum ();
9466 return 0;
9468 _ACEOF
9469 if ac_fn_c_try_link "$LINENO"; then :
9470 case "$LIBEXT" in
9471 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9472 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'` ;;
9473 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9474 if test "x$ac_cv_lib_soname_OSMesa" = x; then :
9475 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9476 fi ;;
9477 esac
9479 rm -f core conftest.err conftest.$ac_objext \
9480 conftest$ac_exeext conftest.$ac_ext
9481 LIBS=$ac_check_soname_save_LIBS
9483 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
9484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9485 $as_echo "not found" >&6; }
9487 else
9488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
9489 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
9491 cat >>confdefs.h <<_ACEOF
9492 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
9493 _ACEOF
9497 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
9498 case "x$with_osmesa" in
9499 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
9500 xno) ;;
9501 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
9502 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
9503 esac
9507 if test -n "$opengl_msg"; then :
9508 case "x$with_opengl" in
9509 x) as_fn_append wine_warnings "|$opengl_msg
9510 OpenGL and Direct3D won't be supported." ;;
9511 xno) ;;
9512 *) as_fn_error $? "$opengl_msg
9513 OpenGL and Direct3D won't be supported.
9514 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
9515 esac
9518 CPPFLAGS="$ac_save_CPPFLAGS"
9519 else
9520 XLIB=""
9521 X_CFLAGS=""
9522 X_LIBS=""
9523 enable_winex11_drv=${enable_winex11_drv:-no}
9525 if test "x$XLIB" = "x"; then :
9526 case "x$with_x" in
9527 xno) ;;
9528 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
9529 without X support, which probably isn't what you want. You will need
9530 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9531 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9532 esac
9535 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
9537 if test "$ac_cv_header_CL_cl_h" = "yes"
9538 then
9539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
9540 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
9541 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
9542 $as_echo_n "(cached) " >&6
9543 else
9544 ac_check_lib_save_LIBS=$LIBS
9545 LIBS="-lOpenCL $LIBS"
9546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9547 /* end confdefs.h. */
9549 /* Override any GCC internal prototype to avoid an error.
9550 Use char because int might match the return type of a GCC
9551 builtin and then its argument prototype would still apply. */
9552 #ifdef __cplusplus
9553 extern "C"
9554 #endif
9555 char clGetPlatformInfo ();
9557 main ()
9559 return clGetPlatformInfo ();
9561 return 0;
9563 _ACEOF
9564 if ac_fn_c_try_link "$LINENO"; then :
9565 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
9566 else
9567 ac_cv_lib_OpenCL_clGetPlatformInfo=no
9569 rm -f core conftest.err conftest.$ac_objext \
9570 conftest$ac_exeext conftest.$ac_ext
9571 LIBS=$ac_check_lib_save_LIBS
9573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
9574 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
9575 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
9576 LIBOPENCL="-lOpenCL"
9581 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
9582 case "x$with_opencl" in
9583 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
9584 xno) ;;
9585 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
9586 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
9587 esac
9589 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
9592 if test "x$with_xml" != "xno"
9593 then
9594 if test -n "$XML2_CFLAGS"; then :
9596 elif test -n "$PKG_CONFIG"; then :
9597 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
9599 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
9600 if test -n "$XML2_LIBS"; then :
9602 elif test -n "$PKG_CONFIG"; then :
9603 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
9605 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
9606 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
9607 ac_save_CPPFLAGS=$CPPFLAGS
9608 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
9609 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
9610 do :
9611 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9612 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9613 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9614 cat >>confdefs.h <<_ACEOF
9615 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9616 _ACEOF
9620 done
9622 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"
9623 then
9624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9625 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9626 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
9627 $as_echo_n "(cached) " >&6
9628 else
9629 ac_check_lib_save_LIBS=$LIBS
9630 LIBS="-lxml2 $XML2_LIBS $LIBS"
9631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9632 /* end confdefs.h. */
9634 /* Override any GCC internal prototype to avoid an error.
9635 Use char because int might match the return type of a GCC
9636 builtin and then its argument prototype would still apply. */
9637 #ifdef __cplusplus
9638 extern "C"
9639 #endif
9640 char xmlParseMemory ();
9642 main ()
9644 return xmlParseMemory ();
9646 return 0;
9648 _ACEOF
9649 if ac_fn_c_try_link "$LINENO"; then :
9650 ac_cv_lib_xml2_xmlParseMemory=yes
9651 else
9652 ac_cv_lib_xml2_xmlParseMemory=no
9654 rm -f core conftest.err conftest.$ac_objext \
9655 conftest$ac_exeext conftest.$ac_ext
9656 LIBS=$ac_check_lib_save_LIBS
9658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9659 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9660 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
9662 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9664 else
9665 XML2_LIBS=""
9668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9669 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9670 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
9671 $as_echo_n "(cached) " >&6
9672 else
9673 ac_check_lib_save_LIBS=$LIBS
9674 LIBS="-lxml2 $XML2_LIBS $LIBS"
9675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9676 /* end confdefs.h. */
9678 /* Override any GCC internal prototype to avoid an error.
9679 Use char because int might match the return type of a GCC
9680 builtin and then its argument prototype would still apply. */
9681 #ifdef __cplusplus
9682 extern "C"
9683 #endif
9684 char xmlReadMemory ();
9686 main ()
9688 return xmlReadMemory ();
9690 return 0;
9692 _ACEOF
9693 if ac_fn_c_try_link "$LINENO"; then :
9694 ac_cv_lib_xml2_xmlReadMemory=yes
9695 else
9696 ac_cv_lib_xml2_xmlReadMemory=no
9698 rm -f core conftest.err conftest.$ac_objext \
9699 conftest$ac_exeext conftest.$ac_ext
9700 LIBS=$ac_check_lib_save_LIBS
9702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9703 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9704 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
9706 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9711 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9712 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
9713 $as_echo_n "(cached) " >&6
9714 else
9715 ac_check_lib_save_LIBS=$LIBS
9716 LIBS="-lxml2 $XML2_LIBS $LIBS"
9717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9718 /* end confdefs.h. */
9720 /* Override any GCC internal prototype to avoid an error.
9721 Use char because int might match the return type of a GCC
9722 builtin and then its argument prototype would still apply. */
9723 #ifdef __cplusplus
9724 extern "C"
9725 #endif
9726 char xmlNewDocPI ();
9728 main ()
9730 return xmlNewDocPI ();
9732 return 0;
9734 _ACEOF
9735 if ac_fn_c_try_link "$LINENO"; then :
9736 ac_cv_lib_xml2_xmlNewDocPI=yes
9737 else
9738 ac_cv_lib_xml2_xmlNewDocPI=no
9740 rm -f core conftest.err conftest.$ac_objext \
9741 conftest$ac_exeext conftest.$ac_ext
9742 LIBS=$ac_check_lib_save_LIBS
9744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9745 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9746 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
9748 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
9753 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
9754 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
9755 $as_echo_n "(cached) " >&6
9756 else
9757 ac_check_lib_save_LIBS=$LIBS
9758 LIBS="-lxml2 $XML2_LIBS $LIBS"
9759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9760 /* end confdefs.h. */
9762 /* Override any GCC internal prototype to avoid an error.
9763 Use char because int might match the return type of a GCC
9764 builtin and then its argument prototype would still apply. */
9765 #ifdef __cplusplus
9766 extern "C"
9767 #endif
9768 char xmlSchemaSetParserStructuredErrors ();
9770 main ()
9772 return xmlSchemaSetParserStructuredErrors ();
9774 return 0;
9776 _ACEOF
9777 if ac_fn_c_try_link "$LINENO"; then :
9778 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
9779 else
9780 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
9782 rm -f core conftest.err conftest.$ac_objext \
9783 conftest$ac_exeext conftest.$ac_ext
9784 LIBS=$ac_check_lib_save_LIBS
9786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
9787 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
9788 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
9790 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
9794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
9795 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
9796 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
9797 $as_echo_n "(cached) " >&6
9798 else
9799 ac_check_lib_save_LIBS=$LIBS
9800 LIBS="-lxml2 $XML2_LIBS $LIBS"
9801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9802 /* end confdefs.h. */
9804 /* Override any GCC internal prototype to avoid an error.
9805 Use char because int might match the return type of a GCC
9806 builtin and then its argument prototype would still apply. */
9807 #ifdef __cplusplus
9808 extern "C"
9809 #endif
9810 char xmlSchemaSetValidStructuredErrors ();
9812 main ()
9814 return xmlSchemaSetValidStructuredErrors ();
9816 return 0;
9818 _ACEOF
9819 if ac_fn_c_try_link "$LINENO"; then :
9820 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
9821 else
9822 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
9824 rm -f core conftest.err conftest.$ac_objext \
9825 conftest$ac_exeext conftest.$ac_ext
9826 LIBS=$ac_check_lib_save_LIBS
9828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
9829 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
9830 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
9832 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
9837 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
9838 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
9839 $as_echo_n "(cached) " >&6
9840 else
9841 ac_check_lib_save_LIBS=$LIBS
9842 LIBS="-lxml2 $XML2_LIBS $LIBS"
9843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9844 /* end confdefs.h. */
9846 /* Override any GCC internal prototype to avoid an error.
9847 Use char because int might match the return type of a GCC
9848 builtin and then its argument prototype would still apply. */
9849 #ifdef __cplusplus
9850 extern "C"
9851 #endif
9852 char xmlFirstElementChild ();
9854 main ()
9856 return xmlFirstElementChild ();
9858 return 0;
9860 _ACEOF
9861 if ac_fn_c_try_link "$LINENO"; then :
9862 ac_cv_lib_xml2_xmlFirstElementChild=yes
9863 else
9864 ac_cv_lib_xml2_xmlFirstElementChild=no
9866 rm -f core conftest.err conftest.$ac_objext \
9867 conftest$ac_exeext conftest.$ac_ext
9868 LIBS=$ac_check_lib_save_LIBS
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
9871 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
9872 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
9874 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
9878 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
9880 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
9882 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
9886 else
9887 XML2_CFLAGS=""
9888 XML2_LIBS=""
9890 CPPFLAGS=$ac_save_CPPFLAGS
9891 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
9892 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
9895 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9896 case "x$with_xml" in
9897 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
9898 xno) ;;
9899 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
9900 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9901 esac
9904 if test "x$with_xslt" != "xno"
9905 then
9906 if test -n "$XSLT_CFLAGS"; then :
9908 elif test -n "$PKG_CONFIG"; then :
9909 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
9911 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
9912 if test -n "$XSLT_LIBS"; then :
9914 elif test -n "$PKG_CONFIG"; then :
9915 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
9917 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
9918 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
9919 ac_save_CPPFLAGS=$CPPFLAGS
9920 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
9921 for ac_header in libxslt/pattern.h libxslt/transform.h
9922 do :
9923 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9924 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9925 # include <libxslt/pattern.h>
9926 #endif
9928 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9929 cat >>confdefs.h <<_ACEOF
9930 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9931 _ACEOF
9935 done
9937 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9938 then
9939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9940 $as_echo_n "checking for -lxslt... " >&6; }
9941 if ${ac_cv_lib_soname_xslt+:} false; then :
9942 $as_echo_n "(cached) " >&6
9943 else
9944 ac_check_soname_save_LIBS=$LIBS
9945 LIBS="-lxslt $XSLT_LIBS $LIBS"
9946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9947 /* end confdefs.h. */
9949 /* Override any GCC internal prototype to avoid an error.
9950 Use char because int might match the return type of a GCC
9951 builtin and then its argument prototype would still apply. */
9952 #ifdef __cplusplus
9953 extern "C"
9954 #endif
9955 char xsltCompilePattern ();
9957 main ()
9959 return xsltCompilePattern ();
9961 return 0;
9963 _ACEOF
9964 if ac_fn_c_try_link "$LINENO"; then :
9965 case "$LIBEXT" in
9966 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9967 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'` ;;
9968 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9969 if test "x$ac_cv_lib_soname_xslt" = x; then :
9970 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9971 fi ;;
9972 esac
9974 rm -f core conftest.err conftest.$ac_objext \
9975 conftest$ac_exeext conftest.$ac_ext
9976 LIBS=$ac_check_soname_save_LIBS
9978 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9980 $as_echo "not found" >&6; }
9982 else
9983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9984 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9986 cat >>confdefs.h <<_ACEOF
9987 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9988 _ACEOF
9992 else
9993 XSLT_CFLAGS=""
9995 CPPFLAGS=$ac_save_CPPFLAGS
9996 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
9997 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10000 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
10001 case "x$with_xslt" in
10002 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
10003 xno) ;;
10004 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
10005 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
10006 esac
10009 if test "x$with_dbus" != "xno"
10010 then
10011 if test -n "$DBUS_CFLAGS"; then :
10013 elif test -n "$PKG_CONFIG"; then :
10014 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
10017 if test -n "$DBUS_LIBS"; then :
10019 elif test -n "$PKG_CONFIG"; then :
10020 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
10024 ac_save_CPPFLAGS=$CPPFLAGS
10025 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
10026 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
10027 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
10029 $as_echo_n "checking for -ldbus-1... " >&6; }
10030 if ${ac_cv_lib_soname_dbus_1+:} false; then :
10031 $as_echo_n "(cached) " >&6
10032 else
10033 ac_check_soname_save_LIBS=$LIBS
10034 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
10035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10036 /* end confdefs.h. */
10038 /* Override any GCC internal prototype to avoid an error.
10039 Use char because int might match the return type of a GCC
10040 builtin and then its argument prototype would still apply. */
10041 #ifdef __cplusplus
10042 extern "C"
10043 #endif
10044 char dbus_connection_close ();
10046 main ()
10048 return dbus_connection_close ();
10050 return 0;
10052 _ACEOF
10053 if ac_fn_c_try_link "$LINENO"; then :
10054 case "$LIBEXT" in
10055 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10056 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'` ;;
10057 *) 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'`
10058 if test "x$ac_cv_lib_soname_dbus_1" = x; then :
10059 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10060 fi ;;
10061 esac
10063 rm -f core conftest.err conftest.$ac_objext \
10064 conftest$ac_exeext conftest.$ac_ext
10065 LIBS=$ac_check_soname_save_LIBS
10067 if test "x$ac_cv_lib_soname_dbus_1" = "x"; then :
10068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10069 $as_echo "not found" >&6; }
10070 DBUS_CFLAGS=""
10071 else
10072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
10073 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
10075 cat >>confdefs.h <<_ACEOF
10076 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
10077 _ACEOF
10081 else
10082 DBUS_CFLAGS=""
10086 CPPFLAGS=$ac_save_CPPFLAGS
10087 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10088 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10091 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
10092 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
10093 case "x$with_dbus" in
10094 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
10095 xno) ;;
10096 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
10097 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
10098 esac
10101 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
10102 then
10103 if test -n "$HAL_CFLAGS"; then :
10105 elif test -n "$PKG_CONFIG"; then :
10106 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
10109 if test -n "$HAL_LIBS"; then :
10111 elif test -n "$PKG_CONFIG"; then :
10112 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
10115 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
10116 ac_save_CPPFLAGS=$CPPFLAGS
10117 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
10118 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
10119 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
10120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
10121 $as_echo_n "checking for -lhal... " >&6; }
10122 if ${ac_cv_lib_soname_hal+:} false; then :
10123 $as_echo_n "(cached) " >&6
10124 else
10125 ac_check_soname_save_LIBS=$LIBS
10126 LIBS="-lhal $HAL_LIBS $LIBS"
10127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10128 /* end confdefs.h. */
10130 /* Override any GCC internal prototype to avoid an error.
10131 Use char because int might match the return type of a GCC
10132 builtin and then its argument prototype would still apply. */
10133 #ifdef __cplusplus
10134 extern "C"
10135 #endif
10136 char libhal_ctx_new ();
10138 main ()
10140 return libhal_ctx_new ();
10142 return 0;
10144 _ACEOF
10145 if ac_fn_c_try_link "$LINENO"; then :
10146 case "$LIBEXT" in
10147 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10148 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'` ;;
10149 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10150 if test "x$ac_cv_lib_soname_hal" = x; then :
10151 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10152 fi ;;
10153 esac
10155 rm -f core conftest.err conftest.$ac_objext \
10156 conftest$ac_exeext conftest.$ac_ext
10157 LIBS=$ac_check_soname_save_LIBS
10159 if test "x$ac_cv_lib_soname_hal" = "x"; then :
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10161 $as_echo "not found" >&6; }
10162 HAL_CFLAGS=""
10163 else
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
10165 $as_echo "$ac_cv_lib_soname_hal" >&6; }
10167 cat >>confdefs.h <<_ACEOF
10168 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
10169 _ACEOF
10173 else
10174 HAL_CFLAGS=""
10178 CPPFLAGS=$ac_save_CPPFLAGS
10179 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10180 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10182 if test "x$ac_cv_lib_soname_hal" = "x" -a \
10183 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
10184 case "x$with_hal" in
10185 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
10186 xno) ;;
10187 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
10188 This is an error since --with-hal was requested." "$LINENO" 5 ;;
10189 esac
10193 if test "x$with_gnutls" != "xno"
10194 then
10195 if test -n "$GNUTLS_CFLAGS"; then :
10197 elif test -n "$PKG_CONFIG"; then :
10198 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
10201 if test -n "$GNUTLS_LIBS"; then :
10203 elif test -n "$PKG_CONFIG"; then :
10204 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
10208 ac_save_CPPFLAGS=$CPPFLAGS
10209 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
10210 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
10211 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
10212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10213 /* end confdefs.h. */
10214 #include <gnutls/gnutls.h>
10215 #include <gnutls/crypto.h>
10217 main ()
10219 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
10221 return 0;
10223 _ACEOF
10224 if ac_fn_c_try_compile "$LINENO"; then :
10225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
10226 $as_echo_n "checking for -lgnutls... " >&6; }
10227 if ${ac_cv_lib_soname_gnutls+:} false; then :
10228 $as_echo_n "(cached) " >&6
10229 else
10230 ac_check_soname_save_LIBS=$LIBS
10231 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
10232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10233 /* end confdefs.h. */
10235 /* Override any GCC internal prototype to avoid an error.
10236 Use char because int might match the return type of a GCC
10237 builtin and then its argument prototype would still apply. */
10238 #ifdef __cplusplus
10239 extern "C"
10240 #endif
10241 char gnutls_global_init ();
10243 main ()
10245 return gnutls_global_init ();
10247 return 0;
10249 _ACEOF
10250 if ac_fn_c_try_link "$LINENO"; then :
10251 case "$LIBEXT" in
10252 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10253 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10254 *) ac_cv_lib_soname_gnutls=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgnutls\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgnutls\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10255 if test "x$ac_cv_lib_soname_gnutls" = x; then :
10256 ac_cv_lib_soname_gnutls=`$LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10257 fi ;;
10258 esac
10260 rm -f core conftest.err conftest.$ac_objext \
10261 conftest$ac_exeext conftest.$ac_ext
10262 LIBS=$ac_check_soname_save_LIBS
10264 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
10265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10266 $as_echo "not found" >&6; }
10267 GNUTLS_CFLAGS=""
10268 else
10269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
10270 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
10272 cat >>confdefs.h <<_ACEOF
10273 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
10274 _ACEOF
10279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10280 else
10281 GNUTLS_CFLAGS=""
10285 CPPFLAGS=$ac_save_CPPFLAGS
10286 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10287 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10290 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
10291 case "x$with_gnutls" in
10292 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
10293 xno) ;;
10294 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
10295 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
10296 esac
10299 CURSESLIBS=""
10300 if test "$ac_cv_header_ncurses_h" = "yes"
10301 then
10302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
10303 $as_echo_n "checking for -lncurses... " >&6; }
10304 if ${ac_cv_lib_soname_ncurses+:} false; then :
10305 $as_echo_n "(cached) " >&6
10306 else
10307 ac_check_soname_save_LIBS=$LIBS
10308 LIBS="-lncurses $LIBS"
10309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10310 /* end confdefs.h. */
10312 /* Override any GCC internal prototype to avoid an error.
10313 Use char because int might match the return type of a GCC
10314 builtin and then its argument prototype would still apply. */
10315 #ifdef __cplusplus
10316 extern "C"
10317 #endif
10318 char waddch ();
10320 main ()
10322 return waddch ();
10324 return 0;
10326 _ACEOF
10327 if ac_fn_c_try_link "$LINENO"; then :
10328 case "$LIBEXT" in
10329 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10330 dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10331 *) ac_cv_lib_soname_ncurses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libncurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libncurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10332 if test "x$ac_cv_lib_soname_ncurses" = x; then :
10333 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10334 fi ;;
10335 esac
10337 rm -f core conftest.err conftest.$ac_objext \
10338 conftest$ac_exeext conftest.$ac_ext
10339 LIBS=$ac_check_soname_save_LIBS
10341 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
10342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10343 $as_echo "not found" >&6; }
10345 else
10346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
10347 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
10349 cat >>confdefs.h <<_ACEOF
10350 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
10351 _ACEOF
10353 CURSESLIBS="-lncurses"
10355 elif test "$ac_cv_header_curses_h" = "yes"
10356 then
10357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
10358 $as_echo_n "checking for -lcurses... " >&6; }
10359 if ${ac_cv_lib_soname_curses+:} false; then :
10360 $as_echo_n "(cached) " >&6
10361 else
10362 ac_check_soname_save_LIBS=$LIBS
10363 LIBS="-lcurses $LIBS"
10364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10365 /* end confdefs.h. */
10367 /* Override any GCC internal prototype to avoid an error.
10368 Use char because int might match the return type of a GCC
10369 builtin and then its argument prototype would still apply. */
10370 #ifdef __cplusplus
10371 extern "C"
10372 #endif
10373 char waddch ();
10375 main ()
10377 return waddch ();
10379 return 0;
10381 _ACEOF
10382 if ac_fn_c_try_link "$LINENO"; then :
10383 case "$LIBEXT" in
10384 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10385 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'` ;;
10386 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10387 if test "x$ac_cv_lib_soname_curses" = x; then :
10388 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10389 fi ;;
10390 esac
10392 rm -f core conftest.err conftest.$ac_objext \
10393 conftest$ac_exeext conftest.$ac_ext
10394 LIBS=$ac_check_soname_save_LIBS
10396 if test "x$ac_cv_lib_soname_curses" = "x"; then :
10397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10398 $as_echo "not found" >&6; }
10400 else
10401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
10402 $as_echo "$ac_cv_lib_soname_curses" >&6; }
10404 cat >>confdefs.h <<_ACEOF
10405 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
10406 _ACEOF
10408 CURSESLIBS="-lcurses"
10411 ac_save_LIBS="$LIBS"
10412 LIBS="$LIBS $CURSESLIBS"
10413 for ac_func in mousemask
10414 do :
10415 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
10416 if test "x$ac_cv_func_mousemask" = xyes; then :
10417 cat >>confdefs.h <<_ACEOF
10418 #define HAVE_MOUSEMASK 1
10419 _ACEOF
10422 done
10424 LIBS="$ac_save_LIBS"
10425 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
10426 case "x$with_curses" in
10427 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
10428 xno) ;;
10429 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
10430 This is an error since --with-curses was requested." "$LINENO" 5 ;;
10431 esac
10434 if test "x$with_sane" != "xno"
10435 then
10436 if test -n "$SANE_CFLAGS"; then :
10438 elif test -n "$PKG_CONFIG"; then :
10439 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
10441 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
10442 if test -n "$SANE_LIBS"; then :
10444 elif test -n "$PKG_CONFIG"; then :
10445 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
10447 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
10449 ac_save_CPPFLAGS=$CPPFLAGS
10450 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
10451 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
10452 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
10453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
10454 $as_echo_n "checking for -lsane... " >&6; }
10455 if ${ac_cv_lib_soname_sane+:} false; then :
10456 $as_echo_n "(cached) " >&6
10457 else
10458 ac_check_soname_save_LIBS=$LIBS
10459 LIBS="-lsane $SANE_LIBS $LIBS"
10460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10461 /* end confdefs.h. */
10463 /* Override any GCC internal prototype to avoid an error.
10464 Use char because int might match the return type of a GCC
10465 builtin and then its argument prototype would still apply. */
10466 #ifdef __cplusplus
10467 extern "C"
10468 #endif
10469 char sane_init ();
10471 main ()
10473 return sane_init ();
10475 return 0;
10477 _ACEOF
10478 if ac_fn_c_try_link "$LINENO"; then :
10479 case "$LIBEXT" in
10480 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10481 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'` ;;
10482 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10483 if test "x$ac_cv_lib_soname_sane" = x; then :
10484 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10485 fi ;;
10486 esac
10488 rm -f core conftest.err conftest.$ac_objext \
10489 conftest$ac_exeext conftest.$ac_ext
10490 LIBS=$ac_check_soname_save_LIBS
10492 if test "x$ac_cv_lib_soname_sane" = "x"; then :
10493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10494 $as_echo "not found" >&6; }
10495 SANE_CFLAGS=""
10496 else
10497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
10498 $as_echo "$ac_cv_lib_soname_sane" >&6; }
10500 cat >>confdefs.h <<_ACEOF
10501 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
10502 _ACEOF
10506 else
10507 SANE_CFLAGS=""
10511 CPPFLAGS=$ac_save_CPPFLAGS
10512 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10513 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10516 if test "x$ac_cv_lib_soname_sane" = "x"; then :
10517 case "x$with_sane" in
10518 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
10519 xno) ;;
10520 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
10521 This is an error since --with-sane was requested." "$LINENO" 5 ;;
10522 esac
10525 if test "x$with_v4l" != "xno"
10526 then
10527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
10528 $as_echo_n "checking for -lv4l1... " >&6; }
10529 if ${ac_cv_lib_soname_v4l1+:} false; then :
10530 $as_echo_n "(cached) " >&6
10531 else
10532 ac_check_soname_save_LIBS=$LIBS
10533 LIBS="-lv4l1 $LIBS"
10534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10535 /* end confdefs.h. */
10537 /* Override any GCC internal prototype to avoid an error.
10538 Use char because int might match the return type of a GCC
10539 builtin and then its argument prototype would still apply. */
10540 #ifdef __cplusplus
10541 extern "C"
10542 #endif
10543 char v4l1_open ();
10545 main ()
10547 return v4l1_open ();
10549 return 0;
10551 _ACEOF
10552 if ac_fn_c_try_link "$LINENO"; then :
10553 case "$LIBEXT" in
10554 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10555 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'` ;;
10556 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10557 if test "x$ac_cv_lib_soname_v4l1" = x; then :
10558 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10559 fi ;;
10560 esac
10562 rm -f core conftest.err conftest.$ac_objext \
10563 conftest$ac_exeext conftest.$ac_ext
10564 LIBS=$ac_check_soname_save_LIBS
10566 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
10567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10568 $as_echo "not found" >&6; }
10570 else
10571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
10572 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
10574 cat >>confdefs.h <<_ACEOF
10575 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
10576 _ACEOF
10581 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
10582 case "x$with_v4l" in
10583 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
10584 xno) ;;
10585 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
10586 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
10587 esac
10590 if test "x$with_gphoto" != "xno"
10591 then
10592 if test -n "$GPHOTO2_CFLAGS"; then :
10594 elif test -n "$PKG_CONFIG"; then :
10595 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
10597 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
10598 if test -n "$GPHOTO2_LIBS"; then :
10600 elif test -n "$PKG_CONFIG"; then :
10601 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
10603 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
10604 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
10605 ac_save_CPPFLAGS=$CPPFLAGS
10606 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
10607 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
10608 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
10609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
10610 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
10611 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
10612 $as_echo_n "(cached) " >&6
10613 else
10614 ac_check_lib_save_LIBS=$LIBS
10615 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
10616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10617 /* end confdefs.h. */
10619 /* Override any GCC internal prototype to avoid an error.
10620 Use char because int might match the return type of a GCC
10621 builtin and then its argument prototype would still apply. */
10622 #ifdef __cplusplus
10623 extern "C"
10624 #endif
10625 char gp_camera_new ();
10627 main ()
10629 return gp_camera_new ();
10631 return 0;
10633 _ACEOF
10634 if ac_fn_c_try_link "$LINENO"; then :
10635 ac_cv_lib_gphoto2_gp_camera_new=yes
10636 else
10637 ac_cv_lib_gphoto2_gp_camera_new=no
10639 rm -f core conftest.err conftest.$ac_objext \
10640 conftest$ac_exeext conftest.$ac_ext
10641 LIBS=$ac_check_lib_save_LIBS
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
10644 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
10645 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
10647 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
10649 else
10650 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
10653 else
10654 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
10658 CPPFLAGS=$ac_save_CPPFLAGS
10659 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10660 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10662 if test -n "$GPHOTO2_PORT_CFLAGS"; then :
10664 elif test -n "$PKG_CONFIG"; then :
10665 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
10667 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
10668 if test -n "$GPHOTO2_PORT_LIBS"; then :
10670 elif test -n "$PKG_CONFIG"; then :
10671 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
10673 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
10674 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
10675 ac_save_CPPFLAGS=$CPPFLAGS
10676 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
10677 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
10678 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
10680 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
10681 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
10682 $as_echo_n "(cached) " >&6
10683 else
10684 ac_check_lib_save_LIBS=$LIBS
10685 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
10686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10687 /* end confdefs.h. */
10689 /* Override any GCC internal prototype to avoid an error.
10690 Use char because int might match the return type of a GCC
10691 builtin and then its argument prototype would still apply. */
10692 #ifdef __cplusplus
10693 extern "C"
10694 #endif
10695 char gp_port_info_list_new ();
10697 main ()
10699 return gp_port_info_list_new ();
10701 return 0;
10703 _ACEOF
10704 if ac_fn_c_try_link "$LINENO"; then :
10705 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
10706 else
10707 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
10709 rm -f core conftest.err conftest.$ac_objext \
10710 conftest$ac_exeext conftest.$ac_ext
10711 LIBS=$ac_check_lib_save_LIBS
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
10714 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
10715 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
10717 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
10719 else
10720 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
10723 else
10724 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
10728 CPPFLAGS=$ac_save_CPPFLAGS
10729 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10730 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10733 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
10734 case "x$with_gphoto" in
10735 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
10736 xno) ;;
10737 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
10738 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
10739 esac
10741 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
10742 case "x$with_gphoto" in
10743 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
10744 xno) ;;
10745 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
10746 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
10747 esac
10751 if test "$ac_cv_header_resolv_h" = "yes"
10752 then
10753 ac_save_LIBS="$LIBS"
10754 for lib in '' -lresolv
10756 LIBS="$lib $ac_save_LIBS"
10757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10758 /* end confdefs.h. */
10759 #ifdef HAVE_NETINET_IN_H
10760 #include <netinet/in.h>
10761 #endif
10762 #include <resolv.h>
10764 main ()
10766 res_query("foo",ns_c_in,0,0,0);
10768 return 0;
10770 _ACEOF
10771 if ac_fn_c_try_link "$LINENO"; then :
10773 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10775 RESOLVLIBS="$lib"
10778 rm -f core conftest.err conftest.$ac_objext \
10779 conftest$ac_exeext conftest.$ac_ext
10780 if test "${RESOLVLIBS+set}" = set; then
10781 break
10783 done
10784 LIBS="$ac_save_LIBS"
10787 if test "x$with_lcms2" != "xno"
10788 then
10789 if test -n "$LCMS2_CFLAGS"; then :
10791 elif test -n "$PKG_CONFIG"; then :
10792 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
10795 if test -n "$LCMS2_LIBS"; then :
10797 elif test -n "$PKG_CONFIG"; then :
10798 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
10801 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
10802 ac_save_CPPFLAGS=$CPPFLAGS
10803 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
10804 for ac_header in lcms2.h
10805 do :
10806 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
10807 if test "x$ac_cv_header_lcms2_h" = xyes; then :
10808 cat >>confdefs.h <<_ACEOF
10809 #define HAVE_LCMS2_H 1
10810 _ACEOF
10814 done
10816 if test "$ac_cv_header_lcms2_h" = "yes"
10817 then
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
10819 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
10820 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
10821 $as_echo_n "(cached) " >&6
10822 else
10823 ac_check_lib_save_LIBS=$LIBS
10824 LIBS="-llcms2 $LIBS"
10825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10826 /* end confdefs.h. */
10828 /* Override any GCC internal prototype to avoid an error.
10829 Use char because int might match the return type of a GCC
10830 builtin and then its argument prototype would still apply. */
10831 #ifdef __cplusplus
10832 extern "C"
10833 #endif
10834 char cmsOpenProfileFromFile ();
10836 main ()
10838 return cmsOpenProfileFromFile ();
10840 return 0;
10842 _ACEOF
10843 if ac_fn_c_try_link "$LINENO"; then :
10844 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
10845 else
10846 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
10848 rm -f core conftest.err conftest.$ac_objext \
10849 conftest$ac_exeext conftest.$ac_ext
10850 LIBS=$ac_check_lib_save_LIBS
10852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
10853 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
10854 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
10856 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
10858 else
10859 LCMS2_LIBS=""
10862 else
10863 LCMS2_CFLAGS=""
10864 LCMS2_LIBS=""
10866 CPPFLAGS=$ac_save_CPPFLAGS
10867 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10868 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10871 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
10872 case "x$with_cms" in
10873 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
10874 xno) ;;
10875 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
10876 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10877 esac
10880 if test "x$with_freetype" != "xno"
10881 then
10882 if test -n "$FREETYPE_CFLAGS"; then :
10884 elif test -n "$PKG_CONFIG"; then :
10885 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
10887 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
10888 if test -n "$FREETYPE_LIBS"; then :
10890 elif test -n "$PKG_CONFIG"; then :
10891 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
10893 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
10894 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
10895 ac_save_CPPFLAGS=$CPPFLAGS
10896 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10898 $as_echo_n "checking for -lfreetype... " >&6; }
10899 if ${ac_cv_lib_soname_freetype+:} false; then :
10900 $as_echo_n "(cached) " >&6
10901 else
10902 ac_check_soname_save_LIBS=$LIBS
10903 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
10904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10905 /* end confdefs.h. */
10907 /* Override any GCC internal prototype to avoid an error.
10908 Use char because int might match the return type of a GCC
10909 builtin and then its argument prototype would still apply. */
10910 #ifdef __cplusplus
10911 extern "C"
10912 #endif
10913 char FT_Init_FreeType ();
10915 main ()
10917 return FT_Init_FreeType ();
10919 return 0;
10921 _ACEOF
10922 if ac_fn_c_try_link "$LINENO"; then :
10923 case "$LIBEXT" in
10924 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10925 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'` ;;
10926 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10927 if test "x$ac_cv_lib_soname_freetype" = x; then :
10928 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10929 fi ;;
10930 esac
10932 rm -f core conftest.err conftest.$ac_objext \
10933 conftest$ac_exeext conftest.$ac_ext
10934 LIBS=$ac_check_soname_save_LIBS
10936 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10938 $as_echo "not found" >&6; }
10939 ft_lib=no
10940 else
10941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10942 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10944 cat >>confdefs.h <<_ACEOF
10945 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10946 _ACEOF
10948 ft_lib=yes
10950 if test "$ft_lib" = "yes"
10951 then
10952 for ac_header in ft2build.h \
10953 freetype/freetype.h \
10954 freetype/ftglyph.h \
10955 freetype/fttypes.h \
10956 freetype/tttables.h \
10957 freetype/ftsnames.h \
10958 freetype/ttnameid.h \
10959 freetype/ftoutln.h \
10960 freetype/ftwinfnt.h \
10961 freetype/ftmodapi.h \
10962 freetype/ftlcdfil.h
10963 do :
10964 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10965 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10966 # include <ft2build.h>
10967 #endif
10969 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10970 cat >>confdefs.h <<_ACEOF
10971 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10972 _ACEOF
10976 done
10978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10979 /* end confdefs.h. */
10980 #include <ft2build.h>
10981 #include <freetype/fttrigon.h>
10982 _ACEOF
10983 if ac_fn_c_try_cpp "$LINENO"; then :
10985 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10987 wine_cv_fttrigon=yes
10988 else
10989 wine_cv_fttrigon=no
10991 rm -f conftest.err conftest.i conftest.$ac_ext
10992 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10994 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
10996 cat >>confdefs.h <<_ACEOF
10997 #define HAVE_FT_TRUETYPEENGINETYPE 1
10998 _ACEOF
11003 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
11004 then
11006 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
11008 else
11009 FREETYPE_LIBS=""
11011 else
11012 FREETYPE_LIBS=""
11014 CPPFLAGS=$ac_save_CPPFLAGS
11015 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11016 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11019 if test "x$ac_cv_header_freetype_freetype_h" != xyes -o "x$wine_cv_fttrigon" != xyes; then :
11020 case "x$with_freetype" in
11021 xno) ;;
11022 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
11023 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
11024 esac
11026 test "x$ac_cv_header_freetype_freetype_h" = xyes -a "x$wine_cv_fttrigon" = xyes || enable_fonts=${enable_fonts:-no}
11028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
11029 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
11030 if ${ac_cv_c_ppdev+:} false; then :
11031 $as_echo_n "(cached) " >&6
11032 else
11033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11034 /* end confdefs.h. */
11035 #ifdef HAVE_SYS_IOCTL_H
11036 # include <sys/ioctl.h>
11037 #endif
11038 #include <linux/ppdev.h>
11040 main ()
11042 ioctl (1,PPCLAIM,0)
11044 return 0;
11046 _ACEOF
11047 if ac_fn_c_try_compile "$LINENO"; then :
11048 ac_cv_c_ppdev="yes"
11049 else
11050 ac_cv_c_ppdev="no"
11052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
11055 $as_echo "$ac_cv_c_ppdev" >&6; }
11056 if test "$ac_cv_c_ppdev" = "yes"
11057 then
11059 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
11063 ac_wine_check_funcs_save_LIBS="$LIBS"
11064 LIBS="$LIBS $LIBPTHREAD"
11065 for ac_func in \
11066 pthread_attr_get_np \
11067 pthread_getattr_np \
11068 pthread_getthreadid_np \
11069 pthread_get_stackaddr_np \
11070 pthread_get_stacksize_np
11071 do :
11072 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11073 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11074 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
11075 cat >>confdefs.h <<_ACEOF
11076 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11077 _ACEOF
11080 done
11082 LIBS="$ac_wine_check_funcs_save_LIBS"
11084 if test "$ac_cv_header_zlib_h" = "yes"
11085 then
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
11087 $as_echo_n "checking for inflate in -lz... " >&6; }
11088 if ${ac_cv_lib_z_inflate+:} false; then :
11089 $as_echo_n "(cached) " >&6
11090 else
11091 ac_check_lib_save_LIBS=$LIBS
11092 LIBS="-lz $LIBS"
11093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11094 /* end confdefs.h. */
11096 /* Override any GCC internal prototype to avoid an error.
11097 Use char because int might match the return type of a GCC
11098 builtin and then its argument prototype would still apply. */
11099 #ifdef __cplusplus
11100 extern "C"
11101 #endif
11102 char inflate ();
11104 main ()
11106 return inflate ();
11108 return 0;
11110 _ACEOF
11111 if ac_fn_c_try_link "$LINENO"; then :
11112 ac_cv_lib_z_inflate=yes
11113 else
11114 ac_cv_lib_z_inflate=no
11116 rm -f core conftest.err conftest.$ac_objext \
11117 conftest$ac_exeext conftest.$ac_ext
11118 LIBS=$ac_check_lib_save_LIBS
11120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
11121 $as_echo "$ac_cv_lib_z_inflate" >&6; }
11122 if test "x$ac_cv_lib_z_inflate" = xyes; then :
11124 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
11126 ZLIB="-lz"
11131 if test "x$ZLIB" = "x"; then :
11132 case "x$with_zlib" in
11133 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
11134 xno) ;;
11135 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
11136 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
11137 esac
11140 if test "x$enable_tools" != xno
11141 then
11142 if test "$ac_cv_header_gettext_po_h" = "yes"
11143 then
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
11145 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
11146 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
11147 $as_echo_n "(cached) " >&6
11148 else
11149 ac_check_lib_save_LIBS=$LIBS
11150 LIBS="-lgettextpo $LIBS"
11151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11152 /* end confdefs.h. */
11154 /* Override any GCC internal prototype to avoid an error.
11155 Use char because int might match the return type of a GCC
11156 builtin and then its argument prototype would still apply. */
11157 #ifdef __cplusplus
11158 extern "C"
11159 #endif
11160 char po_message_msgctxt ();
11162 main ()
11164 return po_message_msgctxt ();
11166 return 0;
11168 _ACEOF
11169 if ac_fn_c_try_link "$LINENO"; then :
11170 ac_cv_lib_gettextpo_po_message_msgctxt=yes
11171 else
11172 ac_cv_lib_gettextpo_po_message_msgctxt=no
11174 rm -f core conftest.err conftest.$ac_objext \
11175 conftest$ac_exeext conftest.$ac_ext
11176 LIBS=$ac_check_lib_save_LIBS
11178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
11179 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
11180 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
11182 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
11184 LIBGETTEXTPO="-lgettextpo"
11189 test "x$with_gettextpo" != xyes || if test "x$LIBGETTEXTPO" = "x"; then :
11190 case "x$with_gettextpo" in
11191 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
11192 xno) ;;
11193 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
11194 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
11195 esac
11199 if test "x$with_gstreamer" != "xno"
11200 then
11201 if test -n "$GSTREAMER_CFLAGS"; then :
11203 elif test -n "$PKG_CONFIG"; then :
11204 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
11207 if test -n "$GSTREAMER_LIBS"; then :
11209 elif test -n "$PKG_CONFIG"; then :
11210 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
11214 ac_save_CPPFLAGS=$CPPFLAGS
11215 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
11216 ac_gst_incl=""
11217 for i in $GSTREAMER_CFLAGS
11219 case "$i" in
11220 -I*) ac_gst_incl="$ac_gst_incl $i";;
11221 esac
11222 done
11223 GSTREAMER_CFLAGS=$ac_gst_incl
11224 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
11225 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
11226 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
11227 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
11228 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
11230 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
11231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11232 /* end confdefs.h. */
11233 #include <gst/app/gstappsink.h>
11235 main ()
11237 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
11239 return 0;
11241 _ACEOF
11242 if ac_fn_c_try_compile "$LINENO"; then :
11243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11244 $as_echo "yes" >&6; }
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
11246 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
11247 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
11248 $as_echo_n "(cached) " >&6
11249 else
11250 ac_check_lib_save_LIBS=$LIBS
11251 LIBS="-lgstreamer-0.10 $LIBS"
11252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11253 /* end confdefs.h. */
11255 /* Override any GCC internal prototype to avoid an error.
11256 Use char because int might match the return type of a GCC
11257 builtin and then its argument prototype would still apply. */
11258 #ifdef __cplusplus
11259 extern "C"
11260 #endif
11261 char gst_pad_get_caps_reffed ();
11263 main ()
11265 return gst_pad_get_caps_reffed ();
11267 return 0;
11269 _ACEOF
11270 if ac_fn_c_try_link "$LINENO"; then :
11271 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
11272 else
11273 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
11275 rm -f core conftest.err conftest.$ac_objext \
11276 conftest$ac_exeext conftest.$ac_ext
11277 LIBS=$ac_check_lib_save_LIBS
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
11280 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
11281 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
11283 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
11284 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
11285 $as_echo_n "(cached) " >&6
11286 else
11287 ac_check_lib_save_LIBS=$LIBS
11288 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
11289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11290 /* end confdefs.h. */
11292 /* Override any GCC internal prototype to avoid an error.
11293 Use char because int might match the return type of a GCC
11294 builtin and then its argument prototype would still apply. */
11295 #ifdef __cplusplus
11296 extern "C"
11297 #endif
11298 char gst_app_buffer_new ();
11300 main ()
11302 return gst_app_buffer_new ();
11304 return 0;
11306 _ACEOF
11307 if ac_fn_c_try_link "$LINENO"; then :
11308 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
11309 else
11310 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
11312 rm -f core conftest.err conftest.$ac_objext \
11313 conftest$ac_exeext conftest.$ac_ext
11314 LIBS=$ac_check_lib_save_LIBS
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
11317 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
11318 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
11324 else
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11326 $as_echo "no" >&6; }
11328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11332 else
11333 GSTREAMER_CFLAGS=""
11337 CPPFLAGS=$ac_save_CPPFLAGS
11338 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11339 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11342 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
11343 case "x$with_gstreamer" in
11344 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
11345 xno) ;;
11346 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
11347 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
11348 esac
11350 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
11352 ALSALIBS=""
11354 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
11355 then
11356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
11357 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
11358 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
11359 $as_echo_n "(cached) " >&6
11360 else
11361 ac_check_lib_save_LIBS=$LIBS
11362 LIBS="-lasound $LIBS"
11363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11364 /* end confdefs.h. */
11366 /* Override any GCC internal prototype to avoid an error.
11367 Use char because int might match the return type of a GCC
11368 builtin and then its argument prototype would still apply. */
11369 #ifdef __cplusplus
11370 extern "C"
11371 #endif
11372 char snd_pcm_hw_params_get_access_mask ();
11374 main ()
11376 return snd_pcm_hw_params_get_access_mask ();
11378 return 0;
11380 _ACEOF
11381 if ac_fn_c_try_link "$LINENO"; then :
11382 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
11383 else
11384 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
11386 rm -f core conftest.err conftest.$ac_objext \
11387 conftest$ac_exeext conftest.$ac_ext
11388 LIBS=$ac_check_lib_save_LIBS
11390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
11391 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
11392 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
11393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11394 /* end confdefs.h. */
11395 #ifdef HAVE_ALSA_ASOUNDLIB_H
11396 #include <alsa/asoundlib.h>
11397 #elif defined(HAVE_SYS_ASOUNDLIB_H)
11398 #include <sys/asoundlib.h>
11399 #endif
11401 main ()
11403 snd_pcm_hw_params_get_access_mask(NULL, NULL)
11405 return 0;
11407 _ACEOF
11408 if ac_fn_c_try_compile "$LINENO"; then :
11409 ALSALIBS="-lasound"
11411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11416 if test "x$with_oss" != xno
11417 then
11418 ac_save_CPPFLAGS="$CPPFLAGS"
11419 if test -f /etc/oss.conf
11420 then
11421 . /etc/oss.conf
11423 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
11424 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
11425 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
11426 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
11427 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
11429 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
11431 cat >>confdefs.h <<_ACEOF
11432 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
11433 _ACEOF
11435 OSS4INCL="$ac_oss_incl"
11442 CPPFLAGS="$ac_save_CPPFLAGS"
11443 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
11444 then
11445 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
11449 if test "x$with_capi" != "xno"
11450 then
11451 if test -n "$CAPI20_CFLAGS"; then :
11453 elif test -n "$PKG_CONFIG"; then :
11454 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
11457 if test -n "$CAPI20_LIBS"; then :
11459 elif test -n "$PKG_CONFIG"; then :
11460 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
11464 ac_save_CPPFLAGS=$CPPFLAGS
11465 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
11466 for ac_header in capi20.h linux/capi.h
11467 do :
11468 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11469 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
11471 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11472 cat >>confdefs.h <<_ACEOF
11473 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11474 _ACEOF
11478 done
11480 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
11481 then
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
11483 $as_echo_n "checking for -lcapi20... " >&6; }
11484 if ${ac_cv_lib_soname_capi20+:} false; then :
11485 $as_echo_n "(cached) " >&6
11486 else
11487 ac_check_soname_save_LIBS=$LIBS
11488 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
11489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11490 /* end confdefs.h. */
11492 /* Override any GCC internal prototype to avoid an error.
11493 Use char because int might match the return type of a GCC
11494 builtin and then its argument prototype would still apply. */
11495 #ifdef __cplusplus
11496 extern "C"
11497 #endif
11498 char capi20_register ();
11500 main ()
11502 return capi20_register ();
11504 return 0;
11506 _ACEOF
11507 if ac_fn_c_try_link "$LINENO"; then :
11508 case "$LIBEXT" in
11509 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11510 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'` ;;
11511 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11512 if test "x$ac_cv_lib_soname_capi20" = x; then :
11513 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11514 fi ;;
11515 esac
11517 rm -f core conftest.err conftest.$ac_objext \
11518 conftest$ac_exeext conftest.$ac_ext
11519 LIBS=$ac_check_soname_save_LIBS
11521 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
11522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11523 $as_echo "not found" >&6; }
11525 else
11526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
11527 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
11529 cat >>confdefs.h <<_ACEOF
11530 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
11531 _ACEOF
11536 CPPFLAGS=$ac_save_CPPFLAGS
11537 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11538 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11541 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
11542 case "x$with_capi" in
11543 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
11544 xno) ;;
11545 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
11546 This is an error since --with-capi was requested." "$LINENO" 5 ;;
11547 esac
11550 CUPSINCL=""
11552 if test "x$with_cups" != "xno"
11553 then
11554 ac_save_CPPFLAGS="$CPPFLAGS"
11555 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
11556 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
11557 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
11558 for ac_header in cups/cups.h
11559 do :
11560 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
11561 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
11562 cat >>confdefs.h <<_ACEOF
11563 #define HAVE_CUPS_CUPS_H 1
11564 _ACEOF
11565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
11566 $as_echo_n "checking for -lcups... " >&6; }
11567 if ${ac_cv_lib_soname_cups+:} false; then :
11568 $as_echo_n "(cached) " >&6
11569 else
11570 ac_check_soname_save_LIBS=$LIBS
11571 LIBS="-lcups $ac_cups_libs $LIBS"
11572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11573 /* end confdefs.h. */
11575 /* Override any GCC internal prototype to avoid an error.
11576 Use char because int might match the return type of a GCC
11577 builtin and then its argument prototype would still apply. */
11578 #ifdef __cplusplus
11579 extern "C"
11580 #endif
11581 char cupsGetDefault ();
11583 main ()
11585 return cupsGetDefault ();
11587 return 0;
11589 _ACEOF
11590 if ac_fn_c_try_link "$LINENO"; then :
11591 case "$LIBEXT" in
11592 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11593 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'` ;;
11594 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11595 if test "x$ac_cv_lib_soname_cups" = x; then :
11596 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11597 fi ;;
11598 esac
11600 rm -f core conftest.err conftest.$ac_objext \
11601 conftest$ac_exeext conftest.$ac_ext
11602 LIBS=$ac_check_soname_save_LIBS
11604 if test "x$ac_cv_lib_soname_cups" = "x"; then :
11605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11606 $as_echo "not found" >&6; }
11608 else
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
11610 $as_echo "$ac_cv_lib_soname_cups" >&6; }
11612 cat >>confdefs.h <<_ACEOF
11613 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
11614 _ACEOF
11616 CUPSINCL="$ac_cups_cflags"
11620 done
11622 CPPFLAGS="$ac_save_CPPFLAGS"
11624 if test "x$ac_cv_lib_soname_cups" = "x"; then :
11625 case "x$with_cups" in
11626 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
11627 xno) ;;
11628 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
11629 This is an error since --with-cups was requested." "$LINENO" 5 ;;
11630 esac
11633 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11634 then
11635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11636 $as_echo_n "checking for -lfontconfig... " >&6; }
11637 if ${ac_cv_lib_soname_fontconfig+:} false; then :
11638 $as_echo_n "(cached) " >&6
11639 else
11640 ac_check_soname_save_LIBS=$LIBS
11641 LIBS="-lfontconfig $LIBS"
11642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11643 /* end confdefs.h. */
11645 /* Override any GCC internal prototype to avoid an error.
11646 Use char because int might match the return type of a GCC
11647 builtin and then its argument prototype would still apply. */
11648 #ifdef __cplusplus
11649 extern "C"
11650 #endif
11651 char FcInit ();
11653 main ()
11655 return FcInit ();
11657 return 0;
11659 _ACEOF
11660 if ac_fn_c_try_link "$LINENO"; then :
11661 case "$LIBEXT" in
11662 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11663 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'` ;;
11664 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11665 if test "x$ac_cv_lib_soname_fontconfig" = x; then :
11666 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11667 fi ;;
11668 esac
11670 rm -f core conftest.err conftest.$ac_objext \
11671 conftest$ac_exeext conftest.$ac_ext
11672 LIBS=$ac_check_soname_save_LIBS
11674 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11676 $as_echo "not found" >&6; }
11678 else
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11680 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11682 cat >>confdefs.h <<_ACEOF
11683 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11684 _ACEOF
11688 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
11689 then
11690 ac_save_CPPFLAGS="$CPPFLAGS"
11691 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11692 $as_unset ac_cv_header_fontconfig_fontconfig_h
11693 for ac_header in fontconfig/fontconfig.h
11694 do :
11695 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
11696 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
11697 cat >>confdefs.h <<_ACEOF
11698 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
11699 _ACEOF
11703 done
11705 CPPFLAGS="$ac_save_CPPFLAGS"
11706 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11707 then
11708 FONTCONFIGINCL="$X_CFLAGS"
11710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11711 $as_echo_n "checking for -lfontconfig... " >&6; }
11712 if ${ac_cv_lib_soname_fontconfig+:} false; then :
11713 $as_echo_n "(cached) " >&6
11714 else
11715 ac_check_soname_save_LIBS=$LIBS
11716 LIBS="-lfontconfig $X_LIBS $LIBS"
11717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11718 /* end confdefs.h. */
11720 /* Override any GCC internal prototype to avoid an error.
11721 Use char because int might match the return type of a GCC
11722 builtin and then its argument prototype would still apply. */
11723 #ifdef __cplusplus
11724 extern "C"
11725 #endif
11726 char FcInit ();
11728 main ()
11730 return FcInit ();
11732 return 0;
11734 _ACEOF
11735 if ac_fn_c_try_link "$LINENO"; then :
11736 case "$LIBEXT" in
11737 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11738 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'` ;;
11739 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11740 if test "x$ac_cv_lib_soname_fontconfig" = x; then :
11741 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11742 fi ;;
11743 esac
11745 rm -f core conftest.err conftest.$ac_objext \
11746 conftest$ac_exeext conftest.$ac_ext
11747 LIBS=$ac_check_soname_save_LIBS
11749 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11751 $as_echo "not found" >&6; }
11753 else
11754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11755 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11757 cat >>confdefs.h <<_ACEOF
11758 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11759 _ACEOF
11765 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11766 case "x$with_fontconfig" in
11767 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
11768 xno) ;;
11769 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
11770 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
11771 esac
11774 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11775 then
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11777 $as_echo_n "checking for -lgsm... " >&6; }
11778 if ${ac_cv_lib_soname_gsm+:} false; then :
11779 $as_echo_n "(cached) " >&6
11780 else
11781 ac_check_soname_save_LIBS=$LIBS
11782 LIBS="-lgsm $LIBS"
11783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11784 /* end confdefs.h. */
11786 /* Override any GCC internal prototype to avoid an error.
11787 Use char because int might match the return type of a GCC
11788 builtin and then its argument prototype would still apply. */
11789 #ifdef __cplusplus
11790 extern "C"
11791 #endif
11792 char gsm_create ();
11794 main ()
11796 return gsm_create ();
11798 return 0;
11800 _ACEOF
11801 if ac_fn_c_try_link "$LINENO"; then :
11802 case "$LIBEXT" in
11803 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11804 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'` ;;
11805 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11806 if test "x$ac_cv_lib_soname_gsm" = x; then :
11807 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11808 fi ;;
11809 esac
11811 rm -f core conftest.err conftest.$ac_objext \
11812 conftest$ac_exeext conftest.$ac_ext
11813 LIBS=$ac_check_soname_save_LIBS
11815 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11817 $as_echo "not found" >&6; }
11819 else
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11821 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11823 cat >>confdefs.h <<_ACEOF
11824 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11825 _ACEOF
11830 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11831 case "x$with_gsm" in
11832 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11833 xno) ;;
11834 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11835 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11836 esac
11839 if test "x$with_jpeg" != "xno"
11840 then
11841 if test -n "$JPEG_CFLAGS"; then :
11843 elif test -n "$PKG_CONFIG"; then :
11844 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
11847 if test -n "$JPEG_LIBS"; then :
11849 elif test -n "$PKG_CONFIG"; then :
11850 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
11854 ac_save_CPPFLAGS=$CPPFLAGS
11855 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
11856 for ac_header in jpeglib.h
11857 do :
11858 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
11859 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
11860 cat >>confdefs.h <<_ACEOF
11861 #define HAVE_JPEGLIB_H 1
11862 _ACEOF
11866 done
11868 if test "$ac_cv_header_jpeglib_h" = "yes"
11869 then
11870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11871 $as_echo_n "checking for -ljpeg... " >&6; }
11872 if ${ac_cv_lib_soname_jpeg+:} false; then :
11873 $as_echo_n "(cached) " >&6
11874 else
11875 ac_check_soname_save_LIBS=$LIBS
11876 LIBS="-ljpeg $JPEG_LIBS $LIBS"
11877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11878 /* end confdefs.h. */
11880 /* Override any GCC internal prototype to avoid an error.
11881 Use char because int might match the return type of a GCC
11882 builtin and then its argument prototype would still apply. */
11883 #ifdef __cplusplus
11884 extern "C"
11885 #endif
11886 char jpeg_start_decompress ();
11888 main ()
11890 return jpeg_start_decompress ();
11892 return 0;
11894 _ACEOF
11895 if ac_fn_c_try_link "$LINENO"; then :
11896 case "$LIBEXT" in
11897 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11898 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'` ;;
11899 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11900 if test "x$ac_cv_lib_soname_jpeg" = x; then :
11901 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11902 fi ;;
11903 esac
11905 rm -f core conftest.err conftest.$ac_objext \
11906 conftest$ac_exeext conftest.$ac_ext
11907 LIBS=$ac_check_soname_save_LIBS
11909 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11911 $as_echo "not found" >&6; }
11912 JPEG_CFLAGS=""
11913 else
11914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11915 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11917 cat >>confdefs.h <<_ACEOF
11918 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11919 _ACEOF
11923 else
11924 JPEG_CFLAGS=""
11926 CPPFLAGS=$ac_save_CPPFLAGS
11927 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11928 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11931 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11932 case "x$with_jpeg" in
11933 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11934 xno) ;;
11935 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11936 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11937 esac
11940 if test "x$with_png" != "xno"
11941 then
11942 if test -n "$PNG_CFLAGS"; then :
11944 elif test -n "$PKG_CONFIG"; then :
11945 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
11947 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
11948 if test -n "$PNG_LIBS"; then :
11950 elif test -n "$PKG_CONFIG"; then :
11951 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
11953 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
11955 ac_save_CPPFLAGS=$CPPFLAGS
11956 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
11957 for ac_header in png.h
11958 do :
11959 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11960 if test "x$ac_cv_header_png_h" = xyes; then :
11961 cat >>confdefs.h <<_ACEOF
11962 #define HAVE_PNG_H 1
11963 _ACEOF
11967 done
11969 if test "$ac_cv_header_png_h" = "yes"
11970 then
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11972 $as_echo_n "checking for -lpng... " >&6; }
11973 if ${ac_cv_lib_soname_png+:} false; then :
11974 $as_echo_n "(cached) " >&6
11975 else
11976 ac_check_soname_save_LIBS=$LIBS
11977 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
11978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11979 /* end confdefs.h. */
11981 /* Override any GCC internal prototype to avoid an error.
11982 Use char because int might match the return type of a GCC
11983 builtin and then its argument prototype would still apply. */
11984 #ifdef __cplusplus
11985 extern "C"
11986 #endif
11987 char png_create_read_struct ();
11989 main ()
11991 return png_create_read_struct ();
11993 return 0;
11995 _ACEOF
11996 if ac_fn_c_try_link "$LINENO"; then :
11997 case "$LIBEXT" in
11998 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11999 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'` ;;
12000 *) 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'`
12001 if test "x$ac_cv_lib_soname_png" = x; then :
12002 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12003 fi ;;
12004 esac
12006 rm -f core conftest.err conftest.$ac_objext \
12007 conftest$ac_exeext conftest.$ac_ext
12008 LIBS=$ac_check_soname_save_LIBS
12010 if test "x$ac_cv_lib_soname_png" = "x"; then :
12011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12012 $as_echo "not found" >&6; }
12013 PNG_CFLAGS=""
12014 else
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
12016 $as_echo "$ac_cv_lib_soname_png" >&6; }
12018 cat >>confdefs.h <<_ACEOF
12019 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
12020 _ACEOF
12022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12023 /* end confdefs.h. */
12024 #include <png.h>
12026 main ()
12028 typeof(png_set_expand_gray_1_2_4_to_8) *p
12030 return 0;
12032 _ACEOF
12033 if ac_fn_c_try_compile "$LINENO"; then :
12035 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
12038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12040 else
12041 PNG_CFLAGS=""
12043 CPPFLAGS=$ac_save_CPPFLAGS
12044 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12045 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12048 if test "x$ac_cv_lib_soname_png" = "x"; then :
12049 case "x$with_png" in
12050 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
12051 xno) ;;
12052 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
12053 This is an error since --with-png was requested." "$LINENO" 5 ;;
12054 esac
12057 if test "x$with_tiff" != "xno"
12058 then
12059 if test -n "$TIFF_CFLAGS"; then :
12061 elif test -n "$PKG_CONFIG"; then :
12062 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
12065 if test -n "$TIFF_LIBS"; then :
12067 elif test -n "$PKG_CONFIG"; then :
12068 TIFF_LIBS=`$PKG_CONFIG --libs libtiff 2>/dev/null`
12072 ac_save_CPPFLAGS=$CPPFLAGS
12073 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
12074 for ac_header in tiffio.h
12075 do :
12076 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
12077 if test "x$ac_cv_header_tiffio_h" = xyes; then :
12078 cat >>confdefs.h <<_ACEOF
12079 #define HAVE_TIFFIO_H 1
12080 _ACEOF
12084 done
12086 if test "$ac_cv_header_tiffio_h" = "yes"
12087 then
12088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
12089 $as_echo_n "checking for -ltiff... " >&6; }
12090 if ${ac_cv_lib_soname_tiff+:} false; then :
12091 $as_echo_n "(cached) " >&6
12092 else
12093 ac_check_soname_save_LIBS=$LIBS
12094 LIBS="-ltiff $TIFF_LIBS $LIBS"
12095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12096 /* end confdefs.h. */
12098 /* Override any GCC internal prototype to avoid an error.
12099 Use char because int might match the return type of a GCC
12100 builtin and then its argument prototype would still apply. */
12101 #ifdef __cplusplus
12102 extern "C"
12103 #endif
12104 char TIFFClientOpen ();
12106 main ()
12108 return TIFFClientOpen ();
12110 return 0;
12112 _ACEOF
12113 if ac_fn_c_try_link "$LINENO"; then :
12114 case "$LIBEXT" in
12115 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12116 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'` ;;
12117 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12118 if test "x$ac_cv_lib_soname_tiff" = x; then :
12119 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12120 fi ;;
12121 esac
12123 rm -f core conftest.err conftest.$ac_objext \
12124 conftest$ac_exeext conftest.$ac_ext
12125 LIBS=$ac_check_soname_save_LIBS
12127 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
12128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12129 $as_echo "not found" >&6; }
12131 else
12132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
12133 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
12135 cat >>confdefs.h <<_ACEOF
12136 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
12137 _ACEOF
12142 CPPFLAGS=$ac_save_CPPFLAGS
12143 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12144 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12147 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
12148 case "x$with_tiff" in
12149 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
12150 xno) ;;
12151 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
12152 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
12153 esac
12156 if test "x$with_mpg123" != "xno"
12157 then
12158 if test -n "$MPG123_CFLAGS"; then :
12160 elif test -n "$PKG_CONFIG"; then :
12161 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
12164 if test -n "$MPG123_LIBS"; then :
12166 elif test -n "$PKG_CONFIG"; then :
12167 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
12170 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
12171 ac_save_CPPFLAGS=$CPPFLAGS
12172 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
12173 for ac_header in mpg123.h
12174 do :
12175 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
12176 if test "x$ac_cv_header_mpg123_h" = xyes; then :
12177 cat >>confdefs.h <<_ACEOF
12178 #define HAVE_MPG123_H 1
12179 _ACEOF
12183 done
12185 if test "$ac_cv_header_mpg123_h" = "yes"
12186 then
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
12188 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
12189 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
12190 $as_echo_n "(cached) " >&6
12191 else
12192 ac_check_lib_save_LIBS=$LIBS
12193 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
12194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12195 /* end confdefs.h. */
12197 /* Override any GCC internal prototype to avoid an error.
12198 Use char because int might match the return type of a GCC
12199 builtin and then its argument prototype would still apply. */
12200 #ifdef __cplusplus
12201 extern "C"
12202 #endif
12203 char mpg123_feed ();
12205 main ()
12207 return mpg123_feed ();
12209 return 0;
12211 _ACEOF
12212 if ac_fn_c_try_link "$LINENO"; then :
12213 ac_cv_lib_mpg123_mpg123_feed=yes
12214 else
12215 ac_cv_lib_mpg123_mpg123_feed=no
12217 rm -f core conftest.err conftest.$ac_objext \
12218 conftest$ac_exeext conftest.$ac_ext
12219 LIBS=$ac_check_lib_save_LIBS
12221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
12222 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
12223 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
12225 else
12226 MPG123_LIBS=""
12229 else
12230 MPG123_CFLAGS=""
12231 MPG123_LIBS=""
12233 CPPFLAGS=$ac_save_CPPFLAGS
12234 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12235 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12238 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
12239 case "x$with_mpg123" in
12240 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
12241 xno) ;;
12242 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
12243 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
12244 esac
12246 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}
12248 if test "$ac_cv_header_AL_al_h" = "yes"
12249 then
12250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
12251 $as_echo_n "checking for -lopenal... " >&6; }
12252 if ${ac_cv_lib_soname_openal+:} false; then :
12253 $as_echo_n "(cached) " >&6
12254 else
12255 ac_check_soname_save_LIBS=$LIBS
12256 LIBS="-lopenal $LIBS"
12257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12258 /* end confdefs.h. */
12260 /* Override any GCC internal prototype to avoid an error.
12261 Use char because int might match the return type of a GCC
12262 builtin and then its argument prototype would still apply. */
12263 #ifdef __cplusplus
12264 extern "C"
12265 #endif
12266 char alGetSource3i ();
12268 main ()
12270 return alGetSource3i ();
12272 return 0;
12274 _ACEOF
12275 if ac_fn_c_try_link "$LINENO"; then :
12276 case "$LIBEXT" in
12277 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12278 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'` ;;
12279 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12280 if test "x$ac_cv_lib_soname_openal" = x; then :
12281 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12282 fi ;;
12283 esac
12285 rm -f core conftest.err conftest.$ac_objext \
12286 conftest$ac_exeext conftest.$ac_ext
12287 LIBS=$ac_check_soname_save_LIBS
12289 if test "x$ac_cv_lib_soname_openal" = "x"; then :
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12291 $as_echo "not found" >&6; }
12293 else
12294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
12295 $as_echo "$ac_cv_lib_soname_openal" >&6; }
12297 cat >>confdefs.h <<_ACEOF
12298 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
12299 _ACEOF
12301 LIBOPENAL="-lopenal"
12303 ac_cv_lib_openal=yes
12305 cat >>confdefs.h <<_ACEOF
12306 #define HAVE_OPENAL 1
12307 _ACEOF
12311 if test "x$ac_cv_lib_openal" != xyes; then :
12312 case "x$with_openal" in
12313 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
12314 xno) ;;
12315 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
12316 This is an error since --with-openal was requested." "$LINENO" 5 ;;
12317 esac
12319 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
12321 if test "$ac_cv_header_kstat_h" = "yes"
12322 then
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
12324 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
12325 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
12326 $as_echo_n "(cached) " >&6
12327 else
12328 ac_check_lib_save_LIBS=$LIBS
12329 LIBS="-lkstat $LIBS"
12330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12331 /* end confdefs.h. */
12333 /* Override any GCC internal prototype to avoid an error.
12334 Use char because int might match the return type of a GCC
12335 builtin and then its argument prototype would still apply. */
12336 #ifdef __cplusplus
12337 extern "C"
12338 #endif
12339 char kstat_open ();
12341 main ()
12343 return kstat_open ();
12345 return 0;
12347 _ACEOF
12348 if ac_fn_c_try_link "$LINENO"; then :
12349 ac_cv_lib_kstat_kstat_open=yes
12350 else
12351 ac_cv_lib_kstat_kstat_open=no
12353 rm -f core conftest.err conftest.$ac_objext \
12354 conftest$ac_exeext conftest.$ac_ext
12355 LIBS=$ac_check_lib_save_LIBS
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
12358 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
12359 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
12361 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
12363 LIBKSTAT="-lkstat"
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
12370 $as_echo_n "checking for -lodbc... " >&6; }
12371 if ${ac_cv_lib_soname_odbc+:} false; then :
12372 $as_echo_n "(cached) " >&6
12373 else
12374 ac_check_soname_save_LIBS=$LIBS
12375 LIBS="-lodbc $LIBS"
12376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12377 /* end confdefs.h. */
12379 /* Override any GCC internal prototype to avoid an error.
12380 Use char because int might match the return type of a GCC
12381 builtin and then its argument prototype would still apply. */
12382 #ifdef __cplusplus
12383 extern "C"
12384 #endif
12385 char SQLConnect ();
12387 main ()
12389 return SQLConnect ();
12391 return 0;
12393 _ACEOF
12394 if ac_fn_c_try_link "$LINENO"; then :
12395 case "$LIBEXT" in
12396 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12397 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'` ;;
12398 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12399 if test "x$ac_cv_lib_soname_odbc" = x; then :
12400 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12401 fi ;;
12402 esac
12404 rm -f core conftest.err conftest.$ac_objext \
12405 conftest$ac_exeext conftest.$ac_ext
12406 LIBS=$ac_check_soname_save_LIBS
12408 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
12409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12410 $as_echo "not found" >&6; }
12411 cat >>confdefs.h <<_ACEOF
12412 #define SONAME_LIBODBC "libodbc.$LIBEXT"
12413 _ACEOF
12415 else
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
12417 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
12419 cat >>confdefs.h <<_ACEOF
12420 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
12421 _ACEOF
12426 test -n "$ALSALIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
12427 test -n "$COREAUDIO" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
12428 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
12429 test "$ac_cv_header_linux_joystick_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
12431 if test "x$ALSALIBS$COREAUDIO" = "x" -a \
12432 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
12433 "x$with_alsa$with_coreaudio$with_oss" != xnonono
12434 then
12435 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
12439 EXTRACFLAGS=""
12441 if test "x${GCC}" = "xyes"
12442 then
12443 EXTRACFLAGS="-Wall -pipe"
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
12446 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
12447 if ${ac_cv_c_gcc_strength_bug+:} false; then :
12448 $as_echo_n "(cached) " >&6
12449 else
12450 if test "$cross_compiling" = yes; then :
12451 ac_cv_c_gcc_strength_bug="yes"
12452 else
12453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12454 /* end confdefs.h. */
12455 int L[4] = {0,1,2,3};
12457 main ()
12459 static int Array[3];
12460 unsigned int B = 3;
12461 int i;
12462 for(i=0; i<B; i++) Array[i] = i - 3;
12463 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
12464 L[i] = 4;
12465 return (Array[1] != -2 || L[2] != 3)
12467 return 0;
12469 _ACEOF
12470 if ac_fn_c_try_run "$LINENO"; then :
12471 ac_cv_c_gcc_strength_bug="no"
12472 else
12473 ac_cv_c_gcc_strength_bug="yes"
12475 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12476 conftest.$ac_objext conftest.beam conftest.$ac_ext
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
12481 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
12482 if test "$ac_cv_c_gcc_strength_bug" = "yes"
12483 then
12484 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
12488 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
12489 if ${ac_cv_cflags__fno_builtin+:} false; then :
12490 $as_echo_n "(cached) " >&6
12491 else
12492 ac_wine_try_cflags_saved=$CFLAGS
12493 CFLAGS="$CFLAGS -fno-builtin"
12494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12495 /* end confdefs.h. */
12496 int main(int argc, char **argv) { return 0; }
12497 _ACEOF
12498 if ac_fn_c_try_link "$LINENO"; then :
12499 ac_cv_cflags__fno_builtin=yes
12500 else
12501 ac_cv_cflags__fno_builtin=no
12503 rm -f core conftest.err conftest.$ac_objext \
12504 conftest$ac_exeext conftest.$ac_ext
12505 CFLAGS=$ac_wine_try_cflags_saved
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
12508 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
12509 if test $ac_cv_cflags__fno_builtin = yes; then :
12510 BUILTINFLAG="-fno-builtin"
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
12514 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
12515 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
12516 $as_echo_n "(cached) " >&6
12517 else
12518 ac_wine_try_cflags_saved=$CFLAGS
12519 CFLAGS="$CFLAGS -fno-strict-aliasing"
12520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12521 /* end confdefs.h. */
12522 int main(int argc, char **argv) { return 0; }
12523 _ACEOF
12524 if ac_fn_c_try_link "$LINENO"; then :
12525 ac_cv_cflags__fno_strict_aliasing=yes
12526 else
12527 ac_cv_cflags__fno_strict_aliasing=no
12529 rm -f core conftest.err conftest.$ac_objext \
12530 conftest$ac_exeext conftest.$ac_ext
12531 CFLAGS=$ac_wine_try_cflags_saved
12533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
12534 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
12535 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
12536 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
12538 saved_CFLAGS=$CFLAGS
12539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
12540 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
12541 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
12542 $as_echo_n "(cached) " >&6
12543 else
12544 ac_wine_try_cflags_saved=$CFLAGS
12545 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
12546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12547 /* end confdefs.h. */
12548 int main(int argc, char **argv) { return 0; }
12549 _ACEOF
12550 if ac_fn_c_try_link "$LINENO"; then :
12551 ac_cv_cflags__Werror_unknown_warning_option=yes
12552 else
12553 ac_cv_cflags__Werror_unknown_warning_option=no
12555 rm -f core conftest.err conftest.$ac_objext \
12556 conftest$ac_exeext conftest.$ac_ext
12557 CFLAGS=$ac_wine_try_cflags_saved
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
12560 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
12561 if test $ac_cv_cflags__Werror_unknown_warning_option = yes; then :
12562 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
12565 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
12566 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
12567 $as_echo_n "(cached) " >&6
12568 else
12569 ac_wine_try_cflags_saved=$CFLAGS
12570 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
12571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12572 /* end confdefs.h. */
12573 int main(int argc, char **argv) { return 0; }
12574 _ACEOF
12575 if ac_fn_c_try_link "$LINENO"; then :
12576 ac_cv_cflags__Wdeclaration_after_statement=yes
12577 else
12578 ac_cv_cflags__Wdeclaration_after_statement=no
12580 rm -f core conftest.err conftest.$ac_objext \
12581 conftest$ac_exeext conftest.$ac_ext
12582 CFLAGS=$ac_wine_try_cflags_saved
12584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
12585 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
12586 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
12587 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
12590 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
12591 if ${ac_cv_cflags__Wempty_body+:} false; then :
12592 $as_echo_n "(cached) " >&6
12593 else
12594 ac_wine_try_cflags_saved=$CFLAGS
12595 CFLAGS="$CFLAGS -Wempty-body"
12596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12597 /* end confdefs.h. */
12598 int main(int argc, char **argv) { return 0; }
12599 _ACEOF
12600 if ac_fn_c_try_link "$LINENO"; then :
12601 ac_cv_cflags__Wempty_body=yes
12602 else
12603 ac_cv_cflags__Wempty_body=no
12605 rm -f core conftest.err conftest.$ac_objext \
12606 conftest$ac_exeext conftest.$ac_ext
12607 CFLAGS=$ac_wine_try_cflags_saved
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
12610 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
12611 if test $ac_cv_cflags__Wempty_body = yes; then :
12612 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
12615 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
12616 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
12617 $as_echo_n "(cached) " >&6
12618 else
12619 ac_wine_try_cflags_saved=$CFLAGS
12620 CFLAGS="$CFLAGS -Wignored-qualifiers"
12621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12622 /* end confdefs.h. */
12623 int main(int argc, char **argv) { return 0; }
12624 _ACEOF
12625 if ac_fn_c_try_link "$LINENO"; then :
12626 ac_cv_cflags__Wignored_qualifiers=yes
12627 else
12628 ac_cv_cflags__Wignored_qualifiers=no
12630 rm -f core conftest.err conftest.$ac_objext \
12631 conftest$ac_exeext conftest.$ac_ext
12632 CFLAGS=$ac_wine_try_cflags_saved
12634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
12635 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
12636 if test $ac_cv_cflags__Wignored_qualifiers = yes; then :
12637 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
12640 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
12641 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
12642 $as_echo_n "(cached) " >&6
12643 else
12644 ac_wine_try_cflags_saved=$CFLAGS
12645 CFLAGS="$CFLAGS -Wstrict-prototypes"
12646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12647 /* end confdefs.h. */
12648 int main(int argc, char **argv) { return 0; }
12649 _ACEOF
12650 if ac_fn_c_try_link "$LINENO"; then :
12651 ac_cv_cflags__Wstrict_prototypes=yes
12652 else
12653 ac_cv_cflags__Wstrict_prototypes=no
12655 rm -f core conftest.err conftest.$ac_objext \
12656 conftest$ac_exeext conftest.$ac_ext
12657 CFLAGS=$ac_wine_try_cflags_saved
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
12660 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
12661 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
12662 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
12665 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
12666 if ${ac_cv_cflags__Wtype_limits+:} false; then :
12667 $as_echo_n "(cached) " >&6
12668 else
12669 ac_wine_try_cflags_saved=$CFLAGS
12670 CFLAGS="$CFLAGS -Wtype-limits"
12671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12672 /* end confdefs.h. */
12673 int main(int argc, char **argv) { return 0; }
12674 _ACEOF
12675 if ac_fn_c_try_link "$LINENO"; then :
12676 ac_cv_cflags__Wtype_limits=yes
12677 else
12678 ac_cv_cflags__Wtype_limits=no
12680 rm -f core conftest.err conftest.$ac_objext \
12681 conftest$ac_exeext conftest.$ac_ext
12682 CFLAGS=$ac_wine_try_cflags_saved
12684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
12685 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
12686 if test $ac_cv_cflags__Wtype_limits = yes; then :
12687 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
12689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
12690 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
12691 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
12692 $as_echo_n "(cached) " >&6
12693 else
12694 ac_wine_try_cflags_saved=$CFLAGS
12695 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
12696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12697 /* end confdefs.h. */
12698 int main(int argc, char **argv) { return 0; }
12699 _ACEOF
12700 if ac_fn_c_try_link "$LINENO"; then :
12701 ac_cv_cflags__Wunused_but_set_parameter=yes
12702 else
12703 ac_cv_cflags__Wunused_but_set_parameter=no
12705 rm -f core conftest.err conftest.$ac_objext \
12706 conftest$ac_exeext conftest.$ac_ext
12707 CFLAGS=$ac_wine_try_cflags_saved
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
12710 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
12711 if test $ac_cv_cflags__Wunused_but_set_parameter = yes; then :
12712 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
12714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
12715 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
12716 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
12717 $as_echo_n "(cached) " >&6
12718 else
12719 ac_wine_try_cflags_saved=$CFLAGS
12720 CFLAGS="$CFLAGS -Wwrite-strings"
12721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12722 /* end confdefs.h. */
12723 int main(int argc, char **argv) { return 0; }
12724 _ACEOF
12725 if ac_fn_c_try_link "$LINENO"; then :
12726 ac_cv_cflags__Wwrite_strings=yes
12727 else
12728 ac_cv_cflags__Wwrite_strings=no
12730 rm -f core conftest.err conftest.$ac_objext \
12731 conftest$ac_exeext conftest.$ac_ext
12732 CFLAGS=$ac_wine_try_cflags_saved
12734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
12735 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
12736 if test $ac_cv_cflags__Wwrite_strings = yes; then :
12737 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
12741 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
12742 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
12743 $as_echo_n "(cached) " >&6
12744 else
12745 ac_wine_try_cflags_saved=$CFLAGS
12746 CFLAGS="$CFLAGS -Wpointer-arith"
12747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12748 /* end confdefs.h. */
12749 int main(int argc, char **argv) { return 0; }
12750 _ACEOF
12751 if ac_fn_c_try_link "$LINENO"; then :
12752 ac_cv_cflags__Wpointer_arith=yes
12753 else
12754 ac_cv_cflags__Wpointer_arith=no
12756 rm -f core conftest.err conftest.$ac_objext \
12757 conftest$ac_exeext conftest.$ac_ext
12758 CFLAGS=$ac_wine_try_cflags_saved
12760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
12761 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
12762 if test $ac_cv_cflags__Wpointer_arith = yes; then :
12763 saved_string_h_CFLAGS=$CFLAGS
12764 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
12765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
12766 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
12767 if ${ac_cv_c_string_h_warnings+:} false; then :
12768 $as_echo_n "(cached) " >&6
12769 else
12770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12771 /* end confdefs.h. */
12772 #include <string.h>
12774 main ()
12778 return 0;
12780 _ACEOF
12781 if ac_fn_c_try_compile "$LINENO"; then :
12782 ac_cv_c_string_h_warnings=no
12783 else
12784 ac_cv_c_string_h_warnings=yes
12786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
12789 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
12790 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
12791 CFLAGS=$saved_string_h_CFLAGS
12794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
12795 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
12796 if ${ac_cv_cflags__Wlogical_op+:} false; then :
12797 $as_echo_n "(cached) " >&6
12798 else
12799 ac_wine_try_cflags_saved=$CFLAGS
12800 CFLAGS="$CFLAGS -Wlogical-op"
12801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12802 /* end confdefs.h. */
12803 int main(int argc, char **argv) { return 0; }
12804 _ACEOF
12805 if ac_fn_c_try_link "$LINENO"; then :
12806 ac_cv_cflags__Wlogical_op=yes
12807 else
12808 ac_cv_cflags__Wlogical_op=no
12810 rm -f core conftest.err conftest.$ac_objext \
12811 conftest$ac_exeext conftest.$ac_ext
12812 CFLAGS=$ac_wine_try_cflags_saved
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
12815 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
12816 if test $ac_cv_cflags__Wlogical_op = yes; then :
12817 saved_string_h_CFLAGS=$CFLAGS
12818 CFLAGS="$CFLAGS -Wlogical-op -Werror"
12819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
12820 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
12821 if ${ac_cv_c_logicalop_noisy+:} false; then :
12822 $as_echo_n "(cached) " >&6
12823 else
12824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12825 /* end confdefs.h. */
12826 #include <string.h>
12827 char*f(const char *h,char n) {return strchr(h,n);}
12829 main ()
12833 return 0;
12835 _ACEOF
12836 if ac_fn_c_try_compile "$LINENO"; then :
12837 ac_cv_c_logicalop_noisy=no
12838 else
12839 ac_cv_c_logicalop_noisy=yes
12841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
12844 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
12845 CFLAGS=$saved_string_h_CFLAGS
12846 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
12849 CFLAGS=$saved_CFLAGS
12851 for ac_flag in $CFLAGS; do
12852 case $ac_flag in
12853 -g) case $host_os in
12854 darwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstabs+" >&5
12855 $as_echo_n "checking whether the compiler supports -gstabs+... " >&6; }
12856 if ${ac_cv_cflags__gstabsp+:} false; then :
12857 $as_echo_n "(cached) " >&6
12858 else
12859 ac_wine_try_cflags_saved=$CFLAGS
12860 CFLAGS="$CFLAGS -gstabs+"
12861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12862 /* end confdefs.h. */
12863 int main(int argc, char **argv) { return 0; }
12864 _ACEOF
12865 if ac_fn_c_try_link "$LINENO"; then :
12866 ac_cv_cflags__gstabsp=yes
12867 else
12868 ac_cv_cflags__gstabsp=no
12870 rm -f core conftest.err conftest.$ac_objext \
12871 conftest$ac_exeext conftest.$ac_ext
12872 CFLAGS=$ac_wine_try_cflags_saved
12874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstabsp" >&5
12875 $as_echo "$ac_cv_cflags__gstabsp" >&6; }
12876 if test $ac_cv_cflags__gstabsp = yes; then :
12877 EXTRACFLAGS="$EXTRACFLAGS -gstabs+"
12878 fi ;;
12879 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
12880 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
12881 if ${ac_cv_cflags__gdwarf_2+:} false; then :
12882 $as_echo_n "(cached) " >&6
12883 else
12884 ac_wine_try_cflags_saved=$CFLAGS
12885 CFLAGS="$CFLAGS -gdwarf-2"
12886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12887 /* end confdefs.h. */
12888 int main(int argc, char **argv) { return 0; }
12889 _ACEOF
12890 if ac_fn_c_try_link "$LINENO"; then :
12891 ac_cv_cflags__gdwarf_2=yes
12892 else
12893 ac_cv_cflags__gdwarf_2=no
12895 rm -f core conftest.err conftest.$ac_objext \
12896 conftest$ac_exeext conftest.$ac_ext
12897 CFLAGS=$ac_wine_try_cflags_saved
12899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
12900 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
12901 if test $ac_cv_cflags__gdwarf_2 = yes; then :
12902 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
12905 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
12906 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
12907 $as_echo_n "(cached) " >&6
12908 else
12909 ac_wine_try_cflags_saved=$CFLAGS
12910 CFLAGS="$CFLAGS -gstrict-dwarf"
12911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12912 /* end confdefs.h. */
12913 int main(int argc, char **argv) { return 0; }
12914 _ACEOF
12915 if ac_fn_c_try_link "$LINENO"; then :
12916 ac_cv_cflags__gstrict_dwarf=yes
12917 else
12918 ac_cv_cflags__gstrict_dwarf=no
12920 rm -f core conftest.err conftest.$ac_objext \
12921 conftest$ac_exeext conftest.$ac_ext
12922 CFLAGS=$ac_wine_try_cflags_saved
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
12925 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
12926 if test $ac_cv_cflags__gstrict_dwarf = yes; then :
12927 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
12928 fi ;;
12929 esac ;;
12930 esac
12931 done
12933 case $host_cpu in
12934 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
12935 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
12936 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
12937 $as_echo_n "(cached) " >&6
12938 else
12939 ac_wine_try_cflags_saved=$CFLAGS
12940 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
12941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12942 /* end confdefs.h. */
12943 int main(int argc, char **argv) { return 0; }
12944 _ACEOF
12945 if ac_fn_c_try_link "$LINENO"; then :
12946 ac_cv_cflags__fno_omit_frame_pointer=yes
12947 else
12948 ac_cv_cflags__fno_omit_frame_pointer=no
12950 rm -f core conftest.err conftest.$ac_objext \
12951 conftest$ac_exeext conftest.$ac_ext
12952 CFLAGS=$ac_wine_try_cflags_saved
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
12955 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
12956 if test $ac_cv_cflags__fno_omit_frame_pointer = yes; then :
12957 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
12958 fi ;;
12959 esac
12961 case $host in
12962 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
12963 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
12964 if ${ac_cv_cflags__Wno_format+:} false; then :
12965 $as_echo_n "(cached) " >&6
12966 else
12967 ac_wine_try_cflags_saved=$CFLAGS
12968 CFLAGS="$CFLAGS -Wno-format"
12969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12970 /* end confdefs.h. */
12971 int main(int argc, char **argv) { return 0; }
12972 _ACEOF
12973 if ac_fn_c_try_link "$LINENO"; then :
12974 ac_cv_cflags__Wno_format=yes
12975 else
12976 ac_cv_cflags__Wno_format=no
12978 rm -f core conftest.err conftest.$ac_objext \
12979 conftest$ac_exeext conftest.$ac_ext
12980 CFLAGS=$ac_wine_try_cflags_saved
12982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
12983 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
12984 if test $ac_cv_cflags__Wno_format = yes; then :
12985 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
12986 fi ;;
12987 esac
12989 if test "x$enable_maintainer_mode" = "xyes"
12990 then
12991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
12992 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
12993 if ${ac_cv_cflags__Werror+:} false; then :
12994 $as_echo_n "(cached) " >&6
12995 else
12996 ac_wine_try_cflags_saved=$CFLAGS
12997 CFLAGS="$CFLAGS -Werror"
12998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12999 /* end confdefs.h. */
13000 int main(int argc, char **argv) { return 0; }
13001 _ACEOF
13002 if ac_fn_c_try_link "$LINENO"; then :
13003 ac_cv_cflags__Werror=yes
13004 else
13005 ac_cv_cflags__Werror=no
13007 rm -f core conftest.err conftest.$ac_objext \
13008 conftest$ac_exeext conftest.$ac_ext
13009 CFLAGS=$ac_wine_try_cflags_saved
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
13012 $as_echo "$ac_cv_cflags__Werror" >&6; }
13013 if test $ac_cv_cflags__Werror = yes; then :
13014 EXTRACFLAGS="$EXTRACFLAGS -Werror"
13018 saved_CFLAGS="$CFLAGS"
13019 CFLAGS="$CFLAGS -Werror"
13020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
13021 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
13022 if ${ac_cv_have_ms_hook_prologue+:} false; then :
13023 $as_echo_n "(cached) " >&6
13024 else
13025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13026 /* end confdefs.h. */
13027 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
13029 main ()
13033 return 0;
13035 _ACEOF
13036 if ac_fn_c_try_compile "$LINENO"; then :
13037 ac_cv_have_ms_hook_prologue="yes"
13038 else
13039 ac_cv_have_ms_hook_prologue="no"
13041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
13044 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
13045 CFLAGS="$saved_CFLAGS"
13046 if test "$ac_cv_have_ms_hook_prologue" = "yes"
13047 then
13049 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
13051 else
13052 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
13058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
13059 $as_echo_n "checking for the need to disable Fortify... " >&6; }
13060 if ${ac_cv_c_fortify_enabled+:} false; then :
13061 $as_echo_n "(cached) " >&6
13062 else
13063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13064 /* end confdefs.h. */
13065 #include <string.h>
13067 main ()
13069 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
13070 #error Fortify enabled
13071 #endif
13073 return 0;
13075 _ACEOF
13076 if ac_fn_c_try_compile "$LINENO"; then :
13077 ac_cv_c_fortify_enabled=no
13078 else
13079 ac_cv_c_fortify_enabled=yes
13081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
13084 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
13085 if test "$ac_cv_c_fortify_enabled" = yes
13086 then
13087 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
13092 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
13093 if ${ac_cv_c_extern_prefix+:} false; then :
13094 $as_echo_n "(cached) " >&6
13095 else
13096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13097 /* end confdefs.h. */
13098 extern int ac_test;
13100 main ()
13102 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
13104 return 0;
13106 _ACEOF
13107 if ac_fn_c_try_link "$LINENO"; then :
13108 ac_cv_c_extern_prefix="yes"
13109 else
13110 ac_cv_c_extern_prefix="no"
13112 rm -f core conftest.err conftest.$ac_objext \
13113 conftest$ac_exeext conftest.$ac_ext
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
13116 $as_echo "$ac_cv_c_extern_prefix" >&6; }
13118 case $host_cpu in
13119 *i[3456789]86*)
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
13121 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
13122 if ${ac_cv_c_stdcall_suffix+:} false; then :
13123 $as_echo_n "(cached) " >&6
13124 else
13125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13126 /* end confdefs.h. */
13127 #ifndef _MSC_VER
13128 #define __stdcall __attribute__((__stdcall__))
13129 #endif
13130 int __stdcall ac_test(int i) { return i; }
13132 main ()
13134 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
13136 return 0;
13138 _ACEOF
13139 if ac_fn_c_try_link "$LINENO"; then :
13140 ac_cv_c_stdcall_suffix="yes"
13141 else
13142 ac_cv_c_stdcall_suffix="no"
13144 rm -f core conftest.err conftest.$ac_objext \
13145 conftest$ac_exeext conftest.$ac_ext
13147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
13148 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
13149 *) ac_cv_c_stdcall_suffix="no" ;;
13150 esac
13153 if test "$ac_cv_c_extern_prefix" = "yes"
13154 then
13155 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
13157 asm_name_prefix="_"
13158 else
13159 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
13161 asm_name_prefix=""
13165 if test "$ac_cv_c_stdcall_suffix" = "yes"
13166 then
13167 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
13169 else
13170 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
13176 $as_echo_n "checking how to define a function in assembly code... " >&6; }
13177 if ${ac_cv_asm_func_def+:} false; then :
13178 $as_echo_n "(cached) " >&6
13179 else
13180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13181 /* end confdefs.h. */
13184 main ()
13186 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
13188 return 0;
13190 _ACEOF
13191 if ac_fn_c_try_link "$LINENO"; then :
13192 ac_cv_asm_func_def=".def"
13193 else
13194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13195 /* end confdefs.h. */
13198 main ()
13200 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
13202 return 0;
13204 _ACEOF
13205 if ac_fn_c_try_link "$LINENO"; then :
13206 ac_cv_asm_func_def=".type @function"
13207 else
13208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13209 /* end confdefs.h. */
13212 main ()
13214 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
13216 return 0;
13218 _ACEOF
13219 if ac_fn_c_try_link "$LINENO"; then :
13220 ac_cv_asm_func_def=".type 2"
13221 else
13222 ac_cv_asm_func_def="unknown"
13224 rm -f core conftest.err conftest.$ac_objext \
13225 conftest$ac_exeext conftest.$ac_ext
13227 rm -f core conftest.err conftest.$ac_objext \
13228 conftest$ac_exeext conftest.$ac_ext
13230 rm -f core conftest.err conftest.$ac_objext \
13231 conftest$ac_exeext conftest.$ac_ext
13233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
13234 $as_echo "$ac_cv_asm_func_def" >&6; }
13237 case "$ac_cv_asm_func_def" in
13238 ".def")
13239 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
13241 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
13242 ".type @function")
13243 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
13245 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
13246 ".type 2")
13247 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
13249 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
13251 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
13253 asm_func_header="" ;;
13254 esac
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
13257 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
13258 if ${ac_cv_c_asm_outside_funcs+:} false; then :
13259 $as_echo_n "(cached) " >&6
13260 else
13261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13262 /* end confdefs.h. */
13263 asm(".text\n\t.long 0");
13265 main ()
13269 return 0;
13271 _ACEOF
13272 if ac_fn_c_try_compile "$LINENO"; then :
13273 ac_cv_c_asm_outside_funcs="yes"
13274 else
13275 ac_cv_c_asm_outside_funcs="no"
13277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
13280 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
13282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
13283 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
13284 if ${ac_cv_c_dot_previous+:} false; then :
13285 $as_echo_n "(cached) " >&6
13286 else
13287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13288 /* end confdefs.h. */
13291 main ()
13293 asm(".text\nac_test:\t.long 0\n\t.previous");
13295 return 0;
13297 _ACEOF
13298 if ac_fn_c_try_link "$LINENO"; then :
13299 ac_cv_c_dot_previous="yes"
13300 else
13301 ac_cv_c_dot_previous="no"
13303 rm -f core conftest.err conftest.$ac_objext \
13304 conftest$ac_exeext conftest.$ac_ext
13306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
13307 $as_echo "$ac_cv_c_dot_previous" >&6; }
13309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
13310 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
13311 if ${ac_cv_c_cfi_support+:} false; then :
13312 $as_echo_n "(cached) " >&6
13313 else
13314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13315 /* end confdefs.h. */
13316 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
13318 main ()
13322 return 0;
13324 _ACEOF
13325 if ac_fn_c_try_compile "$LINENO"; then :
13326 ac_cv_c_cfi_support="yes"
13327 else
13328 ac_cv_c_cfi_support="no"
13330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
13333 $as_echo "$ac_cv_c_cfi_support" >&6; }
13335 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
13336 asm_func_trailer=""
13337 if test "$ac_cv_c_dot_previous" = "yes"
13338 then
13339 asm_func_trailer="\\n\\t.previous"
13341 if test "$ac_cv_c_cfi_support" = "yes"
13342 then
13343 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
13344 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
13346 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
13348 UNWINDFLAGS=-fasynchronous-unwind-tables
13350 else
13351 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
13355 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
13358 if test "$ac_cv_c_asm_outside_funcs" = "yes"
13359 then
13360 cat >>confdefs.h <<_ACEOF
13361 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
13362 _ACEOF
13364 else
13365 cat >>confdefs.h <<_ACEOF
13366 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
13367 _ACEOF
13371 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
13374 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
13378 LDPATH=""
13380 case $build_os in
13381 cygwin*|mingw32*)
13382 TOOLSEXT=".exe"
13384 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
13386 darwin*|macosx*)
13389 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
13391 esac
13393 MAIN_BINARY="wine"
13395 test "x$enable_win64" != "xyes" || MAIN_BINARY="wine64"
13397 case $host_os in
13398 linux*)
13399 case $host_cpu in
13400 *i[3456789]86*) EXTRA_BINARIES="wine-preloader"
13402 x86_64*) EXTRA_BINARIES="wine64-preloader"
13404 esac
13406 esac
13409 ac_save_CFLAGS="$CFLAGS"
13410 CFLAGS="$CFLAGS $BUILTINFLAG"
13411 for ac_func in \
13412 _finite \
13413 _isnan \
13414 _pclose \
13415 _popen \
13416 _snprintf \
13417 _spawnvp \
13418 _strdup \
13419 _stricmp \
13420 _strnicmp \
13421 _strtoi64 \
13422 _strtoui64 \
13423 _vsnprintf \
13424 asctime_r \
13425 chsize \
13426 dlopen \
13427 epoll_create \
13428 ffs \
13429 finite \
13430 fnmatch \
13431 fork \
13432 fpclass \
13433 fstatfs \
13434 fstatvfs \
13435 ftruncate \
13436 futimens \
13437 futimes \
13438 futimesat \
13439 getattrlist \
13440 getdirentries \
13441 getopt_long_only \
13442 getpwuid \
13443 gettimeofday \
13444 getuid \
13445 kqueue \
13446 lstat \
13447 memmove \
13448 mmap \
13449 pclose \
13450 pipe2 \
13451 poll \
13452 popen \
13453 port_create \
13454 prctl \
13455 pread \
13456 pwrite \
13457 readdir \
13458 readlink \
13459 sched_yield \
13460 select \
13461 setproctitle \
13462 setrlimit \
13463 settimeofday \
13464 sigaltstack \
13465 sigprocmask \
13466 snprintf \
13467 statfs \
13468 statvfs \
13469 strcasecmp \
13470 strdup \
13471 strerror \
13472 strncasecmp \
13473 strtold \
13474 strtoll \
13475 strtoull \
13476 symlink \
13477 tcgetattr \
13478 thr_kill2 \
13479 timegm \
13480 usleep \
13481 vsnprintf
13483 do :
13484 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13485 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13486 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13487 cat >>confdefs.h <<_ACEOF
13488 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13489 _ACEOF
13492 done
13494 CFLAGS="$ac_save_CFLAGS"
13496 if test "$ac_cv_func_dlopen" = no
13497 then
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
13499 $as_echo_n "checking for dlopen in -ldl... " >&6; }
13500 if ${ac_cv_lib_dl_dlopen+:} false; then :
13501 $as_echo_n "(cached) " >&6
13502 else
13503 ac_check_lib_save_LIBS=$LIBS
13504 LIBS="-ldl $LIBS"
13505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13506 /* end confdefs.h. */
13508 /* Override any GCC internal prototype to avoid an error.
13509 Use char because int might match the return type of a GCC
13510 builtin and then its argument prototype would still apply. */
13511 #ifdef __cplusplus
13512 extern "C"
13513 #endif
13514 char dlopen ();
13516 main ()
13518 return dlopen ();
13520 return 0;
13522 _ACEOF
13523 if ac_fn_c_try_link "$LINENO"; then :
13524 ac_cv_lib_dl_dlopen=yes
13525 else
13526 ac_cv_lib_dl_dlopen=no
13528 rm -f core conftest.err conftest.$ac_objext \
13529 conftest$ac_exeext conftest.$ac_ext
13530 LIBS=$ac_check_lib_save_LIBS
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
13533 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
13534 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
13535 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
13536 LIBDL="-ldl"
13541 ac_wine_check_funcs_save_LIBS="$LIBS"
13542 LIBS="$LIBS $LIBDL"
13543 for ac_func in dladdr
13544 do :
13545 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
13546 if test "x$ac_cv_func_dladdr" = xyes; then :
13547 cat >>confdefs.h <<_ACEOF
13548 #define HAVE_DLADDR 1
13549 _ACEOF
13552 done
13554 LIBS="$ac_wine_check_funcs_save_LIBS"
13556 if test "$ac_cv_func_poll" = no
13557 then
13558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
13559 $as_echo_n "checking for poll in -lpoll... " >&6; }
13560 if ${ac_cv_lib_poll_poll+:} false; then :
13561 $as_echo_n "(cached) " >&6
13562 else
13563 ac_check_lib_save_LIBS=$LIBS
13564 LIBS="-lpoll $LIBS"
13565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13566 /* end confdefs.h. */
13568 /* Override any GCC internal prototype to avoid an error.
13569 Use char because int might match the return type of a GCC
13570 builtin and then its argument prototype would still apply. */
13571 #ifdef __cplusplus
13572 extern "C"
13573 #endif
13574 char poll ();
13576 main ()
13578 return poll ();
13580 return 0;
13582 _ACEOF
13583 if ac_fn_c_try_link "$LINENO"; then :
13584 ac_cv_lib_poll_poll=yes
13585 else
13586 ac_cv_lib_poll_poll=no
13588 rm -f core conftest.err conftest.$ac_objext \
13589 conftest$ac_exeext conftest.$ac_ext
13590 LIBS=$ac_check_lib_save_LIBS
13592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
13593 $as_echo "$ac_cv_lib_poll_poll" >&6; }
13594 if test "x$ac_cv_lib_poll_poll" = xyes; then :
13595 $as_echo "#define HAVE_POLL 1" >>confdefs.h
13596 LIBPOLL="-lpoll"
13602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
13603 $as_echo_n "checking for library containing gethostbyname... " >&6; }
13604 if ${ac_cv_search_gethostbyname+:} false; then :
13605 $as_echo_n "(cached) " >&6
13606 else
13607 ac_func_search_save_LIBS=$LIBS
13608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13609 /* end confdefs.h. */
13611 /* Override any GCC internal prototype to avoid an error.
13612 Use char because int might match the return type of a GCC
13613 builtin and then its argument prototype would still apply. */
13614 #ifdef __cplusplus
13615 extern "C"
13616 #endif
13617 char gethostbyname ();
13619 main ()
13621 return gethostbyname ();
13623 return 0;
13625 _ACEOF
13626 for ac_lib in '' nsl; do
13627 if test -z "$ac_lib"; then
13628 ac_res="none required"
13629 else
13630 ac_res=-l$ac_lib
13631 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13633 if ac_fn_c_try_link "$LINENO"; then :
13634 ac_cv_search_gethostbyname=$ac_res
13636 rm -f core conftest.err conftest.$ac_objext \
13637 conftest$ac_exeext
13638 if ${ac_cv_search_gethostbyname+:} false; then :
13639 break
13641 done
13642 if ${ac_cv_search_gethostbyname+:} false; then :
13644 else
13645 ac_cv_search_gethostbyname=no
13647 rm conftest.$ac_ext
13648 LIBS=$ac_func_search_save_LIBS
13650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
13651 $as_echo "$ac_cv_search_gethostbyname" >&6; }
13652 ac_res=$ac_cv_search_gethostbyname
13653 if test "$ac_res" != no; then :
13654 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
13660 $as_echo_n "checking for library containing connect... " >&6; }
13661 if ${ac_cv_search_connect+:} false; then :
13662 $as_echo_n "(cached) " >&6
13663 else
13664 ac_func_search_save_LIBS=$LIBS
13665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13666 /* end confdefs.h. */
13668 /* Override any GCC internal prototype to avoid an error.
13669 Use char because int might match the return type of a GCC
13670 builtin and then its argument prototype would still apply. */
13671 #ifdef __cplusplus
13672 extern "C"
13673 #endif
13674 char connect ();
13676 main ()
13678 return connect ();
13680 return 0;
13682 _ACEOF
13683 for ac_lib in '' socket; do
13684 if test -z "$ac_lib"; then
13685 ac_res="none required"
13686 else
13687 ac_res=-l$ac_lib
13688 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13690 if ac_fn_c_try_link "$LINENO"; then :
13691 ac_cv_search_connect=$ac_res
13693 rm -f core conftest.err conftest.$ac_objext \
13694 conftest$ac_exeext
13695 if ${ac_cv_search_connect+:} false; then :
13696 break
13698 done
13699 if ${ac_cv_search_connect+:} false; then :
13701 else
13702 ac_cv_search_connect=no
13704 rm conftest.$ac_ext
13705 LIBS=$ac_func_search_save_LIBS
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
13708 $as_echo "$ac_cv_search_connect" >&6; }
13709 ac_res=$ac_cv_search_connect
13710 if test "$ac_res" != no; then :
13711 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13717 $as_echo_n "checking for library containing inet_aton... " >&6; }
13718 if ${ac_cv_search_inet_aton+:} false; then :
13719 $as_echo_n "(cached) " >&6
13720 else
13721 ac_func_search_save_LIBS=$LIBS
13722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13723 /* end confdefs.h. */
13725 /* Override any GCC internal prototype to avoid an error.
13726 Use char because int might match the return type of a GCC
13727 builtin and then its argument prototype would still apply. */
13728 #ifdef __cplusplus
13729 extern "C"
13730 #endif
13731 char inet_aton ();
13733 main ()
13735 return inet_aton ();
13737 return 0;
13739 _ACEOF
13740 for ac_lib in '' resolv; do
13741 if test -z "$ac_lib"; then
13742 ac_res="none required"
13743 else
13744 ac_res=-l$ac_lib
13745 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13747 if ac_fn_c_try_link "$LINENO"; then :
13748 ac_cv_search_inet_aton=$ac_res
13750 rm -f core conftest.err conftest.$ac_objext \
13751 conftest$ac_exeext
13752 if ${ac_cv_search_inet_aton+:} false; then :
13753 break
13755 done
13756 if ${ac_cv_search_inet_aton+:} false; then :
13758 else
13759 ac_cv_search_inet_aton=no
13761 rm conftest.$ac_ext
13762 LIBS=$ac_func_search_save_LIBS
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13765 $as_echo "$ac_cv_search_inet_aton" >&6; }
13766 ac_res=$ac_cv_search_inet_aton
13767 if test "$ac_res" != no; then :
13768 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13773 for ac_func in \
13774 getaddrinfo \
13775 getnameinfo \
13776 getnetbyname \
13777 getprotobyname \
13778 getprotobynumber \
13779 getservbyport \
13780 inet_network \
13781 inet_ntop \
13782 inet_pton \
13783 sendmsg \
13784 socketpair \
13786 do :
13787 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13788 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13789 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13790 cat >>confdefs.h <<_ACEOF
13791 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13792 _ACEOF
13795 done
13798 ac_save_LIBS=$LIBS
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
13800 $as_echo_n "checking for library containing clock_gettime... " >&6; }
13801 if ${ac_cv_search_clock_gettime+:} false; then :
13802 $as_echo_n "(cached) " >&6
13803 else
13804 ac_func_search_save_LIBS=$LIBS
13805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13806 /* end confdefs.h. */
13808 /* Override any GCC internal prototype to avoid an error.
13809 Use char because int might match the return type of a GCC
13810 builtin and then its argument prototype would still apply. */
13811 #ifdef __cplusplus
13812 extern "C"
13813 #endif
13814 char clock_gettime ();
13816 main ()
13818 return clock_gettime ();
13820 return 0;
13822 _ACEOF
13823 for ac_lib in '' rt; do
13824 if test -z "$ac_lib"; then
13825 ac_res="none required"
13826 else
13827 ac_res=-l$ac_lib
13828 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13830 if ac_fn_c_try_link "$LINENO"; then :
13831 ac_cv_search_clock_gettime=$ac_res
13833 rm -f core conftest.err conftest.$ac_objext \
13834 conftest$ac_exeext
13835 if ${ac_cv_search_clock_gettime+:} false; then :
13836 break
13838 done
13839 if ${ac_cv_search_clock_gettime+:} false; then :
13841 else
13842 ac_cv_search_clock_gettime=no
13844 rm conftest.$ac_ext
13845 LIBS=$ac_func_search_save_LIBS
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
13848 $as_echo "$ac_cv_search_clock_gettime" >&6; }
13849 ac_res=$ac_cv_search_clock_gettime
13850 if test "$ac_res" != no; then :
13851 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13853 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
13855 test "$ac_res" = "none required" || LIBRT="$ac_res"
13859 LIBS=$ac_save_LIBS
13861 LDAPLIBS=""
13863 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
13864 then
13865 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
13867 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
13869 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
13870 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
13871 $as_echo_n "(cached) " >&6
13872 else
13873 ac_check_lib_save_LIBS=$LIBS
13874 LIBS="-lldap_r $LIBPTHREAD $LIBS"
13875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13876 /* end confdefs.h. */
13878 /* Override any GCC internal prototype to avoid an error.
13879 Use char because int might match the return type of a GCC
13880 builtin and then its argument prototype would still apply. */
13881 #ifdef __cplusplus
13882 extern "C"
13883 #endif
13884 char ldap_initialize ();
13886 main ()
13888 return ldap_initialize ();
13890 return 0;
13892 _ACEOF
13893 if ac_fn_c_try_link "$LINENO"; then :
13894 ac_cv_lib_ldap_r_ldap_initialize=yes
13895 else
13896 ac_cv_lib_ldap_r_ldap_initialize=no
13898 rm -f core conftest.err conftest.$ac_objext \
13899 conftest$ac_exeext conftest.$ac_ext
13900 LIBS=$ac_check_lib_save_LIBS
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
13903 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
13904 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
13905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
13906 $as_echo_n "checking for ber_init in -llber... " >&6; }
13907 if ${ac_cv_lib_lber_ber_init+:} false; then :
13908 $as_echo_n "(cached) " >&6
13909 else
13910 ac_check_lib_save_LIBS=$LIBS
13911 LIBS="-llber $LIBPTHREAD $LIBS"
13912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13913 /* end confdefs.h. */
13915 /* Override any GCC internal prototype to avoid an error.
13916 Use char because int might match the return type of a GCC
13917 builtin and then its argument prototype would still apply. */
13918 #ifdef __cplusplus
13919 extern "C"
13920 #endif
13921 char ber_init ();
13923 main ()
13925 return ber_init ();
13927 return 0;
13929 _ACEOF
13930 if ac_fn_c_try_link "$LINENO"; then :
13931 ac_cv_lib_lber_ber_init=yes
13932 else
13933 ac_cv_lib_lber_ber_init=no
13935 rm -f core conftest.err conftest.$ac_objext \
13936 conftest$ac_exeext conftest.$ac_ext
13937 LIBS=$ac_check_lib_save_LIBS
13939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
13940 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
13941 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
13943 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
13945 LDAPLIBS="-lldap_r -llber"
13952 ac_wine_check_funcs_save_LIBS="$LIBS"
13953 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
13954 for ac_func in \
13955 ldap_count_references \
13956 ldap_first_reference \
13957 ldap_next_reference \
13958 ldap_parse_reference \
13959 ldap_parse_sort_control \
13960 ldap_parse_sortresponse_control \
13961 ldap_parse_vlv_control \
13962 ldap_parse_vlvresponse_control
13963 do :
13964 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13965 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13966 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13967 cat >>confdefs.h <<_ACEOF
13968 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13969 _ACEOF
13972 done
13974 LIBS="$ac_wine_check_funcs_save_LIBS"
13976 if test "x$LDAPLIBS" = "x"; then :
13977 case "x$with_ldap" in
13978 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
13979 xno) ;;
13980 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
13981 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
13982 esac
13985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
13986 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
13987 if ${wine_cv_one_arg_mkdir+:} false; then :
13988 $as_echo_n "(cached) " >&6
13989 else
13990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13991 /* end confdefs.h. */
13992 #include <sys/stat.h>
13994 main ()
13996 mkdir("foo");
13998 return 0;
14000 _ACEOF
14001 if ac_fn_c_try_compile "$LINENO"; then :
14002 wine_cv_one_arg_mkdir=yes
14003 else
14004 wine_cv_one_arg_mkdir=no
14006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
14009 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
14010 if test "$wine_cv_one_arg_mkdir" = "yes"
14011 then
14013 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
14017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
14018 $as_echo_n "checking for sched_setaffinity... " >&6; }
14019 if ${wine_cv_have_sched_setaffinity+:} false; then :
14020 $as_echo_n "(cached) " >&6
14021 else
14022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14023 /* end confdefs.h. */
14024 #define _GNU_SOURCE
14025 #include <sched.h>
14027 main ()
14029 sched_setaffinity(0, 0, 0);
14031 return 0;
14033 _ACEOF
14034 if ac_fn_c_try_link "$LINENO"; then :
14035 wine_cv_have_sched_setaffinity=yes
14036 else
14037 wine_cv_have_sched_setaffinity=no
14039 rm -f core conftest.err conftest.$ac_objext \
14040 conftest$ac_exeext conftest.$ac_ext
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
14043 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
14044 if test "$wine_cv_have_sched_setaffinity" = "yes"
14045 then
14047 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
14051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
14052 $as_echo_n "checking for fallocate... " >&6; }
14053 if ${wine_cv_have_fallocate+:} false; then :
14054 $as_echo_n "(cached) " >&6
14055 else
14056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14057 /* end confdefs.h. */
14058 #define _GNU_SOURCE
14059 #include <fcntl.h>
14061 main ()
14063 fallocate(-1, 0, 0, 0);
14065 return 0;
14067 _ACEOF
14068 if ac_fn_c_try_link "$LINENO"; then :
14069 wine_cv_have_fallocate=yes
14070 else
14071 wine_cv_have_fallocate=no
14073 rm -f core conftest.err conftest.$ac_objext \
14074 conftest$ac_exeext conftest.$ac_ext
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
14077 $as_echo "$wine_cv_have_fallocate" >&6; }
14078 if test "$wine_cv_have_fallocate" = "yes"
14079 then
14081 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
14087 $as_echo_n "checking for inline... " >&6; }
14088 if ${ac_cv_c_inline+:} false; then :
14089 $as_echo_n "(cached) " >&6
14090 else
14091 ac_cv_c_inline=no
14092 for ac_kw in inline __inline__ __inline; do
14093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14094 /* end confdefs.h. */
14095 #ifndef __cplusplus
14096 typedef int foo_t;
14097 static $ac_kw foo_t static_foo () {return 0; }
14098 $ac_kw foo_t foo () {return 0; }
14099 #endif
14101 _ACEOF
14102 if ac_fn_c_try_compile "$LINENO"; then :
14103 ac_cv_c_inline=$ac_kw
14105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14106 test "$ac_cv_c_inline" != no && break
14107 done
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
14111 $as_echo "$ac_cv_c_inline" >&6; }
14113 case $ac_cv_c_inline in
14114 inline | yes) ;;
14116 case $ac_cv_c_inline in
14117 no) ac_val=;;
14118 *) ac_val=$ac_cv_c_inline;;
14119 esac
14120 cat >>confdefs.h <<_ACEOF
14121 #ifndef __cplusplus
14122 #define inline $ac_val
14123 #endif
14124 _ACEOF
14126 esac
14128 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
14129 if test "x$ac_cv_type_mode_t" = xyes; then :
14131 cat >>confdefs.h <<_ACEOF
14132 #define HAVE_MODE_T 1
14133 _ACEOF
14137 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
14138 if test "x$ac_cv_type_off_t" = xyes; then :
14140 cat >>confdefs.h <<_ACEOF
14141 #define HAVE_OFF_T 1
14142 _ACEOF
14146 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
14147 if test "x$ac_cv_type_pid_t" = xyes; then :
14149 cat >>confdefs.h <<_ACEOF
14150 #define HAVE_PID_T 1
14151 _ACEOF
14155 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
14156 if test "x$ac_cv_type_size_t" = xyes; then :
14158 cat >>confdefs.h <<_ACEOF
14159 #define HAVE_SIZE_T 1
14160 _ACEOF
14164 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
14165 if test "x$ac_cv_type_ssize_t" = xyes; then :
14167 cat >>confdefs.h <<_ACEOF
14168 #define HAVE_SSIZE_T 1
14169 _ACEOF
14173 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
14174 if test "x$ac_cv_type_long_long" = xyes; then :
14176 cat >>confdefs.h <<_ACEOF
14177 #define HAVE_LONG_LONG 1
14178 _ACEOF
14182 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
14183 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
14185 cat >>confdefs.h <<_ACEOF
14186 #define HAVE_FSBLKCNT_T 1
14187 _ACEOF
14191 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
14192 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
14194 cat >>confdefs.h <<_ACEOF
14195 #define HAVE_FSFILCNT_T 1
14196 _ACEOF
14201 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
14202 #include <signal.h>
14204 if test "x$ac_cv_type_sigset_t" = xyes; then :
14206 cat >>confdefs.h <<_ACEOF
14207 #define HAVE_SIGSET_T 1
14208 _ACEOF
14213 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
14215 if test "x$ac_cv_type_request_sense" = xyes; then :
14217 cat >>confdefs.h <<_ACEOF
14218 #define HAVE_REQUEST_SENSE 1
14219 _ACEOF
14225 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
14226 #ifdef HAVE_SYS_SOCKET_H
14227 #include <sys/socket.h>
14228 #endif
14229 #ifdef HAVE_SYS_SOCKETVAR_H
14230 #include <sys/socketvar.h>
14231 #endif
14232 #ifdef HAVE_NET_ROUTE_H
14233 #include <net/route.h>
14234 #endif
14235 #ifdef HAVE_NETINET_IN_H
14236 #include <netinet/in.h>
14237 #endif
14238 #ifdef HAVE_NETINET_IN_SYSTM_H
14239 #include <netinet/in_systm.h>
14240 #endif
14241 #ifdef HAVE_NETINET_IP_H
14242 #include <netinet/ip.h>
14243 #endif
14244 #ifdef HAVE_NETINET_IN_PCB_H
14245 #include <netinet/in_pcb.h>
14246 #endif
14248 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
14250 cat >>confdefs.h <<_ACEOF
14251 #define HAVE_STRUCT_XINPGEN 1
14252 _ACEOF
14258 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
14259 #include <linux/input.h>
14260 #endif
14262 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
14264 cat >>confdefs.h <<_ACEOF
14265 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
14266 _ACEOF
14272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
14273 $as_echo_n "checking for sigaddset... " >&6; }
14274 if ${wine_cv_have_sigaddset+:} false; then :
14275 $as_echo_n "(cached) " >&6
14276 else
14277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14278 /* end confdefs.h. */
14279 #include <signal.h>
14281 main ()
14283 sigset_t set; sigaddset(&set,SIGTERM);
14285 return 0;
14287 _ACEOF
14288 if ac_fn_c_try_link "$LINENO"; then :
14289 wine_cv_have_sigaddset=yes
14290 else
14291 wine_cv_have_sigaddset=no
14293 rm -f core conftest.err conftest.$ac_objext \
14294 conftest$ac_exeext conftest.$ac_ext
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
14297 $as_echo "$wine_cv_have_sigaddset" >&6; }
14298 if test "$wine_cv_have_sigaddset" = "yes"
14299 then
14301 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
14307 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
14308 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
14309 $as_echo_n "(cached) " >&6
14310 else
14311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14312 /* end confdefs.h. */
14313 #include <netdb.h>
14315 main ()
14318 char *name=0;
14319 struct hostent he;
14320 struct hostent *result;
14321 char *buf=0;
14322 int bufsize=0;
14323 int errnr;
14324 char *addr=0;
14325 int addrlen=0;
14326 int addrtype=0;
14327 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
14328 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
14331 return 0;
14333 _ACEOF
14334 if ac_fn_c_try_link "$LINENO"; then :
14335 wine_cv_linux_gethostbyname_r_6=yes
14336 else
14337 wine_cv_linux_gethostbyname_r_6=no
14340 rm -f core conftest.err conftest.$ac_objext \
14341 conftest$ac_exeext conftest.$ac_ext
14344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
14345 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
14346 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
14347 then
14349 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
14353 if test "$ac_cv_header_linux_joystick_h" = "yes"
14354 then
14355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
14356 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
14357 if ${wine_cv_linux_joystick_22_api+:} false; then :
14358 $as_echo_n "(cached) " >&6
14359 else
14360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14361 /* end confdefs.h. */
14363 #include <sys/ioctl.h>
14364 #include <sys/types.h>
14365 #include <linux/joystick.h>
14367 struct js_event blub;
14368 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
14369 #error "no 2.2 header"
14370 #endif
14373 main ()
14375 /*empty*/
14377 return 0;
14379 _ACEOF
14380 if ac_fn_c_try_compile "$LINENO"; then :
14381 wine_cv_linux_joystick_22_api=yes
14382 else
14383 wine_cv_linux_joystick_22_api=no
14385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
14389 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
14390 if test "$wine_cv_linux_joystick_22_api" = "yes"
14391 then
14393 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
14399 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
14400 #ifdef HAVE_SYS_PARAM_H
14401 # include <sys/param.h>
14402 #endif
14403 #ifdef HAVE_SYS_MOUNT_H
14404 # include <sys/mount.h>
14405 #endif
14406 #ifdef HAVE_SYS_VFS_H
14407 # include <sys/vfs.h>
14408 #endif
14409 #ifdef HAVE_SYS_STATFS_H
14410 # include <sys/statfs.h>
14411 #endif
14413 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
14415 cat >>confdefs.h <<_ACEOF
14416 #define HAVE_STRUCT_STATFS_F_BFREE 1
14417 _ACEOF
14421 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
14422 #ifdef HAVE_SYS_PARAM_H
14423 # include <sys/param.h>
14424 #endif
14425 #ifdef HAVE_SYS_MOUNT_H
14426 # include <sys/mount.h>
14427 #endif
14428 #ifdef HAVE_SYS_VFS_H
14429 # include <sys/vfs.h>
14430 #endif
14431 #ifdef HAVE_SYS_STATFS_H
14432 # include <sys/statfs.h>
14433 #endif
14435 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
14437 cat >>confdefs.h <<_ACEOF
14438 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
14439 _ACEOF
14443 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
14444 #ifdef HAVE_SYS_PARAM_H
14445 # include <sys/param.h>
14446 #endif
14447 #ifdef HAVE_SYS_MOUNT_H
14448 # include <sys/mount.h>
14449 #endif
14450 #ifdef HAVE_SYS_VFS_H
14451 # include <sys/vfs.h>
14452 #endif
14453 #ifdef HAVE_SYS_STATFS_H
14454 # include <sys/statfs.h>
14455 #endif
14457 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
14459 cat >>confdefs.h <<_ACEOF
14460 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
14461 _ACEOF
14465 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
14466 #ifdef HAVE_SYS_PARAM_H
14467 # include <sys/param.h>
14468 #endif
14469 #ifdef HAVE_SYS_MOUNT_H
14470 # include <sys/mount.h>
14471 #endif
14472 #ifdef HAVE_SYS_VFS_H
14473 # include <sys/vfs.h>
14474 #endif
14475 #ifdef HAVE_SYS_STATFS_H
14476 # include <sys/statfs.h>
14477 #endif
14479 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
14481 cat >>confdefs.h <<_ACEOF
14482 #define HAVE_STRUCT_STATFS_F_FFREE 1
14483 _ACEOF
14487 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
14488 #ifdef HAVE_SYS_PARAM_H
14489 # include <sys/param.h>
14490 #endif
14491 #ifdef HAVE_SYS_MOUNT_H
14492 # include <sys/mount.h>
14493 #endif
14494 #ifdef HAVE_SYS_VFS_H
14495 # include <sys/vfs.h>
14496 #endif
14497 #ifdef HAVE_SYS_STATFS_H
14498 # include <sys/statfs.h>
14499 #endif
14501 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
14503 cat >>confdefs.h <<_ACEOF
14504 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
14505 _ACEOF
14509 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
14510 #ifdef HAVE_SYS_PARAM_H
14511 # include <sys/param.h>
14512 #endif
14513 #ifdef HAVE_SYS_MOUNT_H
14514 # include <sys/mount.h>
14515 #endif
14516 #ifdef HAVE_SYS_VFS_H
14517 # include <sys/vfs.h>
14518 #endif
14519 #ifdef HAVE_SYS_STATFS_H
14520 # include <sys/statfs.h>
14521 #endif
14523 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
14525 cat >>confdefs.h <<_ACEOF
14526 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
14527 _ACEOF
14533 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
14534 #include <sys/statvfs.h>
14535 #endif
14537 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
14539 cat >>confdefs.h <<_ACEOF
14540 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
14541 _ACEOF
14547 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
14548 #include <dirent.h>
14549 #endif
14551 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
14553 cat >>confdefs.h <<_ACEOF
14554 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
14555 _ACEOF
14561 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
14562 #ifdef HAVE_SYS_SOCKET_H
14563 # include <sys/socket.h>
14564 #endif
14565 #ifdef HAVE_SYS_UN_H
14566 # include <sys/un.h>
14567 #endif
14569 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
14571 cat >>confdefs.h <<_ACEOF
14572 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
14573 _ACEOF
14577 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
14578 #ifdef HAVE_SYS_SOCKET_H
14579 # include <sys/socket.h>
14580 #endif
14581 #ifdef HAVE_SYS_UN_H
14582 # include <sys/un.h>
14583 #endif
14585 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
14587 cat >>confdefs.h <<_ACEOF
14588 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
14589 _ACEOF
14593 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
14594 #ifdef HAVE_SYS_SOCKET_H
14595 # include <sys/socket.h>
14596 #endif
14597 #ifdef HAVE_SYS_UN_H
14598 # include <sys/un.h>
14599 #endif
14601 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
14603 cat >>confdefs.h <<_ACEOF
14604 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
14605 _ACEOF
14611 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
14612 #ifdef HAVE_SCSI_SG_H
14613 #include <scsi/sg.h>
14614 #endif
14616 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
14618 cat >>confdefs.h <<_ACEOF
14619 #define HAVE_SCSIREQ_T_CMD 1
14620 _ACEOF
14624 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>
14625 #ifdef HAVE_SCSI_SG_H
14626 #include <scsi/sg.h>
14627 #endif
14629 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
14631 cat >>confdefs.h <<_ACEOF
14632 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
14633 _ACEOF
14639 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
14641 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
14643 cat >>confdefs.h <<_ACEOF
14644 #define HAVE_SIGINFO_T_SI_FD 1
14645 _ACEOF
14651 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
14652 #ifdef HAVE_SYS_MTIO_H
14653 #include <sys/mtio.h>
14654 #endif
14656 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
14658 cat >>confdefs.h <<_ACEOF
14659 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
14660 _ACEOF
14664 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
14665 #ifdef HAVE_SYS_MTIO_H
14666 #include <sys/mtio.h>
14667 #endif
14669 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
14671 cat >>confdefs.h <<_ACEOF
14672 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
14673 _ACEOF
14677 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
14678 #ifdef HAVE_SYS_MTIO_H
14679 #include <sys/mtio.h>
14680 #endif
14682 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
14684 cat >>confdefs.h <<_ACEOF
14685 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
14686 _ACEOF
14692 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
14693 #include <getopt.h>
14694 #endif
14696 if test "x$ac_cv_member_struct_option_name" = xyes; then :
14698 cat >>confdefs.h <<_ACEOF
14699 #define HAVE_STRUCT_OPTION_NAME 1
14700 _ACEOF
14706 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
14707 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
14709 cat >>confdefs.h <<_ACEOF
14710 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
14711 _ACEOF
14715 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
14716 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
14718 cat >>confdefs.h <<_ACEOF
14719 #define HAVE_STRUCT_STAT_ST_MTIM 1
14720 _ACEOF
14724 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
14725 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
14727 cat >>confdefs.h <<_ACEOF
14728 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
14729 _ACEOF
14733 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
14734 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
14736 cat >>confdefs.h <<_ACEOF
14737 #define HAVE_STRUCT_STAT_ST_CTIM 1
14738 _ACEOF
14742 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
14743 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
14745 cat >>confdefs.h <<_ACEOF
14746 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
14747 _ACEOF
14751 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
14752 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
14754 cat >>confdefs.h <<_ACEOF
14755 #define HAVE_STRUCT_STAT_ST_ATIM 1
14756 _ACEOF
14760 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
14761 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
14763 cat >>confdefs.h <<_ACEOF
14764 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
14765 _ACEOF
14769 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
14770 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
14772 cat >>confdefs.h <<_ACEOF
14773 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
14774 _ACEOF
14778 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
14779 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
14781 cat >>confdefs.h <<_ACEOF
14782 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
14783 _ACEOF
14787 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
14788 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
14790 cat >>confdefs.h <<_ACEOF
14791 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
14792 _ACEOF
14796 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
14797 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
14799 cat >>confdefs.h <<_ACEOF
14800 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
14801 _ACEOF
14805 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
14806 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
14808 cat >>confdefs.h <<_ACEOF
14809 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
14810 _ACEOF
14816 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
14817 #include <sys/types.h>
14818 #endif
14819 #ifdef HAVE_NETINET_IN_H
14820 #include <netinet/in.h>
14821 #endif
14823 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
14825 cat >>confdefs.h <<_ACEOF
14826 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
14827 _ACEOF
14833 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
14834 #include <sys/types.h>
14835 #endif
14836 #ifdef HAVE_NETINET_IN_H
14837 # include <netinet/in.h>
14838 #endif
14839 #ifdef HAVE_ARPA_NAMESER_H
14840 # include <arpa/nameser.h>
14841 #endif
14843 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
14845 cat >>confdefs.h <<_ACEOF
14846 #define HAVE_NS_MSG__MSG_PTR 1
14847 _ACEOF
14853 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
14854 #include <sys/types.h>
14855 #endif
14856 #ifdef HAVE_NETINET_IP_H
14857 #include <netinet/ip.h>
14858 #endif
14859 #ifdef HAVE_NETINET_IP_ICMP_H
14860 #include <netinet/ip_icmp.h>
14861 #endif
14862 #ifdef HAVE_NETINET_ICMP_VAR_H
14863 #include <netinet/icmp_var.h>
14864 #endif
14866 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
14868 cat >>confdefs.h <<_ACEOF
14869 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
14870 _ACEOF
14876 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
14877 #include <sys/types.h>
14878 #endif
14879 #ifdef HAVE_ALIAS_H
14880 #include <alias.h>
14881 #endif
14882 #ifdef HAVE_SYS_SOCKET_H
14883 #include <sys/socket.h>
14884 #endif
14885 #ifdef HAVE_SYS_SOCKETVAR_H
14886 #include <sys/socketvar.h>
14887 #endif
14888 #ifdef HAVE_SYS_TIMEOUT_H
14889 #include <sys/timeout.h>
14890 #endif
14891 #ifdef HAVE_NETINET_IN_H
14892 #include <netinet/in.h>
14893 #endif
14894 #ifdef HAVE_NETINET_IN_SYSTM_H
14895 #include <netinet/in_systm.h>
14896 #endif
14897 #ifdef HAVE_NETINET_IP_H
14898 #include <netinet/ip.h>
14899 #endif
14900 #ifdef HAVE_NETINET_IP_VAR_H
14901 #include <netinet/ip_var.h>
14902 #endif
14903 #ifdef HAVE_NETINET_IP_ICMP_H
14904 #include <netinet/ip_icmp.h>
14905 #endif
14906 #ifdef HAVE_NETINET_ICMP_VAR_H
14907 #include <netinet/icmp_var.h>
14908 #endif
14910 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
14912 cat >>confdefs.h <<_ACEOF
14913 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
14914 _ACEOF
14920 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
14921 #include <sys/types.h>
14922 #endif
14923 #ifdef HAVE_SYS_SOCKETVAR_H
14924 #include <sys/socketvar.h>
14925 #endif
14926 #ifdef HAVE_NETINET_IN_H
14927 #include <netinet/in.h>
14928 #endif
14929 #ifdef HAVE_NETINET_IP_VAR_H
14930 #include <netinet/ip_var.h>
14931 #endif
14933 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
14935 cat >>confdefs.h <<_ACEOF
14936 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
14937 _ACEOF
14943 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
14944 #include <netinet/ip_var.h>
14945 #endif
14947 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
14949 cat >>confdefs.h <<_ACEOF
14950 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
14951 _ACEOF
14957 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
14958 #include <sys/types.h>
14959 #endif
14960 #ifdef HAVE_SYS_SOCKETVAR_H
14961 #include <sys/socketvar.h>
14962 #endif
14963 #ifdef HAVE_NETINET_IN_H
14964 #include <netinet/in.h>
14965 #endif
14966 #ifdef HAVE_NETINET_TCP_H
14967 #include <netinet/tcp.h>
14968 #endif
14969 #ifdef HAVE_NETINET_TCP_VAR_H
14970 #include <netinet/tcp_var.h>
14971 #endif
14973 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
14975 cat >>confdefs.h <<_ACEOF
14976 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
14977 _ACEOF
14983 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
14984 #include <netinet/tcp_var.h>
14985 #endif
14987 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
14989 cat >>confdefs.h <<_ACEOF
14990 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
14991 _ACEOF
14997 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
14998 #include <sys/types.h>
14999 #endif
15000 #ifdef HAVE_NETINET_IN_H
15001 #include <netinet/in.h>
15002 #endif
15003 #ifdef HAVE_NETINET_IP_VAR_H
15004 #include <netinet/ip_var.h>
15005 #endif
15006 #ifdef HAVE_NETINET_UDP_H
15007 #include <netinet/udp.h>
15008 #endif
15009 #ifdef HAVE_NETINET_UDP_VAR_H
15010 #include <netinet/udp_var.h>
15011 #endif
15013 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
15015 cat >>confdefs.h <<_ACEOF
15016 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
15017 _ACEOF
15023 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
15024 #include <sys/types.h>
15025 #endif
15026 #ifdef HAVE_NET_IF_H
15027 # include <net/if.h>
15028 #endif
15030 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
15032 cat >>confdefs.h <<_ACEOF
15033 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
15034 _ACEOF
15040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
15041 $as_echo_n "checking for timezone variable... " >&6; }
15042 if ${ac_cv_have_timezone+:} false; then :
15043 $as_echo_n "(cached) " >&6
15044 else
15045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15046 /* end confdefs.h. */
15047 #include <time.h>
15049 main ()
15051 timezone = 1
15053 return 0;
15055 _ACEOF
15056 if ac_fn_c_try_link "$LINENO"; then :
15057 ac_cv_have_timezone="yes"
15058 else
15059 ac_cv_have_timezone="no"
15061 rm -f core conftest.err conftest.$ac_objext \
15062 conftest$ac_exeext conftest.$ac_ext
15064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
15065 $as_echo "$ac_cv_have_timezone" >&6; }
15066 if test "$ac_cv_have_timezone" = "yes"
15067 then
15069 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
15072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
15073 $as_echo_n "checking for daylight variable... " >&6; }
15074 if ${ac_cv_have_daylight+:} false; then :
15075 $as_echo_n "(cached) " >&6
15076 else
15077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15078 /* end confdefs.h. */
15079 #include <time.h>
15081 main ()
15083 daylight = 1
15085 return 0;
15087 _ACEOF
15088 if ac_fn_c_try_link "$LINENO"; then :
15089 ac_cv_have_daylight="yes"
15090 else
15091 ac_cv_have_daylight="no"
15093 rm -f core conftest.err conftest.$ac_objext \
15094 conftest$ac_exeext conftest.$ac_ext
15096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
15097 $as_echo "$ac_cv_have_daylight" >&6; }
15098 if test "$ac_cv_have_daylight" = "yes"
15099 then
15101 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
15105 ac_save_LIBS="$LIBS"
15106 LIBS="$LIBS -lm"
15107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
15108 $as_echo_n "checking for isinf... " >&6; }
15109 if ${ac_cv_have_isinf+:} false; then :
15110 $as_echo_n "(cached) " >&6
15111 else
15112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15113 /* end confdefs.h. */
15114 #include <math.h>
15116 main ()
15118 float f = 0.0; return isinf(f)
15120 return 0;
15122 _ACEOF
15123 if ac_fn_c_try_link "$LINENO"; then :
15124 ac_cv_have_isinf="yes"
15125 else
15126 ac_cv_have_isinf="no"
15128 rm -f core conftest.err conftest.$ac_objext \
15129 conftest$ac_exeext conftest.$ac_ext
15131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
15132 $as_echo "$ac_cv_have_isinf" >&6; }
15133 if test "$ac_cv_have_isinf" = "yes"
15134 then
15136 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
15140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
15141 $as_echo_n "checking for isnan... " >&6; }
15142 if ${ac_cv_have_isnan+:} false; then :
15143 $as_echo_n "(cached) " >&6
15144 else
15145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15146 /* end confdefs.h. */
15147 #include <math.h>
15149 main ()
15151 float f = 0.0; return isnan(f)
15153 return 0;
15155 _ACEOF
15156 if ac_fn_c_try_link "$LINENO"; then :
15157 ac_cv_have_isnan="yes"
15158 else
15159 ac_cv_have_isnan="no"
15161 rm -f core conftest.err conftest.$ac_objext \
15162 conftest$ac_exeext conftest.$ac_ext
15164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
15165 $as_echo "$ac_cv_have_isnan" >&6; }
15166 if test "$ac_cv_have_isnan" = "yes"
15167 then
15169 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
15172 LIBS="$ac_save_LIBS"
15175 case $host_cpu in
15176 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
15177 $as_echo_n "checking whether we need to define __i386__... " >&6; }
15178 if ${ac_cv_cpp_def___i386__+:} false; then :
15179 $as_echo_n "(cached) " >&6
15180 else
15181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15182 /* end confdefs.h. */
15183 #ifndef __i386__
15185 #endif
15186 _ACEOF
15187 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15188 $EGREP "yes" >/dev/null 2>&1; then :
15189 ac_cv_cpp_def___i386__=yes
15190 else
15191 ac_cv_cpp_def___i386__=no
15193 rm -f conftest*
15196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
15197 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
15198 if test $ac_cv_cpp_def___i386__ = yes; then :
15199 CFLAGS="$CFLAGS -D__i386__"
15200 LINTFLAGS="$LINTFLAGS -D__i386__"
15201 fi ;;
15202 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
15203 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
15204 if ${ac_cv_cpp_def___x86_64__+:} false; then :
15205 $as_echo_n "(cached) " >&6
15206 else
15207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15208 /* end confdefs.h. */
15209 #ifndef __x86_64__
15211 #endif
15212 _ACEOF
15213 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15214 $EGREP "yes" >/dev/null 2>&1; then :
15215 ac_cv_cpp_def___x86_64__=yes
15216 else
15217 ac_cv_cpp_def___x86_64__=no
15219 rm -f conftest*
15222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
15223 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
15224 if test $ac_cv_cpp_def___x86_64__ = yes; then :
15225 CFLAGS="$CFLAGS -D__x86_64__"
15226 LINTFLAGS="$LINTFLAGS -D__x86_64__"
15227 fi ;;
15228 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
15229 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
15230 if ${ac_cv_cpp_def___sparc64__+:} false; then :
15231 $as_echo_n "(cached) " >&6
15232 else
15233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15234 /* end confdefs.h. */
15235 #ifndef __sparc64__
15237 #endif
15238 _ACEOF
15239 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15240 $EGREP "yes" >/dev/null 2>&1; then :
15241 ac_cv_cpp_def___sparc64__=yes
15242 else
15243 ac_cv_cpp_def___sparc64__=no
15245 rm -f conftest*
15248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
15249 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
15250 if test $ac_cv_cpp_def___sparc64__ = yes; then :
15251 CFLAGS="$CFLAGS -D__sparc64__"
15252 LINTFLAGS="$LINTFLAGS -D__sparc64__"
15253 fi ;;
15254 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
15255 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
15256 if ${ac_cv_cpp_def___sparc__+:} false; then :
15257 $as_echo_n "(cached) " >&6
15258 else
15259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15260 /* end confdefs.h. */
15261 #ifndef __sparc__
15263 #endif
15264 _ACEOF
15265 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15266 $EGREP "yes" >/dev/null 2>&1; then :
15267 ac_cv_cpp_def___sparc__=yes
15268 else
15269 ac_cv_cpp_def___sparc__=no
15271 rm -f conftest*
15274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
15275 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
15276 if test $ac_cv_cpp_def___sparc__ = yes; then :
15277 CFLAGS="$CFLAGS -D__sparc__"
15278 LINTFLAGS="$LINTFLAGS -D__sparc__"
15279 fi ;;
15280 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
15281 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
15282 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
15283 $as_echo_n "(cached) " >&6
15284 else
15285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15286 /* end confdefs.h. */
15287 #ifndef __powerpc64__
15289 #endif
15290 _ACEOF
15291 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15292 $EGREP "yes" >/dev/null 2>&1; then :
15293 ac_cv_cpp_def___powerpc64__=yes
15294 else
15295 ac_cv_cpp_def___powerpc64__=no
15297 rm -f conftest*
15300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
15301 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
15302 if test $ac_cv_cpp_def___powerpc64__ = yes; then :
15303 CFLAGS="$CFLAGS -D__powerpc64__"
15304 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
15305 fi ;;
15306 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
15307 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
15308 if ${ac_cv_cpp_def___powerpc__+:} false; then :
15309 $as_echo_n "(cached) " >&6
15310 else
15311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15312 /* end confdefs.h. */
15313 #ifndef __powerpc__
15315 #endif
15316 _ACEOF
15317 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15318 $EGREP "yes" >/dev/null 2>&1; then :
15319 ac_cv_cpp_def___powerpc__=yes
15320 else
15321 ac_cv_cpp_def___powerpc__=no
15323 rm -f conftest*
15326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
15327 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
15328 if test $ac_cv_cpp_def___powerpc__ = yes; then :
15329 CFLAGS="$CFLAGS -D__powerpc__"
15330 LINTFLAGS="$LINTFLAGS -D__powerpc__"
15331 fi ;;
15332 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
15333 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
15334 if ${ac_cv_cpp_def___aarch64__+:} false; then :
15335 $as_echo_n "(cached) " >&6
15336 else
15337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15338 /* end confdefs.h. */
15339 #ifndef __aarch64__
15341 #endif
15342 _ACEOF
15343 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15344 $EGREP "yes" >/dev/null 2>&1; then :
15345 ac_cv_cpp_def___aarch64__=yes
15346 else
15347 ac_cv_cpp_def___aarch64__=no
15349 rm -f conftest*
15352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
15353 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
15354 if test $ac_cv_cpp_def___aarch64__ = yes; then :
15355 CFLAGS="$CFLAGS -D__aarch64__"
15356 LINTFLAGS="$LINTFLAGS -D__aarch64__"
15357 fi ;;
15358 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
15359 $as_echo_n "checking whether we need to define __arm__... " >&6; }
15360 if ${ac_cv_cpp_def___arm__+:} false; then :
15361 $as_echo_n "(cached) " >&6
15362 else
15363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15364 /* end confdefs.h. */
15365 #ifndef __arm__
15367 #endif
15368 _ACEOF
15369 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15370 $EGREP "yes" >/dev/null 2>&1; then :
15371 ac_cv_cpp_def___arm__=yes
15372 else
15373 ac_cv_cpp_def___arm__=no
15375 rm -f conftest*
15378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
15379 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
15380 if test $ac_cv_cpp_def___arm__ = yes; then :
15381 CFLAGS="$CFLAGS -D__arm__"
15382 LINTFLAGS="$LINTFLAGS -D__arm__"
15383 fi ;;
15384 esac
15386 case $host_vendor in
15387 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
15388 $as_echo_n "checking whether we need to define __sun__... " >&6; }
15389 if ${ac_cv_cpp_def___sun__+:} false; then :
15390 $as_echo_n "(cached) " >&6
15391 else
15392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15393 /* end confdefs.h. */
15394 #ifndef __sun__
15396 #endif
15397 _ACEOF
15398 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15399 $EGREP "yes" >/dev/null 2>&1; then :
15400 ac_cv_cpp_def___sun__=yes
15401 else
15402 ac_cv_cpp_def___sun__=no
15404 rm -f conftest*
15407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
15408 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
15409 if test $ac_cv_cpp_def___sun__ = yes; then :
15410 CFLAGS="$CFLAGS -D__sun__"
15411 LINTFLAGS="$LINTFLAGS -D__sun__"
15412 fi ;;
15413 esac
15419 ac_config_commands="$ac_config_commands include/stamp-h"
15422 ALL_MAKEFILE_DEPENDS="
15423 # Rules automatically generated by configure
15425 .INIT: Makefile
15426 .MAKEFILEDEPS:
15427 all: Makefile
15428 Makefile: Makefile.in Make.vars.in Make.rules config.status
15429 @./config.status Make.tmp Makefile"
15431 ALL_POT_FILES=""
15432 ALL_TEST_RESOURCES=""
15435 wine_fn_append_file ()
15437 as_fn_append $1 " \\$as_nl $2"
15440 wine_fn_append_rule ()
15442 as_fn_append $1 "$as_nl$2"
15445 wine_fn_has_flag ()
15447 expr ",$2," : ".*,$1,.*" >/dev/null
15450 wine_fn_all_dir_rules ()
15452 ac_dir=$1
15453 ac_alldeps=$2
15454 ac_makedep="\$(MAKEDEP)"
15455 ac_input=Make.vars.in:$ac_dir/Makefile.in
15456 if test $ac_dir != tools
15457 then
15458 ac_alldeps="$2 $ac_makedep"
15459 else
15460 ac_alldeps="$2 include/config.h"
15462 case $2 in
15463 *.in) ac_input=$ac_input:$2 ;;
15464 *) ac_makedep="$2 $ac_makedep" ;;
15465 esac
15467 wine_fn_append_file ALL_DIRS $ac_dir
15468 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15469 "__clean__: $ac_dir/__clean__
15470 .PHONY: $ac_dir/__clean__
15471 $ac_dir/__clean__: $ac_dir/Makefile
15472 @cd $ac_dir && \$(MAKE) clean
15473 \$(RM) $ac_dir/Makefile
15474 $ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps
15475 @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend
15476 depend: $ac_dir/__depend__
15477 .PHONY: $ac_dir/__depend__
15478 $ac_dir/__depend__: $ac_makedep dummy
15479 @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend"
15482 wine_fn_pot_rules ()
15484 ac_dir=$1
15485 ac_flags=$2
15487 test "x$with_gettextpo" = xyes || return
15489 if wine_fn_has_flag mc $ac_flags
15490 then
15491 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
15492 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15493 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
15494 @cd $ac_dir && \$(MAKE) msg.pot
15495 $ac_dir/msg.pot: tools/wmc include"
15497 if wine_fn_has_flag po $ac_flags
15498 then
15499 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
15500 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15501 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
15502 @cd $ac_dir && \$(MAKE) rsrc.pot
15503 $ac_dir/rsrc.pot: tools/wrc include"
15507 wine_fn_config_makefile ()
15509 ac_dir=$1
15510 ac_enable=$2
15511 ac_flags=$3
15512 ac_rules=$4
15513 if eval test \"x\$"$ac_enable"\" = x"no"; then :
15514 return 0
15517 wine_fn_all_dir_rules $ac_dir ${ac_rules:-Make.rules}
15518 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15519 "all: $ac_dir
15520 .PHONY: $ac_dir
15521 $ac_dir: $ac_dir/Makefile dummy
15522 @cd $ac_dir && \$(MAKE)"
15524 wine_fn_has_flag install-lib $ac_flags || wine_fn_has_flag install-dev $ac_flags || return
15526 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15527 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
15528 $ac_dir/__install__:: $ac_dir
15529 @cd $ac_dir && \$(MAKE) install
15530 $ac_dir/__uninstall__:: $ac_dir/Makefile
15531 @cd $ac_dir && \$(MAKE) uninstall
15532 install:: $ac_dir/__install__
15533 __uninstall__: $ac_dir/__uninstall__"
15535 if wine_fn_has_flag install-lib $ac_flags
15536 then
15537 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15538 ".PHONY: $ac_dir/__install-lib__
15539 $ac_dir/__install-lib__:: $ac_dir
15540 @cd $ac_dir && \$(MAKE) install-lib
15541 install-lib:: $ac_dir/__install-lib__"
15544 if wine_fn_has_flag install-dev $ac_flags
15545 then
15546 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15547 ".PHONY: $ac_dir/__install-dev
15548 $ac_dir/__install-dev__:: $ac_dir
15549 @cd $ac_dir && \$(MAKE) install-dev
15550 install-dev:: $ac_dir/__install-dev__"
15554 wine_fn_config_lib ()
15556 ac_name=$1
15557 ac_flags=$2
15558 ac_dir=dlls/$ac_name
15559 wine_fn_config_makefile $ac_dir enable_$ac_name "$ac_flags" dlls/Makeimplib.rules
15561 if wine_fn_has_flag install-dev $ac_flags
15562 then :
15563 else
15564 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15565 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
15566 $ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(dlldir)
15567 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
15568 $ac_dir/__uninstall__::
15569 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
15570 install install-dev:: $ac_dir/__install__
15571 __uninstall__: $ac_dir/__uninstall__"
15574 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__builddeps__: $ac_dir"
15575 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: tools/widl tools/winebuild tools/winegcc include"
15578 wine_fn_config_dll ()
15580 ac_name=$1
15581 ac_dir=dlls/$ac_name
15582 ac_enable=$2
15583 ac_flags=$3
15584 ac_implib=${4:-$ac_name}
15585 ac_file=$ac_dir/lib$ac_implib
15586 ac_dll=$ac_name
15587 ac_deps="tools/widl tools/winebuild tools/winegcc include"
15588 ac_implibflags=""
15590 case $ac_name in
15591 *16) ac_implibflags=" -m16" ;;
15592 *.*) ;;
15593 *) ac_dll=$ac_dll.dll ;;
15594 esac
15596 wine_fn_config_makefile $ac_dir $ac_enable "$ac_flags" dlls/Makedll.rules
15598 if eval test \"x\$"$ac_enable"\" = x"no"; then :
15599 test "$ac_enable" != enable_win16 || return 0
15600 wine_fn_has_flag implib $ac_flags && wine_fn_all_dir_rules $ac_dir dlls/Makedll.rules
15601 else
15602 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15603 "$ac_dir: __builddeps__
15604 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
15605 @cd $ac_dir && \$(MAKE) \$@"
15607 if wine_fn_has_flag install-lib $ac_flags
15608 then :
15609 else
15610 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15611 ".PHONY: $ac_dir/__install-lib__ $ac_dir/__uninstall__
15612 install install-lib:: $ac_dir/__install-lib__
15613 __uninstall__: $ac_dir/__uninstall__"
15614 if test -n "$DLLEXT"
15615 then
15616 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15617 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir) \$(DESTDIR)\$(fakedlldir)
15618 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
15619 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
15620 $ac_dir/__uninstall__::
15621 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
15622 else
15623 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15624 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir)
15625 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
15626 $ac_dir/__uninstall__::
15627 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
15631 wine_fn_pot_rules $ac_dir $ac_flags
15634 if wine_fn_has_flag staticimplib $ac_flags
15635 then
15636 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15637 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
15638 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
15639 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile
15640 @cd $ac_dir && \$(MAKE) lib$ac_implib.def
15641 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
15642 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
15643 .PHONY: $ac_dir/__install-dev__ $ac_dir/__uninstall__
15644 $ac_dir/__install-dev__:: $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)
15645 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
15646 $ac_dir/__uninstall__::
15647 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
15648 install install-dev:: $ac_dir/__install-dev__
15649 __uninstall__: $ac_dir/__uninstall__"
15651 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
15652 then
15653 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15654 "$ac_dir/__install-dev__:: $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir) __builddeps__
15655 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
15656 $ac_dir/__uninstall__::
15657 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
15660 if test "x$CROSSTEST_DISABLE" = x
15661 then
15662 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15663 "__builddeps__: $ac_file.cross.a
15664 $ac_file.cross.a: $ac_dir/Makefile dummy
15665 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
15668 elif wine_fn_has_flag implib $ac_flags
15669 then
15670 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15671 "__builddeps__: $ac_file.$IMPLIBEXT
15672 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
15673 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
15674 $ac_file.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
15675 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
15676 .PHONY: $ac_dir/__install-dev__ $ac_dir/__uninstall__
15677 $ac_dir/__install-dev__:: $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)
15678 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
15679 $ac_dir/__uninstall__::
15680 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
15681 install install-dev:: $ac_dir/__install-dev__
15682 __uninstall__: $ac_dir/__uninstall__"
15683 if test "x$CROSSTEST_DISABLE" = x
15684 then
15685 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15686 "__builddeps__: $ac_file.cross.a
15687 $ac_file.cross.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
15688 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec"
15691 if test "$ac_name" != "$ac_implib"
15692 then
15693 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15694 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
15695 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
15696 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
15697 clean::
15698 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
15699 if test "x$CROSSTEST_DISABLE" = x
15700 then
15701 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15702 "__builddeps__: dlls/lib$ac_implib.cross.a
15703 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
15704 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@"
15710 wine_fn_config_program ()
15712 ac_name=$1
15713 ac_dir=programs/$ac_name
15714 ac_enable=$2
15715 ac_flags=$3
15716 ac_program=$ac_name
15718 case $ac_name in
15719 *.*) ;;
15720 *) ac_program=$ac_program.exe ;;
15721 esac
15723 wine_fn_config_makefile $ac_dir $ac_enable "$ac_flags" programs/Makeprog.rules
15725 if eval test \"x\$"$ac_enable"\" = x"no"; then :
15727 else
15728 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15729 "$ac_dir: __builddeps__"
15731 wine_fn_pot_rules $ac_dir $ac_flags
15733 wine_fn_has_flag install $ac_flags || return
15734 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15735 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
15736 install install-lib:: $ac_dir/__install__
15737 __uninstall__: $ac_dir/__uninstall__"
15739 if test -n "$DLLEXT"
15740 then
15741 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15742 "$ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(dlldir) \$(DESTDIR)\$(fakedlldir)
15743 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
15744 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
15745 $ac_dir/__uninstall__::
15746 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
15748 if test "x$enable_tools" != xno && wine_fn_has_flag installbin $ac_flags
15749 then
15750 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15751 "$ac_dir/__install__:: tools \$(DESTDIR)\$(bindir)
15752 \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
15753 $ac_dir/__uninstall__::
15754 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
15756 else
15757 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15758 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir)
15759 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(dlldir)/$ac_program
15760 $ac_dir/__uninstall__::
15761 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program"
15764 if test "x$enable_tools" != xno && wine_fn_has_flag manpage $ac_flags
15765 then
15766 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15767 "$ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(mandir)/man\$(prog_manext)
15768 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
15769 $ac_dir/__uninstall__::
15770 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
15775 wine_fn_config_test ()
15777 ac_dir=$1
15778 ac_name=$2
15779 ac_flags=$3
15780 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
15781 wine_fn_all_dir_rules $ac_dir Maketest.rules
15783 if test "x$enable_tests" = xno; then :
15785 else
15786 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15787 "all: $ac_dir
15788 .PHONY: $ac_dir
15789 $ac_dir: $ac_dir/Makefile programs/winetest/Makefile __builddeps__ dummy
15790 @cd $ac_dir && \$(MAKE)
15791 programs/winetest: $ac_dir
15792 check test: $ac_dir/__test__
15793 .PHONY: $ac_dir/__test__
15794 $ac_dir/__test__: dummy
15795 @cd $ac_dir && \$(MAKE) test
15796 testclean::
15797 \$(RM) $ac_dir/*.ok"
15799 if test "x$CROSSTEST_DISABLE" = x
15800 then
15801 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15802 "crosstest: $ac_dir/__crosstest__
15803 .PHONY: $ac_dir/__crosstest__
15804 $ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
15805 @cd $ac_dir && \$(MAKE) crosstest"
15810 wine_fn_config_tool ()
15812 ac_dir=$1
15813 ac_flags=$2
15814 if test "x$enable_tools" = xno; then :
15815 return 0
15818 wine_fn_config_makefile $ac_dir enable_tools $ac_flags
15820 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__tooldeps__: $ac_dir"
15821 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: libs/port"
15822 case $ac_dir in
15823 tools/winebuild) wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(WINEBUILD): $ac_dir" ;;
15824 esac
15827 wine_fn_config_makerules ()
15829 ac_rules=$1
15830 ac_deps=$2
15831 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15832 "$ac_rules: $ac_rules.in $ac_deps config.status
15833 @./config.status $ac_rules
15834 distclean::
15835 \$(RM) $ac_rules"
15838 wine_fn_config_symlink ()
15840 ac_link=$1
15841 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15842 "$ac_link:
15843 @./config.status $ac_link
15844 distclean::
15845 \$(RM) $ac_link"
15848 if test "x$CROSSTEST_DISABLE" != x
15849 then
15850 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15851 "crosstest:
15852 @echo \"crosstest is not supported (mingw not installed?)\" && false"
15854 ac_config_links="$ac_config_links dlls/shell32/AUTHORS:AUTHORS"
15855 wine_fn_config_symlink dlls/shell32/AUTHORS
15856 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
15857 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
15858 if test "x$enable_fonts" != xno; then
15859 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
15860 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
15862 if test "x$enable_fonts" != xno; then
15863 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
15864 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
15866 if test "x$enable_fonts" != xno; then
15867 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
15868 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
15870 if test "x$enable_fonts" != xno; then
15871 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
15872 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
15874 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
15875 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
15876 if test "x$enable_tools" != xno; then
15877 ac_config_links="$ac_config_links tools/l_intl.nls:tools/l_intl.nls"
15878 test "$srcdir" = "." || wine_fn_config_symlink tools/l_intl.nls
15880 ac_config_links="$ac_config_links wine:tools/winewrapper"
15881 wine_fn_config_symlink wine
15882 if test "x$enable_win64" != xno; then
15883 ac_config_links="$ac_config_links wine64:tools/winewrapper"
15884 wine_fn_config_symlink wine64
15887 ac_config_commands="$ac_config_commands dlls/gdi32/dibdrv"
15889 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
15891 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
15893 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
15895 ac_config_commands="$ac_config_commands dlls/user32/resources"
15897 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
15899 ac_config_commands="$ac_config_commands include/wine"
15902 wine_fn_config_makerules Make.rules
15903 MAKE_RULES=Make.rules
15904 ac_config_files="$ac_config_files Make.rules"
15906 wine_fn_config_makerules Maketest.rules Make.rules
15907 MAKE_TEST_RULES=Maketest.rules
15908 ac_config_files="$ac_config_files Maketest.rules"
15910 wine_fn_config_makerules dlls/Makedll.rules Make.rules
15911 MAKE_DLL_RULES=dlls/Makedll.rules
15912 ac_config_files="$ac_config_files dlls/Makedll.rules"
15914 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
15915 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
15916 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
15918 wine_fn_config_makerules programs/Makeprog.rules Make.rules
15919 MAKE_PROG_RULES=programs/Makeprog.rules
15920 ac_config_files="$ac_config_files programs/Makeprog.rules"
15923 wine_fn_config_dll acledit enable_acledit
15924 wine_fn_config_dll aclui enable_aclui implib
15925 wine_fn_config_dll activeds enable_activeds implib
15926 wine_fn_config_dll actxprxy enable_actxprxy
15927 wine_fn_config_lib adsiid
15928 wine_fn_config_dll advapi32 enable_advapi32 implib
15929 wine_fn_config_test dlls/advapi32/tests advapi32_test
15930 wine_fn_config_dll advpack enable_advpack implib
15931 wine_fn_config_test dlls/advpack/tests advpack_test
15932 wine_fn_config_dll amstream enable_amstream
15933 wine_fn_config_test dlls/amstream/tests amstream_test
15934 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
15935 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
15936 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
15937 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
15938 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
15939 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
15940 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
15941 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
15942 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
15943 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
15944 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
15945 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
15946 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
15947 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
15948 wine_fn_config_dll apphelp enable_apphelp
15949 wine_fn_config_test dlls/apphelp/tests apphelp_test
15950 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
15951 wine_fn_config_dll atl enable_atl implib
15952 wine_fn_config_test dlls/atl/tests atl_test
15953 wine_fn_config_dll atl100 enable_atl100 implib
15954 wine_fn_config_test dlls/atl100/tests atl100_test
15955 wine_fn_config_dll atl80 enable_atl80 implib
15956 wine_fn_config_test dlls/atl80/tests atl80_test
15957 wine_fn_config_dll authz enable_authz
15958 wine_fn_config_dll avicap32 enable_avicap32 implib
15959 wine_fn_config_dll avifil32 enable_avifil32 implib,po
15960 wine_fn_config_test dlls/avifil32/tests avifil32_test
15961 wine_fn_config_dll avifile.dll16 enable_win16
15962 wine_fn_config_dll avrt enable_avrt implib
15963 wine_fn_config_dll bcrypt enable_bcrypt
15964 wine_fn_config_dll browseui enable_browseui po
15965 wine_fn_config_test dlls/browseui/tests browseui_test
15966 wine_fn_config_dll cabinet enable_cabinet implib
15967 wine_fn_config_test dlls/cabinet/tests cabinet_test
15968 wine_fn_config_dll capi2032 enable_capi2032 implib
15969 wine_fn_config_dll cards enable_cards implib
15970 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
15971 wine_fn_config_dll clusapi enable_clusapi implib
15972 wine_fn_config_dll comcat enable_comcat
15973 wine_fn_config_test dlls/comcat/tests comcat_test
15974 wine_fn_config_dll comctl32 enable_comctl32 implib,po
15975 wine_fn_config_test dlls/comctl32/tests comctl32_test
15976 wine_fn_config_dll comdlg32 enable_comdlg32 implib,po
15977 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
15978 wine_fn_config_dll comm.drv16 enable_win16
15979 wine_fn_config_dll commdlg.dll16 enable_win16
15980 wine_fn_config_dll compobj.dll16 enable_win16
15981 wine_fn_config_dll compstui enable_compstui implib
15982 wine_fn_config_dll credui enable_credui implib,po
15983 wine_fn_config_test dlls/credui/tests credui_test
15984 wine_fn_config_dll crtdll enable_crtdll implib
15985 wine_fn_config_dll crypt32 enable_crypt32 implib,po
15986 wine_fn_config_test dlls/crypt32/tests crypt32_test
15987 wine_fn_config_dll cryptdlg enable_cryptdlg po
15988 wine_fn_config_dll cryptdll enable_cryptdll implib
15989 wine_fn_config_dll cryptnet enable_cryptnet implib
15990 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
15991 wine_fn_config_dll cryptui enable_cryptui implib,po
15992 wine_fn_config_test dlls/cryptui/tests cryptui_test
15993 wine_fn_config_dll ctapi32 enable_ctapi32
15994 wine_fn_config_dll ctl3d.dll16 enable_win16
15995 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
15996 wine_fn_config_dll ctl3dv2.dll16 enable_win16
15997 wine_fn_config_dll d3d10 enable_d3d10 implib
15998 wine_fn_config_test dlls/d3d10/tests d3d10_test
15999 wine_fn_config_dll d3d10core enable_d3d10core implib
16000 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
16001 wine_fn_config_dll d3d11 enable_d3d11
16002 wine_fn_config_dll d3d8 enable_d3d8 implib
16003 wine_fn_config_test dlls/d3d8/tests d3d8_test
16004 wine_fn_config_dll d3d9 enable_d3d9 implib
16005 wine_fn_config_test dlls/d3d9/tests d3d9_test
16006 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
16007 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
16008 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
16009 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
16010 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
16011 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
16012 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
16013 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
16014 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
16015 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
16016 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
16017 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
16018 wine_fn_config_dll d3dim enable_d3dim implib
16019 wine_fn_config_dll d3drm enable_d3drm implib
16020 wine_fn_config_test dlls/d3drm/tests d3drm_test
16021 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
16022 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
16023 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
16024 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
16025 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
16026 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
16027 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
16028 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
16029 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
16030 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
16031 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
16032 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
16033 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
16034 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
16035 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
16036 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
16037 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
16038 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
16039 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
16040 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
16041 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
16042 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
16043 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
16044 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
16045 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
16046 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
16047 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
16048 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
16049 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
16050 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
16051 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
16052 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
16053 wine_fn_config_dll d3dxof enable_d3dxof implib
16054 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
16055 wine_fn_config_dll dbgeng enable_dbgeng implib
16056 wine_fn_config_dll dbghelp enable_dbghelp implib
16057 wine_fn_config_dll dciman32 enable_dciman32 implib
16058 wine_fn_config_dll ddeml.dll16 enable_win16
16059 wine_fn_config_dll ddraw enable_ddraw implib
16060 wine_fn_config_test dlls/ddraw/tests ddraw_test
16061 wine_fn_config_dll ddrawex enable_ddrawex
16062 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
16063 wine_fn_config_dll devenum enable_devenum po
16064 wine_fn_config_test dlls/devenum/tests devenum_test
16065 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
16066 wine_fn_config_dll difxapi enable_difxapi
16067 wine_fn_config_dll dinput enable_dinput implib,po,staticimplib
16068 wine_fn_config_test dlls/dinput/tests dinput_test
16069 wine_fn_config_dll dinput8 enable_dinput8 implib
16070 wine_fn_config_test dlls/dinput8/tests dinput8_test
16071 wine_fn_config_dll dispdib.dll16 enable_win16
16072 wine_fn_config_dll dispex enable_dispex
16073 wine_fn_config_test dlls/dispex/tests dispex_test
16074 wine_fn_config_dll display.drv16 enable_win16
16075 wine_fn_config_dll dmband enable_dmband
16076 wine_fn_config_test dlls/dmband/tests dmband_test
16077 wine_fn_config_dll dmcompos enable_dmcompos
16078 wine_fn_config_dll dmime enable_dmime
16079 wine_fn_config_test dlls/dmime/tests dmime_test
16080 wine_fn_config_dll dmloader enable_dmloader
16081 wine_fn_config_test dlls/dmloader/tests dmloader_test
16082 wine_fn_config_dll dmscript enable_dmscript
16083 wine_fn_config_dll dmstyle enable_dmstyle
16084 wine_fn_config_dll dmsynth enable_dmsynth
16085 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
16086 wine_fn_config_dll dmusic enable_dmusic
16087 wine_fn_config_test dlls/dmusic/tests dmusic_test
16088 wine_fn_config_dll dmusic32 enable_dmusic32 implib
16089 wine_fn_config_dll dnsapi enable_dnsapi implib
16090 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
16091 wine_fn_config_dll dplay enable_dplay implib
16092 wine_fn_config_dll dplayx enable_dplayx implib
16093 wine_fn_config_test dlls/dplayx/tests dplayx_test
16094 wine_fn_config_dll dpnaddr enable_dpnaddr
16095 wine_fn_config_dll dpnet enable_dpnet implib
16096 wine_fn_config_test dlls/dpnet/tests dpnet_test
16097 wine_fn_config_dll dpnhpast enable_dpnhpast
16098 wine_fn_config_dll dpnlobby enable_dpnlobby
16099 wine_fn_config_dll dpwsockx enable_dpwsockx
16100 wine_fn_config_dll drmclien enable_drmclien
16101 wine_fn_config_dll dsound enable_dsound implib
16102 wine_fn_config_test dlls/dsound/tests dsound_test
16103 wine_fn_config_dll dssenh enable_dssenh
16104 wine_fn_config_test dlls/dssenh/tests dssenh_test
16105 wine_fn_config_dll dswave enable_dswave
16106 wine_fn_config_dll dwmapi enable_dwmapi implib
16107 wine_fn_config_dll dwrite enable_dwrite implib
16108 wine_fn_config_test dlls/dwrite/tests dwrite_test
16109 wine_fn_config_dll dxdiagn enable_dxdiagn po
16110 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
16111 wine_fn_config_lib dxerr8
16112 wine_fn_config_lib dxerr9
16113 wine_fn_config_dll dxgi enable_dxgi implib
16114 wine_fn_config_test dlls/dxgi/tests dxgi_test
16115 wine_fn_config_lib dxguid
16116 wine_fn_config_dll explorerframe enable_explorerframe
16117 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
16118 wine_fn_config_dll faultrep enable_faultrep implib
16119 wine_fn_config_test dlls/faultrep/tests faultrep_test
16120 wine_fn_config_dll fltlib enable_fltlib
16121 wine_fn_config_dll fusion enable_fusion
16122 wine_fn_config_test dlls/fusion/tests fusion_test
16123 wine_fn_config_dll fwpuclnt enable_fwpuclnt
16124 wine_fn_config_dll gameux enable_gameux
16125 wine_fn_config_test dlls/gameux/tests gameux_test
16126 wine_fn_config_dll gdi.exe16 enable_win16
16127 wine_fn_config_dll gdi32 enable_gdi32 implib,po
16128 wine_fn_config_test dlls/gdi32/tests gdi32_test
16129 wine_fn_config_dll gdiplus enable_gdiplus implib
16130 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
16131 wine_fn_config_dll glu32 enable_glu32 implib
16132 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
16133 wine_fn_config_dll gpkcsp enable_gpkcsp
16134 wine_fn_config_dll hal enable_hal
16135 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx implib,po htmlhelp
16136 wine_fn_config_dll hid enable_hid implib
16137 wine_fn_config_dll hlink enable_hlink implib
16138 wine_fn_config_test dlls/hlink/tests hlink_test
16139 wine_fn_config_dll hnetcfg enable_hnetcfg
16140 wine_fn_config_dll httpapi enable_httpapi
16141 wine_fn_config_dll iccvid enable_iccvid po
16142 wine_fn_config_dll icmp enable_icmp
16143 wine_fn_config_dll ieframe enable_ieframe implib,po
16144 wine_fn_config_test dlls/ieframe/tests ieframe_test
16145 wine_fn_config_dll ifsmgr.vxd enable_win16
16146 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
16147 wine_fn_config_dll imagehlp enable_imagehlp implib
16148 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
16149 wine_fn_config_dll imm.dll16 enable_win16
16150 wine_fn_config_dll imm32 enable_imm32 implib
16151 wine_fn_config_test dlls/imm32/tests imm32_test
16152 wine_fn_config_dll inetcomm enable_inetcomm implib
16153 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
16154 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
16155 wine_fn_config_dll inetmib1 enable_inetmib1
16156 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
16157 wine_fn_config_dll infosoft enable_infosoft
16158 wine_fn_config_test dlls/infosoft/tests infosoft_test
16159 wine_fn_config_dll initpki enable_initpki
16160 wine_fn_config_dll inkobj enable_inkobj
16161 wine_fn_config_dll inseng enable_inseng
16162 wine_fn_config_dll iphlpapi enable_iphlpapi implib
16163 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
16164 wine_fn_config_dll itircl enable_itircl
16165 wine_fn_config_dll itss enable_itss
16166 wine_fn_config_test dlls/itss/tests itss_test
16167 wine_fn_config_dll joy.cpl enable_joy_cpl po
16168 wine_fn_config_dll jscript enable_jscript po
16169 wine_fn_config_test dlls/jscript/tests jscript_test
16170 wine_fn_config_dll kernel32 enable_kernel32 implib,mc
16171 wine_fn_config_test dlls/kernel32/tests kernel32_test
16172 wine_fn_config_dll keyboard.drv16 enable_win16
16173 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
16174 wine_fn_config_dll ktmw32 enable_ktmw32
16175 wine_fn_config_dll loadperf enable_loadperf implib
16176 wine_fn_config_dll localspl enable_localspl po
16177 wine_fn_config_test dlls/localspl/tests localspl_test
16178 wine_fn_config_dll localui enable_localui po
16179 wine_fn_config_test dlls/localui/tests localui_test
16180 wine_fn_config_dll lz32 enable_lz32 implib
16181 wine_fn_config_test dlls/lz32/tests lz32_test
16182 wine_fn_config_dll lzexpand.dll16 enable_win16
16183 wine_fn_config_dll mapi32 enable_mapi32 implib,po
16184 wine_fn_config_test dlls/mapi32/tests mapi32_test
16185 wine_fn_config_dll mapistub enable_mapistub
16186 wine_fn_config_dll mciavi32 enable_mciavi32
16187 wine_fn_config_dll mcicda enable_mcicda
16188 wine_fn_config_dll mciqtz32 enable_mciqtz32
16189 wine_fn_config_dll mciseq enable_mciseq
16190 wine_fn_config_dll mciwave enable_mciwave
16191 wine_fn_config_dll mgmtapi enable_mgmtapi
16192 wine_fn_config_dll midimap enable_midimap
16193 wine_fn_config_dll mlang enable_mlang implib
16194 wine_fn_config_test dlls/mlang/tests mlang_test
16195 wine_fn_config_dll mmcndmgr enable_mmcndmgr
16196 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
16197 wine_fn_config_dll mmdevapi enable_mmdevapi
16198 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
16199 wine_fn_config_dll mmdevldr.vxd enable_win16
16200 wine_fn_config_dll mmsystem.dll16 enable_win16
16201 wine_fn_config_dll monodebg.vxd enable_win16
16202 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
16203 wine_fn_config_dll mouse.drv16 enable_win16
16204 wine_fn_config_dll mpr enable_mpr implib,po
16205 wine_fn_config_test dlls/mpr/tests mpr_test
16206 wine_fn_config_dll mprapi enable_mprapi implib
16207 wine_fn_config_dll msacm.dll16 enable_win16
16208 wine_fn_config_dll msacm32.drv enable_msacm32_drv
16209 wine_fn_config_dll msacm32 enable_msacm32 implib,po
16210 wine_fn_config_test dlls/msacm32/tests msacm32_test
16211 wine_fn_config_dll msadp32.acm enable_msadp32_acm
16212 wine_fn_config_dll mscat32 enable_mscat32
16213 wine_fn_config_dll mscms enable_mscms implib
16214 wine_fn_config_test dlls/mscms/tests mscms_test
16215 wine_fn_config_dll mscoree enable_mscoree
16216 wine_fn_config_test dlls/mscoree/tests mscoree_test
16217 wine_fn_config_dll msctf enable_msctf
16218 wine_fn_config_test dlls/msctf/tests msctf_test
16219 wine_fn_config_dll msdaps enable_msdaps
16220 wine_fn_config_dll msdmo enable_msdmo implib
16221 wine_fn_config_dll msftedit enable_msftedit
16222 wine_fn_config_dll msg711.acm enable_msg711_acm
16223 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
16224 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
16225 wine_fn_config_dll mshtml enable_mshtml implib,po
16226 wine_fn_config_test dlls/mshtml/tests mshtml_test
16227 wine_fn_config_dll msi enable_msi implib,po
16228 wine_fn_config_test dlls/msi/tests msi_test
16229 wine_fn_config_dll msident enable_msident
16230 wine_fn_config_dll msimg32 enable_msimg32 implib
16231 wine_fn_config_dll msimsg enable_msimsg
16232 wine_fn_config_dll msimtf enable_msimtf
16233 wine_fn_config_dll msisip enable_msisip
16234 wine_fn_config_dll msisys.ocx enable_msisys_ocx
16235 wine_fn_config_dll msls31 enable_msls31
16236 wine_fn_config_dll msnet32 enable_msnet32
16237 wine_fn_config_dll mspatcha enable_mspatcha
16238 wine_fn_config_dll msrle32 enable_msrle32 po
16239 wine_fn_config_dll mssign32 enable_mssign32
16240 wine_fn_config_dll mssip32 enable_mssip32
16241 wine_fn_config_dll mstask enable_mstask
16242 wine_fn_config_test dlls/mstask/tests mstask_test
16243 wine_fn_config_dll msvcirt enable_msvcirt
16244 wine_fn_config_dll msvcm80 enable_msvcm80
16245 wine_fn_config_dll msvcm90 enable_msvcm90
16246 wine_fn_config_dll msvcp100 enable_msvcp100
16247 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
16248 wine_fn_config_dll msvcp110 enable_msvcp110
16249 wine_fn_config_dll msvcp60 enable_msvcp60
16250 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
16251 wine_fn_config_dll msvcp70 enable_msvcp70
16252 wine_fn_config_dll msvcp71 enable_msvcp71
16253 wine_fn_config_dll msvcp80 enable_msvcp80
16254 wine_fn_config_dll msvcp90 enable_msvcp90
16255 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
16256 wine_fn_config_dll msvcr100 enable_msvcr100
16257 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
16258 wine_fn_config_dll msvcr110 enable_msvcr110
16259 wine_fn_config_dll msvcr70 enable_msvcr70 implib
16260 wine_fn_config_dll msvcr71 enable_msvcr71 implib
16261 wine_fn_config_dll msvcr80 enable_msvcr80
16262 wine_fn_config_dll msvcr90 enable_msvcr90
16263 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
16264 wine_fn_config_dll msvcrt enable_msvcrt implib
16265 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
16266 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
16267 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
16268 wine_fn_config_dll msvcrtd enable_msvcrtd implib
16269 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
16270 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
16271 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
16272 wine_fn_config_dll msvidc32 enable_msvidc32 po
16273 wine_fn_config_dll msvideo.dll16 enable_win16
16274 wine_fn_config_dll mswsock enable_mswsock implib
16275 wine_fn_config_dll msxml enable_msxml
16276 wine_fn_config_dll msxml2 enable_msxml2
16277 wine_fn_config_dll msxml3 enable_msxml3
16278 wine_fn_config_test dlls/msxml3/tests msxml3_test
16279 wine_fn_config_dll msxml4 enable_msxml4
16280 wine_fn_config_dll msxml6 enable_msxml6
16281 wine_fn_config_dll nddeapi enable_nddeapi implib
16282 wine_fn_config_dll netapi32 enable_netapi32 implib
16283 wine_fn_config_test dlls/netapi32/tests netapi32_test
16284 wine_fn_config_dll newdev enable_newdev implib
16285 wine_fn_config_dll normaliz enable_normaliz implib
16286 wine_fn_config_dll npmshtml enable_npmshtml
16287 wine_fn_config_dll ntdll enable_ntdll implib
16288 wine_fn_config_test dlls/ntdll/tests ntdll_test
16289 wine_fn_config_dll ntdsapi enable_ntdsapi implib
16290 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
16291 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
16292 wine_fn_config_dll ntprint enable_ntprint
16293 wine_fn_config_test dlls/ntprint/tests ntprint_test
16294 wine_fn_config_dll objsel enable_objsel
16295 wine_fn_config_dll odbc32 enable_odbc32 implib
16296 wine_fn_config_dll odbccp32 enable_odbccp32 implib
16297 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
16298 wine_fn_config_dll odbccu32 enable_odbccu32
16299 wine_fn_config_dll ole2.dll16 enable_win16
16300 wine_fn_config_dll ole2conv.dll16 enable_win16
16301 wine_fn_config_dll ole2disp.dll16 enable_win16
16302 wine_fn_config_dll ole2nls.dll16 enable_win16
16303 wine_fn_config_dll ole2prox.dll16 enable_win16
16304 wine_fn_config_dll ole2thk.dll16 enable_win16
16305 wine_fn_config_dll ole32 enable_ole32 implib
16306 wine_fn_config_test dlls/ole32/tests ole32_test
16307 wine_fn_config_dll oleacc enable_oleacc implib,po
16308 wine_fn_config_test dlls/oleacc/tests oleacc_test
16309 wine_fn_config_dll oleaut32 enable_oleaut32 implib,po
16310 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
16311 wine_fn_config_dll olecli.dll16 enable_win16
16312 wine_fn_config_dll olecli32 enable_olecli32 implib
16313 wine_fn_config_dll oledb32 enable_oledb32
16314 wine_fn_config_test dlls/oledb32/tests oledb32_test
16315 wine_fn_config_dll oledlg enable_oledlg implib,po
16316 wine_fn_config_dll olepro32 enable_olepro32 implib
16317 wine_fn_config_dll olesvr.dll16 enable_win16
16318 wine_fn_config_dll olesvr32 enable_olesvr32 implib
16319 wine_fn_config_dll olethk32 enable_olethk32
16320 wine_fn_config_dll openal32 enable_openal32
16321 wine_fn_config_dll opencl enable_opencl
16322 wine_fn_config_dll opengl32 enable_opengl32 implib
16323 wine_fn_config_test dlls/opengl32/tests opengl32_test
16324 wine_fn_config_dll pdh enable_pdh implib
16325 wine_fn_config_test dlls/pdh/tests pdh_test
16326 wine_fn_config_dll photometadatahandler enable_photometadatahandler
16327 wine_fn_config_dll pidgen enable_pidgen
16328 wine_fn_config_dll powrprof enable_powrprof implib
16329 wine_fn_config_dll printui enable_printui
16330 wine_fn_config_dll propsys enable_propsys implib
16331 wine_fn_config_test dlls/propsys/tests propsys_test
16332 wine_fn_config_dll psapi enable_psapi implib
16333 wine_fn_config_test dlls/psapi/tests psapi_test
16334 wine_fn_config_dll pstorec enable_pstorec
16335 wine_fn_config_dll qcap enable_qcap
16336 wine_fn_config_test dlls/qcap/tests qcap_test
16337 wine_fn_config_dll qedit enable_qedit
16338 wine_fn_config_test dlls/qedit/tests qedit_test
16339 wine_fn_config_dll qmgr enable_qmgr
16340 wine_fn_config_test dlls/qmgr/tests qmgr_test
16341 wine_fn_config_dll qmgrprxy enable_qmgrprxy
16342 wine_fn_config_dll quartz enable_quartz implib
16343 wine_fn_config_test dlls/quartz/tests quartz_test
16344 wine_fn_config_dll query enable_query
16345 wine_fn_config_dll rasapi16.dll16 enable_win16
16346 wine_fn_config_dll rasapi32 enable_rasapi32 implib
16347 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
16348 wine_fn_config_dll rasdlg enable_rasdlg implib
16349 wine_fn_config_dll regapi enable_regapi
16350 wine_fn_config_dll resutils enable_resutils implib
16351 wine_fn_config_dll riched20 enable_riched20 implib
16352 wine_fn_config_test dlls/riched20/tests riched20_test
16353 wine_fn_config_dll riched32 enable_riched32
16354 wine_fn_config_test dlls/riched32/tests riched32_test
16355 wine_fn_config_dll rpcrt4 enable_rpcrt4 implib
16356 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
16357 wine_fn_config_dll rsabase enable_rsabase
16358 wine_fn_config_dll rsaenh enable_rsaenh implib
16359 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
16360 wine_fn_config_dll rstrtmgr enable_rstrtmgr
16361 wine_fn_config_dll rtutils enable_rtutils implib
16362 wine_fn_config_dll samlib enable_samlib
16363 wine_fn_config_dll sane.ds enable_sane_ds po
16364 wine_fn_config_dll scarddlg enable_scarddlg
16365 wine_fn_config_dll sccbase enable_sccbase
16366 wine_fn_config_dll schannel enable_schannel
16367 wine_fn_config_test dlls/schannel/tests schannel_test
16368 wine_fn_config_dll scrrun enable_scrrun
16369 wine_fn_config_test dlls/scrrun/tests scrrun_test
16370 wine_fn_config_dll scsiport.sys enable_scsiport_sys
16371 wine_fn_config_dll secur32 enable_secur32 implib
16372 wine_fn_config_test dlls/secur32/tests secur32_test
16373 wine_fn_config_dll security enable_security
16374 wine_fn_config_dll sensapi enable_sensapi implib
16375 wine_fn_config_dll serialui enable_serialui implib,po
16376 wine_fn_config_test dlls/serialui/tests serialui_test
16377 wine_fn_config_dll setupapi enable_setupapi implib,po
16378 wine_fn_config_test dlls/setupapi/tests setupapi_test
16379 wine_fn_config_dll setupx.dll16 enable_win16
16380 wine_fn_config_dll sfc enable_sfc implib
16381 wine_fn_config_dll sfc_os enable_sfc_os implib
16382 wine_fn_config_dll shdoclc enable_shdoclc po
16383 wine_fn_config_dll shdocvw enable_shdocvw implib
16384 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
16385 wine_fn_config_dll shell.dll16 enable_win16
16386 wine_fn_config_dll shell32 enable_shell32 implib,po
16387 wine_fn_config_test dlls/shell32/tests shell32_test
16388 wine_fn_config_dll shfolder enable_shfolder implib
16389 wine_fn_config_dll shlwapi enable_shlwapi implib,po
16390 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
16391 wine_fn_config_dll slbcsp enable_slbcsp
16392 wine_fn_config_dll slc enable_slc implib
16393 wine_fn_config_dll snmpapi enable_snmpapi implib
16394 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
16395 wine_fn_config_dll softpub enable_softpub
16396 wine_fn_config_dll sound.drv16 enable_win16
16397 wine_fn_config_dll spoolss enable_spoolss implib
16398 wine_fn_config_test dlls/spoolss/tests spoolss_test
16399 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
16400 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
16401 wine_fn_config_dll sti enable_sti implib
16402 wine_fn_config_test dlls/sti/tests sti_test
16403 wine_fn_config_dll storage.dll16 enable_win16
16404 wine_fn_config_dll stress.dll16 enable_win16
16405 wine_fn_config_lib strmbase
16406 wine_fn_config_lib strmiids
16407 wine_fn_config_dll svrapi enable_svrapi
16408 wine_fn_config_dll sxs enable_sxs implib
16409 wine_fn_config_test dlls/sxs/tests sxs_test
16410 wine_fn_config_dll system.drv16 enable_win16
16411 wine_fn_config_dll t2embed enable_t2embed
16412 wine_fn_config_dll tapi32 enable_tapi32 implib
16413 wine_fn_config_dll toolhelp.dll16 enable_win16
16414 wine_fn_config_dll traffic enable_traffic
16415 wine_fn_config_dll twain.dll16 enable_win16
16416 wine_fn_config_dll twain_32 enable_twain_32
16417 wine_fn_config_test dlls/twain_32/tests twain_32_test
16418 wine_fn_config_dll typelib.dll16 enable_win16
16419 wine_fn_config_dll unicows enable_unicows implib
16420 wine_fn_config_dll updspapi enable_updspapi
16421 wine_fn_config_dll url enable_url implib
16422 wine_fn_config_dll urlmon enable_urlmon implib,po
16423 wine_fn_config_test dlls/urlmon/tests urlmon_test
16424 wine_fn_config_dll usbd.sys enable_usbd_sys implib
16425 wine_fn_config_dll user.exe16 enable_win16
16426 wine_fn_config_dll user32 enable_user32 implib,po
16427 wine_fn_config_test dlls/user32/tests user32_test
16428 wine_fn_config_dll userenv enable_userenv implib
16429 wine_fn_config_test dlls/userenv/tests userenv_test
16430 wine_fn_config_dll usp10 enable_usp10 implib
16431 wine_fn_config_test dlls/usp10/tests usp10_test
16432 wine_fn_config_lib uuid
16433 wine_fn_config_dll uxtheme enable_uxtheme implib
16434 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
16435 wine_fn_config_dll vbscript enable_vbscript
16436 wine_fn_config_test dlls/vbscript/tests vbscript_test
16437 wine_fn_config_dll vcomp enable_vcomp
16438 wine_fn_config_dll vcomp100 enable_vcomp100
16439 wine_fn_config_dll vcomp90 enable_vcomp90
16440 wine_fn_config_dll vdhcp.vxd enable_win16
16441 wine_fn_config_dll vdmdbg enable_vdmdbg implib
16442 wine_fn_config_dll ver.dll16 enable_win16
16443 wine_fn_config_dll version enable_version implib
16444 wine_fn_config_test dlls/version/tests version_test
16445 wine_fn_config_dll vmm.vxd enable_win16
16446 wine_fn_config_dll vnbt.vxd enable_win16
16447 wine_fn_config_dll vnetbios.vxd enable_win16
16448 wine_fn_config_dll vtdapi.vxd enable_win16
16449 wine_fn_config_dll vwin32.vxd enable_win16
16450 wine_fn_config_dll w32skrnl enable_win16
16451 wine_fn_config_dll w32sys.dll16 enable_win16
16452 wine_fn_config_dll wbemdisp enable_wbemdisp
16453 wine_fn_config_dll wbemprox enable_wbemprox
16454 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
16455 wine_fn_config_dll webservices enable_webservices implib
16456 wine_fn_config_dll wer enable_wer implib
16457 wine_fn_config_test dlls/wer/tests wer_test
16458 wine_fn_config_dll wevtapi enable_wevtapi
16459 wine_fn_config_dll wiaservc enable_wiaservc
16460 wine_fn_config_dll win32s16.dll16 enable_win16
16461 wine_fn_config_dll win87em.dll16 enable_win16
16462 wine_fn_config_dll winaspi.dll16 enable_win16
16463 wine_fn_config_dll windebug.dll16 enable_win16
16464 wine_fn_config_dll windowscodecs enable_windowscodecs implib
16465 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
16466 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
16467 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
16468 wine_fn_config_dll winealsa.drv enable_winealsa_drv
16469 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
16470 wine_fn_config_lib winecrt0
16471 wine_fn_config_dll wined3d enable_wined3d implib
16472 wine_fn_config_dll winegstreamer enable_winegstreamer
16473 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
16474 wine_fn_config_dll winemac.drv enable_winemac_drv
16475 wine_fn_config_dll winemapi enable_winemapi
16476 wine_fn_config_dll winemp3.acm enable_winemp3_acm
16477 wine_fn_config_dll wineoss.drv enable_wineoss_drv
16478 wine_fn_config_dll wineps.drv enable_wineps_drv install-lib,po
16479 wine_fn_config_dll wineps16.drv16 enable_win16
16480 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
16481 wine_fn_config_dll winex11.drv enable_winex11_drv
16482 wine_fn_config_dll wing.dll16 enable_win16
16483 wine_fn_config_dll wing32 enable_wing32
16484 wine_fn_config_dll winhttp enable_winhttp implib
16485 wine_fn_config_test dlls/winhttp/tests winhttp_test
16486 wine_fn_config_dll wininet enable_wininet implib,po
16487 wine_fn_config_test dlls/wininet/tests wininet_test
16488 wine_fn_config_dll winmm enable_winmm implib,po
16489 wine_fn_config_test dlls/winmm/tests winmm_test
16490 wine_fn_config_dll winnls.dll16 enable_win16
16491 wine_fn_config_dll winnls32 enable_winnls32 implib
16492 wine_fn_config_dll winscard enable_winscard implib
16493 wine_fn_config_dll winsock.dll16 enable_win16
16494 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
16495 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
16496 wine_fn_config_dll winsta enable_winsta
16497 wine_fn_config_dll wintab.dll16 enable_win16
16498 wine_fn_config_dll wintab32 enable_wintab32 implib
16499 wine_fn_config_test dlls/wintab32/tests wintab32_test
16500 wine_fn_config_dll wintrust enable_wintrust implib
16501 wine_fn_config_test dlls/wintrust/tests wintrust_test
16502 wine_fn_config_dll wlanapi enable_wlanapi
16503 wine_fn_config_dll wldap32 enable_wldap32 implib,po
16504 wine_fn_config_test dlls/wldap32/tests wldap32_test
16505 wine_fn_config_dll wmi enable_wmi
16506 wine_fn_config_dll wmiutils enable_wmiutils
16507 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
16508 wine_fn_config_dll wmvcore enable_wmvcore
16509 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
16510 wine_fn_config_dll wow32 enable_win16 implib
16511 wine_fn_config_dll ws2_32 enable_ws2_32 implib
16512 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
16513 wine_fn_config_dll wshom.ocx enable_wshom_ocx
16514 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test
16515 wine_fn_config_dll wsnmp32 enable_wsnmp32
16516 wine_fn_config_dll wsock32 enable_wsock32 implib
16517 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
16518 wine_fn_config_dll wuapi enable_wuapi
16519 wine_fn_config_dll wuaueng enable_wuaueng
16520 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
16521 wine_fn_config_dll xinput1_1 enable_xinput1_1
16522 wine_fn_config_dll xinput1_2 enable_xinput1_2
16523 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
16524 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
16525 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
16526 wine_fn_config_dll xmllite enable_xmllite
16527 wine_fn_config_test dlls/xmllite/tests xmllite_test
16528 wine_fn_config_dll xolehlp enable_xolehlp
16529 wine_fn_config_dll xpsprint enable_xpsprint
16530 wine_fn_config_dll xpssvcs enable_xpssvcs
16531 wine_fn_config_makefile documentation enable_documentation
16532 wine_fn_config_makefile fonts enable_fonts install-lib
16533 wine_fn_config_makefile include enable_include install-dev
16534 wine_fn_config_makefile libs/port enable_libs_port
16535 wine_fn_config_makefile libs/wine enable_libs_wine install-dev,install-lib
16536 wine_fn_config_makefile libs/wpp enable_libs_wpp
16537 wine_fn_config_makefile loader enable_loader install-lib,manpage
16538 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
16539 wine_fn_config_program attrib enable_attrib install,po
16540 wine_fn_config_program cabarc enable_cabarc install
16541 wine_fn_config_program cacls enable_cacls install
16542 wine_fn_config_program clock enable_clock install,po
16543 wine_fn_config_program cmd enable_cmd install,po
16544 wine_fn_config_test programs/cmd/tests cmd.exe_test
16545 wine_fn_config_program conhost enable_conhost install
16546 wine_fn_config_program control enable_control install
16547 wine_fn_config_program cscript enable_cscript install
16548 wine_fn_config_program dxdiag enable_dxdiag install,po
16549 wine_fn_config_program eject enable_eject install
16550 wine_fn_config_program expand enable_expand install
16551 wine_fn_config_program explorer enable_explorer install,po
16552 wine_fn_config_program extrac32 enable_extrac32 install
16553 wine_fn_config_program findstr enable_findstr install
16554 wine_fn_config_program hh enable_hh install
16555 wine_fn_config_program hostname enable_hostname install,po
16556 wine_fn_config_program icinfo enable_icinfo install
16557 wine_fn_config_program iexplore enable_iexplore install
16558 wine_fn_config_program ipconfig enable_ipconfig install,po
16559 wine_fn_config_program lodctr enable_lodctr install
16560 wine_fn_config_program mofcomp enable_mofcomp install
16561 wine_fn_config_program mshta enable_mshta install
16562 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
16563 wine_fn_config_program net enable_net install,po
16564 wine_fn_config_program netsh enable_netsh install
16565 wine_fn_config_program netstat enable_netstat install,po
16566 wine_fn_config_program ngen enable_ngen install
16567 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
16568 wine_fn_config_program oleview enable_oleview install,po
16569 wine_fn_config_program ping enable_ping install
16570 wine_fn_config_program plugplay enable_plugplay install
16571 wine_fn_config_program presentationfontcache enable_presentationfontcache install
16572 wine_fn_config_program progman enable_progman install,po
16573 wine_fn_config_program reg enable_reg install,po
16574 wine_fn_config_program regasm enable_regasm install
16575 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
16576 wine_fn_config_test programs/regedit/tests regedit.exe_test
16577 wine_fn_config_program regsvcs enable_regsvcs install
16578 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage
16579 wine_fn_config_program rpcss enable_rpcss install
16580 wine_fn_config_program rundll.exe16 enable_win16 install
16581 wine_fn_config_program rundll32 enable_rundll32 install
16582 wine_fn_config_program sc enable_sc install
16583 wine_fn_config_program schtasks enable_schtasks install
16584 wine_fn_config_program secedit enable_secedit install
16585 wine_fn_config_program servicemodelreg enable_servicemodelreg install
16586 wine_fn_config_program services enable_services install
16587 wine_fn_config_test programs/services/tests services.exe_test
16588 wine_fn_config_program spoolsv enable_spoolsv install
16589 wine_fn_config_program start enable_start install,po
16590 wine_fn_config_program svchost enable_svchost install
16591 wine_fn_config_program taskkill enable_taskkill install,po
16592 wine_fn_config_program taskmgr enable_taskmgr install,po
16593 wine_fn_config_program termsv enable_termsv install
16594 wine_fn_config_program uninstaller enable_uninstaller install,po
16595 wine_fn_config_program unlodctr enable_unlodctr install
16596 wine_fn_config_program view enable_view install,po
16597 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
16598 wine_fn_config_program winebrowser enable_winebrowser install
16599 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
16600 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
16601 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
16602 wine_fn_config_program winedevice enable_winedevice install
16603 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
16604 wine_fn_config_program winemenubuilder enable_winemenubuilder install
16605 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
16606 wine_fn_config_program winemsibuilder enable_winemsibuilder install
16607 wine_fn_config_program winepath enable_winepath install,installbin,manpage
16608 wine_fn_config_program winetest enable_winetest
16609 wine_fn_config_program winevdm enable_win16 install
16610 wine_fn_config_program winhelp.exe16 enable_win16 install
16611 wine_fn_config_program winhlp32 enable_winhlp32 install,po
16612 wine_fn_config_program winoldap.mod16 enable_win16 install
16613 wine_fn_config_program winver enable_winver install
16614 wine_fn_config_program wmic enable_wmic install,po
16615 wine_fn_config_program wordpad enable_wordpad install,po
16616 wine_fn_config_program write enable_write install,po
16617 wine_fn_config_program wscript enable_wscript install
16618 wine_fn_config_test programs/wscript/tests wscript.exe_test
16619 wine_fn_config_program wusa enable_wusa install
16620 wine_fn_config_program xcopy enable_xcopy install,po
16621 wine_fn_config_makefile server enable_server install-lib,manpage
16622 wine_fn_config_tool tools install-dev,install-lib,manpage
16623 wine_fn_config_tool tools/widl install-dev,manpage
16624 wine_fn_config_tool tools/winebuild install-dev,manpage
16625 wine_fn_config_tool tools/winedump install-dev,manpage
16626 wine_fn_config_tool tools/winegcc install-dev,manpage
16627 wine_fn_config_tool tools/wmc install-dev,manpage
16628 wine_fn_config_tool tools/wrc install-dev,manpage
16630 LINGUAS="\
16631 ar \
16632 bg \
16633 ca \
16634 cs \
16635 da \
16636 de \
16637 el \
16638 en \
16639 en_US \
16640 eo \
16641 es \
16642 fa \
16643 fi \
16644 fr \
16645 he \
16646 hi \
16647 hr \
16648 hu \
16649 it \
16650 ja \
16651 ko \
16652 lt \
16653 ml \
16654 nb_NO \
16655 nl \
16656 or \
16657 pa \
16658 pl \
16659 pt_BR \
16660 pt_PT \
16661 rm \
16662 ro \
16663 ru \
16664 sk \
16665 sl \
16666 sr_RS@cyrillic \
16667 sr_RS@latin \
16668 sv \
16669 te \
16670 th \
16671 tr \
16672 uk \
16673 wa \
16674 zh_CN \
16675 zh_TW"
16679 ac_config_commands="$ac_config_commands Makefile"
16682 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
16686 if test "x$enable_maintainer_mode" = xyes
16687 then
16688 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(srcdir)/configure: configure.ac aclocal.m4
16689 cd \$(srcdir) && autoconf --warnings=all
16690 \$(srcdir)/include/config.h.in: include/stamp-h.in
16691 \$(srcdir)/include/stamp-h.in: configure.ac aclocal.m4
16692 cd \$(srcdir) && autoheader --warnings=all
16693 @echo timestamp > \$@"
16696 if test "x$with_gettextpo" = xyes
16697 then
16698 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
16699 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "ALL_POT_FILES =$ALL_POT_FILES
16700 \$(LINGUAS:%=po/%.po): \$(srcdir)/po/wine.pot
16701 msgmerge --previous -q \$@ \$(srcdir)/po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
16702 \$(srcdir)/po/wine.pot: \$(ALL_POT_FILES)
16703 msgcat -o \$@ \$(ALL_POT_FILES)"
16706 if test "$MSGFMT" != false
16707 then
16708 PORCFLAGS="--po-dir=\$(top_builddir)/po"
16710 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__builddeps__: \$(ALL_MO_FILES)"
16711 else
16712 LINGUAS=
16715 if test "x$enable_tools" != xno
16716 then
16717 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(MAKEDEP): tools/Makefile
16718 clean:: __clean__
16719 \$(RM) tools/makedep\$(EXEEXT)"
16722 if test -n "$with_wine64"
16723 then
16724 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
16725 fonts server tools:
16726 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
16727 $with_wine64/loader/wine:
16728 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
16729 $with_wine64/loader/wine-preloader:
16730 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
16731 clean::
16732 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
16735 cat >confcache <<\_ACEOF
16736 # This file is a shell script that caches the results of configure
16737 # tests run on this system so they can be shared between configure
16738 # scripts and configure runs, see configure's option --config-cache.
16739 # It is not useful on other systems. If it contains results you don't
16740 # want to keep, you may remove or edit it.
16742 # config.status only pays attention to the cache file if you give it
16743 # the --recheck option to rerun configure.
16745 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16746 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16747 # following values.
16749 _ACEOF
16751 # The following way of writing the cache mishandles newlines in values,
16752 # but we know of no workaround that is simple, portable, and efficient.
16753 # So, we kill variables containing newlines.
16754 # Ultrix sh set writes to stderr and can't be redirected directly,
16755 # and sets the high bit in the cache file unless we assign to the vars.
16757 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16758 eval ac_val=\$$ac_var
16759 case $ac_val in #(
16760 *${as_nl}*)
16761 case $ac_var in #(
16762 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16763 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16764 esac
16765 case $ac_var in #(
16766 _ | IFS | as_nl) ;; #(
16767 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16768 *) { eval $ac_var=; unset $ac_var;} ;;
16769 esac ;;
16770 esac
16771 done
16773 (set) 2>&1 |
16774 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16775 *${as_nl}ac_space=\ *)
16776 # `set' does not quote correctly, so add quotes: double-quote
16777 # substitution turns \\\\ into \\, and sed turns \\ into \.
16778 sed -n \
16779 "s/'/'\\\\''/g;
16780 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16781 ;; #(
16783 # `set' quotes correctly as required by POSIX, so do not add quotes.
16784 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16786 esac |
16787 sort
16789 sed '
16790 /^ac_cv_env_/b end
16791 t clear
16792 :clear
16793 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16794 t end
16795 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16796 :end' >>confcache
16797 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16798 if test -w "$cache_file"; then
16799 if test "x$cache_file" != "x/dev/null"; then
16800 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16801 $as_echo "$as_me: updating cache $cache_file" >&6;}
16802 if test ! -f "$cache_file" || test -h "$cache_file"; then
16803 cat confcache >"$cache_file"
16804 else
16805 case $cache_file in #(
16806 */* | ?:*)
16807 mv -f confcache "$cache_file"$$ &&
16808 mv -f "$cache_file"$$ "$cache_file" ;; #(
16810 mv -f confcache "$cache_file" ;;
16811 esac
16814 else
16815 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16816 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16819 rm -f confcache
16821 test "x$prefix" = xNONE && prefix=$ac_default_prefix
16822 # Let make expand exec_prefix.
16823 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16825 DEFS=-DHAVE_CONFIG_H
16827 ac_libobjs=
16828 ac_ltlibobjs=
16830 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16831 # 1. Remove the extension, and $U if already installed.
16832 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16833 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16834 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16835 # will be set to the directory where LIBOBJS objects are built.
16836 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16837 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
16838 done
16839 LIBOBJS=$ac_libobjs
16841 LTLIBOBJS=$ac_ltlibobjs
16845 : "${CONFIG_STATUS=./config.status}"
16846 ac_write_fail=0
16847 ac_clean_files_save=$ac_clean_files
16848 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16849 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16850 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16851 as_write_fail=0
16852 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16853 #! $SHELL
16854 # Generated by $as_me.
16855 # Run this file to recreate the current configuration.
16856 # Compiler output produced by configure, useful for debugging
16857 # configure, is in config.log if it exists.
16859 debug=false
16860 ac_cs_recheck=false
16861 ac_cs_silent=false
16863 SHELL=\${CONFIG_SHELL-$SHELL}
16864 export SHELL
16865 _ASEOF
16866 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16867 ## -------------------- ##
16868 ## M4sh Initialization. ##
16869 ## -------------------- ##
16871 # Be more Bourne compatible
16872 DUALCASE=1; export DUALCASE # for MKS sh
16873 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16874 emulate sh
16875 NULLCMD=:
16876 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16877 # is contrary to our usage. Disable this feature.
16878 alias -g '${1+"$@"}'='"$@"'
16879 setopt NO_GLOB_SUBST
16880 else
16881 case `(set -o) 2>/dev/null` in #(
16882 *posix*) :
16883 set -o posix ;; #(
16884 *) :
16886 esac
16890 as_nl='
16892 export as_nl
16893 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16894 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16895 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16896 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16897 # Prefer a ksh shell builtin over an external printf program on Solaris,
16898 # but without wasting forks for bash or zsh.
16899 if test -z "$BASH_VERSION$ZSH_VERSION" \
16900 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16901 as_echo='print -r --'
16902 as_echo_n='print -rn --'
16903 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16904 as_echo='printf %s\n'
16905 as_echo_n='printf %s'
16906 else
16907 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16908 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16909 as_echo_n='/usr/ucb/echo -n'
16910 else
16911 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16912 as_echo_n_body='eval
16913 arg=$1;
16914 case $arg in #(
16915 *"$as_nl"*)
16916 expr "X$arg" : "X\\(.*\\)$as_nl";
16917 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16918 esac;
16919 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16921 export as_echo_n_body
16922 as_echo_n='sh -c $as_echo_n_body as_echo'
16924 export as_echo_body
16925 as_echo='sh -c $as_echo_body as_echo'
16928 # The user is always right.
16929 if test "${PATH_SEPARATOR+set}" != set; then
16930 PATH_SEPARATOR=:
16931 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16932 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16933 PATH_SEPARATOR=';'
16938 # IFS
16939 # We need space, tab and new line, in precisely that order. Quoting is
16940 # there to prevent editors from complaining about space-tab.
16941 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16942 # splitting by setting IFS to empty value.)
16943 IFS=" "" $as_nl"
16945 # Find who we are. Look in the path if we contain no directory separator.
16946 as_myself=
16947 case $0 in #((
16948 *[\\/]* ) as_myself=$0 ;;
16949 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16950 for as_dir in $PATH
16952 IFS=$as_save_IFS
16953 test -z "$as_dir" && as_dir=.
16954 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16955 done
16956 IFS=$as_save_IFS
16959 esac
16960 # We did not find ourselves, most probably we were run as `sh COMMAND'
16961 # in which case we are not to be found in the path.
16962 if test "x$as_myself" = x; then
16963 as_myself=$0
16965 if test ! -f "$as_myself"; then
16966 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16967 exit 1
16970 # Unset variables that we do not need and which cause bugs (e.g. in
16971 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16972 # suppresses any "Segmentation fault" message there. '((' could
16973 # trigger a bug in pdksh 5.2.14.
16974 for as_var in BASH_ENV ENV MAIL MAILPATH
16975 do eval test x\${$as_var+set} = xset \
16976 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16977 done
16978 PS1='$ '
16979 PS2='> '
16980 PS4='+ '
16982 # NLS nuisances.
16983 LC_ALL=C
16984 export LC_ALL
16985 LANGUAGE=C
16986 export LANGUAGE
16988 # CDPATH.
16989 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16992 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16993 # ----------------------------------------
16994 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16995 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16996 # script with STATUS, using 1 if that was 0.
16997 as_fn_error ()
16999 as_status=$1; test $as_status -eq 0 && as_status=1
17000 if test "$4"; then
17001 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17002 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
17004 $as_echo "$as_me: error: $2" >&2
17005 as_fn_exit $as_status
17006 } # as_fn_error
17009 # as_fn_set_status STATUS
17010 # -----------------------
17011 # Set $? to STATUS, without forking.
17012 as_fn_set_status ()
17014 return $1
17015 } # as_fn_set_status
17017 # as_fn_exit STATUS
17018 # -----------------
17019 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17020 as_fn_exit ()
17022 set +e
17023 as_fn_set_status $1
17024 exit $1
17025 } # as_fn_exit
17027 # as_fn_unset VAR
17028 # ---------------
17029 # Portably unset VAR.
17030 as_fn_unset ()
17032 { eval $1=; unset $1;}
17034 as_unset=as_fn_unset
17035 # as_fn_append VAR VALUE
17036 # ----------------------
17037 # Append the text in VALUE to the end of the definition contained in VAR. Take
17038 # advantage of any shell optimizations that allow amortized linear growth over
17039 # repeated appends, instead of the typical quadratic growth present in naive
17040 # implementations.
17041 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17042 eval 'as_fn_append ()
17044 eval $1+=\$2
17046 else
17047 as_fn_append ()
17049 eval $1=\$$1\$2
17051 fi # as_fn_append
17053 # as_fn_arith ARG...
17054 # ------------------
17055 # Perform arithmetic evaluation on the ARGs, and store the result in the
17056 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17057 # must be portable across $(()) and expr.
17058 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17059 eval 'as_fn_arith ()
17061 as_val=$(( $* ))
17063 else
17064 as_fn_arith ()
17066 as_val=`expr "$@" || test $? -eq 1`
17068 fi # as_fn_arith
17071 if expr a : '\(a\)' >/dev/null 2>&1 &&
17072 test "X`expr 00001 : '.*\(...\)'`" = X001; then
17073 as_expr=expr
17074 else
17075 as_expr=false
17078 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17079 as_basename=basename
17080 else
17081 as_basename=false
17084 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17085 as_dirname=dirname
17086 else
17087 as_dirname=false
17090 as_me=`$as_basename -- "$0" ||
17091 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17092 X"$0" : 'X\(//\)$' \| \
17093 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17094 $as_echo X/"$0" |
17095 sed '/^.*\/\([^/][^/]*\)\/*$/{
17096 s//\1/
17099 /^X\/\(\/\/\)$/{
17100 s//\1/
17103 /^X\/\(\/\).*/{
17104 s//\1/
17107 s/.*/./; q'`
17109 # Avoid depending upon Character Ranges.
17110 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17111 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17112 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17113 as_cr_digits='0123456789'
17114 as_cr_alnum=$as_cr_Letters$as_cr_digits
17116 ECHO_C= ECHO_N= ECHO_T=
17117 case `echo -n x` in #(((((
17118 -n*)
17119 case `echo 'xy\c'` in
17120 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
17121 xy) ECHO_C='\c';;
17122 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
17123 ECHO_T=' ';;
17124 esac;;
17126 ECHO_N='-n';;
17127 esac
17129 rm -f conf$$ conf$$.exe conf$$.file
17130 if test -d conf$$.dir; then
17131 rm -f conf$$.dir/conf$$.file
17132 else
17133 rm -f conf$$.dir
17134 mkdir conf$$.dir 2>/dev/null
17136 if (echo >conf$$.file) 2>/dev/null; then
17137 if ln -s conf$$.file conf$$ 2>/dev/null; then
17138 as_ln_s='ln -s'
17139 # ... but there are two gotchas:
17140 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17141 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17142 # In both cases, we have to default to `cp -pR'.
17143 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17144 as_ln_s='cp -pR'
17145 elif ln conf$$.file conf$$ 2>/dev/null; then
17146 as_ln_s=ln
17147 else
17148 as_ln_s='cp -pR'
17150 else
17151 as_ln_s='cp -pR'
17153 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17154 rmdir conf$$.dir 2>/dev/null
17157 # as_fn_mkdir_p
17158 # -------------
17159 # Create "$as_dir" as a directory, including parents if necessary.
17160 as_fn_mkdir_p ()
17163 case $as_dir in #(
17164 -*) as_dir=./$as_dir;;
17165 esac
17166 test -d "$as_dir" || eval $as_mkdir_p || {
17167 as_dirs=
17168 while :; do
17169 case $as_dir in #(
17170 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17171 *) as_qdir=$as_dir;;
17172 esac
17173 as_dirs="'$as_qdir' $as_dirs"
17174 as_dir=`$as_dirname -- "$as_dir" ||
17175 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17176 X"$as_dir" : 'X\(//\)[^/]' \| \
17177 X"$as_dir" : 'X\(//\)$' \| \
17178 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17179 $as_echo X"$as_dir" |
17180 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17181 s//\1/
17184 /^X\(\/\/\)[^/].*/{
17185 s//\1/
17188 /^X\(\/\/\)$/{
17189 s//\1/
17192 /^X\(\/\).*/{
17193 s//\1/
17196 s/.*/./; q'`
17197 test -d "$as_dir" && break
17198 done
17199 test -z "$as_dirs" || eval "mkdir $as_dirs"
17200 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
17203 } # as_fn_mkdir_p
17204 if mkdir -p . 2>/dev/null; then
17205 as_mkdir_p='mkdir -p "$as_dir"'
17206 else
17207 test -d ./-p && rmdir ./-p
17208 as_mkdir_p=false
17212 # as_fn_executable_p FILE
17213 # -----------------------
17214 # Test if FILE is an executable regular file.
17215 as_fn_executable_p ()
17217 test -f "$1" && test -x "$1"
17218 } # as_fn_executable_p
17219 as_test_x='test -x'
17220 as_executable_p=as_fn_executable_p
17222 # Sed expression to map a string onto a valid CPP name.
17223 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17225 # Sed expression to map a string onto a valid variable name.
17226 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17229 exec 6>&1
17230 ## ----------------------------------- ##
17231 ## Main body of $CONFIG_STATUS script. ##
17232 ## ----------------------------------- ##
17233 _ASEOF
17234 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
17236 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17237 # Save the log message, to keep $0 and so on meaningful, and to
17238 # report actual input values of CONFIG_FILES etc. instead of their
17239 # values after options handling.
17240 ac_log="
17241 This file was extended by Wine $as_me 1.7.0, which was
17242 generated by GNU Autoconf 2.69. Invocation command line was
17244 CONFIG_FILES = $CONFIG_FILES
17245 CONFIG_HEADERS = $CONFIG_HEADERS
17246 CONFIG_LINKS = $CONFIG_LINKS
17247 CONFIG_COMMANDS = $CONFIG_COMMANDS
17248 $ $0 $@
17250 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17253 _ACEOF
17255 case $ac_config_files in *"
17256 "*) set x $ac_config_files; shift; ac_config_files=$*;;
17257 esac
17259 case $ac_config_headers in *"
17260 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
17261 esac
17264 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17265 # Files that config.status was made for.
17266 config_files="$ac_config_files"
17267 config_headers="$ac_config_headers"
17268 config_links="$ac_config_links"
17269 config_commands="$ac_config_commands"
17271 _ACEOF
17273 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17274 ac_cs_usage="\
17275 \`$as_me' instantiates files and other configuration actions
17276 from templates according to the current configuration. Unless the files
17277 and actions are specified as TAGs, all are instantiated by default.
17279 Usage: $0 [OPTION]... [TAG]...
17281 -h, --help print this help, then exit
17282 -V, --version print version number and configuration settings, then exit
17283 --config print configuration, then exit
17284 -q, --quiet, --silent
17285 do not print progress messages
17286 -d, --debug don't remove temporary files
17287 --recheck update $as_me by reconfiguring in the same conditions
17288 --file=FILE[:TEMPLATE]
17289 instantiate the configuration file FILE
17290 --header=FILE[:TEMPLATE]
17291 instantiate the configuration header FILE
17293 Configuration files:
17294 $config_files
17296 Configuration headers:
17297 $config_headers
17299 Configuration links:
17300 $config_links
17302 Configuration commands:
17303 $config_commands
17305 Report bugs to <wine-devel@winehq.org>.
17306 Wine home page: <http://www.winehq.org>."
17308 _ACEOF
17309 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17310 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17311 ac_cs_version="\\
17312 Wine config.status 1.7.0
17313 configured by $0, generated by GNU Autoconf 2.69,
17314 with options \\"\$ac_cs_config\\"
17316 Copyright (C) 2012 Free Software Foundation, Inc.
17317 This config.status script is free software; the Free Software Foundation
17318 gives unlimited permission to copy, distribute and modify it."
17320 ac_pwd='$ac_pwd'
17321 srcdir='$srcdir'
17322 INSTALL='$INSTALL'
17323 test -n "\$AWK" || AWK=awk
17324 _ACEOF
17326 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17327 # The default lists apply if the user does not specify any file.
17328 ac_need_defaults=:
17329 while test $# != 0
17331 case $1 in
17332 --*=?*)
17333 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17334 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
17335 ac_shift=:
17337 --*=)
17338 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17339 ac_optarg=
17340 ac_shift=:
17343 ac_option=$1
17344 ac_optarg=$2
17345 ac_shift=shift
17347 esac
17349 case $ac_option in
17350 # Handling of the options.
17351 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17352 ac_cs_recheck=: ;;
17353 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17354 $as_echo "$ac_cs_version"; exit ;;
17355 --config | --confi | --conf | --con | --co | --c )
17356 $as_echo "$ac_cs_config"; exit ;;
17357 --debug | --debu | --deb | --de | --d | -d )
17358 debug=: ;;
17359 --file | --fil | --fi | --f )
17360 $ac_shift
17361 case $ac_optarg in
17362 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17363 '') as_fn_error $? "missing file argument" ;;
17364 esac
17365 as_fn_append CONFIG_FILES " '$ac_optarg'"
17366 ac_need_defaults=false;;
17367 --header | --heade | --head | --hea )
17368 $ac_shift
17369 case $ac_optarg in
17370 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17371 esac
17372 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
17373 ac_need_defaults=false;;
17374 --he | --h)
17375 # Conflict between --help and --header
17376 as_fn_error $? "ambiguous option: \`$1'
17377 Try \`$0 --help' for more information.";;
17378 --help | --hel | -h )
17379 $as_echo "$ac_cs_usage"; exit ;;
17380 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17381 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17382 ac_cs_silent=: ;;
17384 # This is an error.
17385 -*) as_fn_error $? "unrecognized option: \`$1'
17386 Try \`$0 --help' for more information." ;;
17388 *) as_fn_append ac_config_targets " $1"
17389 ac_need_defaults=false ;;
17391 esac
17392 shift
17393 done
17395 ac_configure_extra_args=
17397 if $ac_cs_silent; then
17398 exec 6>/dev/null
17399 ac_configure_extra_args="$ac_configure_extra_args --silent"
17402 _ACEOF
17403 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17404 if \$ac_cs_recheck; then
17405 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17406 shift
17407 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17408 CONFIG_SHELL='$SHELL'
17409 export CONFIG_SHELL
17410 exec "\$@"
17413 _ACEOF
17414 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17415 exec 5>>config.log
17417 echo
17418 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17419 ## Running $as_me. ##
17420 _ASBOX
17421 $as_echo "$ac_log"
17422 } >&5
17424 _ACEOF
17425 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17427 # INIT-COMMANDS
17429 wine_fn_output_makefile ()
17431 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
17432 $ALL_MAKEFILE_DEPENDS
17433 _WINE_EOF
17434 as_fn_error $? "could not create Makefile" "$LINENO" 5
17437 _ACEOF
17439 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17441 # Handling of arguments.
17442 for ac_config_target in $ac_config_targets
17444 case $ac_config_target in
17445 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
17446 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
17447 "dlls/shell32/AUTHORS") CONFIG_LINKS="$CONFIG_LINKS dlls/shell32/AUTHORS:AUTHORS" ;;
17448 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
17449 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
17450 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
17451 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
17452 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
17453 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
17454 "tools/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS tools/l_intl.nls:tools/l_intl.nls" ;;
17455 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
17456 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
17457 "dlls/gdi32/dibdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/dibdrv" ;;
17458 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
17459 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
17460 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
17461 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
17462 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
17463 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
17464 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
17465 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
17466 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
17467 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
17468 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
17469 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
17470 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
17472 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17473 esac
17474 done
17477 # If the user did not use the arguments to specify the items to instantiate,
17478 # then the envvar interface is used. Set only those that are not.
17479 # We use the long form for the default assignment because of an extremely
17480 # bizarre bug on SunOS 4.1.3.
17481 if $ac_need_defaults; then
17482 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17483 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17484 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
17485 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17488 # Have a temporary directory for convenience. Make it in the build tree
17489 # simply because there is no reason against having it here, and in addition,
17490 # creating and moving files from /tmp can sometimes cause problems.
17491 # Hook for its removal unless debugging.
17492 # Note that there is a small window in which the directory will not be cleaned:
17493 # after its creation but before its name has been assigned to `$tmp'.
17494 $debug ||
17496 tmp= ac_tmp=
17497 trap 'exit_status=$?
17498 : "${ac_tmp:=$tmp}"
17499 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
17501 trap 'as_fn_exit 1' 1 2 13 15
17503 # Create a (secure) tmp directory for tmp files.
17506 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17507 test -d "$tmp"
17508 } ||
17510 tmp=./conf$$-$RANDOM
17511 (umask 077 && mkdir "$tmp")
17512 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
17513 ac_tmp=$tmp
17515 # Set up the scripts for CONFIG_FILES section.
17516 # No need to generate them if there are no CONFIG_FILES.
17517 # This happens for instance with `./config.status config.h'.
17518 if test -n "$CONFIG_FILES"; then
17520 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
17521 ac_cs_awk_getline=:
17522 ac_cs_awk_pipe_init=
17523 ac_cs_awk_read_file='
17524 while ((getline aline < (F[key])) > 0)
17525 print(aline)
17526 close(F[key])'
17527 ac_cs_awk_pipe_fini=
17528 else
17529 ac_cs_awk_getline=false
17530 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
17531 ac_cs_awk_read_file='
17532 print "|#_!!_#|"
17533 print "cat " F[key] " &&"
17534 '$ac_cs_awk_pipe_init
17535 # The final `:' finishes the AND list.
17536 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
17538 ac_cr=`echo X | tr X '\015'`
17539 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17540 # But we know of no other shell where ac_cr would be empty at this
17541 # point, so we can use a bashism as a fallback.
17542 if test "x$ac_cr" = x; then
17543 eval ac_cr=\$\'\\r\'
17545 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17546 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17547 ac_cs_awk_cr='\\r'
17548 else
17549 ac_cs_awk_cr=$ac_cr
17552 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
17553 _ACEOF
17555 # Create commands to substitute file output variables.
17557 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
17558 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
17559 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
17560 echo "_ACAWK" &&
17561 echo "_ACEOF"
17562 } >conf$$files.sh &&
17563 . ./conf$$files.sh ||
17564 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17565 rm -f conf$$files.sh
17568 echo "cat >conf$$subs.awk <<_ACEOF" &&
17569 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17570 echo "_ACEOF"
17571 } >conf$$subs.sh ||
17572 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17573 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
17574 ac_delim='%!_!# '
17575 for ac_last_try in false false false false false :; do
17576 . ./conf$$subs.sh ||
17577 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17579 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17580 if test $ac_delim_n = $ac_delim_num; then
17581 break
17582 elif $ac_last_try; then
17583 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17584 else
17585 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17587 done
17588 rm -f conf$$subs.sh
17590 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17591 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
17592 _ACEOF
17593 sed -n '
17595 s/^/S["/; s/!.*/"]=/
17598 s/^[^!]*!//
17599 :repl
17600 t repl
17601 s/'"$ac_delim"'$//
17602 t delim
17605 s/\(.\{148\}\)..*/\1/
17606 t more1
17607 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17610 b repl
17611 :more1
17612 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17615 s/.\{148\}//
17616 t nl
17617 :delim
17619 s/\(.\{148\}\)..*/\1/
17620 t more2
17621 s/["\\]/\\&/g; s/^/"/; s/$/"/
17624 :more2
17625 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17628 s/.\{148\}//
17629 t delim
17630 ' <conf$$subs.awk | sed '
17631 /^[^""]/{
17633 s/\n//
17635 ' >>$CONFIG_STATUS || ac_write_fail=1
17636 rm -f conf$$subs.awk
17637 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17638 _ACAWK
17639 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
17640 for (key in S) S_is_set[key] = 1
17641 FS = "\a"
17642 \$ac_cs_awk_pipe_init
17645 line = $ 0
17646 nfields = split(line, field, "@")
17647 substed = 0
17648 len = length(field[1])
17649 for (i = 2; i < nfields; i++) {
17650 key = field[i]
17651 keylen = length(key)
17652 if (S_is_set[key]) {
17653 value = S[key]
17654 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17655 len += length(value) + length(field[++i])
17656 substed = 1
17657 } else
17658 len += 1 + keylen
17660 if (nfields == 3 && !substed) {
17661 key = field[2]
17662 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
17663 \$ac_cs_awk_read_file
17664 next
17667 print line
17669 \$ac_cs_awk_pipe_fini
17670 _ACAWK
17671 _ACEOF
17672 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17673 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17674 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17675 else
17677 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
17678 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
17679 _ACEOF
17681 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
17682 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
17683 # trailing colons and then remove the whole line if VPATH becomes empty
17684 # (actually we leave an empty line to preserve line numbers).
17685 if test "x$srcdir" = x.; then
17686 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
17688 s///
17689 s/^/:/
17690 s/[ ]*$/:/
17691 s/:\$(srcdir):/:/g
17692 s/:\${srcdir}:/:/g
17693 s/:@srcdir@:/:/g
17694 s/^:*//
17695 s/:*$//
17697 s/\(=[ ]*\).*/\1/
17699 s/\n//
17700 s/^[^=]*=[ ]*$//
17704 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17705 fi # test -n "$CONFIG_FILES"
17707 # Set up the scripts for CONFIG_HEADERS section.
17708 # No need to generate them if there are no CONFIG_HEADERS.
17709 # This happens for instance with `./config.status Makefile'.
17710 if test -n "$CONFIG_HEADERS"; then
17711 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
17712 BEGIN {
17713 _ACEOF
17715 # Transform confdefs.h into an awk script `defines.awk', embedded as
17716 # here-document in config.status, that substitutes the proper values into
17717 # config.h.in to produce config.h.
17719 # Create a delimiter string that does not exist in confdefs.h, to ease
17720 # handling of long lines.
17721 ac_delim='%!_!# '
17722 for ac_last_try in false false :; do
17723 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
17724 if test -z "$ac_tt"; then
17725 break
17726 elif $ac_last_try; then
17727 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
17728 else
17729 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17731 done
17733 # For the awk script, D is an array of macro values keyed by name,
17734 # likewise P contains macro parameters if any. Preserve backslash
17735 # newline sequences.
17737 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17738 sed -n '
17739 s/.\{148\}/&'"$ac_delim"'/g
17740 t rset
17741 :rset
17742 s/^[ ]*#[ ]*define[ ][ ]*/ /
17743 t def
17745 :def
17746 s/\\$//
17747 t bsnl
17748 s/["\\]/\\&/g
17749 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17750 D["\1"]=" \3"/p
17751 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17753 :bsnl
17754 s/["\\]/\\&/g
17755 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17756 D["\1"]=" \3\\\\\\n"\\/p
17757 t cont
17758 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17759 t cont
17761 :cont
17763 s/.\{148\}/&'"$ac_delim"'/g
17764 t clear
17765 :clear
17766 s/\\$//
17767 t bsnlc
17768 s/["\\]/\\&/g; s/^/"/; s/$/"/p
17770 :bsnlc
17771 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17772 b cont
17773 ' <confdefs.h | sed '
17774 s/'"$ac_delim"'/"\\\
17775 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17777 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17778 for (key in D) D_is_set[key] = 1
17779 FS = "\a"
17781 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17782 line = \$ 0
17783 split(line, arg, " ")
17784 if (arg[1] == "#") {
17785 defundef = arg[2]
17786 mac1 = arg[3]
17787 } else {
17788 defundef = substr(arg[1], 2)
17789 mac1 = arg[2]
17791 split(mac1, mac2, "(") #)
17792 macro = mac2[1]
17793 prefix = substr(line, 1, index(line, defundef) - 1)
17794 if (D_is_set[macro]) {
17795 # Preserve the white space surrounding the "#".
17796 print prefix "define", macro P[macro] D[macro]
17797 next
17798 } else {
17799 # Replace #undef with comments. This is necessary, for example,
17800 # in the case of _POSIX_SOURCE, which is predefined and required
17801 # on some systems where configure will not decide to define it.
17802 if (defundef == "undef") {
17803 print "/*", prefix defundef, macro, "*/"
17804 next
17808 { print }
17809 _ACAWK
17810 _ACEOF
17811 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17812 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
17813 fi # test -n "$CONFIG_HEADERS"
17816 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
17817 shift
17818 for ac_tag
17820 case $ac_tag in
17821 :[FHLC]) ac_mode=$ac_tag; continue;;
17822 esac
17823 case $ac_mode$ac_tag in
17824 :[FHL]*:*);;
17825 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
17826 :[FH]-) ac_tag=-:-;;
17827 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17828 esac
17829 ac_save_IFS=$IFS
17830 IFS=:
17831 set x $ac_tag
17832 IFS=$ac_save_IFS
17833 shift
17834 ac_file=$1
17835 shift
17837 case $ac_mode in
17838 :L) ac_source=$1;;
17839 :[FH])
17840 ac_file_inputs=
17841 for ac_f
17843 case $ac_f in
17844 -) ac_f="$ac_tmp/stdin";;
17845 *) # Look for the file first in the build tree, then in the source tree
17846 # (if the path is not absolute). The absolute path cannot be DOS-style,
17847 # because $ac_f cannot contain `:'.
17848 test -f "$ac_f" ||
17849 case $ac_f in
17850 [\\/$]*) false;;
17851 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17852 esac ||
17853 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17854 esac
17855 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17856 as_fn_append ac_file_inputs " '$ac_f'"
17857 done
17859 # Let's still pretend it is `configure' which instantiates (i.e., don't
17860 # use $as_me), people would be surprised to read:
17861 # /* config.h. Generated by config.status. */
17862 configure_input='Generated from '`
17863 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17864 `' by configure.'
17865 if test x"$ac_file" != x-; then
17866 configure_input="$ac_file. $configure_input"
17867 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17868 $as_echo "$as_me: creating $ac_file" >&6;}
17870 # Neutralize special characters interpreted by sed in replacement strings.
17871 case $configure_input in #(
17872 *\&* | *\|* | *\\* )
17873 ac_sed_conf_input=`$as_echo "$configure_input" |
17874 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17875 *) ac_sed_conf_input=$configure_input;;
17876 esac
17878 case $ac_tag in
17879 *:-:* | *:-) cat >"$ac_tmp/stdin" \
17880 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
17881 esac
17883 esac
17885 ac_dir=`$as_dirname -- "$ac_file" ||
17886 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17887 X"$ac_file" : 'X\(//\)[^/]' \| \
17888 X"$ac_file" : 'X\(//\)$' \| \
17889 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17890 $as_echo X"$ac_file" |
17891 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17892 s//\1/
17895 /^X\(\/\/\)[^/].*/{
17896 s//\1/
17899 /^X\(\/\/\)$/{
17900 s//\1/
17903 /^X\(\/\).*/{
17904 s//\1/
17907 s/.*/./; q'`
17908 as_dir="$ac_dir"; as_fn_mkdir_p
17909 ac_builddir=.
17911 case "$ac_dir" in
17912 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17914 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17915 # A ".." for each directory in $ac_dir_suffix.
17916 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17917 case $ac_top_builddir_sub in
17918 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17919 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17920 esac ;;
17921 esac
17922 ac_abs_top_builddir=$ac_pwd
17923 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17924 # for backward compatibility:
17925 ac_top_builddir=$ac_top_build_prefix
17927 case $srcdir in
17928 .) # We are building in place.
17929 ac_srcdir=.
17930 ac_top_srcdir=$ac_top_builddir_sub
17931 ac_abs_top_srcdir=$ac_pwd ;;
17932 [\\/]* | ?:[\\/]* ) # Absolute name.
17933 ac_srcdir=$srcdir$ac_dir_suffix;
17934 ac_top_srcdir=$srcdir
17935 ac_abs_top_srcdir=$srcdir ;;
17936 *) # Relative name.
17937 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17938 ac_top_srcdir=$ac_top_build_prefix$srcdir
17939 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17940 esac
17941 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17944 case $ac_mode in
17947 # CONFIG_FILE
17950 case $INSTALL in
17951 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17952 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17953 esac
17954 _ACEOF
17956 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17957 # If the template does not know about datarootdir, expand it.
17958 # FIXME: This hack should be removed a few years after 2.60.
17959 ac_datarootdir_hack=; ac_datarootdir_seen=
17960 ac_sed_dataroot='
17961 /datarootdir/ {
17965 /@datadir@/p
17966 /@docdir@/p
17967 /@infodir@/p
17968 /@localedir@/p
17969 /@mandir@/p'
17970 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17971 *datarootdir*) ac_datarootdir_seen=yes;;
17972 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17974 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17975 _ACEOF
17976 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17977 ac_datarootdir_hack='
17978 s&@datadir@&$datadir&g
17979 s&@docdir@&$docdir&g
17980 s&@infodir@&$infodir&g
17981 s&@localedir@&$localedir&g
17982 s&@mandir@&$mandir&g
17983 s&\\\${datarootdir}&$datarootdir&g' ;;
17984 esac
17985 _ACEOF
17987 # Neutralize VPATH when `$srcdir' = `.'.
17988 # Shell code in configure.ac might set extrasub.
17989 # FIXME: do we really want to maintain this feature?
17990 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17991 ac_sed_extra="$ac_vpsub
17992 $extrasub
17993 _ACEOF
17994 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17996 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17997 s|@configure_input@|$ac_sed_conf_input|;t t
17998 s&@top_builddir@&$ac_top_builddir_sub&;t t
17999 s&@top_build_prefix@&$ac_top_build_prefix&;t t
18000 s&@srcdir@&$ac_srcdir&;t t
18001 s&@abs_srcdir@&$ac_abs_srcdir&;t t
18002 s&@top_srcdir@&$ac_top_srcdir&;t t
18003 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
18004 s&@builddir@&$ac_builddir&;t t
18005 s&@abs_builddir@&$ac_abs_builddir&;t t
18006 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
18007 s&@INSTALL@&$ac_INSTALL&;t t
18008 $ac_datarootdir_hack
18010 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
18011 if $ac_cs_awk_getline; then
18012 $AWK -f "$ac_tmp/subs.awk"
18013 else
18014 $AWK -f "$ac_tmp/subs.awk" | $SHELL
18015 fi \
18016 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18018 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18019 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
18020 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18021 "$ac_tmp/out"`; test -z "$ac_out"; } &&
18022 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18023 which seems to be undefined. Please make sure it is defined" >&5
18024 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18025 which seems to be undefined. Please make sure it is defined" >&2;}
18027 rm -f "$ac_tmp/stdin"
18028 case $ac_file in
18029 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18030 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18031 esac \
18032 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18036 # CONFIG_HEADER
18038 if test x"$ac_file" != x-; then
18040 $as_echo "/* $configure_input */" \
18041 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18042 } >"$ac_tmp/config.h" \
18043 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18044 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18045 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18046 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18047 else
18048 rm -f "$ac_file"
18049 mv "$ac_tmp/config.h" "$ac_file" \
18050 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18052 else
18053 $as_echo "/* $configure_input */" \
18054 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18055 || as_fn_error $? "could not create -" "$LINENO" 5
18060 # CONFIG_LINK
18063 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
18065 else
18066 # Prefer the file from the source tree if names are identical.
18067 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
18068 ac_source=$srcdir/$ac_source
18071 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
18072 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
18074 if test ! -r "$ac_source"; then
18075 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
18077 rm -f "$ac_file"
18079 # Try a relative symlink, then a hard link, then a copy.
18080 case $ac_source in
18081 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
18082 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
18083 esac
18084 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
18085 ln "$ac_source" "$ac_file" 2>/dev/null ||
18086 cp -p "$ac_source" "$ac_file" ||
18087 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
18090 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18091 $as_echo "$as_me: executing $ac_file commands" >&6;}
18093 esac
18096 case $ac_file$ac_mode in
18097 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
18098 "dlls/gdi32/dibdrv":C) test -d "dlls/gdi32/dibdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/dibdrv" >&5
18099 $as_echo "$as_me: creating dlls/gdi32/dibdrv" >&6;}; as_dir="dlls/gdi32/dibdrv"; as_fn_mkdir_p; } ;;
18100 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
18101 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
18102 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
18103 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
18104 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
18105 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
18106 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
18107 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
18108 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
18109 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
18110 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
18111 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
18112 "Makefile":C) wine_fn_output_makefile Makefile ;;
18114 esac
18115 done # for ac_tag
18118 as_fn_exit 0
18119 _ACEOF
18120 ac_clean_files=$ac_clean_files_save
18122 test $ac_write_fail = 0 ||
18123 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18126 # configure is writing to config.log, and then calls config.status.
18127 # config.status does its own redirection, appending to config.log.
18128 # Unfortunately, on DOS this fails, as config.log is still kept open
18129 # by configure, so config.status won't be able to write to it; its
18130 # output is simply discarded. So we exec the FD to /dev/null,
18131 # effectively closing config.log, so it can be properly (re)opened and
18132 # appended to by config.status. When coming back to configure, we
18133 # need to make the FD available again.
18134 if test "$no_create" != yes; then
18135 ac_cs_success=:
18136 ac_config_status_args=
18137 test "$silent" = yes &&
18138 ac_config_status_args="$ac_config_status_args --quiet"
18139 exec 5>/dev/null
18140 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18141 exec 5>>config.log
18142 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18143 # would make configure fail if this is the last instruction.
18144 $ac_cs_success || as_fn_exit 1
18146 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18147 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18148 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18152 if test "$no_create" = "yes"
18153 then
18154 exit 0
18157 ac_save_IFS="$IFS"
18158 if test "x$wine_notices != "x; then
18159 echo >&6
18160 IFS="|"
18161 for msg in $wine_notices; do
18162 IFS="$ac_save_IFS"
18163 if test -n "$msg"; then
18164 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
18165 $as_echo "$as_me: $msg" >&6;}
18167 done
18169 IFS="|"
18170 for msg in $wine_warnings; do
18171 IFS="$ac_save_IFS"
18172 if test -n "$msg"; then
18173 echo >&2
18174 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
18175 $as_echo "$as_me: WARNING: $msg" >&2;}
18177 done
18178 IFS="$ac_save_IFS"
18180 echo "
18181 $as_me: Finished. Do '${ac_make}' to compile Wine.
18182 " >&6