d3d9: Windows 7 rejects invalid rectangles.
[wine/multimedia.git] / configure
blob1532d88ef851e327648b73e165494de5159d1321
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.40.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.40'
556 PACKAGE_STRING='Wine 1.1.40'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_PROGRAM_BIN_INSTALL_DIRS
600 ALL_PROGRAM_DIRS
601 ALL_TEST_BINARIES
602 ALL_TEST_DIRS
603 ALL_INSTALL_DIRS
604 ALL_IMPORT_LIBS
605 ALL_STATIC_LIBS
606 ALL_STATICLIB_DIRS
607 ALL_TOOL_DIRS
608 ALL_DLL_DIRS
609 ALL_TOP_DIRS
610 ALL_DIRS
611 ALL_WINETEST_DEPENDS
612 ALL_MAKEFILE_DEPENDS
613 ALL_SYMLINKS
614 ALL_MAKERULES
615 LDAPLIBS
616 LIBPOLL
617 LIBDL
618 EXTRA_BINARIES
619 MAIN_BINARY
620 SOCKETLIBS
621 CRTLIBS
622 TOOLSEXT
623 LDPATH
624 BUILTINFLAG
625 EXTRACFLAGS
626 LIBKSTAT
627 LIBMPG123
628 PNGINCL
629 FONTCONFIGINCL
630 CUPSINCL
631 AUDIOIOLIBS
632 ALSALIBS
633 ESDLIBS
634 ESDINCL
635 ESDCONFIG
636 ZLIB
637 FREETYPEINCL
638 FREETYPELIBS
639 ft_devel
640 LCMSLIBS
641 RESOLVLIBS
642 GPHOTO2INCL
643 GPHOTO2LIBS
644 gphoto2port_devel
645 gphoto2_devel
646 SANEINCL
647 sane_devel
648 GNUTLSINCL
649 HALINCL
650 XSLTINCL
651 XML2INCL
652 XML2LIBS
653 NASLIBS
654 X_EXTRA_LIBS
655 X_LIBS
656 X_PRE_LIBS
657 X_CFLAGS
658 XMKMF
659 LIBPTHREAD
660 CROSSTARGET
661 CROSSTEST
662 CROSSCC
663 CARBONLIB
664 LIBOPENAL
665 COREAUDIO
666 DISKARBITRATIONLIB
667 LDEXECFLAGS
668 IOKITLIB
669 COREFOUNDATIONLIB
670 SECURITYLIB
671 DLLWRAP
672 DLLTOOL
674 LDRPATH_LOCAL
675 LDRPATH_INSTALL
676 IMPLIBEXT
677 LIBEXT
678 LDDLLFLAGS
679 LDSHARED
680 DLLFLAGS
681 DLLEXT
683 OPENGL_LIBS
684 XLIB
685 PRELINK
686 ICOTOOL
687 RSVG
688 PKG_CONFIG
689 FONTFORGE
690 LINTFLAGS
691 LINT
692 INSTALL_DATA
693 INSTALL_SCRIPT
694 INSTALL_PROGRAM
695 LDCONFIG
696 EGREP
697 GREP
698 LN_S
699 STRIP
700 RANLIB
701 ARFLAGS
702 ac_ct_AR
704 BISON
705 FLEX
706 TOOLSDIR
707 WOW64_DISABLE
708 TARGETFLAGS
709 CPPBIN
710 ac_ct_CXX
711 CXXFLAGS
713 OBJEXT
714 EXEEXT
715 ac_ct_CC
716 CPPFLAGS
717 LDFLAGS
718 CFLAGS
720 SET_MAKE
721 host_os
722 host_vendor
723 host_cpu
724 host
725 build_os
726 build_vendor
727 build_cpu
728 build
729 MAINTAINER_MODE
730 target_alias
731 host_alias
732 build_alias
733 LIBS
734 ECHO_T
735 ECHO_N
736 ECHO_C
737 DEFS
738 mandir
739 localedir
740 libdir
741 psdir
742 pdfdir
743 dvidir
744 htmldir
745 infodir
746 docdir
747 oldincludedir
748 includedir
749 localstatedir
750 sharedstatedir
751 sysconfdir
752 datadir
753 datarootdir
754 libexecdir
755 sbindir
756 bindir
757 program_transform_name
758 prefix
759 exec_prefix
760 PACKAGE_URL
761 PACKAGE_BUGREPORT
762 PACKAGE_STRING
763 PACKAGE_VERSION
764 PACKAGE_TARNAME
765 PACKAGE_NAME
766 PATH_SEPARATOR
767 SHELL'
768 ac_subst_files='MAKE_RULES
769 MAKE_TEST_RULES
770 MAKE_DLL_RULES
771 MAKE_IMPLIB_RULES
772 MAKE_PROG_RULES'
773 ac_user_opts='
774 enable_option_checking
775 enable_win16
776 enable_win64
777 enable_tests
778 enable_maintainer_mode
779 with_alsa
780 with_audioio
781 with_capi
782 with_cms
783 with_coreaudio
784 with_cups
785 with_curses
786 with_esd
787 with_fontconfig
788 with_freetype
789 with_gphoto
790 with_glu
791 with_gnutls
792 with_gsm
793 with_hal
794 with_jack
795 with_jpeg
796 with_ldap
797 with_mpg123
798 with_nas
799 with_openal
800 with_opengl
801 with_openssl
802 with_oss
803 with_png
804 with_pthread
805 with_sane
806 with_v4l
807 with_xcomposite
808 with_xcursor
809 with_xinerama
810 with_xinput
811 with_xml
812 with_xrandr
813 with_xrender
814 with_xshape
815 with_xshm
816 with_xslt
817 with_xxf86vm
818 with_wine_tools
819 with_wine64
820 enable_largefile
821 with_x
823 ac_precious_vars='build_alias
824 host_alias
825 target_alias
827 CFLAGS
828 LDFLAGS
829 LIBS
830 CPPFLAGS
832 CXXFLAGS
835 XMKMF'
838 # Initialize some variables set by options.
839 ac_init_help=
840 ac_init_version=false
841 ac_unrecognized_opts=
842 ac_unrecognized_sep=
843 # The variables have the same names as the options, with
844 # dashes changed to underlines.
845 cache_file=/dev/null
846 exec_prefix=NONE
847 no_create=
848 no_recursion=
849 prefix=NONE
850 program_prefix=NONE
851 program_suffix=NONE
852 program_transform_name=s,x,x,
853 silent=
854 site=
855 srcdir=
856 verbose=
857 x_includes=NONE
858 x_libraries=NONE
860 # Installation directory options.
861 # These are left unexpanded so users can "make install exec_prefix=/foo"
862 # and all the variables that are supposed to be based on exec_prefix
863 # by default will actually change.
864 # Use braces instead of parens because sh, perl, etc. also accept them.
865 # (The list follows the same order as the GNU Coding Standards.)
866 bindir='${exec_prefix}/bin'
867 sbindir='${exec_prefix}/sbin'
868 libexecdir='${exec_prefix}/libexec'
869 datarootdir='${prefix}/share'
870 datadir='${datarootdir}'
871 sysconfdir='${prefix}/etc'
872 sharedstatedir='${prefix}/com'
873 localstatedir='${prefix}/var'
874 includedir='${prefix}/include'
875 oldincludedir='/usr/include'
876 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
877 infodir='${datarootdir}/info'
878 htmldir='${docdir}'
879 dvidir='${docdir}'
880 pdfdir='${docdir}'
881 psdir='${docdir}'
882 libdir='${exec_prefix}/lib'
883 localedir='${datarootdir}/locale'
884 mandir='${datarootdir}/man'
886 ac_prev=
887 ac_dashdash=
888 for ac_option
890 # If the previous option needs an argument, assign it.
891 if test -n "$ac_prev"; then
892 eval $ac_prev=\$ac_option
893 ac_prev=
894 continue
897 case $ac_option in
898 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899 *) ac_optarg=yes ;;
900 esac
902 # Accept the important Cygnus configure options, so we can diagnose typos.
904 case $ac_dashdash$ac_option in
906 ac_dashdash=yes ;;
908 -bindir | --bindir | --bindi | --bind | --bin | --bi)
909 ac_prev=bindir ;;
910 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
911 bindir=$ac_optarg ;;
913 -build | --build | --buil | --bui | --bu)
914 ac_prev=build_alias ;;
915 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
916 build_alias=$ac_optarg ;;
918 -cache-file | --cache-file | --cache-fil | --cache-fi \
919 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
920 ac_prev=cache_file ;;
921 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
922 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
923 cache_file=$ac_optarg ;;
925 --config-cache | -C)
926 cache_file=config.cache ;;
928 -datadir | --datadir | --datadi | --datad)
929 ac_prev=datadir ;;
930 -datadir=* | --datadir=* | --datadi=* | --datad=*)
931 datadir=$ac_optarg ;;
933 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
934 | --dataroo | --dataro | --datar)
935 ac_prev=datarootdir ;;
936 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
937 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
938 datarootdir=$ac_optarg ;;
940 -disable-* | --disable-*)
941 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
942 # Reject names that are not valid shell variable names.
943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944 as_fn_error "invalid feature name: $ac_useropt"
945 ac_useropt_orig=$ac_useropt
946 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947 case $ac_user_opts in
949 "enable_$ac_useropt"
950 "*) ;;
951 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
952 ac_unrecognized_sep=', ';;
953 esac
954 eval enable_$ac_useropt=no ;;
956 -docdir | --docdir | --docdi | --doc | --do)
957 ac_prev=docdir ;;
958 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
959 docdir=$ac_optarg ;;
961 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
962 ac_prev=dvidir ;;
963 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
964 dvidir=$ac_optarg ;;
966 -enable-* | --enable-*)
967 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
968 # Reject names that are not valid shell variable names.
969 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970 as_fn_error "invalid feature name: $ac_useropt"
971 ac_useropt_orig=$ac_useropt
972 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973 case $ac_user_opts in
975 "enable_$ac_useropt"
976 "*) ;;
977 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
978 ac_unrecognized_sep=', ';;
979 esac
980 eval enable_$ac_useropt=\$ac_optarg ;;
982 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
983 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
984 | --exec | --exe | --ex)
985 ac_prev=exec_prefix ;;
986 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
987 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
988 | --exec=* | --exe=* | --ex=*)
989 exec_prefix=$ac_optarg ;;
991 -gas | --gas | --ga | --g)
992 # Obsolete; use --with-gas.
993 with_gas=yes ;;
995 -help | --help | --hel | --he | -h)
996 ac_init_help=long ;;
997 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
998 ac_init_help=recursive ;;
999 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1000 ac_init_help=short ;;
1002 -host | --host | --hos | --ho)
1003 ac_prev=host_alias ;;
1004 -host=* | --host=* | --hos=* | --ho=*)
1005 host_alias=$ac_optarg ;;
1007 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1008 ac_prev=htmldir ;;
1009 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1010 | --ht=*)
1011 htmldir=$ac_optarg ;;
1013 -includedir | --includedir | --includedi | --included | --include \
1014 | --includ | --inclu | --incl | --inc)
1015 ac_prev=includedir ;;
1016 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1017 | --includ=* | --inclu=* | --incl=* | --inc=*)
1018 includedir=$ac_optarg ;;
1020 -infodir | --infodir | --infodi | --infod | --info | --inf)
1021 ac_prev=infodir ;;
1022 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1023 infodir=$ac_optarg ;;
1025 -libdir | --libdir | --libdi | --libd)
1026 ac_prev=libdir ;;
1027 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1028 libdir=$ac_optarg ;;
1030 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1031 | --libexe | --libex | --libe)
1032 ac_prev=libexecdir ;;
1033 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1034 | --libexe=* | --libex=* | --libe=*)
1035 libexecdir=$ac_optarg ;;
1037 -localedir | --localedir | --localedi | --localed | --locale)
1038 ac_prev=localedir ;;
1039 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1040 localedir=$ac_optarg ;;
1042 -localstatedir | --localstatedir | --localstatedi | --localstated \
1043 | --localstate | --localstat | --localsta | --localst | --locals)
1044 ac_prev=localstatedir ;;
1045 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1046 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1047 localstatedir=$ac_optarg ;;
1049 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1050 ac_prev=mandir ;;
1051 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1052 mandir=$ac_optarg ;;
1054 -nfp | --nfp | --nf)
1055 # Obsolete; use --without-fp.
1056 with_fp=no ;;
1058 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1059 | --no-cr | --no-c | -n)
1060 no_create=yes ;;
1062 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1063 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1064 no_recursion=yes ;;
1066 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1067 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1068 | --oldin | --oldi | --old | --ol | --o)
1069 ac_prev=oldincludedir ;;
1070 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1071 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1072 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1073 oldincludedir=$ac_optarg ;;
1075 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1076 ac_prev=prefix ;;
1077 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1078 prefix=$ac_optarg ;;
1080 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1081 | --program-pre | --program-pr | --program-p)
1082 ac_prev=program_prefix ;;
1083 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1084 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1085 program_prefix=$ac_optarg ;;
1087 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1088 | --program-suf | --program-su | --program-s)
1089 ac_prev=program_suffix ;;
1090 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1091 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1092 program_suffix=$ac_optarg ;;
1094 -program-transform-name | --program-transform-name \
1095 | --program-transform-nam | --program-transform-na \
1096 | --program-transform-n | --program-transform- \
1097 | --program-transform | --program-transfor \
1098 | --program-transfo | --program-transf \
1099 | --program-trans | --program-tran \
1100 | --progr-tra | --program-tr | --program-t)
1101 ac_prev=program_transform_name ;;
1102 -program-transform-name=* | --program-transform-name=* \
1103 | --program-transform-nam=* | --program-transform-na=* \
1104 | --program-transform-n=* | --program-transform-=* \
1105 | --program-transform=* | --program-transfor=* \
1106 | --program-transfo=* | --program-transf=* \
1107 | --program-trans=* | --program-tran=* \
1108 | --progr-tra=* | --program-tr=* | --program-t=*)
1109 program_transform_name=$ac_optarg ;;
1111 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1112 ac_prev=pdfdir ;;
1113 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1114 pdfdir=$ac_optarg ;;
1116 -psdir | --psdir | --psdi | --psd | --ps)
1117 ac_prev=psdir ;;
1118 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1119 psdir=$ac_optarg ;;
1121 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1122 | -silent | --silent | --silen | --sile | --sil)
1123 silent=yes ;;
1125 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1126 ac_prev=sbindir ;;
1127 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1128 | --sbi=* | --sb=*)
1129 sbindir=$ac_optarg ;;
1131 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1132 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1133 | --sharedst | --shareds | --shared | --share | --shar \
1134 | --sha | --sh)
1135 ac_prev=sharedstatedir ;;
1136 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1137 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1138 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1139 | --sha=* | --sh=*)
1140 sharedstatedir=$ac_optarg ;;
1142 -site | --site | --sit)
1143 ac_prev=site ;;
1144 -site=* | --site=* | --sit=*)
1145 site=$ac_optarg ;;
1147 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1148 ac_prev=srcdir ;;
1149 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1150 srcdir=$ac_optarg ;;
1152 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1153 | --syscon | --sysco | --sysc | --sys | --sy)
1154 ac_prev=sysconfdir ;;
1155 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1156 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1157 sysconfdir=$ac_optarg ;;
1159 -target | --target | --targe | --targ | --tar | --ta | --t)
1160 ac_prev=target_alias ;;
1161 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1162 target_alias=$ac_optarg ;;
1164 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1165 verbose=yes ;;
1167 -version | --version | --versio | --versi | --vers | -V)
1168 ac_init_version=: ;;
1170 -with-* | --with-*)
1171 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1172 # Reject names that are not valid shell variable names.
1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1174 as_fn_error "invalid package name: $ac_useropt"
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1179 "with_$ac_useropt"
1180 "*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
1183 esac
1184 eval with_$ac_useropt=\$ac_optarg ;;
1186 -without-* | --without-*)
1187 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1188 # Reject names that are not valid shell variable names.
1189 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1190 as_fn_error "invalid package name: $ac_useropt"
1191 ac_useropt_orig=$ac_useropt
1192 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1193 case $ac_user_opts in
1195 "with_$ac_useropt"
1196 "*) ;;
1197 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1198 ac_unrecognized_sep=', ';;
1199 esac
1200 eval with_$ac_useropt=no ;;
1202 --x)
1203 # Obsolete; use --with-x.
1204 with_x=yes ;;
1206 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1207 | --x-incl | --x-inc | --x-in | --x-i)
1208 ac_prev=x_includes ;;
1209 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1210 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1211 x_includes=$ac_optarg ;;
1213 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1214 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1215 ac_prev=x_libraries ;;
1216 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1217 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1218 x_libraries=$ac_optarg ;;
1220 -*) as_fn_error "unrecognized option: \`$ac_option'
1221 Try \`$0 --help' for more information."
1224 *=*)
1225 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1226 # Reject names that are not valid shell variable names.
1227 case $ac_envvar in #(
1228 '' | [0-9]* | *[!_$as_cr_alnum]* )
1229 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1230 esac
1231 eval $ac_envvar=\$ac_optarg
1232 export $ac_envvar ;;
1235 # FIXME: should be removed in autoconf 3.0.
1236 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1237 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1238 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1239 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1242 esac
1243 done
1245 if test -n "$ac_prev"; then
1246 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1247 as_fn_error "missing argument to $ac_option"
1250 if test -n "$ac_unrecognized_opts"; then
1251 case $enable_option_checking in
1252 no) ;;
1253 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1254 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1255 esac
1258 # Check all directory arguments for consistency.
1259 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1260 datadir sysconfdir sharedstatedir localstatedir includedir \
1261 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1262 libdir localedir mandir
1264 eval ac_val=\$$ac_var
1265 # Remove trailing slashes.
1266 case $ac_val in
1267 */ )
1268 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1269 eval $ac_var=\$ac_val;;
1270 esac
1271 # Be sure to have absolute directory names.
1272 case $ac_val in
1273 [\\/$]* | ?:[\\/]* ) continue;;
1274 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1275 esac
1276 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1277 done
1279 # There might be people who depend on the old broken behavior: `$host'
1280 # used to hold the argument of --host etc.
1281 # FIXME: To remove some day.
1282 build=$build_alias
1283 host=$host_alias
1284 target=$target_alias
1286 # FIXME: To remove some day.
1287 if test "x$host_alias" != x; then
1288 if test "x$build_alias" = x; then
1289 cross_compiling=maybe
1290 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1291 If a cross compiler is detected then cross compile mode will be used." >&2
1292 elif test "x$build_alias" != "x$host_alias"; then
1293 cross_compiling=yes
1297 ac_tool_prefix=
1298 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1300 test "$silent" = yes && exec 6>/dev/null
1303 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1304 ac_ls_di=`ls -di .` &&
1305 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1306 as_fn_error "working directory cannot be determined"
1307 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1308 as_fn_error "pwd does not report name of working directory"
1311 # Find the source files, if location was not specified.
1312 if test -z "$srcdir"; then
1313 ac_srcdir_defaulted=yes
1314 # Try the directory containing this script, then the parent directory.
1315 ac_confdir=`$as_dirname -- "$as_myself" ||
1316 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1317 X"$as_myself" : 'X\(//\)[^/]' \| \
1318 X"$as_myself" : 'X\(//\)$' \| \
1319 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1320 $as_echo X"$as_myself" |
1321 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1322 s//\1/
1325 /^X\(\/\/\)[^/].*/{
1326 s//\1/
1329 /^X\(\/\/\)$/{
1330 s//\1/
1333 /^X\(\/\).*/{
1334 s//\1/
1337 s/.*/./; q'`
1338 srcdir=$ac_confdir
1339 if test ! -r "$srcdir/$ac_unique_file"; then
1340 srcdir=..
1342 else
1343 ac_srcdir_defaulted=no
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1346 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1347 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1349 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1350 ac_abs_confdir=`(
1351 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1352 pwd)`
1353 # When building in place, set srcdir=.
1354 if test "$ac_abs_confdir" = "$ac_pwd"; then
1355 srcdir=.
1357 # Remove unnecessary trailing slashes from srcdir.
1358 # Double slashes in file names in object file debugging info
1359 # mess up M-x gdb in Emacs.
1360 case $srcdir in
1361 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1362 esac
1363 for ac_var in $ac_precious_vars; do
1364 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1365 eval ac_env_${ac_var}_value=\$${ac_var}
1366 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1367 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1368 done
1371 # Report the --help message.
1373 if test "$ac_init_help" = "long"; then
1374 # Omit some internal or obsolete options to make the list less imposing.
1375 # This message is too long to be a string in the A/UX 3.1 sh.
1376 cat <<_ACEOF
1377 \`configure' configures Wine 1.1.40 to adapt to many kinds of systems.
1379 Usage: $0 [OPTION]... [VAR=VALUE]...
1381 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1382 VAR=VALUE. See below for descriptions of some of the useful variables.
1384 Defaults for the options are specified in brackets.
1386 Configuration:
1387 -h, --help display this help and exit
1388 --help=short display options specific to this package
1389 --help=recursive display the short help of all the included packages
1390 -V, --version display version information and exit
1391 -q, --quiet, --silent do not print \`checking...' messages
1392 --cache-file=FILE cache test results in FILE [disabled]
1393 -C, --config-cache alias for \`--cache-file=config.cache'
1394 -n, --no-create do not create output files
1395 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1397 Installation directories:
1398 --prefix=PREFIX install architecture-independent files in PREFIX
1399 [$ac_default_prefix]
1400 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1401 [PREFIX]
1403 By default, \`make install' will install all the files in
1404 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1405 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1406 for instance \`--prefix=\$HOME'.
1408 For better control, use the options below.
1410 Fine tuning of the installation directories:
1411 --bindir=DIR user executables [EPREFIX/bin]
1412 --sbindir=DIR system admin executables [EPREFIX/sbin]
1413 --libexecdir=DIR program executables [EPREFIX/libexec]
1414 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1415 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1416 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1417 --libdir=DIR object code libraries [EPREFIX/lib]
1418 --includedir=DIR C header files [PREFIX/include]
1419 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1420 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1421 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1422 --infodir=DIR info documentation [DATAROOTDIR/info]
1423 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1424 --mandir=DIR man documentation [DATAROOTDIR/man]
1425 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1426 --htmldir=DIR html documentation [DOCDIR]
1427 --dvidir=DIR dvi documentation [DOCDIR]
1428 --pdfdir=DIR pdf documentation [DOCDIR]
1429 --psdir=DIR ps documentation [DOCDIR]
1430 _ACEOF
1432 cat <<\_ACEOF
1434 X features:
1435 --x-includes=DIR X include files are in DIR
1436 --x-libraries=DIR X library files are in DIR
1438 System types:
1439 --build=BUILD configure for building on BUILD [guessed]
1440 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1441 _ACEOF
1444 if test -n "$ac_init_help"; then
1445 case $ac_init_help in
1446 short | recursive ) echo "Configuration of Wine 1.1.40:";;
1447 esac
1448 cat <<\_ACEOF
1450 Optional Features:
1451 --disable-option-checking ignore unrecognized --enable/--with options
1452 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1453 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1454 --disable-win16 do not include Win16 support
1455 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1456 binaries)
1457 --disable-tests do not build the regression tests
1458 --enable-maintainer-mode
1459 enable maintainer-specific build rules
1460 --disable-largefile omit support for large files
1462 Optional Packages:
1463 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1464 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1465 --without-alsa do not use the Alsa sound support
1466 --without-audioio do not use the AudioIO sound support
1467 --without-capi do not use CAPI (ISDN support)
1468 --without-cms do not use CMS (color management support)
1469 --without-coreaudio do not use the CoreAudio sound support
1470 --without-cups do not use CUPS
1471 --without-curses do not use (n)curses
1472 --without-esd do not use the EsounD sound support
1473 --without-fontconfig do not use fontconfig
1474 --without-freetype do not use the FreeType library
1475 --without-gphoto do not use gphoto (Digital Camera support)
1476 --without-glu do not use the GLU library
1477 --without-gnutls do not use GnuTLS (schannel support)
1478 --without-gsm do not use libgsm (GSM 06.10 codec support)
1479 --without-hal do not use HAL (dynamic device support)
1480 --without-jack do not use the Jack sound support
1481 --without-jpeg do not use JPEG
1482 --without-ldap do not use LDAP
1483 --without-mpg123 do not use the mpg123 library
1484 --without-nas do not use the NAS sound support
1485 --without-openal do not use OpenAL
1486 --without-opengl do not use OpenGL
1487 --without-openssl do not use OpenSSL
1488 --without-oss do not use the OSS sound support
1489 --without-png do not use PNG
1490 --without-pthread do not use the pthread library
1491 --without-sane do not use SANE (scanner support)
1492 --without-v4l do not use v4l1 (v4l support)
1493 --without-xcomposite do not use the Xcomposite extension
1494 --without-xcursor do not use the Xcursor extension
1495 --without-xinerama do not use Xinerama (multi-monitor support)
1496 --without-xinput do not use the Xinput extension
1497 --without-xml do not use XML
1498 --without-xrandr do not use Xrandr (resolution changes)
1499 --without-xrender do not use the Xrender extension
1500 --without-xshape do not use the Xshape extension
1501 --without-xshm do not use XShm (shared memory extension)
1502 --without-xslt do not use XSLT
1503 --without-xxf86vm do not use XFree video mode extension
1504 --with-wine-tools=DIR use Wine tools from directory DIR
1505 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1506 --with-x use the X Window System
1508 Some influential environment variables:
1509 CC C compiler command
1510 CFLAGS C compiler flags
1511 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1512 nonstandard directory <lib dir>
1513 LIBS libraries to pass to the linker, e.g. -l<library>
1514 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1515 you have headers in a nonstandard directory <include dir>
1516 CXX C++ compiler command
1517 CXXFLAGS C++ compiler flags
1518 CPP C preprocessor
1519 XMKMF Path to xmkmf, Makefile generator for X Window System
1521 Use these variables to override the choices made by `configure' or to help
1522 it to find libraries and programs with nonstandard names/locations.
1524 Report bugs to <wine-devel@winehq.org>.
1525 Wine home page: <http://www.winehq.org>.
1526 _ACEOF
1527 ac_status=$?
1530 if test "$ac_init_help" = "recursive"; then
1531 # If there are subdirs, report their specific --help.
1532 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1533 test -d "$ac_dir" ||
1534 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1535 continue
1536 ac_builddir=.
1538 case "$ac_dir" in
1539 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1542 # A ".." for each directory in $ac_dir_suffix.
1543 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1544 case $ac_top_builddir_sub in
1545 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1546 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1547 esac ;;
1548 esac
1549 ac_abs_top_builddir=$ac_pwd
1550 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1551 # for backward compatibility:
1552 ac_top_builddir=$ac_top_build_prefix
1554 case $srcdir in
1555 .) # We are building in place.
1556 ac_srcdir=.
1557 ac_top_srcdir=$ac_top_builddir_sub
1558 ac_abs_top_srcdir=$ac_pwd ;;
1559 [\\/]* | ?:[\\/]* ) # Absolute name.
1560 ac_srcdir=$srcdir$ac_dir_suffix;
1561 ac_top_srcdir=$srcdir
1562 ac_abs_top_srcdir=$srcdir ;;
1563 *) # Relative name.
1564 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1565 ac_top_srcdir=$ac_top_build_prefix$srcdir
1566 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1567 esac
1568 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1570 cd "$ac_dir" || { ac_status=$?; continue; }
1571 # Check for guested configure.
1572 if test -f "$ac_srcdir/configure.gnu"; then
1573 echo &&
1574 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1575 elif test -f "$ac_srcdir/configure"; then
1576 echo &&
1577 $SHELL "$ac_srcdir/configure" --help=recursive
1578 else
1579 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1580 fi || ac_status=$?
1581 cd "$ac_pwd" || { ac_status=$?; break; }
1582 done
1585 test -n "$ac_init_help" && exit $ac_status
1586 if $ac_init_version; then
1587 cat <<\_ACEOF
1588 Wine configure 1.1.40
1589 generated by GNU Autoconf 2.65
1591 Copyright (C) 2009 Free Software Foundation, Inc.
1592 This configure script is free software; the Free Software Foundation
1593 gives unlimited permission to copy, distribute and modify it.
1594 _ACEOF
1595 exit
1598 ## ------------------------ ##
1599 ## Autoconf initialization. ##
1600 ## ------------------------ ##
1602 # ac_fn_c_try_compile LINENO
1603 # --------------------------
1604 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1605 ac_fn_c_try_compile ()
1607 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1608 rm -f conftest.$ac_objext
1609 if { { ac_try="$ac_compile"
1610 case "(($ac_try" in
1611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1612 *) ac_try_echo=$ac_try;;
1613 esac
1614 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1615 $as_echo "$ac_try_echo"; } >&5
1616 (eval "$ac_compile") 2>conftest.err
1617 ac_status=$?
1618 if test -s conftest.err; then
1619 grep -v '^ *+' conftest.err >conftest.er1
1620 cat conftest.er1 >&5
1621 mv -f conftest.er1 conftest.err
1623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1624 test $ac_status = 0; } && {
1625 test -z "$ac_c_werror_flag" ||
1626 test ! -s conftest.err
1627 } && test -s conftest.$ac_objext; then :
1628 ac_retval=0
1629 else
1630 $as_echo "$as_me: failed program was:" >&5
1631 sed 's/^/| /' conftest.$ac_ext >&5
1633 ac_retval=1
1635 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1636 as_fn_set_status $ac_retval
1638 } # ac_fn_c_try_compile
1640 # ac_fn_cxx_try_compile LINENO
1641 # ----------------------------
1642 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1643 ac_fn_cxx_try_compile ()
1645 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1646 rm -f conftest.$ac_objext
1647 if { { ac_try="$ac_compile"
1648 case "(($ac_try" in
1649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650 *) ac_try_echo=$ac_try;;
1651 esac
1652 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653 $as_echo "$ac_try_echo"; } >&5
1654 (eval "$ac_compile") 2>conftest.err
1655 ac_status=$?
1656 if test -s conftest.err; then
1657 grep -v '^ *+' conftest.err >conftest.er1
1658 cat conftest.er1 >&5
1659 mv -f conftest.er1 conftest.err
1661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1662 test $ac_status = 0; } && {
1663 test -z "$ac_cxx_werror_flag" ||
1664 test ! -s conftest.err
1665 } && test -s conftest.$ac_objext; then :
1666 ac_retval=0
1667 else
1668 $as_echo "$as_me: failed program was:" >&5
1669 sed 's/^/| /' conftest.$ac_ext >&5
1671 ac_retval=1
1673 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1674 as_fn_set_status $ac_retval
1676 } # ac_fn_cxx_try_compile
1678 # ac_fn_c_try_link LINENO
1679 # -----------------------
1680 # Try to link conftest.$ac_ext, and return whether this succeeded.
1681 ac_fn_c_try_link ()
1683 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1684 rm -f conftest.$ac_objext conftest$ac_exeext
1685 if { { ac_try="$ac_link"
1686 case "(($ac_try" in
1687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1688 *) ac_try_echo=$ac_try;;
1689 esac
1690 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1691 $as_echo "$ac_try_echo"; } >&5
1692 (eval "$ac_link") 2>conftest.err
1693 ac_status=$?
1694 if test -s conftest.err; then
1695 grep -v '^ *+' conftest.err >conftest.er1
1696 cat conftest.er1 >&5
1697 mv -f conftest.er1 conftest.err
1699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1700 test $ac_status = 0; } && {
1701 test -z "$ac_c_werror_flag" ||
1702 test ! -s conftest.err
1703 } && test -s conftest$ac_exeext && {
1704 test "$cross_compiling" = yes ||
1705 $as_test_x conftest$ac_exeext
1706 }; then :
1707 ac_retval=0
1708 else
1709 $as_echo "$as_me: failed program was:" >&5
1710 sed 's/^/| /' conftest.$ac_ext >&5
1712 ac_retval=1
1714 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1715 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1716 # interfere with the next link command; also delete a directory that is
1717 # left behind by Apple's compiler. We do this before executing the actions.
1718 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1719 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1720 as_fn_set_status $ac_retval
1722 } # ac_fn_c_try_link
1724 # ac_fn_c_try_cpp LINENO
1725 # ----------------------
1726 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1727 ac_fn_c_try_cpp ()
1729 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730 if { { ac_try="$ac_cpp conftest.$ac_ext"
1731 case "(($ac_try" in
1732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1733 *) ac_try_echo=$ac_try;;
1734 esac
1735 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1736 $as_echo "$ac_try_echo"; } >&5
1737 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1738 ac_status=$?
1739 if test -s conftest.err; then
1740 grep -v '^ *+' conftest.err >conftest.er1
1741 cat conftest.er1 >&5
1742 mv -f conftest.er1 conftest.err
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; } >/dev/null && {
1746 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1747 test ! -s conftest.err
1748 }; then :
1749 ac_retval=0
1750 else
1751 $as_echo "$as_me: failed program was:" >&5
1752 sed 's/^/| /' conftest.$ac_ext >&5
1754 ac_retval=1
1756 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1757 as_fn_set_status $ac_retval
1759 } # ac_fn_c_try_cpp
1761 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1762 # -------------------------------------------------------
1763 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1764 # the include files in INCLUDES and setting the cache variable VAR
1765 # accordingly.
1766 ac_fn_c_check_header_mongrel ()
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1771 $as_echo_n "checking for $2... " >&6; }
1772 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1773 $as_echo_n "(cached) " >&6
1775 eval ac_res=\$$3
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1777 $as_echo "$ac_res" >&6; }
1778 else
1779 # Is the header compilable?
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1781 $as_echo_n "checking $2 usability... " >&6; }
1782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1783 /* end confdefs.h. */
1785 #include <$2>
1786 _ACEOF
1787 if ac_fn_c_try_compile "$LINENO"; then :
1788 ac_header_compiler=yes
1789 else
1790 ac_header_compiler=no
1792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1794 $as_echo "$ac_header_compiler" >&6; }
1796 # Is the header present?
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1798 $as_echo_n "checking $2 presence... " >&6; }
1799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1800 /* end confdefs.h. */
1801 #include <$2>
1802 _ACEOF
1803 if ac_fn_c_try_cpp "$LINENO"; then :
1804 ac_header_preproc=yes
1805 else
1806 ac_header_preproc=no
1808 rm -f conftest.err conftest.$ac_ext
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1810 $as_echo "$ac_header_preproc" >&6; }
1812 # So? What about this header?
1813 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1814 yes:no: )
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1816 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1818 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1820 no:yes:* )
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1822 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1824 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1826 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1828 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1830 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1831 ( cat <<\_ASBOX
1832 ## ------------------------------------ ##
1833 ## Report this to wine-devel@winehq.org ##
1834 ## ------------------------------------ ##
1835 _ASBOX
1836 ) | sed "s/^/$as_me: WARNING: /" >&2
1838 esac
1839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1840 $as_echo_n "checking for $2... " >&6; }
1841 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1842 $as_echo_n "(cached) " >&6
1843 else
1844 eval "$3=\$ac_header_compiler"
1846 eval ac_res=\$$3
1847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1848 $as_echo "$ac_res" >&6; }
1850 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1852 } # ac_fn_c_check_header_mongrel
1854 # ac_fn_c_try_run LINENO
1855 # ----------------------
1856 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1857 # that executables *can* be run.
1858 ac_fn_c_try_run ()
1860 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1861 if { { ac_try="$ac_link"
1862 case "(($ac_try" in
1863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1864 *) ac_try_echo=$ac_try;;
1865 esac
1866 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1867 $as_echo "$ac_try_echo"; } >&5
1868 (eval "$ac_link") 2>&5
1869 ac_status=$?
1870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1871 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1872 { { case "(($ac_try" in
1873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1874 *) ac_try_echo=$ac_try;;
1875 esac
1876 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1877 $as_echo "$ac_try_echo"; } >&5
1878 (eval "$ac_try") 2>&5
1879 ac_status=$?
1880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1881 test $ac_status = 0; }; }; then :
1882 ac_retval=0
1883 else
1884 $as_echo "$as_me: program exited with status $ac_status" >&5
1885 $as_echo "$as_me: failed program was:" >&5
1886 sed 's/^/| /' conftest.$ac_ext >&5
1888 ac_retval=$ac_status
1890 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1891 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1892 as_fn_set_status $ac_retval
1894 } # ac_fn_c_try_run
1896 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1897 # -------------------------------------------------------
1898 # Tests whether HEADER exists and can be compiled using the include files in
1899 # INCLUDES, setting the cache variable VAR accordingly.
1900 ac_fn_c_check_header_compile ()
1902 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1904 $as_echo_n "checking for $2... " >&6; }
1905 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1906 $as_echo_n "(cached) " >&6
1907 else
1908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1909 /* end confdefs.h. */
1911 #include <$2>
1912 _ACEOF
1913 if ac_fn_c_try_compile "$LINENO"; then :
1914 eval "$3=yes"
1915 else
1916 eval "$3=no"
1918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1920 eval ac_res=\$$3
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1922 $as_echo "$ac_res" >&6; }
1923 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1925 } # ac_fn_c_check_header_compile
1927 # ac_fn_c_check_func LINENO FUNC VAR
1928 # ----------------------------------
1929 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1930 ac_fn_c_check_func ()
1932 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1934 $as_echo_n "checking for $2... " >&6; }
1935 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1936 $as_echo_n "(cached) " >&6
1937 else
1938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1939 /* end confdefs.h. */
1940 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1941 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1942 #define $2 innocuous_$2
1944 /* System header to define __stub macros and hopefully few prototypes,
1945 which can conflict with char $2 (); below.
1946 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1947 <limits.h> exists even on freestanding compilers. */
1949 #ifdef __STDC__
1950 # include <limits.h>
1951 #else
1952 # include <assert.h>
1953 #endif
1955 #undef $2
1957 /* Override any GCC internal prototype to avoid an error.
1958 Use char because int might match the return type of a GCC
1959 builtin and then its argument prototype would still apply. */
1960 #ifdef __cplusplus
1961 extern "C"
1962 #endif
1963 char $2 ();
1964 /* The GNU C library defines this for functions which it implements
1965 to always fail with ENOSYS. Some functions are actually named
1966 something starting with __ and the normal name is an alias. */
1967 #if defined __stub_$2 || defined __stub___$2
1968 choke me
1969 #endif
1972 main ()
1974 return $2 ();
1976 return 0;
1978 _ACEOF
1979 if ac_fn_c_try_link "$LINENO"; then :
1980 eval "$3=yes"
1981 else
1982 eval "$3=no"
1984 rm -f core conftest.err conftest.$ac_objext \
1985 conftest$ac_exeext conftest.$ac_ext
1987 eval ac_res=\$$3
1988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1989 $as_echo "$ac_res" >&6; }
1990 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1992 } # ac_fn_c_check_func
1994 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1995 # ----------------------------------------------------
1996 # Tries to find if the field MEMBER exists in type AGGR, after including
1997 # INCLUDES, setting cache variable VAR accordingly.
1998 ac_fn_c_check_member ()
2000 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2002 $as_echo_n "checking for $2.$3... " >&6; }
2003 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2004 $as_echo_n "(cached) " >&6
2005 else
2006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2007 /* end confdefs.h. */
2010 main ()
2012 static $2 ac_aggr;
2013 if (ac_aggr.$3)
2014 return 0;
2016 return 0;
2018 _ACEOF
2019 if ac_fn_c_try_compile "$LINENO"; then :
2020 eval "$4=yes"
2021 else
2022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2023 /* end confdefs.h. */
2026 main ()
2028 static $2 ac_aggr;
2029 if (sizeof ac_aggr.$3)
2030 return 0;
2032 return 0;
2034 _ACEOF
2035 if ac_fn_c_try_compile "$LINENO"; then :
2036 eval "$4=yes"
2037 else
2038 eval "$4=no"
2040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2044 eval ac_res=\$$4
2045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2046 $as_echo "$ac_res" >&6; }
2047 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2049 } # ac_fn_c_check_member
2051 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2052 # -------------------------------------------
2053 # Tests whether TYPE exists after having included INCLUDES, setting cache
2054 # variable VAR accordingly.
2055 ac_fn_c_check_type ()
2057 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2059 $as_echo_n "checking for $2... " >&6; }
2060 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2061 $as_echo_n "(cached) " >&6
2062 else
2063 eval "$3=no"
2064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2065 /* end confdefs.h. */
2068 main ()
2070 if (sizeof ($2))
2071 return 0;
2073 return 0;
2075 _ACEOF
2076 if ac_fn_c_try_compile "$LINENO"; then :
2077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2078 /* end confdefs.h. */
2081 main ()
2083 if (sizeof (($2)))
2084 return 0;
2086 return 0;
2088 _ACEOF
2089 if ac_fn_c_try_compile "$LINENO"; then :
2091 else
2092 eval "$3=yes"
2094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2098 eval ac_res=\$$3
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2100 $as_echo "$ac_res" >&6; }
2101 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2103 } # ac_fn_c_check_type
2104 cat >config.log <<_ACEOF
2105 This file contains any messages produced by compilers while
2106 running configure, to aid debugging if configure makes a mistake.
2108 It was created by Wine $as_me 1.1.40, which was
2109 generated by GNU Autoconf 2.65. Invocation command line was
2111 $ $0 $@
2113 _ACEOF
2114 exec 5>>config.log
2116 cat <<_ASUNAME
2117 ## --------- ##
2118 ## Platform. ##
2119 ## --------- ##
2121 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2122 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2123 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2124 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2125 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2127 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2128 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2130 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2131 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2132 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2133 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2134 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2135 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2136 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2138 _ASUNAME
2140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2141 for as_dir in $PATH
2143 IFS=$as_save_IFS
2144 test -z "$as_dir" && as_dir=.
2145 $as_echo "PATH: $as_dir"
2146 done
2147 IFS=$as_save_IFS
2149 } >&5
2151 cat >&5 <<_ACEOF
2154 ## ----------- ##
2155 ## Core tests. ##
2156 ## ----------- ##
2158 _ACEOF
2161 # Keep a trace of the command line.
2162 # Strip out --no-create and --no-recursion so they do not pile up.
2163 # Strip out --silent because we don't want to record it for future runs.
2164 # Also quote any args containing shell meta-characters.
2165 # Make two passes to allow for proper duplicate-argument suppression.
2166 ac_configure_args=
2167 ac_configure_args0=
2168 ac_configure_args1=
2169 ac_must_keep_next=false
2170 for ac_pass in 1 2
2172 for ac_arg
2174 case $ac_arg in
2175 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2176 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2177 | -silent | --silent | --silen | --sile | --sil)
2178 continue ;;
2179 *\'*)
2180 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2181 esac
2182 case $ac_pass in
2183 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2185 as_fn_append ac_configure_args1 " '$ac_arg'"
2186 if test $ac_must_keep_next = true; then
2187 ac_must_keep_next=false # Got value, back to normal.
2188 else
2189 case $ac_arg in
2190 *=* | --config-cache | -C | -disable-* | --disable-* \
2191 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2192 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2193 | -with-* | --with-* | -without-* | --without-* | --x)
2194 case "$ac_configure_args0 " in
2195 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2196 esac
2198 -* ) ac_must_keep_next=true ;;
2199 esac
2201 as_fn_append ac_configure_args " '$ac_arg'"
2203 esac
2204 done
2205 done
2206 { ac_configure_args0=; unset ac_configure_args0;}
2207 { ac_configure_args1=; unset ac_configure_args1;}
2209 # When interrupted or exit'd, cleanup temporary files, and complete
2210 # config.log. We remove comments because anyway the quotes in there
2211 # would cause problems or look ugly.
2212 # WARNING: Use '\'' to represent an apostrophe within the trap.
2213 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2214 trap 'exit_status=$?
2215 # Save into config.log some information that might help in debugging.
2217 echo
2219 cat <<\_ASBOX
2220 ## ---------------- ##
2221 ## Cache variables. ##
2222 ## ---------------- ##
2223 _ASBOX
2224 echo
2225 # The following way of writing the cache mishandles newlines in values,
2227 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2228 eval ac_val=\$$ac_var
2229 case $ac_val in #(
2230 *${as_nl}*)
2231 case $ac_var in #(
2232 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2233 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2234 esac
2235 case $ac_var in #(
2236 _ | IFS | as_nl) ;; #(
2237 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2238 *) { eval $ac_var=; unset $ac_var;} ;;
2239 esac ;;
2240 esac
2241 done
2242 (set) 2>&1 |
2243 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2244 *${as_nl}ac_space=\ *)
2245 sed -n \
2246 "s/'\''/'\''\\\\'\'''\''/g;
2247 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2248 ;; #(
2250 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2252 esac |
2253 sort
2255 echo
2257 cat <<\_ASBOX
2258 ## ----------------- ##
2259 ## Output variables. ##
2260 ## ----------------- ##
2261 _ASBOX
2262 echo
2263 for ac_var in $ac_subst_vars
2265 eval ac_val=\$$ac_var
2266 case $ac_val in
2267 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2268 esac
2269 $as_echo "$ac_var='\''$ac_val'\''"
2270 done | sort
2271 echo
2273 if test -n "$ac_subst_files"; then
2274 cat <<\_ASBOX
2275 ## ------------------- ##
2276 ## File substitutions. ##
2277 ## ------------------- ##
2278 _ASBOX
2279 echo
2280 for ac_var in $ac_subst_files
2282 eval ac_val=\$$ac_var
2283 case $ac_val in
2284 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2285 esac
2286 $as_echo "$ac_var='\''$ac_val'\''"
2287 done | sort
2288 echo
2291 if test -s confdefs.h; then
2292 cat <<\_ASBOX
2293 ## ----------- ##
2294 ## confdefs.h. ##
2295 ## ----------- ##
2296 _ASBOX
2297 echo
2298 cat confdefs.h
2299 echo
2301 test "$ac_signal" != 0 &&
2302 $as_echo "$as_me: caught signal $ac_signal"
2303 $as_echo "$as_me: exit $exit_status"
2304 } >&5
2305 rm -f core *.core core.conftest.* &&
2306 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2307 exit $exit_status
2309 for ac_signal in 1 2 13 15; do
2310 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2311 done
2312 ac_signal=0
2314 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2315 rm -f -r conftest* confdefs.h
2317 $as_echo "/* confdefs.h */" > confdefs.h
2319 # Predefined preprocessor variables.
2321 cat >>confdefs.h <<_ACEOF
2322 #define PACKAGE_NAME "$PACKAGE_NAME"
2323 _ACEOF
2325 cat >>confdefs.h <<_ACEOF
2326 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2327 _ACEOF
2329 cat >>confdefs.h <<_ACEOF
2330 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2331 _ACEOF
2333 cat >>confdefs.h <<_ACEOF
2334 #define PACKAGE_STRING "$PACKAGE_STRING"
2335 _ACEOF
2337 cat >>confdefs.h <<_ACEOF
2338 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2339 _ACEOF
2341 cat >>confdefs.h <<_ACEOF
2342 #define PACKAGE_URL "$PACKAGE_URL"
2343 _ACEOF
2346 # Let the site file select an alternate cache file if it wants to.
2347 # Prefer an explicitly selected file to automatically selected ones.
2348 ac_site_file1=NONE
2349 ac_site_file2=NONE
2350 if test -n "$CONFIG_SITE"; then
2351 ac_site_file1=$CONFIG_SITE
2352 elif test "x$prefix" != xNONE; then
2353 ac_site_file1=$prefix/share/config.site
2354 ac_site_file2=$prefix/etc/config.site
2355 else
2356 ac_site_file1=$ac_default_prefix/share/config.site
2357 ac_site_file2=$ac_default_prefix/etc/config.site
2359 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2361 test "x$ac_site_file" = xNONE && continue
2362 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2363 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2364 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2365 sed 's/^/| /' "$ac_site_file" >&5
2366 . "$ac_site_file"
2368 done
2370 if test -r "$cache_file"; then
2371 # Some versions of bash will fail to source /dev/null (special files
2372 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2373 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2374 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2375 $as_echo "$as_me: loading cache $cache_file" >&6;}
2376 case $cache_file in
2377 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2378 *) . "./$cache_file";;
2379 esac
2381 else
2382 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2383 $as_echo "$as_me: creating cache $cache_file" >&6;}
2384 >$cache_file
2387 # Check that the precious variables saved in the cache have kept the same
2388 # value.
2389 ac_cache_corrupted=false
2390 for ac_var in $ac_precious_vars; do
2391 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2392 eval ac_new_set=\$ac_env_${ac_var}_set
2393 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2394 eval ac_new_val=\$ac_env_${ac_var}_value
2395 case $ac_old_set,$ac_new_set in
2396 set,)
2397 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2398 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2399 ac_cache_corrupted=: ;;
2400 ,set)
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2402 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2403 ac_cache_corrupted=: ;;
2404 ,);;
2406 if test "x$ac_old_val" != "x$ac_new_val"; then
2407 # differences in whitespace do not lead to failure.
2408 ac_old_val_w=`echo x $ac_old_val`
2409 ac_new_val_w=`echo x $ac_new_val`
2410 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2412 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2413 ac_cache_corrupted=:
2414 else
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2416 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2417 eval $ac_var=\$ac_old_val
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2420 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2422 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2423 fi;;
2424 esac
2425 # Pass precious variables to config.status.
2426 if test "$ac_new_set" = set; then
2427 case $ac_new_val in
2428 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2429 *) ac_arg=$ac_var=$ac_new_val ;;
2430 esac
2431 case " $ac_configure_args " in
2432 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2433 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2434 esac
2436 done
2437 if $ac_cache_corrupted; then
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2439 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2441 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2442 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2444 ## -------------------- ##
2445 ## Main body of script. ##
2446 ## -------------------- ##
2448 ac_ext=c
2449 ac_cpp='$CPP $CPPFLAGS'
2450 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2451 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2452 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2456 ac_config_headers="$ac_config_headers include/config.h"
2458 ac_aux_dir=
2459 for ac_dir in tools "$srcdir"/tools; do
2460 for ac_t in install-sh install.sh shtool; do
2461 if test -f "$ac_dir/$ac_t"; then
2462 ac_aux_dir=$ac_dir
2463 ac_install_sh="$ac_aux_dir/$ac_t -c"
2464 break 2
2466 done
2467 done
2468 if test -z "$ac_aux_dir"; then
2469 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2472 # These three variables are undocumented and unsupported,
2473 # and are intended to be withdrawn in a future Autoconf release.
2474 # They can cause serious problems if a builder's source tree is in a directory
2475 # whose full name contains unusual characters.
2476 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2477 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2478 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2484 # Check whether --enable-win16 was given.
2485 if test "${enable_win16+set}" = set; then :
2486 enableval=$enable_win16;
2489 # Check whether --enable-win64 was given.
2490 if test "${enable_win64+set}" = set; then :
2491 enableval=$enable_win64;
2494 # Check whether --enable-tests was given.
2495 if test "${enable_tests+set}" = set; then :
2496 enableval=$enable_tests;
2499 # Check whether --enable-maintainer-mode was given.
2500 if test "${enable_maintainer_mode+set}" = set; then :
2501 enableval=$enable_maintainer_mode;
2502 else
2503 MAINTAINER_MODE=\#
2509 # Check whether --with-alsa was given.
2510 if test "${with_alsa+set}" = set; then :
2511 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2515 # Check whether --with-audioio was given.
2516 if test "${with_audioio+set}" = set; then :
2517 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2521 # Check whether --with-capi was given.
2522 if test "${with_capi+set}" = set; then :
2523 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2527 # Check whether --with-cms was given.
2528 if test "${with_cms+set}" = set; then :
2529 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2533 # Check whether --with-coreaudio was given.
2534 if test "${with_coreaudio+set}" = set; then :
2535 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2539 # Check whether --with-cups was given.
2540 if test "${with_cups+set}" = set; then :
2541 withval=$with_cups;
2545 # Check whether --with-curses was given.
2546 if test "${with_curses+set}" = set; then :
2547 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2551 # Check whether --with-esd was given.
2552 if test "${with_esd+set}" = set; then :
2553 withval=$with_esd;
2557 # Check whether --with-fontconfig was given.
2558 if test "${with_fontconfig+set}" = set; then :
2559 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2563 # Check whether --with-freetype was given.
2564 if test "${with_freetype+set}" = set; then :
2565 withval=$with_freetype;
2569 # Check whether --with-gphoto was given.
2570 if test "${with_gphoto+set}" = set; then :
2571 withval=$with_gphoto;
2575 # Check whether --with-glu was given.
2576 if test "${with_glu+set}" = set; then :
2577 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2581 # Check whether --with-gnutls was given.
2582 if test "${with_gnutls+set}" = set; then :
2583 withval=$with_gnutls;
2587 # Check whether --with-gsm was given.
2588 if test "${with_gsm+set}" = set; then :
2589 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2593 # Check whether --with-hal was given.
2594 if test "${with_hal+set}" = set; then :
2595 withval=$with_hal;
2599 # Check whether --with-jack was given.
2600 if test "${with_jack+set}" = set; then :
2601 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2605 # Check whether --with-jpeg was given.
2606 if test "${with_jpeg+set}" = set; then :
2607 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2611 # Check whether --with-ldap was given.
2612 if test "${with_ldap+set}" = set; then :
2613 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2617 # Check whether --with-mpg123 was given.
2618 if test "${with_mpg123+set}" = set; then :
2619 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2623 # Check whether --with-nas was given.
2624 if test "${with_nas+set}" = set; then :
2625 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2629 # Check whether --with-openal was given.
2630 if test "${with_openal+set}" = set; then :
2631 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2635 # Check whether --with-opengl was given.
2636 if test "${with_opengl+set}" = set; then :
2637 withval=$with_opengl;
2641 # Check whether --with-openssl was given.
2642 if test "${with_openssl+set}" = set; then :
2643 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2647 # Check whether --with-oss was given.
2648 if test "${with_oss+set}" = set; then :
2649 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2653 # Check whether --with-png was given.
2654 if test "${with_png+set}" = set; then :
2655 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2659 # Check whether --with-pthread was given.
2660 if test "${with_pthread+set}" = set; then :
2661 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2665 # Check whether --with-sane was given.
2666 if test "${with_sane+set}" = set; then :
2667 withval=$with_sane;
2671 # Check whether --with-v4l was given.
2672 if test "${with_v4l+set}" = set; then :
2673 withval=$with_v4l;
2677 # Check whether --with-xcomposite was given.
2678 if test "${with_xcomposite+set}" = set; then :
2679 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2683 # Check whether --with-xcursor was given.
2684 if test "${with_xcursor+set}" = set; then :
2685 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2689 # Check whether --with-xinerama was given.
2690 if test "${with_xinerama+set}" = set; then :
2691 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2695 # Check whether --with-xinput was given.
2696 if test "${with_xinput+set}" = set; then :
2697 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2701 # Check whether --with-xml was given.
2702 if test "${with_xml+set}" = set; then :
2703 withval=$with_xml;
2707 # Check whether --with-xrandr was given.
2708 if test "${with_xrandr+set}" = set; then :
2709 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2713 # Check whether --with-xrender was given.
2714 if test "${with_xrender+set}" = set; then :
2715 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2719 # Check whether --with-xshape was given.
2720 if test "${with_xshape+set}" = set; then :
2721 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2725 # Check whether --with-xshm was given.
2726 if test "${with_xshm+set}" = set; then :
2727 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2731 # Check whether --with-xslt was given.
2732 if test "${with_xslt+set}" = set; then :
2733 withval=$with_xslt;
2737 # Check whether --with-xxf86vm was given.
2738 if test "${with_xxf86vm+set}" = set; then :
2739 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
2744 # Check whether --with-wine-tools was given.
2745 if test "${with_wine_tools+set}" = set; then :
2746 withval=$with_wine_tools;
2750 # Check whether --with-wine64 was given.
2751 if test "${with_wine64+set}" = set; then :
2752 withval=$with_wine64;
2756 # Make sure we can run config.sub.
2757 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2758 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2761 $as_echo_n "checking build system type... " >&6; }
2762 if test "${ac_cv_build+set}" = set; then :
2763 $as_echo_n "(cached) " >&6
2764 else
2765 ac_build_alias=$build_alias
2766 test "x$ac_build_alias" = x &&
2767 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2768 test "x$ac_build_alias" = x &&
2769 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2770 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2771 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2775 $as_echo "$ac_cv_build" >&6; }
2776 case $ac_cv_build in
2777 *-*-*) ;;
2778 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2779 esac
2780 build=$ac_cv_build
2781 ac_save_IFS=$IFS; IFS='-'
2782 set x $ac_cv_build
2783 shift
2784 build_cpu=$1
2785 build_vendor=$2
2786 shift; shift
2787 # Remember, the first character of IFS is used to create $*,
2788 # except with old shells:
2789 build_os=$*
2790 IFS=$ac_save_IFS
2791 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2795 $as_echo_n "checking host system type... " >&6; }
2796 if test "${ac_cv_host+set}" = set; then :
2797 $as_echo_n "(cached) " >&6
2798 else
2799 if test "x$host_alias" = x; then
2800 ac_cv_host=$ac_cv_build
2801 else
2802 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2803 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2808 $as_echo "$ac_cv_host" >&6; }
2809 case $ac_cv_host in
2810 *-*-*) ;;
2811 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2812 esac
2813 host=$ac_cv_host
2814 ac_save_IFS=$IFS; IFS='-'
2815 set x $ac_cv_host
2816 shift
2817 host_cpu=$1
2818 host_vendor=$2
2819 shift; shift
2820 # Remember, the first character of IFS is used to create $*,
2821 # except with old shells:
2822 host_os=$*
2823 IFS=$ac_save_IFS
2824 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2828 case "$srcdir" in
2829 .) ;;
2830 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2831 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2832 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2833 fi ;;
2834 esac
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2838 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2839 set x ${MAKE-make}
2840 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2841 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2842 $as_echo_n "(cached) " >&6
2843 else
2844 cat >conftest.make <<\_ACEOF
2845 SHELL = /bin/sh
2846 all:
2847 @echo '@@@%%%=$(MAKE)=@@@%%%'
2848 _ACEOF
2849 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2850 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2851 *@@@%%%=?*=@@@%%%*)
2852 eval ac_cv_prog_make_${ac_make}_set=yes;;
2854 eval ac_cv_prog_make_${ac_make}_set=no;;
2855 esac
2856 rm -f conftest.make
2858 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2860 $as_echo "yes" >&6; }
2861 SET_MAKE=
2862 else
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2864 $as_echo "no" >&6; }
2865 SET_MAKE="MAKE=${MAKE-make}"
2868 ac_ext=c
2869 ac_cpp='$CPP $CPPFLAGS'
2870 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2871 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2872 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2873 if test -n "$ac_tool_prefix"; then
2874 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2875 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2877 $as_echo_n "checking for $ac_word... " >&6; }
2878 if test "${ac_cv_prog_CC+set}" = set; then :
2879 $as_echo_n "(cached) " >&6
2880 else
2881 if test -n "$CC"; then
2882 ac_cv_prog_CC="$CC" # Let the user override the test.
2883 else
2884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2885 for as_dir in $PATH
2887 IFS=$as_save_IFS
2888 test -z "$as_dir" && as_dir=.
2889 for ac_exec_ext in '' $ac_executable_extensions; do
2890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2891 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2893 break 2
2895 done
2896 done
2897 IFS=$as_save_IFS
2901 CC=$ac_cv_prog_CC
2902 if test -n "$CC"; then
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2904 $as_echo "$CC" >&6; }
2905 else
2906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907 $as_echo "no" >&6; }
2912 if test -z "$ac_cv_prog_CC"; then
2913 ac_ct_CC=$CC
2914 # Extract the first word of "gcc", so it can be a program name with args.
2915 set dummy gcc; ac_word=$2
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2917 $as_echo_n "checking for $ac_word... " >&6; }
2918 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2919 $as_echo_n "(cached) " >&6
2920 else
2921 if test -n "$ac_ct_CC"; then
2922 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2923 else
2924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2925 for as_dir in $PATH
2927 IFS=$as_save_IFS
2928 test -z "$as_dir" && as_dir=.
2929 for ac_exec_ext in '' $ac_executable_extensions; do
2930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2931 ac_cv_prog_ac_ct_CC="gcc"
2932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2933 break 2
2935 done
2936 done
2937 IFS=$as_save_IFS
2941 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2942 if test -n "$ac_ct_CC"; then
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2944 $as_echo "$ac_ct_CC" >&6; }
2945 else
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947 $as_echo "no" >&6; }
2950 if test "x$ac_ct_CC" = x; then
2951 CC=""
2952 else
2953 case $cross_compiling:$ac_tool_warned in
2954 yes:)
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2957 ac_tool_warned=yes ;;
2958 esac
2959 CC=$ac_ct_CC
2961 else
2962 CC="$ac_cv_prog_CC"
2965 if test -z "$CC"; then
2966 if test -n "$ac_tool_prefix"; then
2967 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2968 set dummy ${ac_tool_prefix}cc; ac_word=$2
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2970 $as_echo_n "checking for $ac_word... " >&6; }
2971 if test "${ac_cv_prog_CC+set}" = set; then :
2972 $as_echo_n "(cached) " >&6
2973 else
2974 if test -n "$CC"; then
2975 ac_cv_prog_CC="$CC" # Let the user override the test.
2976 else
2977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978 for as_dir in $PATH
2980 IFS=$as_save_IFS
2981 test -z "$as_dir" && as_dir=.
2982 for ac_exec_ext in '' $ac_executable_extensions; do
2983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2984 ac_cv_prog_CC="${ac_tool_prefix}cc"
2985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2986 break 2
2988 done
2989 done
2990 IFS=$as_save_IFS
2994 CC=$ac_cv_prog_CC
2995 if test -n "$CC"; then
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2997 $as_echo "$CC" >&6; }
2998 else
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000 $as_echo "no" >&6; }
3006 if test -z "$CC"; then
3007 # Extract the first word of "cc", so it can be a program name with args.
3008 set dummy cc; ac_word=$2
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3010 $as_echo_n "checking for $ac_word... " >&6; }
3011 if test "${ac_cv_prog_CC+set}" = set; then :
3012 $as_echo_n "(cached) " >&6
3013 else
3014 if test -n "$CC"; then
3015 ac_cv_prog_CC="$CC" # Let the user override the test.
3016 else
3017 ac_prog_rejected=no
3018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3019 for as_dir in $PATH
3021 IFS=$as_save_IFS
3022 test -z "$as_dir" && as_dir=.
3023 for ac_exec_ext in '' $ac_executable_extensions; do
3024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3025 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3026 ac_prog_rejected=yes
3027 continue
3029 ac_cv_prog_CC="cc"
3030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3031 break 2
3033 done
3034 done
3035 IFS=$as_save_IFS
3037 if test $ac_prog_rejected = yes; then
3038 # We found a bogon in the path, so make sure we never use it.
3039 set dummy $ac_cv_prog_CC
3040 shift
3041 if test $# != 0; then
3042 # We chose a different compiler from the bogus one.
3043 # However, it has the same basename, so the bogon will be chosen
3044 # first if we set CC to just the basename; use the full file name.
3045 shift
3046 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3051 CC=$ac_cv_prog_CC
3052 if test -n "$CC"; then
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3054 $as_echo "$CC" >&6; }
3055 else
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3057 $as_echo "no" >&6; }
3062 if test -z "$CC"; then
3063 if test -n "$ac_tool_prefix"; then
3064 for ac_prog in cl.exe
3066 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3067 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3069 $as_echo_n "checking for $ac_word... " >&6; }
3070 if test "${ac_cv_prog_CC+set}" = set; then :
3071 $as_echo_n "(cached) " >&6
3072 else
3073 if test -n "$CC"; then
3074 ac_cv_prog_CC="$CC" # Let the user override the test.
3075 else
3076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3077 for as_dir in $PATH
3079 IFS=$as_save_IFS
3080 test -z "$as_dir" && as_dir=.
3081 for ac_exec_ext in '' $ac_executable_extensions; do
3082 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3083 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3085 break 2
3087 done
3088 done
3089 IFS=$as_save_IFS
3093 CC=$ac_cv_prog_CC
3094 if test -n "$CC"; then
3095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3096 $as_echo "$CC" >&6; }
3097 else
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099 $as_echo "no" >&6; }
3103 test -n "$CC" && break
3104 done
3106 if test -z "$CC"; then
3107 ac_ct_CC=$CC
3108 for ac_prog in cl.exe
3110 # Extract the first word of "$ac_prog", so it can be a program name with args.
3111 set dummy $ac_prog; ac_word=$2
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3113 $as_echo_n "checking for $ac_word... " >&6; }
3114 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3115 $as_echo_n "(cached) " >&6
3116 else
3117 if test -n "$ac_ct_CC"; then
3118 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3119 else
3120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3121 for as_dir in $PATH
3123 IFS=$as_save_IFS
3124 test -z "$as_dir" && as_dir=.
3125 for ac_exec_ext in '' $ac_executable_extensions; do
3126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3127 ac_cv_prog_ac_ct_CC="$ac_prog"
3128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3129 break 2
3131 done
3132 done
3133 IFS=$as_save_IFS
3137 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3138 if test -n "$ac_ct_CC"; then
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3140 $as_echo "$ac_ct_CC" >&6; }
3141 else
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3143 $as_echo "no" >&6; }
3147 test -n "$ac_ct_CC" && break
3148 done
3150 if test "x$ac_ct_CC" = x; then
3151 CC=""
3152 else
3153 case $cross_compiling:$ac_tool_warned in
3154 yes:)
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3156 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3157 ac_tool_warned=yes ;;
3158 esac
3159 CC=$ac_ct_CC
3166 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3167 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3168 as_fn_error "no acceptable C compiler found in \$PATH
3169 See \`config.log' for more details." "$LINENO" 5; }
3171 # Provide some information about the compiler.
3172 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3173 set X $ac_compile
3174 ac_compiler=$2
3175 for ac_option in --version -v -V -qversion; do
3176 { { ac_try="$ac_compiler $ac_option >&5"
3177 case "(($ac_try" in
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3184 ac_status=$?
3185 if test -s conftest.err; then
3186 sed '10a\
3187 ... rest of stderr output deleted ...
3188 10q' conftest.err >conftest.er1
3189 cat conftest.er1 >&5
3191 rm -f conftest.er1 conftest.err
3192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3193 test $ac_status = 0; }
3194 done
3196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3197 /* end confdefs.h. */
3200 main ()
3204 return 0;
3206 _ACEOF
3207 ac_clean_files_save=$ac_clean_files
3208 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3209 # Try to create an executable without -o first, disregard a.out.
3210 # It will help us diagnose broken compilers, and finding out an intuition
3211 # of exeext.
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3213 $as_echo_n "checking whether the C compiler works... " >&6; }
3214 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3216 # The possible output files:
3217 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3219 ac_rmfiles=
3220 for ac_file in $ac_files
3222 case $ac_file in
3223 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3224 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3225 esac
3226 done
3227 rm -f $ac_rmfiles
3229 if { { ac_try="$ac_link_default"
3230 case "(($ac_try" in
3231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3232 *) ac_try_echo=$ac_try;;
3233 esac
3234 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3235 $as_echo "$ac_try_echo"; } >&5
3236 (eval "$ac_link_default") 2>&5
3237 ac_status=$?
3238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3239 test $ac_status = 0; }; then :
3240 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3241 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3242 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3243 # so that the user can short-circuit this test for compilers unknown to
3244 # Autoconf.
3245 for ac_file in $ac_files ''
3247 test -f "$ac_file" || continue
3248 case $ac_file in
3249 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3251 [ab].out )
3252 # We found the default executable, but exeext='' is most
3253 # certainly right.
3254 break;;
3255 *.* )
3256 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3257 then :; else
3258 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3260 # We set ac_cv_exeext here because the later test for it is not
3261 # safe: cross compilers may not add the suffix if given an `-o'
3262 # argument, so we may need to know it at that point already.
3263 # Even if this section looks crufty: it has the advantage of
3264 # actually working.
3265 break;;
3267 break;;
3268 esac
3269 done
3270 test "$ac_cv_exeext" = no && ac_cv_exeext=
3272 else
3273 ac_file=''
3275 if test -z "$ac_file"; then :
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3277 $as_echo "no" >&6; }
3278 $as_echo "$as_me: failed program was:" >&5
3279 sed 's/^/| /' conftest.$ac_ext >&5
3281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3283 { as_fn_set_status 77
3284 as_fn_error "C compiler cannot create executables
3285 See \`config.log' for more details." "$LINENO" 5; }; }
3286 else
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3288 $as_echo "yes" >&6; }
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3291 $as_echo_n "checking for C compiler default output file name... " >&6; }
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3293 $as_echo "$ac_file" >&6; }
3294 ac_exeext=$ac_cv_exeext
3296 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3297 ac_clean_files=$ac_clean_files_save
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3299 $as_echo_n "checking for suffix of executables... " >&6; }
3300 if { { ac_try="$ac_link"
3301 case "(($ac_try" in
3302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3304 esac
3305 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306 $as_echo "$ac_try_echo"; } >&5
3307 (eval "$ac_link") 2>&5
3308 ac_status=$?
3309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310 test $ac_status = 0; }; then :
3311 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3312 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3313 # work properly (i.e., refer to `conftest.exe'), while it won't with
3314 # `rm'.
3315 for ac_file in conftest.exe conftest conftest.*; do
3316 test -f "$ac_file" || continue
3317 case $ac_file in
3318 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3319 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3320 break;;
3321 * ) break;;
3322 esac
3323 done
3324 else
3325 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3326 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3327 as_fn_error "cannot compute suffix of executables: cannot compile and link
3328 See \`config.log' for more details." "$LINENO" 5; }
3330 rm -f conftest conftest$ac_cv_exeext
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3332 $as_echo "$ac_cv_exeext" >&6; }
3334 rm -f conftest.$ac_ext
3335 EXEEXT=$ac_cv_exeext
3336 ac_exeext=$EXEEXT
3337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3338 /* end confdefs.h. */
3339 #include <stdio.h>
3341 main ()
3343 FILE *f = fopen ("conftest.out", "w");
3344 return ferror (f) || fclose (f) != 0;
3347 return 0;
3349 _ACEOF
3350 ac_clean_files="$ac_clean_files conftest.out"
3351 # Check that the compiler produces executables we can run. If not, either
3352 # the compiler is broken, or we cross compile.
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3354 $as_echo_n "checking whether we are cross compiling... " >&6; }
3355 if test "$cross_compiling" != yes; then
3356 { { ac_try="$ac_link"
3357 case "(($ac_try" in
3358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359 *) ac_try_echo=$ac_try;;
3360 esac
3361 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3362 $as_echo "$ac_try_echo"; } >&5
3363 (eval "$ac_link") 2>&5
3364 ac_status=$?
3365 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3366 test $ac_status = 0; }
3367 if { ac_try='./conftest$ac_cv_exeext'
3368 { { case "(($ac_try" in
3369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370 *) ac_try_echo=$ac_try;;
3371 esac
3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3373 $as_echo "$ac_try_echo"; } >&5
3374 (eval "$ac_try") 2>&5
3375 ac_status=$?
3376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3377 test $ac_status = 0; }; }; then
3378 cross_compiling=no
3379 else
3380 if test "$cross_compiling" = maybe; then
3381 cross_compiling=yes
3382 else
3383 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3384 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3385 as_fn_error "cannot run C compiled programs.
3386 If you meant to cross compile, use \`--host'.
3387 See \`config.log' for more details." "$LINENO" 5; }
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3392 $as_echo "$cross_compiling" >&6; }
3394 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3395 ac_clean_files=$ac_clean_files_save
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3397 $as_echo_n "checking for suffix of object files... " >&6; }
3398 if test "${ac_cv_objext+set}" = set; then :
3399 $as_echo_n "(cached) " >&6
3400 else
3401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3402 /* end confdefs.h. */
3405 main ()
3409 return 0;
3411 _ACEOF
3412 rm -f conftest.o conftest.obj
3413 if { { ac_try="$ac_compile"
3414 case "(($ac_try" in
3415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3416 *) ac_try_echo=$ac_try;;
3417 esac
3418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3419 $as_echo "$ac_try_echo"; } >&5
3420 (eval "$ac_compile") 2>&5
3421 ac_status=$?
3422 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3423 test $ac_status = 0; }; then :
3424 for ac_file in conftest.o conftest.obj conftest.*; do
3425 test -f "$ac_file" || continue;
3426 case $ac_file in
3427 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3428 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3429 break;;
3430 esac
3431 done
3432 else
3433 $as_echo "$as_me: failed program was:" >&5
3434 sed 's/^/| /' conftest.$ac_ext >&5
3436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3438 as_fn_error "cannot compute suffix of object files: cannot compile
3439 See \`config.log' for more details." "$LINENO" 5; }
3441 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3444 $as_echo "$ac_cv_objext" >&6; }
3445 OBJEXT=$ac_cv_objext
3446 ac_objext=$OBJEXT
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3448 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3449 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3450 $as_echo_n "(cached) " >&6
3451 else
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453 /* end confdefs.h. */
3456 main ()
3458 #ifndef __GNUC__
3459 choke me
3460 #endif
3463 return 0;
3465 _ACEOF
3466 if ac_fn_c_try_compile "$LINENO"; then :
3467 ac_compiler_gnu=yes
3468 else
3469 ac_compiler_gnu=no
3471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3472 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3476 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3477 if test $ac_compiler_gnu = yes; then
3478 GCC=yes
3479 else
3480 GCC=
3482 ac_test_CFLAGS=${CFLAGS+set}
3483 ac_save_CFLAGS=$CFLAGS
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3485 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3486 if test "${ac_cv_prog_cc_g+set}" = set; then :
3487 $as_echo_n "(cached) " >&6
3488 else
3489 ac_save_c_werror_flag=$ac_c_werror_flag
3490 ac_c_werror_flag=yes
3491 ac_cv_prog_cc_g=no
3492 CFLAGS="-g"
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494 /* end confdefs.h. */
3497 main ()
3501 return 0;
3503 _ACEOF
3504 if ac_fn_c_try_compile "$LINENO"; then :
3505 ac_cv_prog_cc_g=yes
3506 else
3507 CFLAGS=""
3508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509 /* end confdefs.h. */
3512 main ()
3516 return 0;
3518 _ACEOF
3519 if ac_fn_c_try_compile "$LINENO"; then :
3521 else
3522 ac_c_werror_flag=$ac_save_c_werror_flag
3523 CFLAGS="-g"
3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h. */
3528 main ()
3532 return 0;
3534 _ACEOF
3535 if ac_fn_c_try_compile "$LINENO"; then :
3536 ac_cv_prog_cc_g=yes
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 ac_c_werror_flag=$ac_save_c_werror_flag
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3546 $as_echo "$ac_cv_prog_cc_g" >&6; }
3547 if test "$ac_test_CFLAGS" = set; then
3548 CFLAGS=$ac_save_CFLAGS
3549 elif test $ac_cv_prog_cc_g = yes; then
3550 if test "$GCC" = yes; then
3551 CFLAGS="-g -O2"
3552 else
3553 CFLAGS="-g"
3555 else
3556 if test "$GCC" = yes; then
3557 CFLAGS="-O2"
3558 else
3559 CFLAGS=
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3563 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3564 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3565 $as_echo_n "(cached) " >&6
3566 else
3567 ac_cv_prog_cc_c89=no
3568 ac_save_CC=$CC
3569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3570 /* end confdefs.h. */
3571 #include <stdarg.h>
3572 #include <stdio.h>
3573 #include <sys/types.h>
3574 #include <sys/stat.h>
3575 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3576 struct buf { int x; };
3577 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3578 static char *e (p, i)
3579 char **p;
3580 int i;
3582 return p[i];
3584 static char *f (char * (*g) (char **, int), char **p, ...)
3586 char *s;
3587 va_list v;
3588 va_start (v,p);
3589 s = g (p, va_arg (v,int));
3590 va_end (v);
3591 return s;
3594 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3595 function prototypes and stuff, but not '\xHH' hex character constants.
3596 These don't provoke an error unfortunately, instead are silently treated
3597 as 'x'. The following induces an error, until -std is added to get
3598 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3599 array size at least. It's necessary to write '\x00'==0 to get something
3600 that's true only with -std. */
3601 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3603 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3604 inside strings and character constants. */
3605 #define FOO(x) 'x'
3606 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3608 int test (int i, double x);
3609 struct s1 {int (*f) (int a);};
3610 struct s2 {int (*f) (double a);};
3611 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3612 int argc;
3613 char **argv;
3615 main ()
3617 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3619 return 0;
3621 _ACEOF
3622 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3623 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3625 CC="$ac_save_CC $ac_arg"
3626 if ac_fn_c_try_compile "$LINENO"; then :
3627 ac_cv_prog_cc_c89=$ac_arg
3629 rm -f core conftest.err conftest.$ac_objext
3630 test "x$ac_cv_prog_cc_c89" != "xno" && break
3631 done
3632 rm -f conftest.$ac_ext
3633 CC=$ac_save_CC
3636 # AC_CACHE_VAL
3637 case "x$ac_cv_prog_cc_c89" in
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3640 $as_echo "none needed" >&6; } ;;
3641 xno)
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3643 $as_echo "unsupported" >&6; } ;;
3645 CC="$CC $ac_cv_prog_cc_c89"
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3647 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3648 esac
3649 if test "x$ac_cv_prog_cc_c89" != xno; then :
3653 ac_ext=c
3654 ac_cpp='$CPP $CPPFLAGS'
3655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3659 ac_ext=cpp
3660 ac_cpp='$CXXCPP $CPPFLAGS'
3661 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3662 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3663 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3664 if test -z "$CXX"; then
3665 if test -n "$CCC"; then
3666 CXX=$CCC
3667 else
3668 if test -n "$ac_tool_prefix"; then
3669 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3671 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3672 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3674 $as_echo_n "checking for $ac_word... " >&6; }
3675 if test "${ac_cv_prog_CXX+set}" = set; then :
3676 $as_echo_n "(cached) " >&6
3677 else
3678 if test -n "$CXX"; then
3679 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3680 else
3681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3682 for as_dir in $PATH
3684 IFS=$as_save_IFS
3685 test -z "$as_dir" && as_dir=.
3686 for ac_exec_ext in '' $ac_executable_extensions; do
3687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3688 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3690 break 2
3692 done
3693 done
3694 IFS=$as_save_IFS
3698 CXX=$ac_cv_prog_CXX
3699 if test -n "$CXX"; then
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3701 $as_echo "$CXX" >&6; }
3702 else
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3704 $as_echo "no" >&6; }
3708 test -n "$CXX" && break
3709 done
3711 if test -z "$CXX"; then
3712 ac_ct_CXX=$CXX
3713 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3715 # Extract the first word of "$ac_prog", so it can be a program name with args.
3716 set dummy $ac_prog; ac_word=$2
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3718 $as_echo_n "checking for $ac_word... " >&6; }
3719 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3720 $as_echo_n "(cached) " >&6
3721 else
3722 if test -n "$ac_ct_CXX"; then
3723 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3724 else
3725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3726 for as_dir in $PATH
3728 IFS=$as_save_IFS
3729 test -z "$as_dir" && as_dir=.
3730 for ac_exec_ext in '' $ac_executable_extensions; do
3731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3732 ac_cv_prog_ac_ct_CXX="$ac_prog"
3733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3734 break 2
3736 done
3737 done
3738 IFS=$as_save_IFS
3742 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3743 if test -n "$ac_ct_CXX"; then
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3745 $as_echo "$ac_ct_CXX" >&6; }
3746 else
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3748 $as_echo "no" >&6; }
3752 test -n "$ac_ct_CXX" && break
3753 done
3755 if test "x$ac_ct_CXX" = x; then
3756 CXX="g++"
3757 else
3758 case $cross_compiling:$ac_tool_warned in
3759 yes:)
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3761 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3762 ac_tool_warned=yes ;;
3763 esac
3764 CXX=$ac_ct_CXX
3770 # Provide some information about the compiler.
3771 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3772 set X $ac_compile
3773 ac_compiler=$2
3774 for ac_option in --version -v -V -qversion; do
3775 { { ac_try="$ac_compiler $ac_option >&5"
3776 case "(($ac_try" in
3777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3778 *) ac_try_echo=$ac_try;;
3779 esac
3780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3781 $as_echo "$ac_try_echo"; } >&5
3782 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3783 ac_status=$?
3784 if test -s conftest.err; then
3785 sed '10a\
3786 ... rest of stderr output deleted ...
3787 10q' conftest.err >conftest.er1
3788 cat conftest.er1 >&5
3790 rm -f conftest.er1 conftest.err
3791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3792 test $ac_status = 0; }
3793 done
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3796 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3797 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3798 $as_echo_n "(cached) " >&6
3799 else
3800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3801 /* end confdefs.h. */
3804 main ()
3806 #ifndef __GNUC__
3807 choke me
3808 #endif
3811 return 0;
3813 _ACEOF
3814 if ac_fn_cxx_try_compile "$LINENO"; then :
3815 ac_compiler_gnu=yes
3816 else
3817 ac_compiler_gnu=no
3819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3820 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3824 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3825 if test $ac_compiler_gnu = yes; then
3826 GXX=yes
3827 else
3828 GXX=
3830 ac_test_CXXFLAGS=${CXXFLAGS+set}
3831 ac_save_CXXFLAGS=$CXXFLAGS
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3833 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3834 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3835 $as_echo_n "(cached) " >&6
3836 else
3837 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3838 ac_cxx_werror_flag=yes
3839 ac_cv_prog_cxx_g=no
3840 CXXFLAGS="-g"
3841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3842 /* end confdefs.h. */
3845 main ()
3849 return 0;
3851 _ACEOF
3852 if ac_fn_cxx_try_compile "$LINENO"; then :
3853 ac_cv_prog_cxx_g=yes
3854 else
3855 CXXFLAGS=""
3856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3857 /* end confdefs.h. */
3860 main ()
3864 return 0;
3866 _ACEOF
3867 if ac_fn_cxx_try_compile "$LINENO"; then :
3869 else
3870 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3871 CXXFLAGS="-g"
3872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3873 /* end confdefs.h. */
3876 main ()
3880 return 0;
3882 _ACEOF
3883 if ac_fn_cxx_try_compile "$LINENO"; then :
3884 ac_cv_prog_cxx_g=yes
3886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3894 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3895 if test "$ac_test_CXXFLAGS" = set; then
3896 CXXFLAGS=$ac_save_CXXFLAGS
3897 elif test $ac_cv_prog_cxx_g = yes; then
3898 if test "$GXX" = yes; then
3899 CXXFLAGS="-g -O2"
3900 else
3901 CXXFLAGS="-g"
3903 else
3904 if test "$GXX" = yes; then
3905 CXXFLAGS="-O2"
3906 else
3907 CXXFLAGS=
3910 ac_ext=c
3911 ac_cpp='$CPP $CPPFLAGS'
3912 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3913 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3914 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3916 if test -n "$ac_tool_prefix"; then
3917 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3918 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3922 $as_echo_n "(cached) " >&6
3923 else
3924 if test -n "$CPPBIN"; then
3925 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3930 IFS=$as_save_IFS
3931 test -z "$as_dir" && as_dir=.
3932 for ac_exec_ext in '' $ac_executable_extensions; do
3933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 break 2
3938 done
3939 done
3940 IFS=$as_save_IFS
3944 CPPBIN=$ac_cv_prog_CPPBIN
3945 if test -n "$CPPBIN"; then
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3947 $as_echo "$CPPBIN" >&6; }
3948 else
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3955 if test -z "$ac_cv_prog_CPPBIN"; then
3956 ac_ct_CPPBIN=$CPPBIN
3957 # Extract the first word of "cpp", so it can be a program name with args.
3958 set dummy cpp; ac_word=$2
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960 $as_echo_n "checking for $ac_word... " >&6; }
3961 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3963 else
3964 if test -n "$ac_ct_CPPBIN"; then
3965 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3966 else
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH
3970 IFS=$as_save_IFS
3971 test -z "$as_dir" && as_dir=.
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974 ac_cv_prog_ac_ct_CPPBIN="cpp"
3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976 break 2
3978 done
3979 done
3980 IFS=$as_save_IFS
3984 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3985 if test -n "$ac_ct_CPPBIN"; then
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3987 $as_echo "$ac_ct_CPPBIN" >&6; }
3988 else
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3993 if test "x$ac_ct_CPPBIN" = x; then
3994 CPPBIN="cpp"
3995 else
3996 case $cross_compiling:$ac_tool_warned in
3997 yes:)
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4000 ac_tool_warned=yes ;;
4001 esac
4002 CPPBIN=$ac_ct_CPPBIN
4004 else
4005 CPPBIN="$ac_cv_prog_CPPBIN"
4009 cat >>confdefs.h <<_ACEOF
4010 #define EXEEXT "$ac_exeext"
4011 _ACEOF
4014 case $host in
4015 *-darwin*)
4016 if test "x$enable_win64" = "xyes"
4017 then
4018 CC="$CC -m64"
4019 CXX="$CXX -m64"
4020 LD="${LD:-ld} -arch x86_64"
4021 AS="${AS:-as} -arch x86_64"
4022 host_cpu="x86_64"
4023 notice_platform="64-bit "
4024 TARGETFLAGS="-m64"
4026 else
4027 CC="$CC -m32"
4028 CXX="$CXX -m32"
4029 LD="${LD:-ld} -arch i386"
4030 AS="${AS:-as} -arch i386"
4031 host_cpu="i386"
4032 notice_platform="32-bit "
4033 TARGETFLAGS="-m32"
4035 enable_win16=${enable_win16:-yes}
4038 x86_64*)
4039 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4040 then
4041 CC="$CC -m32"
4042 CXX="$CXX -m32"
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4044 $as_echo_n "checking whether $CC works... " >&6; }
4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4047 /* end confdefs.h. */
4050 main ()
4054 return 0;
4056 _ACEOF
4057 if ac_fn_c_try_link "$LINENO"; then :
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4059 $as_echo "yes" >&6; }
4060 else
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062 $as_echo "no" >&6; }
4063 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4065 rm -f core conftest.err conftest.$ac_objext \
4066 conftest$ac_exeext conftest.$ac_ext
4067 LD="${LD:-ld} -m elf_i386"
4068 AS="${AS:-as} --32"
4069 host_cpu="i386"
4070 notice_platform="32-bit "
4071 TARGETFLAGS="-m32"
4073 enable_win16=${enable_win16:-yes}
4074 else
4075 if test "x${GCC}" = "xyes"
4076 then
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4078 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4080 /* end confdefs.h. */
4081 #include <stdarg.h>
4083 main ()
4085 void func(__builtin_ms_va_list *args);
4087 return 0;
4089 _ACEOF
4090 if ac_fn_c_try_compile "$LINENO"; then :
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4092 $as_echo "yes" >&6; }
4093 else
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4095 $as_echo "no" >&6; }
4096 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4100 TARGETFLAGS="-m64"
4104 *-mingw32*|*-cygwin*)
4105 enable_win16=${enable_win16:-no}
4106 CFLAGS="$CFLAGS -D_WIN32"
4108 i[3456789]86*)
4109 enable_win16=${enable_win16:-yes}
4111 esac
4113 enable_win16=${enable_win16:-no}
4115 enable_winetest=${enable_winetest:-$enable_tests}
4117 if test -n "$with_wine64"
4118 then
4119 if test "x$enable_win64" = "xyes"
4120 then
4121 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4122 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4124 WOW64_DISABLE=\#
4126 enable_fonts=${enable_fonts:-no}
4127 enable_include=${enable_include:-no}
4128 enable_server=${enable_server:-no}
4129 enable_tools=${enable_tools:-no}
4130 enable_wineboot=${enable_wineboot:-no}
4131 enable_winedbg=${enable_winedbg:-no}
4132 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4136 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4137 if test "${wine_cv_toolsdir+set}" = set; then :
4138 $as_echo_n "(cached) " >&6
4139 else
4140 wine_cv_toolsdir="$with_wine_tools"
4141 if test -z "$with_wine_tools"; then
4142 if test "$cross_compiling" = "yes"; then
4143 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4144 elif test -n "$with_wine64"; then
4145 wine_cv_toolsdir="$with_wine64"
4148 if test -z "$wine_cv_toolsdir"; then
4149 wine_cv_toolsdir="\$(TOPOBJDIR)"
4150 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4151 case "$wine_cv_toolsdir" in
4152 /*) ;;
4153 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4154 esac
4155 else
4156 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4160 $as_echo "$wine_cv_toolsdir" >&6; }
4161 TOOLSDIR=$wine_cv_toolsdir
4163 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4164 then
4165 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4169 for ac_prog in flex
4171 # Extract the first word of "$ac_prog", so it can be a program name with args.
4172 set dummy $ac_prog; ac_word=$2
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4174 $as_echo_n "checking for $ac_word... " >&6; }
4175 if test "${ac_cv_prog_FLEX+set}" = set; then :
4176 $as_echo_n "(cached) " >&6
4177 else
4178 if test -n "$FLEX"; then
4179 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4180 else
4181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4182 for as_dir in $PATH
4184 IFS=$as_save_IFS
4185 test -z "$as_dir" && as_dir=.
4186 for ac_exec_ext in '' $ac_executable_extensions; do
4187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4188 ac_cv_prog_FLEX="$ac_prog"
4189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4190 break 2
4192 done
4193 done
4194 IFS=$as_save_IFS
4198 FLEX=$ac_cv_prog_FLEX
4199 if test -n "$FLEX"; then
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4201 $as_echo "$FLEX" >&6; }
4202 else
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4204 $as_echo "no" >&6; }
4208 test -n "$FLEX" && break
4209 done
4210 test -n "$FLEX" || FLEX="none"
4212 if test "$FLEX" = "none"
4213 then
4214 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4217 $as_echo_n "checking whether flex is recent enough... " >&6; }
4218 cat >conftest.l <<EOF
4219 %top{
4220 #include "prediluvian.h"
4224 if $FLEX -t conftest.l >/dev/null 2>&1
4225 then
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4227 $as_echo "yes" >&6; }
4228 else
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4230 $as_echo "no" >&6; }
4231 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4234 for ac_prog in bison
4236 # Extract the first word of "$ac_prog", so it can be a program name with args.
4237 set dummy $ac_prog; ac_word=$2
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4239 $as_echo_n "checking for $ac_word... " >&6; }
4240 if test "${ac_cv_prog_BISON+set}" = set; then :
4241 $as_echo_n "(cached) " >&6
4242 else
4243 if test -n "$BISON"; then
4244 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4245 else
4246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4247 for as_dir in $PATH
4249 IFS=$as_save_IFS
4250 test -z "$as_dir" && as_dir=.
4251 for ac_exec_ext in '' $ac_executable_extensions; do
4252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4253 ac_cv_prog_BISON="$ac_prog"
4254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4255 break 2
4257 done
4258 done
4259 IFS=$as_save_IFS
4263 BISON=$ac_cv_prog_BISON
4264 if test -n "$BISON"; then
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4266 $as_echo "$BISON" >&6; }
4267 else
4268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4269 $as_echo "no" >&6; }
4273 test -n "$BISON" && break
4274 done
4275 test -n "$BISON" || BISON="none"
4277 if test "$BISON" = "none"
4278 then
4279 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4282 if test -n "$ac_tool_prefix"; then
4283 for ac_prog in ar gar
4285 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4286 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4288 $as_echo_n "checking for $ac_word... " >&6; }
4289 if test "${ac_cv_prog_AR+set}" = set; then :
4290 $as_echo_n "(cached) " >&6
4291 else
4292 if test -n "$AR"; then
4293 ac_cv_prog_AR="$AR" # Let the user override the test.
4294 else
4295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4296 for as_dir in $PATH
4298 IFS=$as_save_IFS
4299 test -z "$as_dir" && as_dir=.
4300 for ac_exec_ext in '' $ac_executable_extensions; do
4301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4302 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4304 break 2
4306 done
4307 done
4308 IFS=$as_save_IFS
4312 AR=$ac_cv_prog_AR
4313 if test -n "$AR"; then
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4315 $as_echo "$AR" >&6; }
4316 else
4317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4318 $as_echo "no" >&6; }
4322 test -n "$AR" && break
4323 done
4325 if test -z "$AR"; then
4326 ac_ct_AR=$AR
4327 for ac_prog in ar gar
4329 # Extract the first word of "$ac_prog", so it can be a program name with args.
4330 set dummy $ac_prog; ac_word=$2
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4332 $as_echo_n "checking for $ac_word... " >&6; }
4333 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4334 $as_echo_n "(cached) " >&6
4335 else
4336 if test -n "$ac_ct_AR"; then
4337 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4338 else
4339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4340 for as_dir in $PATH
4342 IFS=$as_save_IFS
4343 test -z "$as_dir" && as_dir=.
4344 for ac_exec_ext in '' $ac_executable_extensions; do
4345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4346 ac_cv_prog_ac_ct_AR="$ac_prog"
4347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4348 break 2
4350 done
4351 done
4352 IFS=$as_save_IFS
4356 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4357 if test -n "$ac_ct_AR"; then
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4359 $as_echo "$ac_ct_AR" >&6; }
4360 else
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4362 $as_echo "no" >&6; }
4366 test -n "$ac_ct_AR" && break
4367 done
4369 if test "x$ac_ct_AR" = x; then
4370 AR="ar"
4371 else
4372 case $cross_compiling:$ac_tool_warned in
4373 yes:)
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4375 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4376 ac_tool_warned=yes ;;
4377 esac
4378 AR=$ac_ct_AR
4382 ARFLAGS=rc
4384 if test -n "$ac_tool_prefix"; then
4385 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4386 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4388 $as_echo_n "checking for $ac_word... " >&6; }
4389 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4390 $as_echo_n "(cached) " >&6
4391 else
4392 if test -n "$RANLIB"; then
4393 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4394 else
4395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4396 for as_dir in $PATH
4398 IFS=$as_save_IFS
4399 test -z "$as_dir" && as_dir=.
4400 for ac_exec_ext in '' $ac_executable_extensions; do
4401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4402 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4404 break 2
4406 done
4407 done
4408 IFS=$as_save_IFS
4412 RANLIB=$ac_cv_prog_RANLIB
4413 if test -n "$RANLIB"; then
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4415 $as_echo "$RANLIB" >&6; }
4416 else
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4418 $as_echo "no" >&6; }
4423 if test -z "$ac_cv_prog_RANLIB"; then
4424 ac_ct_RANLIB=$RANLIB
4425 # Extract the first word of "ranlib", so it can be a program name with args.
4426 set dummy ranlib; ac_word=$2
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4428 $as_echo_n "checking for $ac_word... " >&6; }
4429 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4430 $as_echo_n "(cached) " >&6
4431 else
4432 if test -n "$ac_ct_RANLIB"; then
4433 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4434 else
4435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4436 for as_dir in $PATH
4438 IFS=$as_save_IFS
4439 test -z "$as_dir" && as_dir=.
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4442 ac_cv_prog_ac_ct_RANLIB="ranlib"
4443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4444 break 2
4446 done
4447 done
4448 IFS=$as_save_IFS
4452 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4453 if test -n "$ac_ct_RANLIB"; then
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4455 $as_echo "$ac_ct_RANLIB" >&6; }
4456 else
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4458 $as_echo "no" >&6; }
4461 if test "x$ac_ct_RANLIB" = x; then
4462 RANLIB=":"
4463 else
4464 case $cross_compiling:$ac_tool_warned in
4465 yes:)
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4467 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4468 ac_tool_warned=yes ;;
4469 esac
4470 RANLIB=$ac_ct_RANLIB
4472 else
4473 RANLIB="$ac_cv_prog_RANLIB"
4476 if test -n "$ac_tool_prefix"; then
4477 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4478 set dummy ${ac_tool_prefix}strip; ac_word=$2
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4480 $as_echo_n "checking for $ac_word... " >&6; }
4481 if test "${ac_cv_prog_STRIP+set}" = set; then :
4482 $as_echo_n "(cached) " >&6
4483 else
4484 if test -n "$STRIP"; then
4485 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4486 else
4487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4488 for as_dir in $PATH
4490 IFS=$as_save_IFS
4491 test -z "$as_dir" && as_dir=.
4492 for ac_exec_ext in '' $ac_executable_extensions; do
4493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4494 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4496 break 2
4498 done
4499 done
4500 IFS=$as_save_IFS
4504 STRIP=$ac_cv_prog_STRIP
4505 if test -n "$STRIP"; then
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4507 $as_echo "$STRIP" >&6; }
4508 else
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4510 $as_echo "no" >&6; }
4515 if test -z "$ac_cv_prog_STRIP"; then
4516 ac_ct_STRIP=$STRIP
4517 # Extract the first word of "strip", so it can be a program name with args.
4518 set dummy strip; ac_word=$2
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4520 $as_echo_n "checking for $ac_word... " >&6; }
4521 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4522 $as_echo_n "(cached) " >&6
4523 else
4524 if test -n "$ac_ct_STRIP"; then
4525 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4526 else
4527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4528 for as_dir in $PATH
4530 IFS=$as_save_IFS
4531 test -z "$as_dir" && as_dir=.
4532 for ac_exec_ext in '' $ac_executable_extensions; do
4533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4534 ac_cv_prog_ac_ct_STRIP="strip"
4535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4536 break 2
4538 done
4539 done
4540 IFS=$as_save_IFS
4544 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4545 if test -n "$ac_ct_STRIP"; then
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4547 $as_echo "$ac_ct_STRIP" >&6; }
4548 else
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4550 $as_echo "no" >&6; }
4553 if test "x$ac_ct_STRIP" = x; then
4554 STRIP="strip"
4555 else
4556 case $cross_compiling:$ac_tool_warned in
4557 yes:)
4558 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4559 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4560 ac_tool_warned=yes ;;
4561 esac
4562 STRIP=$ac_ct_STRIP
4564 else
4565 STRIP="$ac_cv_prog_STRIP"
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4569 $as_echo_n "checking whether ln -s works... " >&6; }
4570 LN_S=$as_ln_s
4571 if test "$LN_S" = "ln -s"; then
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4573 $as_echo "yes" >&6; }
4574 else
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4576 $as_echo "no, using $LN_S" >&6; }
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4580 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4581 if test "${ac_cv_path_GREP+set}" = set; then :
4582 $as_echo_n "(cached) " >&6
4583 else
4584 if test -z "$GREP"; then
4585 ac_path_GREP_found=false
4586 # Loop through the user's path and test for each of PROGNAME-LIST
4587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4588 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4590 IFS=$as_save_IFS
4591 test -z "$as_dir" && as_dir=.
4592 for ac_prog in grep ggrep; do
4593 for ac_exec_ext in '' $ac_executable_extensions; do
4594 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4595 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4596 # Check for GNU ac_path_GREP and select it if it is found.
4597 # Check for GNU $ac_path_GREP
4598 case `"$ac_path_GREP" --version 2>&1` in
4599 *GNU*)
4600 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4602 ac_count=0
4603 $as_echo_n 0123456789 >"conftest.in"
4604 while :
4606 cat "conftest.in" "conftest.in" >"conftest.tmp"
4607 mv "conftest.tmp" "conftest.in"
4608 cp "conftest.in" "conftest.nl"
4609 $as_echo 'GREP' >> "conftest.nl"
4610 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4611 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4612 as_fn_arith $ac_count + 1 && ac_count=$as_val
4613 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4614 # Best one so far, save it but keep looking for a better one
4615 ac_cv_path_GREP="$ac_path_GREP"
4616 ac_path_GREP_max=$ac_count
4618 # 10*(2^10) chars as input seems more than enough
4619 test $ac_count -gt 10 && break
4620 done
4621 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4622 esac
4624 $ac_path_GREP_found && break 3
4625 done
4626 done
4627 done
4628 IFS=$as_save_IFS
4629 if test -z "$ac_cv_path_GREP"; then
4630 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4632 else
4633 ac_cv_path_GREP=$GREP
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4638 $as_echo "$ac_cv_path_GREP" >&6; }
4639 GREP="$ac_cv_path_GREP"
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4643 $as_echo_n "checking for egrep... " >&6; }
4644 if test "${ac_cv_path_EGREP+set}" = set; then :
4645 $as_echo_n "(cached) " >&6
4646 else
4647 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4648 then ac_cv_path_EGREP="$GREP -E"
4649 else
4650 if test -z "$EGREP"; then
4651 ac_path_EGREP_found=false
4652 # Loop through the user's path and test for each of PROGNAME-LIST
4653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4654 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4656 IFS=$as_save_IFS
4657 test -z "$as_dir" && as_dir=.
4658 for ac_prog in egrep; do
4659 for ac_exec_ext in '' $ac_executable_extensions; do
4660 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4661 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4662 # Check for GNU ac_path_EGREP and select it if it is found.
4663 # Check for GNU $ac_path_EGREP
4664 case `"$ac_path_EGREP" --version 2>&1` in
4665 *GNU*)
4666 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4668 ac_count=0
4669 $as_echo_n 0123456789 >"conftest.in"
4670 while :
4672 cat "conftest.in" "conftest.in" >"conftest.tmp"
4673 mv "conftest.tmp" "conftest.in"
4674 cp "conftest.in" "conftest.nl"
4675 $as_echo 'EGREP' >> "conftest.nl"
4676 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4677 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4678 as_fn_arith $ac_count + 1 && ac_count=$as_val
4679 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4680 # Best one so far, save it but keep looking for a better one
4681 ac_cv_path_EGREP="$ac_path_EGREP"
4682 ac_path_EGREP_max=$ac_count
4684 # 10*(2^10) chars as input seems more than enough
4685 test $ac_count -gt 10 && break
4686 done
4687 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4688 esac
4690 $ac_path_EGREP_found && break 3
4691 done
4692 done
4693 done
4694 IFS=$as_save_IFS
4695 if test -z "$ac_cv_path_EGREP"; then
4696 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4698 else
4699 ac_cv_path_EGREP=$EGREP
4704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4705 $as_echo "$ac_cv_path_EGREP" >&6; }
4706 EGREP="$ac_cv_path_EGREP"
4709 # Extract the first word of "ldconfig", so it can be a program name with args.
4710 set dummy ldconfig; ac_word=$2
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4712 $as_echo_n "checking for $ac_word... " >&6; }
4713 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4714 $as_echo_n "(cached) " >&6
4715 else
4716 case $LDCONFIG in
4717 [\\/]* | ?:[\\/]*)
4718 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4722 for as_dir in /sbin /usr/sbin $PATH
4724 IFS=$as_save_IFS
4725 test -z "$as_dir" && as_dir=.
4726 for ac_exec_ext in '' $ac_executable_extensions; do
4727 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4728 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4730 break 2
4732 done
4733 done
4734 IFS=$as_save_IFS
4736 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4738 esac
4740 LDCONFIG=$ac_cv_path_LDCONFIG
4741 if test -n "$LDCONFIG"; then
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4743 $as_echo "$LDCONFIG" >&6; }
4744 else
4745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4746 $as_echo "no" >&6; }
4750 # Find a good install program. We prefer a C program (faster),
4751 # so one script is as good as another. But avoid the broken or
4752 # incompatible versions:
4753 # SysV /etc/install, /usr/sbin/install
4754 # SunOS /usr/etc/install
4755 # IRIX /sbin/install
4756 # AIX /bin/install
4757 # AmigaOS /C/install, which installs bootblocks on floppy discs
4758 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4759 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4760 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4761 # OS/2's system install, which has a completely different semantic
4762 # ./install, which can be erroneously created by make from ./install.sh.
4763 # Reject install programs that cannot install multiple files.
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4765 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4766 if test -z "$INSTALL"; then
4767 if test "${ac_cv_path_install+set}" = set; then :
4768 $as_echo_n "(cached) " >&6
4769 else
4770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4771 for as_dir in $PATH
4773 IFS=$as_save_IFS
4774 test -z "$as_dir" && as_dir=.
4775 # Account for people who put trailing slashes in PATH elements.
4776 case $as_dir/ in #((
4777 ./ | .// | /[cC]/* | \
4778 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4779 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4780 /usr/ucb/* ) ;;
4782 # OSF1 and SCO ODT 3.0 have their own names for install.
4783 # Don't use installbsd from OSF since it installs stuff as root
4784 # by default.
4785 for ac_prog in ginstall scoinst install; do
4786 for ac_exec_ext in '' $ac_executable_extensions; do
4787 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4788 if test $ac_prog = install &&
4789 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4790 # AIX install. It has an incompatible calling convention.
4792 elif test $ac_prog = install &&
4793 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4794 # program-specific install script used by HP pwplus--don't use.
4796 else
4797 rm -rf conftest.one conftest.two conftest.dir
4798 echo one > conftest.one
4799 echo two > conftest.two
4800 mkdir conftest.dir
4801 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4802 test -s conftest.one && test -s conftest.two &&
4803 test -s conftest.dir/conftest.one &&
4804 test -s conftest.dir/conftest.two
4805 then
4806 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4807 break 3
4811 done
4812 done
4814 esac
4816 done
4817 IFS=$as_save_IFS
4819 rm -rf conftest.one conftest.two conftest.dir
4822 if test "${ac_cv_path_install+set}" = set; then
4823 INSTALL=$ac_cv_path_install
4824 else
4825 # As a last resort, use the slow shell script. Don't cache a
4826 # value for INSTALL within a source directory, because that will
4827 # break other packages using the cache if that directory is
4828 # removed, or if the value is a relative name.
4829 INSTALL=$ac_install_sh
4832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4833 $as_echo "$INSTALL" >&6; }
4835 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4836 # It thinks the first close brace ends the variable substitution.
4837 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4839 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4841 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4843 case "$INSTALL" in
4844 [\\/$]* | ?:[\\/]* ) ;;
4845 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4846 esac
4848 for ac_prog in lclint lint
4850 # Extract the first word of "$ac_prog", so it can be a program name with args.
4851 set dummy $ac_prog; ac_word=$2
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4853 $as_echo_n "checking for $ac_word... " >&6; }
4854 if test "${ac_cv_prog_LINT+set}" = set; then :
4855 $as_echo_n "(cached) " >&6
4856 else
4857 if test -n "$LINT"; then
4858 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4859 else
4860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4861 for as_dir in $PATH
4863 IFS=$as_save_IFS
4864 test -z "$as_dir" && as_dir=.
4865 for ac_exec_ext in '' $ac_executable_extensions; do
4866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4867 ac_cv_prog_LINT="$ac_prog"
4868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4869 break 2
4871 done
4872 done
4873 IFS=$as_save_IFS
4877 LINT=$ac_cv_prog_LINT
4878 if test -n "$LINT"; then
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4880 $as_echo "$LINT" >&6; }
4881 else
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4883 $as_echo "no" >&6; }
4887 test -n "$LINT" && break
4888 done
4890 if test "$LINT" = "lint"
4891 then
4892 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4897 for ac_prog in fontforge
4899 # Extract the first word of "$ac_prog", so it can be a program name with args.
4900 set dummy $ac_prog; ac_word=$2
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4902 $as_echo_n "checking for $ac_word... " >&6; }
4903 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4904 $as_echo_n "(cached) " >&6
4905 else
4906 if test -n "$FONTFORGE"; then
4907 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4908 else
4909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4910 for as_dir in $PATH
4912 IFS=$as_save_IFS
4913 test -z "$as_dir" && as_dir=.
4914 for ac_exec_ext in '' $ac_executable_extensions; do
4915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4916 ac_cv_prog_FONTFORGE="$ac_prog"
4917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4918 break 2
4920 done
4921 done
4922 IFS=$as_save_IFS
4926 FONTFORGE=$ac_cv_prog_FONTFORGE
4927 if test -n "$FONTFORGE"; then
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4929 $as_echo "$FONTFORGE" >&6; }
4930 else
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4932 $as_echo "no" >&6; }
4936 test -n "$FONTFORGE" && break
4937 done
4938 test -n "$FONTFORGE" || FONTFORGE="false"
4940 for ac_prog in pkg-config
4942 # Extract the first word of "$ac_prog", so it can be a program name with args.
4943 set dummy $ac_prog; ac_word=$2
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4945 $as_echo_n "checking for $ac_word... " >&6; }
4946 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4947 $as_echo_n "(cached) " >&6
4948 else
4949 if test -n "$PKG_CONFIG"; then
4950 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4951 else
4952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4953 for as_dir in $PATH
4955 IFS=$as_save_IFS
4956 test -z "$as_dir" && as_dir=.
4957 for ac_exec_ext in '' $ac_executable_extensions; do
4958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4959 ac_cv_prog_PKG_CONFIG="$ac_prog"
4960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4961 break 2
4963 done
4964 done
4965 IFS=$as_save_IFS
4969 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4970 if test -n "$PKG_CONFIG"; then
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4972 $as_echo "$PKG_CONFIG" >&6; }
4973 else
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4975 $as_echo "no" >&6; }
4979 test -n "$PKG_CONFIG" && break
4980 done
4981 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4983 for ac_prog in rsvg
4985 # Extract the first word of "$ac_prog", so it can be a program name with args.
4986 set dummy $ac_prog; ac_word=$2
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4988 $as_echo_n "checking for $ac_word... " >&6; }
4989 if test "${ac_cv_prog_RSVG+set}" = set; then :
4990 $as_echo_n "(cached) " >&6
4991 else
4992 if test -n "$RSVG"; then
4993 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4994 else
4995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4996 for as_dir in $PATH
4998 IFS=$as_save_IFS
4999 test -z "$as_dir" && as_dir=.
5000 for ac_exec_ext in '' $ac_executable_extensions; do
5001 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5002 ac_cv_prog_RSVG="$ac_prog"
5003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5004 break 2
5006 done
5007 done
5008 IFS=$as_save_IFS
5012 RSVG=$ac_cv_prog_RSVG
5013 if test -n "$RSVG"; then
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5015 $as_echo "$RSVG" >&6; }
5016 else
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5018 $as_echo "no" >&6; }
5022 test -n "$RSVG" && break
5023 done
5024 test -n "$RSVG" || RSVG="false"
5026 for ac_prog in icotool
5028 # Extract the first word of "$ac_prog", so it can be a program name with args.
5029 set dummy $ac_prog; ac_word=$2
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5031 $as_echo_n "checking for $ac_word... " >&6; }
5032 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5033 $as_echo_n "(cached) " >&6
5034 else
5035 if test -n "$ICOTOOL"; then
5036 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5037 else
5038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039 for as_dir in $PATH
5041 IFS=$as_save_IFS
5042 test -z "$as_dir" && as_dir=.
5043 for ac_exec_ext in '' $ac_executable_extensions; do
5044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5045 ac_cv_prog_ICOTOOL="$ac_prog"
5046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5047 break 2
5049 done
5050 done
5051 IFS=$as_save_IFS
5055 ICOTOOL=$ac_cv_prog_ICOTOOL
5056 if test -n "$ICOTOOL"; then
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5058 $as_echo "$ICOTOOL" >&6; }
5059 else
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5061 $as_echo "no" >&6; }
5065 test -n "$ICOTOOL" && break
5066 done
5067 test -n "$ICOTOOL" || ICOTOOL="false"
5070 if test "${enable_maintainer_mode+set}" = set
5071 then
5072 if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5073 if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5074 if test "$ICOTOOL" = "false"; then as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."; fi
5077 case $host_cpu in
5078 *i[3456789]86*)
5079 # Extract the first word of "prelink", so it can be a program name with args.
5080 set dummy prelink; ac_word=$2
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5082 $as_echo_n "checking for $ac_word... " >&6; }
5083 if test "${ac_cv_path_PRELINK+set}" = set; then :
5084 $as_echo_n "(cached) " >&6
5085 else
5086 case $PRELINK in
5087 [\\/]* | ?:[\\/]*)
5088 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092 for as_dir in /sbin /usr/sbin $PATH
5094 IFS=$as_save_IFS
5095 test -z "$as_dir" && as_dir=.
5096 for ac_exec_ext in '' $ac_executable_extensions; do
5097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5098 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5100 break 2
5102 done
5103 done
5104 IFS=$as_save_IFS
5106 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5108 esac
5110 PRELINK=$ac_cv_path_PRELINK
5111 if test -n "$PRELINK"; then
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5113 $as_echo "$PRELINK" >&6; }
5114 else
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5116 $as_echo "no" >&6; }
5121 esac
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5125 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5126 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5127 $as_echo_n "(cached) " >&6
5128 else
5129 ac_check_lib_save_LIBS=$LIBS
5130 LIBS="-li386 $LIBS"
5131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5132 /* end confdefs.h. */
5134 /* Override any GCC internal prototype to avoid an error.
5135 Use char because int might match the return type of a GCC
5136 builtin and then its argument prototype would still apply. */
5137 #ifdef __cplusplus
5138 extern "C"
5139 #endif
5140 char i386_set_ldt ();
5142 main ()
5144 return i386_set_ldt ();
5146 return 0;
5148 _ACEOF
5149 if ac_fn_c_try_link "$LINENO"; then :
5150 ac_cv_lib_i386_i386_set_ldt=yes
5151 else
5152 ac_cv_lib_i386_i386_set_ldt=no
5154 rm -f core conftest.err conftest.$ac_objext \
5155 conftest$ac_exeext conftest.$ac_ext
5156 LIBS=$ac_check_lib_save_LIBS
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5159 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5160 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5161 cat >>confdefs.h <<_ACEOF
5162 #define HAVE_LIBI386 1
5163 _ACEOF
5165 LIBS="-li386 $LIBS"
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5170 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5171 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5172 $as_echo_n "(cached) " >&6
5173 else
5174 ac_check_lib_save_LIBS=$LIBS
5175 LIBS="-lossaudio $LIBS"
5176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5177 /* end confdefs.h. */
5179 /* Override any GCC internal prototype to avoid an error.
5180 Use char because int might match the return type of a GCC
5181 builtin and then its argument prototype would still apply. */
5182 #ifdef __cplusplus
5183 extern "C"
5184 #endif
5185 char _oss_ioctl ();
5187 main ()
5189 return _oss_ioctl ();
5191 return 0;
5193 _ACEOF
5194 if ac_fn_c_try_link "$LINENO"; then :
5195 ac_cv_lib_ossaudio__oss_ioctl=yes
5196 else
5197 ac_cv_lib_ossaudio__oss_ioctl=no
5199 rm -f core conftest.err conftest.$ac_objext \
5200 conftest$ac_exeext conftest.$ac_ext
5201 LIBS=$ac_check_lib_save_LIBS
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5204 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5205 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5206 cat >>confdefs.h <<_ACEOF
5207 #define HAVE_LIBOSSAUDIO 1
5208 _ACEOF
5210 LIBS="-lossaudio $LIBS"
5215 XLIB=""
5217 OPENGL_LIBS=""
5221 # Check whether --enable-largefile was given.
5222 if test "${enable_largefile+set}" = set; then :
5223 enableval=$enable_largefile;
5226 if test "$enable_largefile" != no; then
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5229 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5230 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5231 $as_echo_n "(cached) " >&6
5232 else
5233 ac_cv_sys_largefile_CC=no
5234 if test "$GCC" != yes; then
5235 ac_save_CC=$CC
5236 while :; do
5237 # IRIX 6.2 and later do not support large files by default,
5238 # so use the C compiler's -n32 option if that helps.
5239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5240 /* end confdefs.h. */
5241 #include <sys/types.h>
5242 /* Check that off_t can represent 2**63 - 1 correctly.
5243 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5244 since some C++ compilers masquerading as C compilers
5245 incorrectly reject 9223372036854775807. */
5246 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5247 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5248 && LARGE_OFF_T % 2147483647 == 1)
5249 ? 1 : -1];
5251 main ()
5255 return 0;
5257 _ACEOF
5258 if ac_fn_c_try_compile "$LINENO"; then :
5259 break
5261 rm -f core conftest.err conftest.$ac_objext
5262 CC="$CC -n32"
5263 if ac_fn_c_try_compile "$LINENO"; then :
5264 ac_cv_sys_largefile_CC=' -n32'; break
5266 rm -f core conftest.err conftest.$ac_objext
5267 break
5268 done
5269 CC=$ac_save_CC
5270 rm -f conftest.$ac_ext
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5274 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5275 if test "$ac_cv_sys_largefile_CC" != no; then
5276 CC=$CC$ac_cv_sys_largefile_CC
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5280 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5281 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5282 $as_echo_n "(cached) " >&6
5283 else
5284 while :; do
5285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5286 /* end confdefs.h. */
5287 #include <sys/types.h>
5288 /* Check that off_t can represent 2**63 - 1 correctly.
5289 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5290 since some C++ compilers masquerading as C compilers
5291 incorrectly reject 9223372036854775807. */
5292 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5293 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5294 && LARGE_OFF_T % 2147483647 == 1)
5295 ? 1 : -1];
5297 main ()
5301 return 0;
5303 _ACEOF
5304 if ac_fn_c_try_compile "$LINENO"; then :
5305 ac_cv_sys_file_offset_bits=no; break
5307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5309 /* end confdefs.h. */
5310 #define _FILE_OFFSET_BITS 64
5311 #include <sys/types.h>
5312 /* Check that off_t can represent 2**63 - 1 correctly.
5313 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5314 since some C++ compilers masquerading as C compilers
5315 incorrectly reject 9223372036854775807. */
5316 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5317 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5318 && LARGE_OFF_T % 2147483647 == 1)
5319 ? 1 : -1];
5321 main ()
5325 return 0;
5327 _ACEOF
5328 if ac_fn_c_try_compile "$LINENO"; then :
5329 ac_cv_sys_file_offset_bits=64; break
5331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5332 ac_cv_sys_file_offset_bits=unknown
5333 break
5334 done
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5337 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5338 case $ac_cv_sys_file_offset_bits in #(
5339 no | unknown) ;;
5341 cat >>confdefs.h <<_ACEOF
5342 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5343 _ACEOF
5345 esac
5346 rm -rf conftest*
5347 if test $ac_cv_sys_file_offset_bits = unknown; then
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5349 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5350 if test "${ac_cv_sys_large_files+set}" = set; then :
5351 $as_echo_n "(cached) " >&6
5352 else
5353 while :; do
5354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5355 /* end confdefs.h. */
5356 #include <sys/types.h>
5357 /* Check that off_t can represent 2**63 - 1 correctly.
5358 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5359 since some C++ compilers masquerading as C compilers
5360 incorrectly reject 9223372036854775807. */
5361 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5362 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5363 && LARGE_OFF_T % 2147483647 == 1)
5364 ? 1 : -1];
5366 main ()
5370 return 0;
5372 _ACEOF
5373 if ac_fn_c_try_compile "$LINENO"; then :
5374 ac_cv_sys_large_files=no; break
5376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5378 /* end confdefs.h. */
5379 #define _LARGE_FILES 1
5380 #include <sys/types.h>
5381 /* Check that off_t can represent 2**63 - 1 correctly.
5382 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5383 since some C++ compilers masquerading as C compilers
5384 incorrectly reject 9223372036854775807. */
5385 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5386 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5387 && LARGE_OFF_T % 2147483647 == 1)
5388 ? 1 : -1];
5390 main ()
5394 return 0;
5396 _ACEOF
5397 if ac_fn_c_try_compile "$LINENO"; then :
5398 ac_cv_sys_large_files=1; break
5400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5401 ac_cv_sys_large_files=unknown
5402 break
5403 done
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5406 $as_echo "$ac_cv_sys_large_files" >&6; }
5407 case $ac_cv_sys_large_files in #(
5408 no | unknown) ;;
5410 cat >>confdefs.h <<_ACEOF
5411 #define _LARGE_FILES $ac_cv_sys_large_files
5412 _ACEOF
5414 esac
5415 rm -rf conftest*
5420 ac_ext=c
5421 ac_cpp='$CPP $CPPFLAGS'
5422 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5423 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5424 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5426 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5427 # On Suns, sometimes $CPP names a directory.
5428 if test -n "$CPP" && test -d "$CPP"; then
5429 CPP=
5431 if test -z "$CPP"; then
5432 if test "${ac_cv_prog_CPP+set}" = set; then :
5433 $as_echo_n "(cached) " >&6
5434 else
5435 # Double quotes because CPP needs to be expanded
5436 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5438 ac_preproc_ok=false
5439 for ac_c_preproc_warn_flag in '' yes
5441 # Use a header file that comes with gcc, so configuring glibc
5442 # with a fresh cross-compiler works.
5443 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5444 # <limits.h> exists even on freestanding compilers.
5445 # On the NeXT, cc -E runs the code through the compiler's parser,
5446 # not just through cpp. "Syntax error" is here to catch this case.
5447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5448 /* end confdefs.h. */
5449 #ifdef __STDC__
5450 # include <limits.h>
5451 #else
5452 # include <assert.h>
5453 #endif
5454 Syntax error
5455 _ACEOF
5456 if ac_fn_c_try_cpp "$LINENO"; then :
5458 else
5459 # Broken: fails on valid input.
5460 continue
5462 rm -f conftest.err conftest.$ac_ext
5464 # OK, works on sane cases. Now check whether nonexistent headers
5465 # can be detected and how.
5466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5467 /* end confdefs.h. */
5468 #include <ac_nonexistent.h>
5469 _ACEOF
5470 if ac_fn_c_try_cpp "$LINENO"; then :
5471 # Broken: success on invalid input.
5472 continue
5473 else
5474 # Passes both tests.
5475 ac_preproc_ok=:
5476 break
5478 rm -f conftest.err conftest.$ac_ext
5480 done
5481 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5482 rm -f conftest.err conftest.$ac_ext
5483 if $ac_preproc_ok; then :
5484 break
5487 done
5488 ac_cv_prog_CPP=$CPP
5491 CPP=$ac_cv_prog_CPP
5492 else
5493 ac_cv_prog_CPP=$CPP
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5496 $as_echo "$CPP" >&6; }
5497 ac_preproc_ok=false
5498 for ac_c_preproc_warn_flag in '' yes
5500 # Use a header file that comes with gcc, so configuring glibc
5501 # with a fresh cross-compiler works.
5502 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5503 # <limits.h> exists even on freestanding compilers.
5504 # On the NeXT, cc -E runs the code through the compiler's parser,
5505 # not just through cpp. "Syntax error" is here to catch this case.
5506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5507 /* end confdefs.h. */
5508 #ifdef __STDC__
5509 # include <limits.h>
5510 #else
5511 # include <assert.h>
5512 #endif
5513 Syntax error
5514 _ACEOF
5515 if ac_fn_c_try_cpp "$LINENO"; then :
5517 else
5518 # Broken: fails on valid input.
5519 continue
5521 rm -f conftest.err conftest.$ac_ext
5523 # OK, works on sane cases. Now check whether nonexistent headers
5524 # can be detected and how.
5525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5526 /* end confdefs.h. */
5527 #include <ac_nonexistent.h>
5528 _ACEOF
5529 if ac_fn_c_try_cpp "$LINENO"; then :
5530 # Broken: success on invalid input.
5531 continue
5532 else
5533 # Passes both tests.
5534 ac_preproc_ok=:
5535 break
5537 rm -f conftest.err conftest.$ac_ext
5539 done
5540 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5541 rm -f conftest.err conftest.$ac_ext
5542 if $ac_preproc_ok; then :
5544 else
5545 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5546 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5547 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5548 See \`config.log' for more details." "$LINENO" 5; }
5551 ac_ext=c
5552 ac_cpp='$CPP $CPPFLAGS'
5553 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5554 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5555 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5559 $as_echo_n "checking for ANSI C header files... " >&6; }
5560 if test "${ac_cv_header_stdc+set}" = set; then :
5561 $as_echo_n "(cached) " >&6
5562 else
5563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5564 /* end confdefs.h. */
5565 #include <stdlib.h>
5566 #include <stdarg.h>
5567 #include <string.h>
5568 #include <float.h>
5571 main ()
5575 return 0;
5577 _ACEOF
5578 if ac_fn_c_try_compile "$LINENO"; then :
5579 ac_cv_header_stdc=yes
5580 else
5581 ac_cv_header_stdc=no
5583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5585 if test $ac_cv_header_stdc = yes; then
5586 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5588 /* end confdefs.h. */
5589 #include <string.h>
5591 _ACEOF
5592 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5593 $EGREP "memchr" >/dev/null 2>&1; then :
5595 else
5596 ac_cv_header_stdc=no
5598 rm -f conftest*
5602 if test $ac_cv_header_stdc = yes; then
5603 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5605 /* end confdefs.h. */
5606 #include <stdlib.h>
5608 _ACEOF
5609 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5610 $EGREP "free" >/dev/null 2>&1; then :
5612 else
5613 ac_cv_header_stdc=no
5615 rm -f conftest*
5619 if test $ac_cv_header_stdc = yes; then
5620 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5621 if test "$cross_compiling" = yes; then :
5623 else
5624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5625 /* end confdefs.h. */
5626 #include <ctype.h>
5627 #include <stdlib.h>
5628 #if ((' ' & 0x0FF) == 0x020)
5629 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5630 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5631 #else
5632 # define ISLOWER(c) \
5633 (('a' <= (c) && (c) <= 'i') \
5634 || ('j' <= (c) && (c) <= 'r') \
5635 || ('s' <= (c) && (c) <= 'z'))
5636 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5637 #endif
5639 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5641 main ()
5643 int i;
5644 for (i = 0; i < 256; i++)
5645 if (XOR (islower (i), ISLOWER (i))
5646 || toupper (i) != TOUPPER (i))
5647 return 2;
5648 return 0;
5650 _ACEOF
5651 if ac_fn_c_try_run "$LINENO"; then :
5653 else
5654 ac_cv_header_stdc=no
5656 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5657 conftest.$ac_objext conftest.beam conftest.$ac_ext
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5663 $as_echo "$ac_cv_header_stdc" >&6; }
5664 if test $ac_cv_header_stdc = yes; then
5666 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5670 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5671 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5672 inttypes.h stdint.h unistd.h
5673 do :
5674 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5675 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5677 eval as_val=\$$as_ac_Header
5678 if test "x$as_val" = x""yes; then :
5679 cat >>confdefs.h <<_ACEOF
5680 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5681 _ACEOF
5685 done
5688 for ac_header in \
5689 AL/al.h \
5690 AudioUnit/AudioUnit.h \
5691 Carbon/Carbon.h \
5692 CoreAudio/CoreAudio.h \
5693 DiskArbitration/DiskArbitration.h \
5694 IOKit/IOKitLib.h \
5695 IOKit/hid/IOHIDLib.h \
5696 OpenAL/al.h \
5697 alias.h \
5698 alsa/asoundlib.h \
5699 arpa/inet.h \
5700 arpa/nameser.h \
5701 asm/types.h \
5702 capi20.h \
5703 curses.h \
5704 direct.h \
5705 dirent.h \
5706 dlfcn.h \
5707 elf.h \
5708 float.h \
5709 fnmatch.h \
5710 fontconfig/fontconfig.h \
5711 getopt.h \
5712 grp.h \
5713 gsm.h \
5714 gsm/gsm.h \
5715 ieeefp.h \
5716 inet/mib2.h \
5717 io.h \
5718 jack/jack.h \
5719 jpeglib.h \
5720 kstat.h \
5721 lber.h \
5722 lcms.h \
5723 lcms/lcms.h \
5724 ldap.h \
5725 libaudioio.h \
5726 link.h \
5727 linux/cdrom.h \
5728 linux/compiler.h \
5729 linux/hdreg.h \
5730 linux/input.h \
5731 linux/ioctl.h \
5732 linux/joystick.h \
5733 linux/major.h \
5734 linux/param.h \
5735 linux/serial.h \
5736 linux/types.h \
5737 linux/ucdrom.h \
5738 mach-o/nlist.h \
5739 mach/mach.h \
5740 mach/machine.h \
5741 machine/cpu.h \
5742 machine/limits.h \
5743 machine/soundcard.h \
5744 mntent.h \
5745 mpg123.h \
5746 ncurses.h \
5747 netdb.h \
5748 netinet/in.h \
5749 netinet/in_systm.h \
5750 netinet/tcp.h \
5751 netinet/tcp_fsm.h \
5752 openssl/err.h \
5753 openssl/ssl.h \
5754 png.h \
5755 poll.h \
5756 port.h \
5757 process.h \
5758 pthread.h \
5759 pwd.h \
5760 regex.h \
5761 sched.h \
5762 scsi/scsi.h \
5763 scsi/scsi_ioctl.h \
5764 scsi/sg.h \
5765 soundcard.h \
5766 stdbool.h \
5767 stdint.h \
5768 strings.h \
5769 stropts.h \
5770 sys/asoundlib.h \
5771 sys/cdio.h \
5772 sys/elf32.h \
5773 sys/epoll.h \
5774 sys/errno.h \
5775 sys/event.h \
5776 sys/exec_elf.h \
5777 sys/filio.h \
5778 sys/inotify.h \
5779 sys/ioctl.h \
5780 sys/ipc.h \
5781 sys/limits.h \
5782 sys/link.h \
5783 sys/mman.h \
5784 sys/modem.h \
5785 sys/msg.h \
5786 sys/mtio.h \
5787 sys/param.h \
5788 sys/poll.h \
5789 sys/prctl.h \
5790 sys/protosw.h \
5791 sys/ptrace.h \
5792 sys/resource.h \
5793 sys/scsiio.h \
5794 sys/shm.h \
5795 sys/signal.h \
5796 sys/socket.h \
5797 sys/socketvar.h \
5798 sys/sockio.h \
5799 sys/soundcard.h \
5800 sys/statvfs.h \
5801 sys/strtio.h \
5802 sys/syscall.h \
5803 sys/tihdr.h \
5804 sys/time.h \
5805 sys/timeout.h \
5806 sys/times.h \
5807 sys/uio.h \
5808 sys/un.h \
5809 sys/utsname.h \
5810 sys/vm86.h \
5811 sys/wait.h \
5812 syscall.h \
5813 termios.h \
5814 unistd.h \
5815 utime.h \
5816 valgrind/memcheck.h \
5817 valgrind/valgrind.h \
5818 zlib.h
5820 do :
5821 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5822 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5823 eval as_val=\$$as_ac_Header
5824 if test "x$as_val" = x""yes; then :
5825 cat >>confdefs.h <<_ACEOF
5826 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5827 _ACEOF
5831 done
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5834 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5835 if test "${ac_cv_header_stat_broken+set}" = set; then :
5836 $as_echo_n "(cached) " >&6
5837 else
5838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5839 /* end confdefs.h. */
5840 #include <sys/types.h>
5841 #include <sys/stat.h>
5843 #if defined S_ISBLK && defined S_IFDIR
5844 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5845 #endif
5847 #if defined S_ISBLK && defined S_IFCHR
5848 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5849 #endif
5851 #if defined S_ISLNK && defined S_IFREG
5852 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5853 #endif
5855 #if defined S_ISSOCK && defined S_IFREG
5856 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5857 #endif
5859 _ACEOF
5860 if ac_fn_c_try_compile "$LINENO"; then :
5861 ac_cv_header_stat_broken=no
5862 else
5863 ac_cv_header_stat_broken=yes
5865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5868 $as_echo "$ac_cv_header_stat_broken" >&6; }
5869 if test $ac_cv_header_stat_broken = yes; then
5871 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5877 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5878 do :
5879 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5880 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5881 #ifdef HAVE_SYS_PARAM_H
5882 # include <sys/param.h>
5883 #endif
5885 eval as_val=\$$as_ac_Header
5886 if test "x$as_val" = x""yes; then :
5887 cat >>confdefs.h <<_ACEOF
5888 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5889 _ACEOF
5893 done
5896 for ac_header in \
5897 netinet/ip.h \
5898 net/if.h \
5899 net/if_arp.h \
5900 net/if_dl.h \
5901 net/if_types.h \
5902 net/route.h \
5903 netinet/if_ether.h \
5904 netinet/if_inarp.h \
5905 netinet/in_pcb.h \
5906 netinet/ip_icmp.h \
5907 netinet/ip_var.h \
5908 netinet/udp.h \
5909 netipx/ipx.h \
5911 do :
5912 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5913 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5914 #ifdef HAVE_SYS_SOCKET_H
5915 # include <sys/socket.h>
5916 #endif
5917 #ifdef HAVE_SYS_SOCKETVAR_H
5918 # include <sys/socketvar.h>
5919 #endif
5920 #ifdef HAVE_NET_ROUTE_H
5921 # include <net/route.h>
5922 #endif
5923 #ifdef HAVE_NETINET_IN_H
5924 # include <netinet/in.h>
5925 #endif
5926 #ifdef HAVE_NETINET_IN_SYSTM_H
5927 # include <netinet/in_systm.h>
5928 #endif
5929 #ifdef HAVE_NET_IF_H
5930 # include <net/if.h>
5931 #endif
5932 #ifdef HAVE_NETINET_IP_H
5933 # include <netinet/ip.h>
5934 #endif
5936 eval as_val=\$$as_ac_Header
5937 if test "x$as_val" = x""yes; then :
5938 cat >>confdefs.h <<_ACEOF
5939 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5940 _ACEOF
5944 done
5947 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5948 do :
5949 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5950 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5951 #ifdef HAVE_ALIAS_H
5952 # include <alias.h>
5953 #endif
5954 #ifdef HAVE_SYS_SOCKET_H
5955 # include <sys/socket.h>
5956 #endif
5957 #ifdef HAVE_SYS_SOCKETVAR_H
5958 # include <sys/socketvar.h>
5959 #endif
5960 #ifdef HAVE_SYS_TIMEOUT_H
5961 # include <sys/timeout.h>
5962 #endif
5963 #ifdef HAVE_NETINET_IN_H
5964 # include <netinet/in.h>
5965 #endif
5966 #ifdef HAVE_NETINET_IN_SYSTM_H
5967 # include <netinet/in_systm.h>
5968 #endif
5969 #ifdef HAVE_NETINET_IP_H
5970 # include <netinet/ip.h>
5971 #endif
5972 #ifdef HAVE_NETINET_IP_VAR_H
5973 # include <netinet/ip_var.h>
5974 #endif
5975 #ifdef HAVE_NETINET_IP_ICMP_H
5976 # include <netinet/ip_icmp.h>
5977 #endif
5978 #ifdef HAVE_NETINET_UDP_H
5979 # include <netinet/udp.h>
5980 #endif
5981 #ifdef HAVE_NETINET_TCP_H
5982 # include <netinet/tcp.h>
5983 #endif
5984 #ifdef HAVE_NETINET_TCP_TIMER_H
5985 #include <netinet/tcp_timer.h>
5986 #endif
5988 eval as_val=\$$as_ac_Header
5989 if test "x$as_val" = x""yes; then :
5990 cat >>confdefs.h <<_ACEOF
5991 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5992 _ACEOF
5996 done
5999 for ac_header in linux/ipx.h linux/irda.h
6000 do :
6001 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6002 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6003 #ifdef HAVE_ASM_TYPES_H
6004 # include <asm/types.h>
6005 #endif
6006 #ifdef HAVE_SYS_SOCKET_H
6007 # include <sys/socket.h>
6008 #endif
6009 #ifdef HAVE_LINUX_TYPES_H
6010 # include <linux/types.h>
6011 #endif
6013 eval as_val=\$$as_ac_Header
6014 if test "x$as_val" = x""yes; then :
6015 cat >>confdefs.h <<_ACEOF
6016 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6017 _ACEOF
6021 done
6024 for ac_header in mach-o/dyld_images.h
6025 do :
6026 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6027 # include <stdbool.h>
6028 #endif
6029 #ifdef HAVE_STDINT_H
6030 # include <stdint.h>
6031 #endif
6033 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6034 cat >>confdefs.h <<_ACEOF
6035 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6036 _ACEOF
6040 done
6043 for ac_header in resolv.h
6044 do :
6045 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6046 #ifdef HAVE_SYS_SOCKET_H
6047 # include <sys/socket.h>
6048 #endif
6049 #ifdef HAVE_NETINET_IN_H
6050 # include <netinet/in.h>
6051 #endif
6052 #ifdef HAVE_ARPA_NAMESER_H
6053 # include <arpa/nameser.h>
6054 #endif
6056 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6057 cat >>confdefs.h <<_ACEOF
6058 #define HAVE_RESOLV_H 1
6059 _ACEOF
6063 done
6066 for ac_header in ifaddrs.h
6067 do :
6068 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6070 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6071 cat >>confdefs.h <<_ACEOF
6072 #define HAVE_IFADDRS_H 1
6073 _ACEOF
6077 done
6080 for ac_header in ucontext.h
6081 do :
6082 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6084 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6085 cat >>confdefs.h <<_ACEOF
6086 #define HAVE_UCONTEXT_H 1
6087 _ACEOF
6091 done
6094 for ac_header in sys/thr.h
6095 do :
6096 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6097 #ifdef HAVE_UCONTEXT_H
6098 #include <ucontext.h>
6099 #endif
6101 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6102 cat >>confdefs.h <<_ACEOF
6103 #define HAVE_SYS_THR_H 1
6104 _ACEOF
6108 done
6111 for ac_header in pthread_np.h
6112 do :
6113 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6114 #include <pthread.h>
6115 #endif
6117 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6118 cat >>confdefs.h <<_ACEOF
6119 #define HAVE_PTHREAD_NP_H 1
6120 _ACEOF
6124 done
6127 for ac_header in linux/videodev.h
6128 do :
6129 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6130 #include <sys/time.h>
6131 #endif
6132 #include <sys/types.h>
6133 #ifdef HAVE_ASM_TYPES_H
6134 #include <asm/types.h>
6135 #endif
6137 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6138 cat >>confdefs.h <<_ACEOF
6139 #define HAVE_LINUX_VIDEODEV_H 1
6140 _ACEOF
6144 done
6147 for ac_header in linux/capi.h
6148 do :
6149 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6151 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6152 cat >>confdefs.h <<_ACEOF
6153 #define HAVE_LINUX_CAPI_H 1
6154 _ACEOF
6158 done
6162 DLLEXT=""
6164 DLLFLAGS="-D_REENTRANT"
6166 LDSHARED=""
6168 LDDLLFLAGS=""
6170 LIBEXT="so"
6172 IMPLIBEXT="def"
6174 LDRPATH_INSTALL=""
6176 LDRPATH_LOCAL=""
6178 STATIC_IMPLIBEXT="def.a"
6179 # Extract the first word of "ldd", so it can be a program name with args.
6180 set dummy ldd; ac_word=$2
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6182 $as_echo_n "checking for $ac_word... " >&6; }
6183 if test "${ac_cv_path_LDD+set}" = set; then :
6184 $as_echo_n "(cached) " >&6
6185 else
6186 case $LDD in
6187 [\\/]* | ?:[\\/]*)
6188 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6192 as_dummy="/sbin:/usr/sbin:$PATH"
6193 for as_dir in $as_dummy
6195 IFS=$as_save_IFS
6196 test -z "$as_dir" && as_dir=.
6197 for ac_exec_ext in '' $ac_executable_extensions; do
6198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6199 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6201 break 2
6203 done
6204 done
6205 IFS=$as_save_IFS
6207 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6209 esac
6211 LDD=$ac_cv_path_LDD
6212 if test -n "$LDD"; then
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6214 $as_echo "$LDD" >&6; }
6215 else
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6217 $as_echo "no" >&6; }
6222 case $host_os in
6223 cygwin*|mingw32*)
6224 if test -n "$ac_tool_prefix"; then
6225 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6226 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6228 $as_echo_n "checking for $ac_word... " >&6; }
6229 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6230 $as_echo_n "(cached) " >&6
6231 else
6232 if test -n "$DLLTOOL"; then
6233 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6234 else
6235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6236 for as_dir in $PATH
6238 IFS=$as_save_IFS
6239 test -z "$as_dir" && as_dir=.
6240 for ac_exec_ext in '' $ac_executable_extensions; do
6241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6242 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6244 break 2
6246 done
6247 done
6248 IFS=$as_save_IFS
6252 DLLTOOL=$ac_cv_prog_DLLTOOL
6253 if test -n "$DLLTOOL"; then
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6255 $as_echo "$DLLTOOL" >&6; }
6256 else
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6258 $as_echo "no" >&6; }
6263 if test -z "$ac_cv_prog_DLLTOOL"; then
6264 ac_ct_DLLTOOL=$DLLTOOL
6265 # Extract the first word of "dlltool", so it can be a program name with args.
6266 set dummy dlltool; ac_word=$2
6267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6268 $as_echo_n "checking for $ac_word... " >&6; }
6269 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6270 $as_echo_n "(cached) " >&6
6271 else
6272 if test -n "$ac_ct_DLLTOOL"; then
6273 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6274 else
6275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6276 for as_dir in $PATH
6278 IFS=$as_save_IFS
6279 test -z "$as_dir" && as_dir=.
6280 for ac_exec_ext in '' $ac_executable_extensions; do
6281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6282 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6284 break 2
6286 done
6287 done
6288 IFS=$as_save_IFS
6292 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6293 if test -n "$ac_ct_DLLTOOL"; then
6294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6295 $as_echo "$ac_ct_DLLTOOL" >&6; }
6296 else
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6298 $as_echo "no" >&6; }
6301 if test "x$ac_ct_DLLTOOL" = x; then
6302 DLLTOOL="false"
6303 else
6304 case $cross_compiling:$ac_tool_warned in
6305 yes:)
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6307 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6308 ac_tool_warned=yes ;;
6309 esac
6310 DLLTOOL=$ac_ct_DLLTOOL
6312 else
6313 DLLTOOL="$ac_cv_prog_DLLTOOL"
6316 if test -n "$ac_tool_prefix"; then
6317 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6318 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6320 $as_echo_n "checking for $ac_word... " >&6; }
6321 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6322 $as_echo_n "(cached) " >&6
6323 else
6324 if test -n "$DLLWRAP"; then
6325 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6326 else
6327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6328 for as_dir in $PATH
6330 IFS=$as_save_IFS
6331 test -z "$as_dir" && as_dir=.
6332 for ac_exec_ext in '' $ac_executable_extensions; do
6333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6334 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6336 break 2
6338 done
6339 done
6340 IFS=$as_save_IFS
6344 DLLWRAP=$ac_cv_prog_DLLWRAP
6345 if test -n "$DLLWRAP"; then
6346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6347 $as_echo "$DLLWRAP" >&6; }
6348 else
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6350 $as_echo "no" >&6; }
6355 if test -z "$ac_cv_prog_DLLWRAP"; then
6356 ac_ct_DLLWRAP=$DLLWRAP
6357 # Extract the first word of "dllwrap", so it can be a program name with args.
6358 set dummy dllwrap; ac_word=$2
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6360 $as_echo_n "checking for $ac_word... " >&6; }
6361 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6362 $as_echo_n "(cached) " >&6
6363 else
6364 if test -n "$ac_ct_DLLWRAP"; then
6365 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6366 else
6367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6368 for as_dir in $PATH
6370 IFS=$as_save_IFS
6371 test -z "$as_dir" && as_dir=.
6372 for ac_exec_ext in '' $ac_executable_extensions; do
6373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6374 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6376 break 2
6378 done
6379 done
6380 IFS=$as_save_IFS
6384 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6385 if test -n "$ac_ct_DLLWRAP"; then
6386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6387 $as_echo "$ac_ct_DLLWRAP" >&6; }
6388 else
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6390 $as_echo "no" >&6; }
6393 if test "x$ac_ct_DLLWRAP" = x; then
6394 DLLWRAP="false"
6395 else
6396 case $cross_compiling:$ac_tool_warned in
6397 yes:)
6398 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6399 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6400 ac_tool_warned=yes ;;
6401 esac
6402 DLLWRAP=$ac_ct_DLLWRAP
6404 else
6405 DLLWRAP="$ac_cv_prog_DLLWRAP"
6408 if test "$DLLWRAP" = "false"; then
6409 LIBEXT="a"
6410 else
6411 LIBEXT="dll"
6413 IMPLIBEXT="a"
6414 STATIC_IMPLIBEXT="a"
6415 enable_iphlpapi=${enable_iphlpapi:-no}
6416 enable_kernel32=${enable_kernel32:-no}
6417 enable_msvcrt=${enable_msvcrt:-no}
6418 enable_ntdll=${enable_ntdll:-no}
6419 enable_ws2_32=${enable_ws2_32:-no}
6420 enable_loader=${enable_loader:-no}
6421 enable_server=${enable_server:-no}
6422 with_x=${with_x:-no}
6423 with_pthread=${with_pthread:-no}
6425 darwin*|macosx*)
6426 DLLEXT=".so"
6427 LIBEXT="dylib"
6428 DLLFLAGS="$DLLFLAGS -fPIC"
6429 LDDLLFLAGS="-bundle -multiply_defined suppress"
6430 LIBWINE_LDFLAGS="-multiply_defined suppress"
6431 LDSHARED="\$(CC) -dynamiclib"
6432 STRIP="$STRIP -x"
6433 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6434 SECURITYLIB="-framework Security -framework CoreFoundation"
6436 COREFOUNDATIONLIB="-framework CoreFoundation"
6438 IOKITLIB="-framework IOKit -framework CoreFoundation"
6440 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6442 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6443 then
6444 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6447 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6448 then
6449 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6452 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6453 then
6454 LIBOPENAL="-framework OpenAL"
6456 ac_cv_lib_openal_alGetSource3i=yes
6458 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6459 then
6460 ac_save_LIBS="$LIBS"
6461 LIBS="$LIBS $IOKITLIB"
6462 for ac_func in IOHIDManagerCreate
6463 do :
6464 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6465 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6466 cat >>confdefs.h <<_ACEOF
6467 #define HAVE_IOHIDMANAGERCREATE 1
6468 _ACEOF
6471 done
6473 LIBS="$ac_save_LIBS"
6475 case $host_cpu in
6476 *powerpc*)
6477 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6478 esac
6479 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6480 then
6481 CARBONLIB="-framework Carbon"
6483 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6485 if test "x$enable_win16" = "xyes"
6486 then
6487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6488 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6489 if test "$cross_compiling" = yes; then :
6490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6491 $as_echo "cross-compiling, assuming yes" >&6; }
6492 else
6493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6494 /* end confdefs.h. */
6495 asm(".text\n"
6496 "bad:\tnop;nop\n"
6497 "good:\tnop;nop\n\t"
6498 ".globl _testfunc\n"
6499 "_testfunc:\tcallw good");
6500 extern void testfunc();
6502 main ()
6504 unsigned short *p = (unsigned short *)testfunc;
6505 return p[0] != 0xe866 || p[1] != 0xfffa
6507 return 0;
6509 _ACEOF
6510 if ac_fn_c_try_run "$LINENO"; then :
6511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6512 $as_echo "yes" >&6; }
6513 else
6514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6515 $as_echo "no" >&6; }
6516 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
6518 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6519 conftest.$ac_objext conftest.beam conftest.$ac_ext
6525 DLLFLAGS="$DLLFLAGS -fPIC"
6526 DLLEXT=".so"
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6528 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6529 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6530 $as_echo_n "(cached) " >&6
6531 else
6532 ac_wine_try_cflags_saved=$CFLAGS
6533 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6535 /* end confdefs.h. */
6536 void myfunc() {}
6537 _ACEOF
6538 if ac_fn_c_try_link "$LINENO"; then :
6539 ac_cv_c_dll_gnuelf="yes"
6540 else
6541 ac_cv_c_dll_gnuelf="no"
6543 rm -f core conftest.err conftest.$ac_objext \
6544 conftest$ac_exeext conftest.$ac_ext
6545 CFLAGS=$ac_wine_try_cflags_saved
6547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6548 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6549 if test "$ac_cv_c_dll_gnuelf" = "yes"
6550 then
6551 LDSHARED="\$(CC) -shared"
6552 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6554 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6555 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6556 $as_echo_n "(cached) " >&6
6557 else
6558 ac_wine_try_cflags_saved=$CFLAGS
6559 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6561 /* end confdefs.h. */
6562 int main(int argc, char **argv) { return 0; }
6563 _ACEOF
6564 if ac_fn_c_try_link "$LINENO"; then :
6565 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6566 else
6567 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6569 rm -f core conftest.err conftest.$ac_objext \
6570 conftest$ac_exeext conftest.$ac_ext
6571 CFLAGS=$ac_wine_try_cflags_saved
6573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6574 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6575 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6576 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6577 else
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6579 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6580 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6581 $as_echo_n "(cached) " >&6
6582 else
6583 ac_wine_try_cflags_saved=$CFLAGS
6584 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6586 /* end confdefs.h. */
6587 int main(int argc, char **argv) { return 0; }
6588 _ACEOF
6589 if ac_fn_c_try_link "$LINENO"; then :
6590 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6591 else
6592 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6594 rm -f core conftest.err conftest.$ac_objext \
6595 conftest$ac_exeext conftest.$ac_ext
6596 CFLAGS=$ac_wine_try_cflags_saved
6598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6599 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6600 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6601 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6606 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6607 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6608 $as_echo_n "(cached) " >&6
6609 else
6610 ac_wine_try_cflags_saved=$CFLAGS
6611 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6613 /* end confdefs.h. */
6614 int main(int argc, char **argv) { return 0; }
6615 _ACEOF
6616 if ac_fn_c_try_link "$LINENO"; then :
6617 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6618 else
6619 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6621 rm -f core conftest.err conftest.$ac_objext \
6622 conftest$ac_exeext conftest.$ac_ext
6623 CFLAGS=$ac_wine_try_cflags_saved
6625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6626 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6627 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6628 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6631 { $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
6632 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6633 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6634 $as_echo_n "(cached) " >&6
6635 else
6636 ac_wine_try_cflags_saved=$CFLAGS
6637 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6639 /* end confdefs.h. */
6640 int main(int argc, char **argv) { return 0; }
6641 _ACEOF
6642 if ac_fn_c_try_link "$LINENO"; then :
6643 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6644 else
6645 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6647 rm -f core conftest.err conftest.$ac_objext \
6648 conftest$ac_exeext conftest.$ac_ext
6649 CFLAGS=$ac_wine_try_cflags_saved
6651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6652 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6653 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6654 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6657 echo '{ global: *; };' >conftest.map
6658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6659 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6660 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6661 $as_echo_n "(cached) " >&6
6662 else
6663 ac_wine_try_cflags_saved=$CFLAGS
6664 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6666 /* end confdefs.h. */
6667 int main(int argc, char **argv) { return 0; }
6668 _ACEOF
6669 if ac_fn_c_try_link "$LINENO"; then :
6670 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6671 else
6672 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6674 rm -f core conftest.err conftest.$ac_objext \
6675 conftest$ac_exeext conftest.$ac_ext
6676 CFLAGS=$ac_wine_try_cflags_saved
6678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6679 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6680 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6681 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6683 rm -f conftest.map
6685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6686 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6687 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6688 $as_echo_n "(cached) " >&6
6689 else
6690 ac_wine_try_cflags_saved=$CFLAGS
6691 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6693 /* end confdefs.h. */
6694 int main(int argc, char **argv) { return 0; }
6695 _ACEOF
6696 if ac_fn_c_try_link "$LINENO"; then :
6697 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6698 else
6699 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6701 rm -f core conftest.err conftest.$ac_objext \
6702 conftest$ac_exeext conftest.$ac_ext
6703 CFLAGS=$ac_wine_try_cflags_saved
6705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6706 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6707 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6708 LDEXECFLAGS="-Wl,--export-dynamic"
6712 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6714 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6715 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6716 $as_echo_n "(cached) " >&6
6717 else
6718 ac_wine_try_cflags_saved=$CFLAGS
6719 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6721 /* end confdefs.h. */
6722 int main(int argc, char **argv) { return 0; }
6723 _ACEOF
6724 if ac_fn_c_try_link "$LINENO"; then :
6725 eval "$as_ac_var=yes"
6726 else
6727 eval "$as_ac_var=no"
6729 rm -f core conftest.err conftest.$ac_objext \
6730 conftest$ac_exeext conftest.$ac_ext
6731 CFLAGS=$ac_wine_try_cflags_saved
6733 eval ac_res=\$$as_ac_var
6734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6735 $as_echo "$ac_res" >&6; }
6736 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6737 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6738 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6739 else
6740 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6742 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6743 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6744 $as_echo_n "(cached) " >&6
6745 else
6746 ac_wine_try_cflags_saved=$CFLAGS
6747 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6749 /* end confdefs.h. */
6750 int main(int argc, char **argv) { return 0; }
6751 _ACEOF
6752 if ac_fn_c_try_link "$LINENO"; then :
6753 eval "$as_ac_var=yes"
6754 else
6755 eval "$as_ac_var=no"
6757 rm -f core conftest.err conftest.$ac_objext \
6758 conftest$ac_exeext conftest.$ac_ext
6759 CFLAGS=$ac_wine_try_cflags_saved
6761 eval ac_res=\$$as_ac_var
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6763 $as_echo "$ac_res" >&6; }
6764 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6765 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6766 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6771 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6772 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6773 $as_echo_n "(cached) " >&6
6774 else
6775 ac_wine_try_cflags_saved=$CFLAGS
6776 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6778 /* end confdefs.h. */
6779 int main(int argc, char **argv) { return 0; }
6780 _ACEOF
6781 if ac_fn_c_try_link "$LINENO"; then :
6782 ac_cv_cflags__Wl___enable_new_dtags=yes
6783 else
6784 ac_cv_cflags__Wl___enable_new_dtags=no
6786 rm -f core conftest.err conftest.$ac_objext \
6787 conftest$ac_exeext conftest.$ac_ext
6788 CFLAGS=$ac_wine_try_cflags_saved
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6791 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6792 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6793 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6796 case $host_cpu in
6797 *i[3456789]86* | x86_64)
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6799 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6800 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6801 $as_echo_n "(cached) " >&6
6802 else
6803 ac_wine_try_cflags_saved=$CFLAGS
6804 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6806 /* end confdefs.h. */
6807 int main(int argc, char **argv) { return 0; }
6808 _ACEOF
6809 if ac_fn_c_try_link "$LINENO"; then :
6810 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6811 else
6812 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6814 rm -f core conftest.err conftest.$ac_objext \
6815 conftest$ac_exeext conftest.$ac_ext
6816 CFLAGS=$ac_wine_try_cflags_saved
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6819 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6820 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6821 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6824 esac
6826 else
6827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6828 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6829 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6830 $as_echo_n "(cached) " >&6
6831 else
6832 ac_wine_try_cflags_saved=$CFLAGS
6833 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6835 /* end confdefs.h. */
6836 void myfunc() {}
6837 _ACEOF
6838 if ac_fn_c_try_link "$LINENO"; then :
6839 ac_cv_c_dll_unixware="yes"
6840 else
6841 ac_cv_c_dll_unixware="no"
6843 rm -f core conftest.err conftest.$ac_objext \
6844 conftest$ac_exeext conftest.$ac_ext
6845 CFLAGS=$ac_wine_try_cflags_saved
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6848 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6849 if test "$ac_cv_c_dll_unixware" = "yes"
6850 then
6851 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6852 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6854 else
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6856 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6857 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6858 $as_echo_n "(cached) " >&6
6859 else
6860 ac_wine_try_cflags_saved=$CFLAGS
6861 CFLAGS="$CFLAGS -shared"
6862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6863 /* end confdefs.h. */
6864 void myfunc() {}
6865 _ACEOF
6866 if ac_fn_c_try_link "$LINENO"; then :
6867 ac_cv_c_dll_hpux="yes"
6868 else
6869 ac_cv_c_dll_hpux="no"
6871 rm -f core conftest.err conftest.$ac_objext \
6872 conftest$ac_exeext conftest.$ac_ext
6873 CFLAGS=$ac_wine_try_cflags_saved
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6876 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6877 if test "$ac_cv_c_dll_hpux" = "yes"
6878 then
6879 LIBEXT="sl"
6880 DLLEXT=".sl"
6881 LDDLLFLAGS="-shared -fPIC"
6882 LDSHARED="\$(CC) -shared"
6887 esac
6889 enable_winequartz_drv=${enable_winequartz_drv:-no}
6891 if test "$LIBEXT" = "a"; then
6892 as_fn_error "could not find a way to build shared libraries.
6893 It is currently not possible to build Wine without shared library
6894 (.so) support to allow transparent switch between .so and .dll files.
6895 If you are using Linux, you will need a newer binutils.
6896 " "$LINENO" 5
6899 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6900 then
6901 case "$host_cpu" in
6902 i[3456789]86*)
6903 ac_prefix_list="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 " ;;
6904 x86_64)
6905 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6907 ac_prefix_list="" ;;
6908 esac
6909 for ac_prog in $ac_prefix_list
6911 # Extract the first word of "$ac_prog", so it can be a program name with args.
6912 set dummy $ac_prog; ac_word=$2
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6914 $as_echo_n "checking for $ac_word... " >&6; }
6915 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6916 $as_echo_n "(cached) " >&6
6917 else
6918 if test -n "$CROSSCC"; then
6919 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6920 else
6921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6922 for as_dir in $PATH
6924 IFS=$as_save_IFS
6925 test -z "$as_dir" && as_dir=.
6926 for ac_exec_ext in '' $ac_executable_extensions; do
6927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6928 ac_cv_prog_CROSSCC="$ac_prog"
6929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6930 break 2
6932 done
6933 done
6934 IFS=$as_save_IFS
6938 CROSSCC=$ac_cv_prog_CROSSCC
6939 if test -n "$CROSSCC"; then
6940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6941 $as_echo "$CROSSCC" >&6; }
6942 else
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6944 $as_echo "no" >&6; }
6948 test -n "$CROSSCC" && break
6949 done
6950 test -n "$CROSSCC" || CROSSCC="false"
6952 if test "$CROSSCC" != "false"
6953 then
6954 CROSSTEST="\$(CROSSTEST)"
6956 set x $CROSSCC
6957 shift
6958 target=""
6959 while test $# -ge 1
6961 case "$1" in
6962 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6963 esac
6964 shift
6965 done
6966 if test -n "$target"
6967 then
6968 CROSSTARGET="$target"
6975 if test "$ac_cv_header_pthread_h" = "yes"
6976 then
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6978 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6979 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6980 $as_echo_n "(cached) " >&6
6981 else
6982 ac_check_lib_save_LIBS=$LIBS
6983 LIBS="-lpthread $LIBS"
6984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6985 /* end confdefs.h. */
6987 /* Override any GCC internal prototype to avoid an error.
6988 Use char because int might match the return type of a GCC
6989 builtin and then its argument prototype would still apply. */
6990 #ifdef __cplusplus
6991 extern "C"
6992 #endif
6993 char pthread_create ();
6995 main ()
6997 return pthread_create ();
6999 return 0;
7001 _ACEOF
7002 if ac_fn_c_try_link "$LINENO"; then :
7003 ac_cv_lib_pthread_pthread_create=yes
7004 else
7005 ac_cv_lib_pthread_pthread_create=no
7007 rm -f core conftest.err conftest.$ac_objext \
7008 conftest$ac_exeext conftest.$ac_ext
7009 LIBS=$ac_check_lib_save_LIBS
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7012 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7013 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7014 LIBPTHREAD="-lpthread"
7019 if test "x$LIBPTHREAD" = "x"; then :
7020 case "x$with_pthread" in
7021 xno) ;;
7022 *) as_fn_error "pthread ${notice_platform}development files not found.
7023 Wine cannot support threads without libpthread.
7024 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7025 esac
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7030 $as_echo_n "checking for X... " >&6; }
7033 # Check whether --with-x was given.
7034 if test "${with_x+set}" = set; then :
7035 withval=$with_x;
7038 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7039 if test "x$with_x" = xno; then
7040 # The user explicitly disabled X.
7041 have_x=disabled
7042 else
7043 case $x_includes,$x_libraries in #(
7044 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7045 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7046 $as_echo_n "(cached) " >&6
7047 else
7048 # One or both of the vars are not set, and there is no cached value.
7049 ac_x_includes=no ac_x_libraries=no
7050 rm -f -r conftest.dir
7051 if mkdir conftest.dir; then
7052 cd conftest.dir
7053 cat >Imakefile <<'_ACEOF'
7054 incroot:
7055 @echo incroot='${INCROOT}'
7056 usrlibdir:
7057 @echo usrlibdir='${USRLIBDIR}'
7058 libdir:
7059 @echo libdir='${LIBDIR}'
7060 _ACEOF
7061 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7062 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7063 for ac_var in incroot usrlibdir libdir; do
7064 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7065 done
7066 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7067 for ac_extension in a so sl dylib la dll; do
7068 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7069 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7070 ac_im_usrlibdir=$ac_im_libdir; break
7072 done
7073 # Screen out bogus values from the imake configuration. They are
7074 # bogus both because they are the default anyway, and because
7075 # using them would break gcc on systems where it needs fixed includes.
7076 case $ac_im_incroot in
7077 /usr/include) ac_x_includes= ;;
7078 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7079 esac
7080 case $ac_im_usrlibdir in
7081 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7082 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7083 esac
7085 cd ..
7086 rm -f -r conftest.dir
7089 # Standard set of common directories for X headers.
7090 # Check X11 before X11Rn because it is often a symlink to the current release.
7091 ac_x_header_dirs='
7092 /usr/X11/include
7093 /usr/X11R7/include
7094 /usr/X11R6/include
7095 /usr/X11R5/include
7096 /usr/X11R4/include
7098 /usr/include/X11
7099 /usr/include/X11R7
7100 /usr/include/X11R6
7101 /usr/include/X11R5
7102 /usr/include/X11R4
7104 /usr/local/X11/include
7105 /usr/local/X11R7/include
7106 /usr/local/X11R6/include
7107 /usr/local/X11R5/include
7108 /usr/local/X11R4/include
7110 /usr/local/include/X11
7111 /usr/local/include/X11R7
7112 /usr/local/include/X11R6
7113 /usr/local/include/X11R5
7114 /usr/local/include/X11R4
7116 /usr/X386/include
7117 /usr/x386/include
7118 /usr/XFree86/include/X11
7120 /usr/include
7121 /usr/local/include
7122 /usr/unsupported/include
7123 /usr/athena/include
7124 /usr/local/x11r5/include
7125 /usr/lpp/Xamples/include
7127 /usr/openwin/include
7128 /usr/openwin/share/include'
7130 if test "$ac_x_includes" = no; then
7131 # Guess where to find include files, by looking for Xlib.h.
7132 # First, try using that file with no special directory specified.
7133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7134 /* end confdefs.h. */
7135 #include <X11/Xlib.h>
7136 _ACEOF
7137 if ac_fn_c_try_cpp "$LINENO"; then :
7138 # We can compile using X headers with no special include directory.
7139 ac_x_includes=
7140 else
7141 for ac_dir in $ac_x_header_dirs; do
7142 if test -r "$ac_dir/X11/Xlib.h"; then
7143 ac_x_includes=$ac_dir
7144 break
7146 done
7148 rm -f conftest.err conftest.$ac_ext
7149 fi # $ac_x_includes = no
7151 if test "$ac_x_libraries" = no; then
7152 # Check for the libraries.
7153 # See if we find them without any special options.
7154 # Don't add to $LIBS permanently.
7155 ac_save_LIBS=$LIBS
7156 LIBS="-lX11 $LIBS"
7157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7158 /* end confdefs.h. */
7159 #include <X11/Xlib.h>
7161 main ()
7163 XrmInitialize ()
7165 return 0;
7167 _ACEOF
7168 if ac_fn_c_try_link "$LINENO"; then :
7169 LIBS=$ac_save_LIBS
7170 # We can link X programs with no special library path.
7171 ac_x_libraries=
7172 else
7173 LIBS=$ac_save_LIBS
7174 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7176 # Don't even attempt the hair of trying to link an X program!
7177 for ac_extension in a so sl dylib la dll; do
7178 if test -r "$ac_dir/libX11.$ac_extension"; then
7179 ac_x_libraries=$ac_dir
7180 break 2
7182 done
7183 done
7185 rm -f core conftest.err conftest.$ac_objext \
7186 conftest$ac_exeext conftest.$ac_ext
7187 fi # $ac_x_libraries = no
7189 case $ac_x_includes,$ac_x_libraries in #(
7190 no,* | *,no | *\'*)
7191 # Didn't find X, or a directory has "'" in its name.
7192 ac_cv_have_x="have_x=no";; #(
7194 # Record where we found X for the cache.
7195 ac_cv_have_x="have_x=yes\
7196 ac_x_includes='$ac_x_includes'\
7197 ac_x_libraries='$ac_x_libraries'"
7198 esac
7200 ;; #(
7201 *) have_x=yes;;
7202 esac
7203 eval "$ac_cv_have_x"
7204 fi # $with_x != no
7206 if test "$have_x" != yes; then
7207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7208 $as_echo "$have_x" >&6; }
7209 no_x=yes
7210 else
7211 # If each of the values was on the command line, it overrides each guess.
7212 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7213 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7214 # Update the cache value to reflect the command line values.
7215 ac_cv_have_x="have_x=yes\
7216 ac_x_includes='$x_includes'\
7217 ac_x_libraries='$x_libraries'"
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7219 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7222 if test "$no_x" = yes; then
7223 # Not all programs may use this symbol, but it does not hurt to define it.
7225 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7227 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7228 else
7229 if test -n "$x_includes"; then
7230 X_CFLAGS="$X_CFLAGS -I$x_includes"
7233 # It would also be nice to do this for all -L options, not just this one.
7234 if test -n "$x_libraries"; then
7235 X_LIBS="$X_LIBS -L$x_libraries"
7236 # For Solaris; some versions of Sun CC require a space after -R and
7237 # others require no space. Words are not sufficient . . . .
7238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7239 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7240 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7241 ac_xsave_c_werror_flag=$ac_c_werror_flag
7242 ac_c_werror_flag=yes
7243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7244 /* end confdefs.h. */
7247 main ()
7251 return 0;
7253 _ACEOF
7254 if ac_fn_c_try_link "$LINENO"; then :
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7256 $as_echo "no" >&6; }
7257 X_LIBS="$X_LIBS -R$x_libraries"
7258 else
7259 LIBS="$ac_xsave_LIBS -R $x_libraries"
7260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7261 /* end confdefs.h. */
7264 main ()
7268 return 0;
7270 _ACEOF
7271 if ac_fn_c_try_link "$LINENO"; then :
7272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7273 $as_echo "yes" >&6; }
7274 X_LIBS="$X_LIBS -R $x_libraries"
7275 else
7276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7277 $as_echo "neither works" >&6; }
7279 rm -f core conftest.err conftest.$ac_objext \
7280 conftest$ac_exeext conftest.$ac_ext
7282 rm -f core conftest.err conftest.$ac_objext \
7283 conftest$ac_exeext conftest.$ac_ext
7284 ac_c_werror_flag=$ac_xsave_c_werror_flag
7285 LIBS=$ac_xsave_LIBS
7288 # Check for system-dependent libraries X programs must link with.
7289 # Do this before checking for the system-independent R6 libraries
7290 # (-lICE), since we may need -lsocket or whatever for X linking.
7292 if test "$ISC" = yes; then
7293 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7294 else
7295 # Martyn Johnson says this is needed for Ultrix, if the X
7296 # libraries were built with DECnet support. And Karl Berry says
7297 # the Alpha needs dnet_stub (dnet does not exist).
7298 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7300 /* end confdefs.h. */
7302 /* Override any GCC internal prototype to avoid an error.
7303 Use char because int might match the return type of a GCC
7304 builtin and then its argument prototype would still apply. */
7305 #ifdef __cplusplus
7306 extern "C"
7307 #endif
7308 char XOpenDisplay ();
7310 main ()
7312 return XOpenDisplay ();
7314 return 0;
7316 _ACEOF
7317 if ac_fn_c_try_link "$LINENO"; then :
7319 else
7320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7321 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7322 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7323 $as_echo_n "(cached) " >&6
7324 else
7325 ac_check_lib_save_LIBS=$LIBS
7326 LIBS="-ldnet $LIBS"
7327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7328 /* end confdefs.h. */
7330 /* Override any GCC internal prototype to avoid an error.
7331 Use char because int might match the return type of a GCC
7332 builtin and then its argument prototype would still apply. */
7333 #ifdef __cplusplus
7334 extern "C"
7335 #endif
7336 char dnet_ntoa ();
7338 main ()
7340 return dnet_ntoa ();
7342 return 0;
7344 _ACEOF
7345 if ac_fn_c_try_link "$LINENO"; then :
7346 ac_cv_lib_dnet_dnet_ntoa=yes
7347 else
7348 ac_cv_lib_dnet_dnet_ntoa=no
7350 rm -f core conftest.err conftest.$ac_objext \
7351 conftest$ac_exeext conftest.$ac_ext
7352 LIBS=$ac_check_lib_save_LIBS
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7355 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7356 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7357 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7360 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7362 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7363 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7364 $as_echo_n "(cached) " >&6
7365 else
7366 ac_check_lib_save_LIBS=$LIBS
7367 LIBS="-ldnet_stub $LIBS"
7368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7369 /* end confdefs.h. */
7371 /* Override any GCC internal prototype to avoid an error.
7372 Use char because int might match the return type of a GCC
7373 builtin and then its argument prototype would still apply. */
7374 #ifdef __cplusplus
7375 extern "C"
7376 #endif
7377 char dnet_ntoa ();
7379 main ()
7381 return dnet_ntoa ();
7383 return 0;
7385 _ACEOF
7386 if ac_fn_c_try_link "$LINENO"; then :
7387 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7388 else
7389 ac_cv_lib_dnet_stub_dnet_ntoa=no
7391 rm -f core conftest.err conftest.$ac_objext \
7392 conftest$ac_exeext conftest.$ac_ext
7393 LIBS=$ac_check_lib_save_LIBS
7395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7396 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7397 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7398 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7403 rm -f core conftest.err conftest.$ac_objext \
7404 conftest$ac_exeext conftest.$ac_ext
7405 LIBS="$ac_xsave_LIBS"
7407 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7408 # to get the SysV transport functions.
7409 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7410 # needs -lnsl.
7411 # The nsl library prevents programs from opening the X display
7412 # on Irix 5.2, according to T.E. Dickey.
7413 # The functions gethostbyname, getservbyname, and inet_addr are
7414 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7415 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7416 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7420 if test $ac_cv_func_gethostbyname = no; then
7421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7422 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7423 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7424 $as_echo_n "(cached) " >&6
7425 else
7426 ac_check_lib_save_LIBS=$LIBS
7427 LIBS="-lnsl $LIBS"
7428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7429 /* end confdefs.h. */
7431 /* Override any GCC internal prototype to avoid an error.
7432 Use char because int might match the return type of a GCC
7433 builtin and then its argument prototype would still apply. */
7434 #ifdef __cplusplus
7435 extern "C"
7436 #endif
7437 char gethostbyname ();
7439 main ()
7441 return gethostbyname ();
7443 return 0;
7445 _ACEOF
7446 if ac_fn_c_try_link "$LINENO"; then :
7447 ac_cv_lib_nsl_gethostbyname=yes
7448 else
7449 ac_cv_lib_nsl_gethostbyname=no
7451 rm -f core conftest.err conftest.$ac_objext \
7452 conftest$ac_exeext conftest.$ac_ext
7453 LIBS=$ac_check_lib_save_LIBS
7455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7456 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7457 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7458 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7461 if test $ac_cv_lib_nsl_gethostbyname = no; then
7462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7463 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7464 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7465 $as_echo_n "(cached) " >&6
7466 else
7467 ac_check_lib_save_LIBS=$LIBS
7468 LIBS="-lbsd $LIBS"
7469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7470 /* end confdefs.h. */
7472 /* Override any GCC internal prototype to avoid an error.
7473 Use char because int might match the return type of a GCC
7474 builtin and then its argument prototype would still apply. */
7475 #ifdef __cplusplus
7476 extern "C"
7477 #endif
7478 char gethostbyname ();
7480 main ()
7482 return gethostbyname ();
7484 return 0;
7486 _ACEOF
7487 if ac_fn_c_try_link "$LINENO"; then :
7488 ac_cv_lib_bsd_gethostbyname=yes
7489 else
7490 ac_cv_lib_bsd_gethostbyname=no
7492 rm -f core conftest.err conftest.$ac_objext \
7493 conftest$ac_exeext conftest.$ac_ext
7494 LIBS=$ac_check_lib_save_LIBS
7496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7497 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7498 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7499 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7505 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7506 # socket/setsockopt and other routines are undefined under SCO ODT
7507 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7508 # on later versions), says Simon Leinen: it contains gethostby*
7509 # variants that don't use the name server (or something). -lsocket
7510 # must be given before -lnsl if both are needed. We assume that
7511 # if connect needs -lnsl, so does gethostbyname.
7512 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7513 if test "x$ac_cv_func_connect" = x""yes; then :
7517 if test $ac_cv_func_connect = no; then
7518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7519 $as_echo_n "checking for connect in -lsocket... " >&6; }
7520 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7521 $as_echo_n "(cached) " >&6
7522 else
7523 ac_check_lib_save_LIBS=$LIBS
7524 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7526 /* end confdefs.h. */
7528 /* Override any GCC internal prototype to avoid an error.
7529 Use char because int might match the return type of a GCC
7530 builtin and then its argument prototype would still apply. */
7531 #ifdef __cplusplus
7532 extern "C"
7533 #endif
7534 char connect ();
7536 main ()
7538 return connect ();
7540 return 0;
7542 _ACEOF
7543 if ac_fn_c_try_link "$LINENO"; then :
7544 ac_cv_lib_socket_connect=yes
7545 else
7546 ac_cv_lib_socket_connect=no
7548 rm -f core conftest.err conftest.$ac_objext \
7549 conftest$ac_exeext conftest.$ac_ext
7550 LIBS=$ac_check_lib_save_LIBS
7552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7553 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7554 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7555 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7560 # Guillermo Gomez says -lposix is necessary on A/UX.
7561 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7562 if test "x$ac_cv_func_remove" = x""yes; then :
7566 if test $ac_cv_func_remove = no; then
7567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7568 $as_echo_n "checking for remove in -lposix... " >&6; }
7569 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7570 $as_echo_n "(cached) " >&6
7571 else
7572 ac_check_lib_save_LIBS=$LIBS
7573 LIBS="-lposix $LIBS"
7574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7575 /* end confdefs.h. */
7577 /* Override any GCC internal prototype to avoid an error.
7578 Use char because int might match the return type of a GCC
7579 builtin and then its argument prototype would still apply. */
7580 #ifdef __cplusplus
7581 extern "C"
7582 #endif
7583 char remove ();
7585 main ()
7587 return remove ();
7589 return 0;
7591 _ACEOF
7592 if ac_fn_c_try_link "$LINENO"; then :
7593 ac_cv_lib_posix_remove=yes
7594 else
7595 ac_cv_lib_posix_remove=no
7597 rm -f core conftest.err conftest.$ac_objext \
7598 conftest$ac_exeext conftest.$ac_ext
7599 LIBS=$ac_check_lib_save_LIBS
7601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7602 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7603 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7604 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7609 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7610 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7611 if test "x$ac_cv_func_shmat" = x""yes; then :
7615 if test $ac_cv_func_shmat = no; then
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7617 $as_echo_n "checking for shmat in -lipc... " >&6; }
7618 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7619 $as_echo_n "(cached) " >&6
7620 else
7621 ac_check_lib_save_LIBS=$LIBS
7622 LIBS="-lipc $LIBS"
7623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7624 /* end confdefs.h. */
7626 /* Override any GCC internal prototype to avoid an error.
7627 Use char because int might match the return type of a GCC
7628 builtin and then its argument prototype would still apply. */
7629 #ifdef __cplusplus
7630 extern "C"
7631 #endif
7632 char shmat ();
7634 main ()
7636 return shmat ();
7638 return 0;
7640 _ACEOF
7641 if ac_fn_c_try_link "$LINENO"; then :
7642 ac_cv_lib_ipc_shmat=yes
7643 else
7644 ac_cv_lib_ipc_shmat=no
7646 rm -f core conftest.err conftest.$ac_objext \
7647 conftest$ac_exeext conftest.$ac_ext
7648 LIBS=$ac_check_lib_save_LIBS
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7651 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7652 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7653 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7659 # Check for libraries that X11R6 Xt/Xaw programs need.
7660 ac_save_LDFLAGS=$LDFLAGS
7661 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7662 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7663 # check for ICE first), but we must link in the order -lSM -lICE or
7664 # we get undefined symbols. So assume we have SM if we have ICE.
7665 # These have to be linked with before -lX11, unlike the other
7666 # libraries we check for below, so use a different variable.
7667 # John Interrante, Karl Berry
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7669 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7670 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7671 $as_echo_n "(cached) " >&6
7672 else
7673 ac_check_lib_save_LIBS=$LIBS
7674 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7676 /* end confdefs.h. */
7678 /* Override any GCC internal prototype to avoid an error.
7679 Use char because int might match the return type of a GCC
7680 builtin and then its argument prototype would still apply. */
7681 #ifdef __cplusplus
7682 extern "C"
7683 #endif
7684 char IceConnectionNumber ();
7686 main ()
7688 return IceConnectionNumber ();
7690 return 0;
7692 _ACEOF
7693 if ac_fn_c_try_link "$LINENO"; then :
7694 ac_cv_lib_ICE_IceConnectionNumber=yes
7695 else
7696 ac_cv_lib_ICE_IceConnectionNumber=no
7698 rm -f core conftest.err conftest.$ac_objext \
7699 conftest$ac_exeext conftest.$ac_ext
7700 LIBS=$ac_check_lib_save_LIBS
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7703 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7704 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7705 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7708 LDFLAGS=$ac_save_LDFLAGS
7713 if test "$have_x" = "yes"
7714 then
7715 XLIB="-lX11"
7716 ac_save_CPPFLAGS="$CPPFLAGS"
7717 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7720 $as_echo_n "checking for -lX11... " >&6; }
7721 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7722 $as_echo_n "(cached) " >&6
7723 else
7724 ac_check_soname_save_LIBS=$LIBS
7725 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7727 /* end confdefs.h. */
7729 /* Override any GCC internal prototype to avoid an error.
7730 Use char because int might match the return type of a GCC
7731 builtin and then its argument prototype would still apply. */
7732 #ifdef __cplusplus
7733 extern "C"
7734 #endif
7735 char XCreateWindow ();
7737 main ()
7739 return XCreateWindow ();
7741 return 0;
7743 _ACEOF
7744 if ac_fn_c_try_link "$LINENO"; then :
7745 case "$LIBEXT" in
7746 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7747 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'` ;;
7748 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7749 esac
7751 rm -f core conftest.err conftest.$ac_objext \
7752 conftest$ac_exeext conftest.$ac_ext
7753 LIBS=$ac_check_soname_save_LIBS
7755 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7757 $as_echo "not found" >&6; }
7759 else
7760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7761 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7763 cat >>confdefs.h <<_ACEOF
7764 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7765 _ACEOF
7769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7770 $as_echo_n "checking for -lXext... " >&6; }
7771 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7772 $as_echo_n "(cached) " >&6
7773 else
7774 ac_check_soname_save_LIBS=$LIBS
7775 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7777 /* end confdefs.h. */
7779 /* Override any GCC internal prototype to avoid an error.
7780 Use char because int might match the return type of a GCC
7781 builtin and then its argument prototype would still apply. */
7782 #ifdef __cplusplus
7783 extern "C"
7784 #endif
7785 char XextCreateExtension ();
7787 main ()
7789 return XextCreateExtension ();
7791 return 0;
7793 _ACEOF
7794 if ac_fn_c_try_link "$LINENO"; then :
7795 case "$LIBEXT" in
7796 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7797 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'` ;;
7798 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7799 esac
7801 rm -f core conftest.err conftest.$ac_objext \
7802 conftest$ac_exeext conftest.$ac_ext
7803 LIBS=$ac_check_soname_save_LIBS
7805 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7807 $as_echo "not found" >&6; }
7809 else
7810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7811 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7813 cat >>confdefs.h <<_ACEOF
7814 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7815 _ACEOF
7817 XLIB="-lXext $XLIB"
7820 for ac_header in X11/Xlib.h \
7821 X11/XKBlib.h \
7822 X11/Xutil.h \
7823 X11/Xcursor/Xcursor.h \
7824 X11/extensions/shape.h \
7825 X11/extensions/XInput.h \
7826 X11/extensions/XShm.h \
7827 X11/extensions/Xcomposite.h \
7828 X11/extensions/Xinerama.h \
7829 X11/extensions/Xrandr.h \
7830 X11/extensions/Xrender.h \
7831 X11/extensions/xf86vmode.h \
7832 X11/extensions/xf86vmproto.h
7833 do :
7834 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7835 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7836 # include <X11/Xlib.h>
7837 #endif
7838 #ifdef HAVE_X11_XUTIL_H
7839 # include <X11/Xutil.h>
7840 #endif
7842 eval as_val=\$$as_ac_Header
7843 if test "x$as_val" = x""yes; then :
7844 cat >>confdefs.h <<_ACEOF
7845 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7846 _ACEOF
7850 done
7853 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7854 then
7855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7856 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7857 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7858 $as_echo_n "(cached) " >&6
7859 else
7860 ac_check_lib_save_LIBS=$LIBS
7861 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7863 /* end confdefs.h. */
7865 /* Override any GCC internal prototype to avoid an error.
7866 Use char because int might match the return type of a GCC
7867 builtin and then its argument prototype would still apply. */
7868 #ifdef __cplusplus
7869 extern "C"
7870 #endif
7871 char XkbQueryExtension ();
7873 main ()
7875 return XkbQueryExtension ();
7877 return 0;
7879 _ACEOF
7880 if ac_fn_c_try_link "$LINENO"; then :
7881 ac_cv_lib_X11_XkbQueryExtension=yes
7882 else
7883 ac_cv_lib_X11_XkbQueryExtension=no
7885 rm -f core conftest.err conftest.$ac_objext \
7886 conftest$ac_exeext conftest.$ac_ext
7887 LIBS=$ac_check_lib_save_LIBS
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7890 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7891 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7893 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7899 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7900 then
7901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7902 $as_echo_n "checking for -lXcursor... " >&6; }
7903 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7904 $as_echo_n "(cached) " >&6
7905 else
7906 ac_check_soname_save_LIBS=$LIBS
7907 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7909 /* end confdefs.h. */
7911 /* Override any GCC internal prototype to avoid an error.
7912 Use char because int might match the return type of a GCC
7913 builtin and then its argument prototype would still apply. */
7914 #ifdef __cplusplus
7915 extern "C"
7916 #endif
7917 char XcursorImageLoadCursor ();
7919 main ()
7921 return XcursorImageLoadCursor ();
7923 return 0;
7925 _ACEOF
7926 if ac_fn_c_try_link "$LINENO"; then :
7927 case "$LIBEXT" in
7928 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7929 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'` ;;
7930 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7931 esac
7933 rm -f core conftest.err conftest.$ac_objext \
7934 conftest$ac_exeext conftest.$ac_ext
7935 LIBS=$ac_check_soname_save_LIBS
7937 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7939 $as_echo "not found" >&6; }
7941 else
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7943 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7945 cat >>confdefs.h <<_ACEOF
7946 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7947 _ACEOF
7952 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7953 case "x$with_xcursor" in
7954 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7955 xno) ;;
7956 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7957 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7958 esac
7961 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7962 then
7963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7964 $as_echo_n "checking for -lXi... " >&6; }
7965 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7966 $as_echo_n "(cached) " >&6
7967 else
7968 ac_check_soname_save_LIBS=$LIBS
7969 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7971 /* end confdefs.h. */
7973 /* Override any GCC internal prototype to avoid an error.
7974 Use char because int might match the return type of a GCC
7975 builtin and then its argument prototype would still apply. */
7976 #ifdef __cplusplus
7977 extern "C"
7978 #endif
7979 char XOpenDevice ();
7981 main ()
7983 return XOpenDevice ();
7985 return 0;
7987 _ACEOF
7988 if ac_fn_c_try_link "$LINENO"; then :
7989 case "$LIBEXT" in
7990 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7991 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'` ;;
7992 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7993 esac
7995 rm -f core conftest.err conftest.$ac_objext \
7996 conftest$ac_exeext conftest.$ac_ext
7997 LIBS=$ac_check_soname_save_LIBS
7999 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8001 $as_echo "not found" >&6; }
8003 else
8004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8005 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8007 cat >>confdefs.h <<_ACEOF
8008 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8009 _ACEOF
8014 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8015 case "x$with_xinput" in
8016 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8017 xno) ;;
8018 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8019 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8020 esac
8023 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8024 then
8025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8026 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8027 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8028 $as_echo_n "(cached) " >&6
8029 else
8030 ac_check_lib_save_LIBS=$LIBS
8031 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8033 /* end confdefs.h. */
8035 /* Override any GCC internal prototype to avoid an error.
8036 Use char because int might match the return type of a GCC
8037 builtin and then its argument prototype would still apply. */
8038 #ifdef __cplusplus
8039 extern "C"
8040 #endif
8041 char XShmQueryExtension ();
8043 main ()
8045 return XShmQueryExtension ();
8047 return 0;
8049 _ACEOF
8050 if ac_fn_c_try_link "$LINENO"; then :
8051 ac_cv_lib_Xext_XShmQueryExtension=yes
8052 else
8053 ac_cv_lib_Xext_XShmQueryExtension=no
8055 rm -f core conftest.err conftest.$ac_objext \
8056 conftest$ac_exeext conftest.$ac_ext
8057 LIBS=$ac_check_lib_save_LIBS
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8060 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8061 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8063 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8068 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8069 case "x$with_xshm" in
8070 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8071 xno) ;;
8072 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8073 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8074 esac
8077 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8078 then
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8080 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8081 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8082 $as_echo_n "(cached) " >&6
8083 else
8084 ac_check_lib_save_LIBS=$LIBS
8085 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8087 /* end confdefs.h. */
8089 /* Override any GCC internal prototype to avoid an error.
8090 Use char because int might match the return type of a GCC
8091 builtin and then its argument prototype would still apply. */
8092 #ifdef __cplusplus
8093 extern "C"
8094 #endif
8095 char XShapeQueryExtension ();
8097 main ()
8099 return XShapeQueryExtension ();
8101 return 0;
8103 _ACEOF
8104 if ac_fn_c_try_link "$LINENO"; then :
8105 ac_cv_lib_Xext_XShapeQueryExtension=yes
8106 else
8107 ac_cv_lib_Xext_XShapeQueryExtension=no
8109 rm -f core conftest.err conftest.$ac_objext \
8110 conftest$ac_exeext conftest.$ac_ext
8111 LIBS=$ac_check_lib_save_LIBS
8113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8114 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8115 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8117 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8122 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8123 case "x$with_xshape" in
8124 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8125 xno) ;;
8126 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8127 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8128 esac
8131 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8132 then
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8134 $as_echo_n "checking for -lXxf86vm... " >&6; }
8135 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8136 $as_echo_n "(cached) " >&6
8137 else
8138 ac_check_soname_save_LIBS=$LIBS
8139 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8141 /* end confdefs.h. */
8143 /* Override any GCC internal prototype to avoid an error.
8144 Use char because int might match the return type of a GCC
8145 builtin and then its argument prototype would still apply. */
8146 #ifdef __cplusplus
8147 extern "C"
8148 #endif
8149 char XF86VidModeQueryExtension ();
8151 main ()
8153 return XF86VidModeQueryExtension ();
8155 return 0;
8157 _ACEOF
8158 if ac_fn_c_try_link "$LINENO"; then :
8159 case "$LIBEXT" in
8160 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8161 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'` ;;
8162 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8163 esac
8165 rm -f core conftest.err conftest.$ac_objext \
8166 conftest$ac_exeext conftest.$ac_ext
8167 LIBS=$ac_check_soname_save_LIBS
8169 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8171 $as_echo "not found" >&6; }
8173 else
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8175 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8177 cat >>confdefs.h <<_ACEOF
8178 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8179 _ACEOF
8184 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8185 case "x$with_xxf86vm" in
8186 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8187 xno) ;;
8188 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8189 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8190 esac
8193 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"
8194 then
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8196 $as_echo_n "checking for -lXrender... " >&6; }
8197 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8198 $as_echo_n "(cached) " >&6
8199 else
8200 ac_check_soname_save_LIBS=$LIBS
8201 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8203 /* end confdefs.h. */
8205 /* Override any GCC internal prototype to avoid an error.
8206 Use char because int might match the return type of a GCC
8207 builtin and then its argument prototype would still apply. */
8208 #ifdef __cplusplus
8209 extern "C"
8210 #endif
8211 char XRenderQueryExtension ();
8213 main ()
8215 return XRenderQueryExtension ();
8217 return 0;
8219 _ACEOF
8220 if ac_fn_c_try_link "$LINENO"; then :
8221 case "$LIBEXT" in
8222 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8223 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'` ;;
8224 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8225 esac
8227 rm -f core conftest.err conftest.$ac_objext \
8228 conftest$ac_exeext conftest.$ac_ext
8229 LIBS=$ac_check_soname_save_LIBS
8231 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8233 $as_echo "not found" >&6; }
8235 else
8236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8237 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8239 cat >>confdefs.h <<_ACEOF
8240 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8241 _ACEOF
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8244 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8245 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8246 $as_echo_n "(cached) " >&6
8247 else
8248 ac_check_lib_save_LIBS=$LIBS
8249 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8251 /* end confdefs.h. */
8253 /* Override any GCC internal prototype to avoid an error.
8254 Use char because int might match the return type of a GCC
8255 builtin and then its argument prototype would still apply. */
8256 #ifdef __cplusplus
8257 extern "C"
8258 #endif
8259 char XRenderSetPictureTransform ();
8261 main ()
8263 return XRenderSetPictureTransform ();
8265 return 0;
8267 _ACEOF
8268 if ac_fn_c_try_link "$LINENO"; then :
8269 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8270 else
8271 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8273 rm -f core conftest.err conftest.$ac_objext \
8274 conftest$ac_exeext conftest.$ac_ext
8275 LIBS=$ac_check_lib_save_LIBS
8277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8278 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8279 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8281 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8288 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8289 case "x$with_xrender" in
8290 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8291 xno) ;;
8292 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8293 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8294 esac
8297 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8298 then
8299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8300 /* end confdefs.h. */
8301 #include <X11/Xlib.h>
8302 #include <X11/extensions/Xrandr.h>
8304 main ()
8306 static typeof(XRRSetScreenConfigAndRate) * func;
8308 return 0;
8310 _ACEOF
8311 if ac_fn_c_try_compile "$LINENO"; then :
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8313 $as_echo_n "checking for -lXrandr... " >&6; }
8314 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8315 $as_echo_n "(cached) " >&6
8316 else
8317 ac_check_soname_save_LIBS=$LIBS
8318 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8320 /* end confdefs.h. */
8322 /* Override any GCC internal prototype to avoid an error.
8323 Use char because int might match the return type of a GCC
8324 builtin and then its argument prototype would still apply. */
8325 #ifdef __cplusplus
8326 extern "C"
8327 #endif
8328 char XRRQueryExtension ();
8330 main ()
8332 return XRRQueryExtension ();
8334 return 0;
8336 _ACEOF
8337 if ac_fn_c_try_link "$LINENO"; then :
8338 case "$LIBEXT" in
8339 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8340 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'` ;;
8341 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8342 esac
8344 rm -f core conftest.err conftest.$ac_objext \
8345 conftest$ac_exeext conftest.$ac_ext
8346 LIBS=$ac_check_soname_save_LIBS
8348 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8350 $as_echo "not found" >&6; }
8352 else
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8354 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8356 cat >>confdefs.h <<_ACEOF
8357 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8358 _ACEOF
8363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8365 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8366 case "x$with_xrandr" in
8367 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8368 xno) ;;
8369 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8370 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8371 esac
8374 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8375 then
8376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8377 /* end confdefs.h. */
8378 #include <X11/Xlib.h>
8379 #include <X11/extensions/Xinerama.h>
8381 main ()
8383 static typeof(XineramaQueryScreens) * func;
8385 return 0;
8387 _ACEOF
8388 if ac_fn_c_try_compile "$LINENO"; then :
8389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8390 $as_echo_n "checking for -lXinerama... " >&6; }
8391 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8392 $as_echo_n "(cached) " >&6
8393 else
8394 ac_check_soname_save_LIBS=$LIBS
8395 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8397 /* end confdefs.h. */
8399 /* Override any GCC internal prototype to avoid an error.
8400 Use char because int might match the return type of a GCC
8401 builtin and then its argument prototype would still apply. */
8402 #ifdef __cplusplus
8403 extern "C"
8404 #endif
8405 char XineramaQueryScreens ();
8407 main ()
8409 return XineramaQueryScreens ();
8411 return 0;
8413 _ACEOF
8414 if ac_fn_c_try_link "$LINENO"; then :
8415 case "$LIBEXT" in
8416 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8417 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'` ;;
8418 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8419 esac
8421 rm -f core conftest.err conftest.$ac_objext \
8422 conftest$ac_exeext conftest.$ac_ext
8423 LIBS=$ac_check_soname_save_LIBS
8425 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8427 $as_echo "not found" >&6; }
8429 else
8430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8431 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8433 cat >>confdefs.h <<_ACEOF
8434 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8435 _ACEOF
8440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8442 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8443 case "x$with_xinerama" in
8444 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8445 xno) ;;
8446 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8447 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8448 esac
8451 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8452 then
8453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8454 $as_echo_n "checking for -lXcomposite... " >&6; }
8455 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8456 $as_echo_n "(cached) " >&6
8457 else
8458 ac_check_soname_save_LIBS=$LIBS
8459 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8461 /* end confdefs.h. */
8463 /* Override any GCC internal prototype to avoid an error.
8464 Use char because int might match the return type of a GCC
8465 builtin and then its argument prototype would still apply. */
8466 #ifdef __cplusplus
8467 extern "C"
8468 #endif
8469 char XCompositeRedirectWindow ();
8471 main ()
8473 return XCompositeRedirectWindow ();
8475 return 0;
8477 _ACEOF
8478 if ac_fn_c_try_link "$LINENO"; then :
8479 case "$LIBEXT" in
8480 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8481 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'` ;;
8482 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8483 esac
8485 rm -f core conftest.err conftest.$ac_objext \
8486 conftest$ac_exeext conftest.$ac_ext
8487 LIBS=$ac_check_soname_save_LIBS
8489 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8491 $as_echo "not found" >&6; }
8493 else
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8495 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8497 cat >>confdefs.h <<_ACEOF
8498 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8499 _ACEOF
8504 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8505 case "x$with_xcomposite" in
8506 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8507 xno) ;;
8508 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8509 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8510 esac
8513 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8514 #include <X11/Xlib.h>
8515 #endif
8517 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8519 cat >>confdefs.h <<_ACEOF
8520 #define HAVE_XICCALLBACK_CALLBACK 1
8521 _ACEOF
8528 opengl_msg=""
8529 if test "x$with_opengl" != "xno"
8530 then
8531 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8532 do :
8533 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8534 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8535 # include <GL/glx.h>
8536 #endif
8538 eval as_val=\$$as_ac_Header
8539 if test "x$as_val" = x""yes; then :
8540 cat >>confdefs.h <<_ACEOF
8541 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8542 _ACEOF
8546 done
8548 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8549 then
8550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8551 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8552 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8553 $as_echo_n "(cached) " >&6
8554 else
8555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8556 /* end confdefs.h. */
8557 #include <GL/gl.h>
8559 main ()
8561 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8563 return 0;
8565 _ACEOF
8566 if ac_fn_c_try_compile "$LINENO"; then :
8567 wine_cv_opengl_header_version_OK="yes"
8568 else
8569 wine_cv_opengl_header_version_OK="no"
8571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8574 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8576 if test "$wine_cv_opengl_header_version_OK" = "yes"
8577 then
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8579 $as_echo_n "checking for -lGL... " >&6; }
8580 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8581 $as_echo_n "(cached) " >&6
8582 else
8583 ac_check_soname_save_LIBS=$LIBS
8584 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8586 /* end confdefs.h. */
8588 /* Override any GCC internal prototype to avoid an error.
8589 Use char because int might match the return type of a GCC
8590 builtin and then its argument prototype would still apply. */
8591 #ifdef __cplusplus
8592 extern "C"
8593 #endif
8594 char glXCreateContext ();
8596 main ()
8598 return glXCreateContext ();
8600 return 0;
8602 _ACEOF
8603 if ac_fn_c_try_link "$LINENO"; then :
8604 case "$LIBEXT" in
8605 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8606 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'` ;;
8607 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8608 esac
8610 rm -f core conftest.err conftest.$ac_objext \
8611 conftest$ac_exeext conftest.$ac_ext
8612 LIBS=$ac_check_soname_save_LIBS
8614 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8616 $as_echo "not found" >&6; }
8617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8618 $as_echo_n "checking for -lGL... " >&6; }
8619 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8620 $as_echo_n "(cached) " >&6
8621 else
8622 ac_check_soname_save_LIBS=$LIBS
8623 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"
8624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8625 /* end confdefs.h. */
8627 /* Override any GCC internal prototype to avoid an error.
8628 Use char because int might match the return type of a GCC
8629 builtin and then its argument prototype would still apply. */
8630 #ifdef __cplusplus
8631 extern "C"
8632 #endif
8633 char glXCreateContext ();
8635 main ()
8637 return glXCreateContext ();
8639 return 0;
8641 _ACEOF
8642 if ac_fn_c_try_link "$LINENO"; then :
8643 case "$LIBEXT" in
8644 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8645 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'` ;;
8646 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8647 esac
8649 rm -f core conftest.err conftest.$ac_objext \
8650 conftest$ac_exeext conftest.$ac_ext
8651 LIBS=$ac_check_soname_save_LIBS
8653 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8655 $as_echo "not found" >&6; }
8656 if test -f /usr/X11R6/lib/libGL.a
8657 then
8658 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8659 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8660 else
8661 opengl_msg="No OpenGL library found on this system."
8663 else
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8665 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8667 cat >>confdefs.h <<_ACEOF
8668 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8669 _ACEOF
8671 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"
8673 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8676 else
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8678 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8680 cat >>confdefs.h <<_ACEOF
8681 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8682 _ACEOF
8684 OPENGL_LIBS="-lGL"
8686 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8689 if test "$ac_cv_header_GL_glu_h" = "yes"
8690 then
8691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8692 $as_echo_n "checking for -lGLU... " >&6; }
8693 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8694 $as_echo_n "(cached) " >&6
8695 else
8696 ac_check_soname_save_LIBS=$LIBS
8697 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8699 /* end confdefs.h. */
8701 /* Override any GCC internal prototype to avoid an error.
8702 Use char because int might match the return type of a GCC
8703 builtin and then its argument prototype would still apply. */
8704 #ifdef __cplusplus
8705 extern "C"
8706 #endif
8707 char gluLookAt ();
8709 main ()
8711 return gluLookAt ();
8713 return 0;
8715 _ACEOF
8716 if ac_fn_c_try_link "$LINENO"; then :
8717 case "$LIBEXT" in
8718 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8719 dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8720 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8721 esac
8723 rm -f core conftest.err conftest.$ac_objext \
8724 conftest$ac_exeext conftest.$ac_ext
8725 LIBS=$ac_check_soname_save_LIBS
8727 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8729 $as_echo "not found" >&6; }
8731 else
8732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8733 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8735 cat >>confdefs.h <<_ACEOF
8736 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8737 _ACEOF
8742 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8743 case "x$with_glu" in
8744 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8745 xno) ;;
8746 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8747 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8748 esac
8750 else
8751 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8753 else
8754 opengl_msg="OpenGL development headers not found."
8756 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8757 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8758 else
8759 enable_opengl32=${enable_opengl32:-no}
8760 enable_glu32=${enable_glu32:-no}
8762 if test -n "$opengl_msg"; then :
8763 case "x$with_opengl" in
8764 x) as_fn_append wine_warnings "|$opengl_msg
8765 OpenGL and Direct3D won't be supported." ;;
8766 xno) ;;
8767 *) as_fn_error "$opengl_msg
8768 OpenGL and Direct3D won't be supported.
8769 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8770 esac
8773 NASLIBS=""
8775 for ac_header in audio/audiolib.h
8776 do :
8777 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8778 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8779 cat >>confdefs.h <<_ACEOF
8780 #define HAVE_AUDIO_AUDIOLIB_H 1
8781 _ACEOF
8782 for ac_header in audio/soundlib.h
8783 do :
8784 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8786 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8787 cat >>confdefs.h <<_ACEOF
8788 #define HAVE_AUDIO_SOUNDLIB_H 1
8789 _ACEOF
8793 done
8795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8796 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8797 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8798 $as_echo_n "(cached) " >&6
8799 else
8800 ac_check_lib_save_LIBS=$LIBS
8801 LIBS="-laudio -lXt $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 AuCreateFlow ();
8813 main ()
8815 return AuCreateFlow ();
8817 return 0;
8819 _ACEOF
8820 if ac_fn_c_try_link "$LINENO"; then :
8821 ac_cv_lib_audio_AuCreateFlow=yes
8822 else
8823 ac_cv_lib_audio_AuCreateFlow=no
8825 rm -f core conftest.err conftest.$ac_objext \
8826 conftest$ac_exeext conftest.$ac_ext
8827 LIBS=$ac_check_lib_save_LIBS
8829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8830 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8831 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8833 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8836 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8837 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8838 $as_echo_n "(cached) " >&6
8839 else
8840 ac_check_lib_save_LIBS=$LIBS
8841 LIBS="-lXau $X_LIBS $LIBS"
8842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8843 /* end confdefs.h. */
8845 /* Override any GCC internal prototype to avoid an error.
8846 Use char because int might match the return type of a GCC
8847 builtin and then its argument prototype would still apply. */
8848 #ifdef __cplusplus
8849 extern "C"
8850 #endif
8851 char XauGetBestAuthByAddr ();
8853 main ()
8855 return XauGetBestAuthByAddr ();
8857 return 0;
8859 _ACEOF
8860 if ac_fn_c_try_link "$LINENO"; then :
8861 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8862 else
8863 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8865 rm -f core conftest.err conftest.$ac_objext \
8866 conftest$ac_exeext conftest.$ac_ext
8867 LIBS=$ac_check_lib_save_LIBS
8869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8870 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8871 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8872 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8873 else
8874 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8882 done
8885 CPPFLAGS="$ac_save_CPPFLAGS"
8886 else
8887 XLIB=""
8888 X_CFLAGS=""
8889 X_LIBS=""
8890 enable_winex11_drv=${enable_winex11_drv:-no}
8891 enable_opengl32=${enable_opengl32:-no}
8892 enable_glu32=${enable_glu32:-no}
8894 if test "x$XLIB" = "x"; then :
8895 case "x$with_x" in
8896 xno) ;;
8897 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8898 without X support, which probably isn't what you want. You will need to install
8899 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8900 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8901 esac
8905 XML2LIBS=""
8907 XML2INCL=""
8909 XSLTINCL=""
8911 if test "x$with_xml" != "xno"
8912 then
8913 ac_save_CPPFLAGS="$CPPFLAGS"
8914 if test "$PKG_CONFIG" != "false"
8915 then
8916 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8917 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8918 else
8919 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8920 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8922 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8923 for ac_header in libxml/parser.h
8924 do :
8925 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8926 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8927 cat >>confdefs.h <<_ACEOF
8928 #define HAVE_LIBXML_PARSER_H 1
8929 _ACEOF
8930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8931 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8932 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8933 $as_echo_n "(cached) " >&6
8934 else
8935 ac_check_lib_save_LIBS=$LIBS
8936 LIBS="-lxml2 $ac_xml_libs $LIBS"
8937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8938 /* end confdefs.h. */
8940 /* Override any GCC internal prototype to avoid an error.
8941 Use char because int might match the return type of a GCC
8942 builtin and then its argument prototype would still apply. */
8943 #ifdef __cplusplus
8944 extern "C"
8945 #endif
8946 char xmlParseMemory ();
8948 main ()
8950 return xmlParseMemory ();
8952 return 0;
8954 _ACEOF
8955 if ac_fn_c_try_link "$LINENO"; then :
8956 ac_cv_lib_xml2_xmlParseMemory=yes
8957 else
8958 ac_cv_lib_xml2_xmlParseMemory=no
8960 rm -f core conftest.err conftest.$ac_objext \
8961 conftest$ac_exeext conftest.$ac_ext
8962 LIBS=$ac_check_lib_save_LIBS
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8965 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8966 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8968 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8970 XML2LIBS="$ac_xml_libs"
8971 XML2INCL="$ac_xml_cflags"
8974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8975 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8976 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8977 $as_echo_n "(cached) " >&6
8978 else
8979 ac_check_lib_save_LIBS=$LIBS
8980 LIBS="-lxml2 $ac_xml_libs $LIBS"
8981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8982 /* end confdefs.h. */
8984 /* Override any GCC internal prototype to avoid an error.
8985 Use char because int might match the return type of a GCC
8986 builtin and then its argument prototype would still apply. */
8987 #ifdef __cplusplus
8988 extern "C"
8989 #endif
8990 char xmlReadMemory ();
8992 main ()
8994 return xmlReadMemory ();
8996 return 0;
8998 _ACEOF
8999 if ac_fn_c_try_link "$LINENO"; then :
9000 ac_cv_lib_xml2_xmlReadMemory=yes
9001 else
9002 ac_cv_lib_xml2_xmlReadMemory=no
9004 rm -f core conftest.err conftest.$ac_objext \
9005 conftest$ac_exeext conftest.$ac_ext
9006 LIBS=$ac_check_lib_save_LIBS
9008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9009 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9010 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9012 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9017 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9018 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9019 $as_echo_n "(cached) " >&6
9020 else
9021 ac_check_lib_save_LIBS=$LIBS
9022 LIBS="-lxml2 $ac_xml_libs $LIBS"
9023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9024 /* end confdefs.h. */
9026 /* Override any GCC internal prototype to avoid an error.
9027 Use char because int might match the return type of a GCC
9028 builtin and then its argument prototype would still apply. */
9029 #ifdef __cplusplus
9030 extern "C"
9031 #endif
9032 char xmlNewDocPI ();
9034 main ()
9036 return xmlNewDocPI ();
9038 return 0;
9040 _ACEOF
9041 if ac_fn_c_try_link "$LINENO"; then :
9042 ac_cv_lib_xml2_xmlNewDocPI=yes
9043 else
9044 ac_cv_lib_xml2_xmlNewDocPI=no
9046 rm -f core conftest.err conftest.$ac_objext \
9047 conftest$ac_exeext conftest.$ac_ext
9048 LIBS=$ac_check_lib_save_LIBS
9050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9051 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9052 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9054 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9061 done
9063 CPPFLAGS="$ac_save_CPPFLAGS"
9065 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9066 case "x$with_xml" in
9067 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9068 xno) ;;
9069 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9070 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9071 esac
9074 if test "x$with_xslt" != "xno"
9075 then
9076 if test "$PKG_CONFIG" != "false"
9077 then
9078 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9079 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9080 else
9081 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9082 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9084 ac_save_CPPFLAGS="$CPPFLAGS"
9085 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9086 for ac_header in libxslt/pattern.h libxslt/transform.h
9087 do :
9088 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9089 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9090 # include <libxslt/pattern.h>
9091 #endif
9093 eval as_val=\$$as_ac_Header
9094 if test "x$as_val" = x""yes; then :
9095 cat >>confdefs.h <<_ACEOF
9096 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9097 _ACEOF
9101 done
9103 CPPFLAGS="$ac_save_CPPFLAGS"
9104 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9105 then
9106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9107 $as_echo_n "checking for -lxslt... " >&6; }
9108 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9109 $as_echo_n "(cached) " >&6
9110 else
9111 ac_check_soname_save_LIBS=$LIBS
9112 LIBS="-lxslt $ac_xslt_libs $LIBS"
9113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9114 /* end confdefs.h. */
9116 /* Override any GCC internal prototype to avoid an error.
9117 Use char because int might match the return type of a GCC
9118 builtin and then its argument prototype would still apply. */
9119 #ifdef __cplusplus
9120 extern "C"
9121 #endif
9122 char xsltCompilePattern ();
9124 main ()
9126 return xsltCompilePattern ();
9128 return 0;
9130 _ACEOF
9131 if ac_fn_c_try_link "$LINENO"; then :
9132 case "$LIBEXT" in
9133 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9134 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'` ;;
9135 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9136 esac
9138 rm -f core conftest.err conftest.$ac_objext \
9139 conftest$ac_exeext conftest.$ac_ext
9140 LIBS=$ac_check_soname_save_LIBS
9142 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9144 $as_echo "not found" >&6; }
9146 else
9147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9148 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9150 cat >>confdefs.h <<_ACEOF
9151 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9152 _ACEOF
9154 XSLTINCL="$ac_xslt_cflags"
9158 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9159 case "x$with_xslt" in
9160 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9161 xno) ;;
9162 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9163 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9164 esac
9167 HALINCL=""
9169 if test "x$with_hal" != "xno"
9170 then
9171 ac_save_CPPFLAGS="$CPPFLAGS"
9172 if test "$PKG_CONFIG" != "false"
9173 then
9174 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9175 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9176 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9178 for ac_header in dbus/dbus.h hal/libhal.h
9179 do :
9180 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9181 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9182 eval as_val=\$$as_ac_Header
9183 if test "x$as_val" = x""yes; then :
9184 cat >>confdefs.h <<_ACEOF
9185 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9186 _ACEOF
9190 done
9192 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9193 then
9194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9195 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9196 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9197 $as_echo_n "(cached) " >&6
9198 else
9199 ac_check_lib_save_LIBS=$LIBS
9200 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9202 /* end confdefs.h. */
9204 /* Override any GCC internal prototype to avoid an error.
9205 Use char because int might match the return type of a GCC
9206 builtin and then its argument prototype would still apply. */
9207 #ifdef __cplusplus
9208 extern "C"
9209 #endif
9210 char dbus_connection_close ();
9212 main ()
9214 return dbus_connection_close ();
9216 return 0;
9218 _ACEOF
9219 if ac_fn_c_try_link "$LINENO"; then :
9220 ac_cv_lib_dbus_1_dbus_connection_close=yes
9221 else
9222 ac_cv_lib_dbus_1_dbus_connection_close=no
9224 rm -f core conftest.err conftest.$ac_objext \
9225 conftest$ac_exeext conftest.$ac_ext
9226 LIBS=$ac_check_lib_save_LIBS
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9229 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9230 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9232 $as_echo_n "checking for -lhal... " >&6; }
9233 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9234 $as_echo_n "(cached) " >&6
9235 else
9236 ac_check_soname_save_LIBS=$LIBS
9237 LIBS="-lhal $ac_hal_libs $LIBS"
9238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9239 /* end confdefs.h. */
9241 /* Override any GCC internal prototype to avoid an error.
9242 Use char because int might match the return type of a GCC
9243 builtin and then its argument prototype would still apply. */
9244 #ifdef __cplusplus
9245 extern "C"
9246 #endif
9247 char libhal_ctx_new ();
9249 main ()
9251 return libhal_ctx_new ();
9253 return 0;
9255 _ACEOF
9256 if ac_fn_c_try_link "$LINENO"; then :
9257 case "$LIBEXT" in
9258 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9259 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'` ;;
9260 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9261 esac
9263 rm -f core conftest.err conftest.$ac_objext \
9264 conftest$ac_exeext conftest.$ac_ext
9265 LIBS=$ac_check_soname_save_LIBS
9267 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9269 $as_echo "not found" >&6; }
9271 else
9272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9273 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9275 cat >>confdefs.h <<_ACEOF
9276 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9277 _ACEOF
9279 HALINCL="$ac_hal_cflags"
9284 CPPFLAGS="$ac_save_CPPFLAGS"
9286 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9287 case "x$with_hal" in
9288 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9289 xno) ;;
9290 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9291 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9292 esac
9295 if test "x$with_gnutls" != "xno"
9296 then
9297 ac_save_CPPFLAGS="$CPPFLAGS"
9298 if test "$PKG_CONFIG" != "false"
9299 then
9300 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9301 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9302 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9304 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9305 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9307 /* end confdefs.h. */
9308 #include <gnutls/gnutls.h>
9310 main ()
9312 typeof(gnutls_mac_get_key_size) *pfunc;
9314 return 0;
9316 _ACEOF
9317 if ac_fn_c_try_compile "$LINENO"; then :
9318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9319 $as_echo_n "checking for -lgnutls... " >&6; }
9320 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9321 $as_echo_n "(cached) " >&6
9322 else
9323 ac_check_soname_save_LIBS=$LIBS
9324 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9326 /* end confdefs.h. */
9328 /* Override any GCC internal prototype to avoid an error.
9329 Use char because int might match the return type of a GCC
9330 builtin and then its argument prototype would still apply. */
9331 #ifdef __cplusplus
9332 extern "C"
9333 #endif
9334 char gnutls_global_init ();
9336 main ()
9338 return gnutls_global_init ();
9340 return 0;
9342 _ACEOF
9343 if ac_fn_c_try_link "$LINENO"; then :
9344 case "$LIBEXT" in
9345 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9346 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'` ;;
9347 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9348 esac
9350 rm -f core conftest.err conftest.$ac_objext \
9351 conftest$ac_exeext conftest.$ac_ext
9352 LIBS=$ac_check_soname_save_LIBS
9354 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9356 $as_echo "not found" >&6; }
9358 else
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9360 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9362 cat >>confdefs.h <<_ACEOF
9363 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9364 _ACEOF
9366 GNUTLSINCL="$ac_gnutls_cflags"
9370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9374 CPPFLAGS="$ac_save_CPPFLAGS"
9376 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9377 case "x$with_gnutls" in
9378 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9379 xno) ;;
9380 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9381 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9382 esac
9385 CURSESLIBS=""
9386 if test "$ac_cv_header_ncurses_h" = "yes"
9387 then
9388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9389 $as_echo_n "checking for -lncurses... " >&6; }
9390 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9391 $as_echo_n "(cached) " >&6
9392 else
9393 ac_check_soname_save_LIBS=$LIBS
9394 LIBS="-lncurses $LIBS"
9395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9396 /* end confdefs.h. */
9398 /* Override any GCC internal prototype to avoid an error.
9399 Use char because int might match the return type of a GCC
9400 builtin and then its argument prototype would still apply. */
9401 #ifdef __cplusplus
9402 extern "C"
9403 #endif
9404 char waddch ();
9406 main ()
9408 return waddch ();
9410 return 0;
9412 _ACEOF
9413 if ac_fn_c_try_link "$LINENO"; then :
9414 case "$LIBEXT" in
9415 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9416 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'` ;;
9417 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9418 esac
9420 rm -f core conftest.err conftest.$ac_objext \
9421 conftest$ac_exeext conftest.$ac_ext
9422 LIBS=$ac_check_soname_save_LIBS
9424 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9426 $as_echo "not found" >&6; }
9428 else
9429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9430 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9432 cat >>confdefs.h <<_ACEOF
9433 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9434 _ACEOF
9436 CURSESLIBS="-lncurses"
9438 elif test "$ac_cv_header_curses_h" = "yes"
9439 then
9440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9441 $as_echo_n "checking for -lcurses... " >&6; }
9442 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9443 $as_echo_n "(cached) " >&6
9444 else
9445 ac_check_soname_save_LIBS=$LIBS
9446 LIBS="-lcurses $LIBS"
9447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9448 /* end confdefs.h. */
9450 /* Override any GCC internal prototype to avoid an error.
9451 Use char because int might match the return type of a GCC
9452 builtin and then its argument prototype would still apply. */
9453 #ifdef __cplusplus
9454 extern "C"
9455 #endif
9456 char waddch ();
9458 main ()
9460 return waddch ();
9462 return 0;
9464 _ACEOF
9465 if ac_fn_c_try_link "$LINENO"; then :
9466 case "$LIBEXT" in
9467 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9468 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'` ;;
9469 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9470 esac
9472 rm -f core conftest.err conftest.$ac_objext \
9473 conftest$ac_exeext conftest.$ac_ext
9474 LIBS=$ac_check_soname_save_LIBS
9476 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9478 $as_echo "not found" >&6; }
9480 else
9481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9482 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9484 cat >>confdefs.h <<_ACEOF
9485 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9486 _ACEOF
9488 CURSESLIBS="-lcurses"
9491 ac_save_LIBS="$LIBS"
9492 LIBS="$LIBS $CURSESLIBS"
9493 for ac_func in mousemask
9494 do :
9495 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9496 if test "x$ac_cv_func_mousemask" = x""yes; then :
9497 cat >>confdefs.h <<_ACEOF
9498 #define HAVE_MOUSEMASK 1
9499 _ACEOF
9502 done
9504 LIBS="$ac_save_LIBS"
9505 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9506 case "x$with_curses" in
9507 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9508 xno) ;;
9509 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9510 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9511 esac
9514 if test "x$with_sane" != "xno"
9515 then
9516 ac_save_CPPFLAGS="$CPPFLAGS"
9517 # Extract the first word of "sane-config", so it can be a program name with args.
9518 set dummy sane-config; ac_word=$2
9519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9520 $as_echo_n "checking for $ac_word... " >&6; }
9521 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9522 $as_echo_n "(cached) " >&6
9523 else
9524 if test -n "$sane_devel"; then
9525 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9526 else
9527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9528 for as_dir in $PATH
9530 IFS=$as_save_IFS
9531 test -z "$as_dir" && as_dir=.
9532 for ac_exec_ext in '' $ac_executable_extensions; do
9533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9534 ac_cv_prog_sane_devel="sane-config"
9535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9536 break 2
9538 done
9539 done
9540 IFS=$as_save_IFS
9542 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9545 sane_devel=$ac_cv_prog_sane_devel
9546 if test -n "$sane_devel"; then
9547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9548 $as_echo "$sane_devel" >&6; }
9549 else
9550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9551 $as_echo "no" >&6; }
9555 if test "$sane_devel" != "no"
9556 then
9557 ac_sane_incl="`$sane_devel --cflags`"
9558 ac_sane_libs="`$sane_devel --ldflags`"
9559 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9561 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9562 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9564 $as_echo_n "checking for -lsane... " >&6; }
9565 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9566 $as_echo_n "(cached) " >&6
9567 else
9568 ac_check_soname_save_LIBS=$LIBS
9569 LIBS="-lsane $ac_sane_libs $LIBS"
9570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9571 /* end confdefs.h. */
9573 /* Override any GCC internal prototype to avoid an error.
9574 Use char because int might match the return type of a GCC
9575 builtin and then its argument prototype would still apply. */
9576 #ifdef __cplusplus
9577 extern "C"
9578 #endif
9579 char sane_init ();
9581 main ()
9583 return sane_init ();
9585 return 0;
9587 _ACEOF
9588 if ac_fn_c_try_link "$LINENO"; then :
9589 case "$LIBEXT" in
9590 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9591 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'` ;;
9592 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9593 esac
9595 rm -f core conftest.err conftest.$ac_objext \
9596 conftest$ac_exeext conftest.$ac_ext
9597 LIBS=$ac_check_soname_save_LIBS
9599 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9601 $as_echo "not found" >&6; }
9603 else
9604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9605 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9607 cat >>confdefs.h <<_ACEOF
9608 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9609 _ACEOF
9611 SANEINCL="$ac_sane_incl"
9617 CPPFLAGS="$ac_save_CPPFLAGS"
9619 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9620 case "x$with_sane" in
9621 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9622 xno) ;;
9623 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9624 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9625 esac
9628 if test "x$with_v4l" != "xno"
9629 then
9630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9631 $as_echo_n "checking for -lv4l1... " >&6; }
9632 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9633 $as_echo_n "(cached) " >&6
9634 else
9635 ac_check_soname_save_LIBS=$LIBS
9636 LIBS="-lv4l1 $LIBS"
9637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9638 /* end confdefs.h. */
9640 /* Override any GCC internal prototype to avoid an error.
9641 Use char because int might match the return type of a GCC
9642 builtin and then its argument prototype would still apply. */
9643 #ifdef __cplusplus
9644 extern "C"
9645 #endif
9646 char v4l1_open ();
9648 main ()
9650 return v4l1_open ();
9652 return 0;
9654 _ACEOF
9655 if ac_fn_c_try_link "$LINENO"; then :
9656 case "$LIBEXT" in
9657 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9658 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'` ;;
9659 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9660 esac
9662 rm -f core conftest.err conftest.$ac_objext \
9663 conftest$ac_exeext conftest.$ac_ext
9664 LIBS=$ac_check_soname_save_LIBS
9666 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9668 $as_echo "not found" >&6; }
9670 else
9671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9672 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9674 cat >>confdefs.h <<_ACEOF
9675 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9676 _ACEOF
9681 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9682 case "x$with_v4l" in
9683 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9684 xno) ;;
9685 *) as_fn_error "libv4l ${notice_platform}development files not found.
9686 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9687 esac
9690 if test "x$with_gphoto" != "xno"
9691 then
9692 ac_save_CPPFLAGS="$CPPFLAGS"
9693 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9694 set dummy gphoto2-config; ac_word=$2
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9696 $as_echo_n "checking for $ac_word... " >&6; }
9697 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9698 $as_echo_n "(cached) " >&6
9699 else
9700 if test -n "$gphoto2_devel"; then
9701 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9702 else
9703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9704 for as_dir in $PATH
9706 IFS=$as_save_IFS
9707 test -z "$as_dir" && as_dir=.
9708 for ac_exec_ext in '' $ac_executable_extensions; do
9709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9710 ac_cv_prog_gphoto2_devel="gphoto2-config"
9711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9712 break 2
9714 done
9715 done
9716 IFS=$as_save_IFS
9718 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9721 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9722 if test -n "$gphoto2_devel"; then
9723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9724 $as_echo "$gphoto2_devel" >&6; }
9725 else
9726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9727 $as_echo "no" >&6; }
9731 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9732 set dummy gphoto2-port-config; ac_word=$2
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9734 $as_echo_n "checking for $ac_word... " >&6; }
9735 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9736 $as_echo_n "(cached) " >&6
9737 else
9738 if test -n "$gphoto2port_devel"; then
9739 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9740 else
9741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9742 for as_dir in $PATH
9744 IFS=$as_save_IFS
9745 test -z "$as_dir" && as_dir=.
9746 for ac_exec_ext in '' $ac_executable_extensions; do
9747 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9748 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9750 break 2
9752 done
9753 done
9754 IFS=$as_save_IFS
9756 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9759 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9760 if test -n "$gphoto2port_devel"; then
9761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9762 $as_echo "$gphoto2port_devel" >&6; }
9763 else
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9765 $as_echo "no" >&6; }
9769 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9770 then
9771 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9772 ac_gphoto2_libs=""
9773 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9775 case "$i" in
9776 -L/usr/lib|-L/usr/lib64) ;;
9777 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9778 esac
9779 done
9780 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9782 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9783 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9784 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9786 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9787 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9788 $as_echo_n "(cached) " >&6
9789 else
9790 ac_check_lib_save_LIBS=$LIBS
9791 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9793 /* end confdefs.h. */
9795 /* Override any GCC internal prototype to avoid an error.
9796 Use char because int might match the return type of a GCC
9797 builtin and then its argument prototype would still apply. */
9798 #ifdef __cplusplus
9799 extern "C"
9800 #endif
9801 char gp_camera_new ();
9803 main ()
9805 return gp_camera_new ();
9807 return 0;
9809 _ACEOF
9810 if ac_fn_c_try_link "$LINENO"; then :
9811 ac_cv_lib_gphoto2_gp_camera_new=yes
9812 else
9813 ac_cv_lib_gphoto2_gp_camera_new=no
9815 rm -f core conftest.err conftest.$ac_objext \
9816 conftest$ac_exeext conftest.$ac_ext
9817 LIBS=$ac_check_lib_save_LIBS
9819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9820 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9821 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9823 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9825 GPHOTO2LIBS="$ac_gphoto2_libs"
9827 GPHOTO2INCL="$ac_gphoto2_incl"
9834 CPPFLAGS="$ac_save_CPPFLAGS"
9836 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9837 case "x$with_gphoto" in
9838 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9839 xno) ;;
9840 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9841 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9842 esac
9846 RESOLVLIBS=""
9848 if test "$ac_cv_header_resolv_h" = "yes"
9849 then
9850 ac_save_LIBS="$LIBS"
9851 LIBS="$LIBS -lresolv"
9852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9853 /* end confdefs.h. */
9854 #ifdef HAVE_NETINET_IN_H
9855 #include <netinet/in.h>
9856 #endif
9857 #include <resolv.h>
9859 main ()
9861 res_init();
9863 return 0;
9865 _ACEOF
9866 if ac_fn_c_try_link "$LINENO"; then :
9868 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9870 RESOLVLIBS="-lresolv"
9872 rm -f core conftest.err conftest.$ac_objext \
9873 conftest$ac_exeext conftest.$ac_ext
9874 LIBS="$ac_save_LIBS"
9877 LCMSLIBS=""
9879 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9880 then
9881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9882 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9883 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9884 $as_echo_n "(cached) " >&6
9885 else
9886 ac_check_lib_save_LIBS=$LIBS
9887 LIBS="-llcms $LIBS"
9888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9889 /* end confdefs.h. */
9891 /* Override any GCC internal prototype to avoid an error.
9892 Use char because int might match the return type of a GCC
9893 builtin and then its argument prototype would still apply. */
9894 #ifdef __cplusplus
9895 extern "C"
9896 #endif
9897 char cmsOpenProfileFromFile ();
9899 main ()
9901 return cmsOpenProfileFromFile ();
9903 return 0;
9905 _ACEOF
9906 if ac_fn_c_try_link "$LINENO"; then :
9907 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9908 else
9909 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9911 rm -f core conftest.err conftest.$ac_objext \
9912 conftest$ac_exeext conftest.$ac_ext
9913 LIBS=$ac_check_lib_save_LIBS
9915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9916 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9917 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9919 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9921 LCMSLIBS="-llcms"
9925 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9926 case "x$with_cms" in
9927 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9928 xno) ;;
9929 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9930 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9931 esac
9934 if test "x$with_freetype" != "xno"
9935 then
9936 for ac_prog in freetype-config freetype2-config
9938 # Extract the first word of "$ac_prog", so it can be a program name with args.
9939 set dummy $ac_prog; ac_word=$2
9940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9941 $as_echo_n "checking for $ac_word... " >&6; }
9942 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9943 $as_echo_n "(cached) " >&6
9944 else
9945 if test -n "$ft_devel"; then
9946 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9947 else
9948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9949 for as_dir in $PATH
9951 IFS=$as_save_IFS
9952 test -z "$as_dir" && as_dir=.
9953 for ac_exec_ext in '' $ac_executable_extensions; do
9954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9955 ac_cv_prog_ft_devel="$ac_prog"
9956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9957 break 2
9959 done
9960 done
9961 IFS=$as_save_IFS
9965 ft_devel=$ac_cv_prog_ft_devel
9966 if test -n "$ft_devel"; then
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9968 $as_echo "$ft_devel" >&6; }
9969 else
9970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9971 $as_echo "no" >&6; }
9975 test -n "$ft_devel" && break
9976 done
9977 test -n "$ft_devel" || ft_devel="no"
9979 if test "$ft_devel" != "no"
9980 then
9981 ac_freetype_incl=`$ft_devel --cflags`
9982 ac_freetype_libs=`$ft_devel --libs`
9984 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9986 $as_echo_n "checking for -lfreetype... " >&6; }
9987 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9988 $as_echo_n "(cached) " >&6
9989 else
9990 ac_check_soname_save_LIBS=$LIBS
9991 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9993 /* end confdefs.h. */
9995 /* Override any GCC internal prototype to avoid an error.
9996 Use char because int might match the return type of a GCC
9997 builtin and then its argument prototype would still apply. */
9998 #ifdef __cplusplus
9999 extern "C"
10000 #endif
10001 char FT_Init_FreeType ();
10003 main ()
10005 return FT_Init_FreeType ();
10007 return 0;
10009 _ACEOF
10010 if ac_fn_c_try_link "$LINENO"; then :
10011 case "$LIBEXT" in
10012 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10013 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'` ;;
10014 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10015 esac
10017 rm -f core conftest.err conftest.$ac_objext \
10018 conftest$ac_exeext conftest.$ac_ext
10019 LIBS=$ac_check_soname_save_LIBS
10021 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10023 $as_echo "not found" >&6; }
10024 ft_lib=no
10025 else
10026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10027 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10029 cat >>confdefs.h <<_ACEOF
10030 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10031 _ACEOF
10033 ft_lib=yes
10035 if test "$ft_lib" = "yes"
10036 then
10037 ac_save_CPPFLAGS="$CPPFLAGS"
10038 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10039 for ac_header in ft2build.h \
10040 freetype/freetype.h \
10041 freetype/ftglyph.h \
10042 freetype/fttypes.h \
10043 freetype/tttables.h \
10044 freetype/ftsnames.h \
10045 freetype/ttnameid.h \
10046 freetype/ftoutln.h \
10047 freetype/ftwinfnt.h \
10048 freetype/ftmodapi.h \
10049 freetype/ftlcdfil.h \
10050 freetype/internal/sfnt.h
10051 do :
10052 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10053 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10054 # include <ft2build.h>
10055 #endif
10057 eval as_val=\$$as_ac_Header
10058 if test "x$as_val" = x""yes; then :
10059 cat >>confdefs.h <<_ACEOF
10060 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10061 _ACEOF
10065 done
10067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10068 /* end confdefs.h. */
10069 #include <ft2build.h>
10070 #include <freetype/fttrigon.h>
10071 _ACEOF
10072 if ac_fn_c_try_cpp "$LINENO"; then :
10074 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10076 wine_cv_fttrigon=yes
10077 else
10078 wine_cv_fttrigon=no
10080 rm -f conftest.err conftest.$ac_ext
10081 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10083 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10085 cat >>confdefs.h <<_ACEOF
10086 #define HAVE_FT_TRUETYPEENGINETYPE 1
10087 _ACEOF
10092 ac_save_CFLAGS="$CFLAGS"
10093 CFLAGS="$CFLAGS $ac_freetype_libs"
10094 for ac_func in FT_Load_Sfnt_Table
10095 do :
10096 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10097 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10098 cat >>confdefs.h <<_ACEOF
10099 #define HAVE_FT_LOAD_SFNT_TABLE 1
10100 _ACEOF
10103 done
10105 CFLAGS="$ac_save_CFLAGS"
10106 CPPFLAGS="$ac_save_CPPFLAGS"
10107 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10108 then
10110 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10112 FREETYPELIBS="$ac_freetype_libs"
10114 FREETYPEINCL="$ac_freetype_incl"
10119 if test "x$FREETYPELIBS" = "x"; then :
10120 case "x$with_freetype" in
10121 xno) ;;
10122 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10123 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10124 esac
10126 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10129 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10130 if test "${ac_cv_c_ppdev+set}" = set; then :
10131 $as_echo_n "(cached) " >&6
10132 else
10133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10134 /* end confdefs.h. */
10135 #ifdef HAVE_SYS_IOCTL_H
10136 # include <sys/ioctl.h>
10137 #endif
10138 #include <linux/ppdev.h>
10140 main ()
10142 ioctl (1,PPCLAIM,0)
10144 return 0;
10146 _ACEOF
10147 if ac_fn_c_try_compile "$LINENO"; then :
10148 ac_cv_c_ppdev="yes"
10149 else
10150 ac_cv_c_ppdev="no"
10152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10155 $as_echo "$ac_cv_c_ppdev" >&6; }
10156 if test "$ac_cv_c_ppdev" = "yes"
10157 then
10159 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10163 ac_wine_check_funcs_save_LIBS="$LIBS"
10164 LIBS="$LIBS $LIBPTHREAD"
10165 for ac_func in \
10166 pthread_attr_get_np \
10167 pthread_getattr_np \
10168 pthread_get_stackaddr_np \
10169 pthread_get_stacksize_np
10170 do :
10171 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10172 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10173 eval as_val=\$$as_ac_var
10174 if test "x$as_val" = x""yes; then :
10175 cat >>confdefs.h <<_ACEOF
10176 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10177 _ACEOF
10180 done
10182 LIBS="$ac_wine_check_funcs_save_LIBS"
10184 if test "$ac_cv_header_zlib_h" = "yes"
10185 then
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10187 $as_echo_n "checking for inflate in -lz... " >&6; }
10188 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10189 $as_echo_n "(cached) " >&6
10190 else
10191 ac_check_lib_save_LIBS=$LIBS
10192 LIBS="-lz $LIBS"
10193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10194 /* end confdefs.h. */
10196 /* Override any GCC internal prototype to avoid an error.
10197 Use char because int might match the return type of a GCC
10198 builtin and then its argument prototype would still apply. */
10199 #ifdef __cplusplus
10200 extern "C"
10201 #endif
10202 char inflate ();
10204 main ()
10206 return inflate ();
10208 return 0;
10210 _ACEOF
10211 if ac_fn_c_try_link "$LINENO"; then :
10212 ac_cv_lib_z_inflate=yes
10213 else
10214 ac_cv_lib_z_inflate=no
10216 rm -f core conftest.err conftest.$ac_objext \
10217 conftest$ac_exeext conftest.$ac_ext
10218 LIBS=$ac_check_lib_save_LIBS
10220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10221 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10222 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10224 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10226 ZLIB="-lz"
10232 if test "x$with_esd" != xno
10233 then
10234 save_CFLAGS="$CFLAGS"
10235 # Extract the first word of "esd-config", so it can be a program name with args.
10236 set dummy esd-config; ac_word=$2
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10238 $as_echo_n "checking for $ac_word... " >&6; }
10239 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10240 $as_echo_n "(cached) " >&6
10241 else
10242 case $ESDCONFIG in
10243 [\\/]* | ?:[\\/]*)
10244 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10248 for as_dir in $PATH
10250 IFS=$as_save_IFS
10251 test -z "$as_dir" && as_dir=.
10252 for ac_exec_ext in '' $ac_executable_extensions; do
10253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10254 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10256 break 2
10258 done
10259 done
10260 IFS=$as_save_IFS
10262 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10264 esac
10266 ESDCONFIG=$ac_cv_path_ESDCONFIG
10267 if test -n "$ESDCONFIG"; then
10268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10269 $as_echo "$ESDCONFIG" >&6; }
10270 else
10271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10272 $as_echo "no" >&6; }
10276 if test "x$ESDCONFIG" != "xno"
10277 then
10278 ac_esd_incl=""
10279 for i in `$ESDCONFIG --cflags`
10281 case "$i" in
10282 -I*) ac_esd_incl="$ac_esd_incl $i";;
10283 esac
10284 done
10285 ac_esd_libs=`$ESDCONFIG --libs`
10286 CFLAGS="$CFLAGS $ac_esd_incl"
10288 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10289 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10290 if test "x$ac_cv_header_esd_h" = x""yes; then :
10291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10292 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10293 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10294 $as_echo_n "(cached) " >&6
10295 else
10296 ac_check_lib_save_LIBS=$LIBS
10297 LIBS="-lesd $ac_esd_libs $LIBS"
10298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10299 /* end confdefs.h. */
10301 /* Override any GCC internal prototype to avoid an error.
10302 Use char because int might match the return type of a GCC
10303 builtin and then its argument prototype would still apply. */
10304 #ifdef __cplusplus
10305 extern "C"
10306 #endif
10307 char esd_open_sound ();
10309 main ()
10311 return esd_open_sound ();
10313 return 0;
10315 _ACEOF
10316 if ac_fn_c_try_link "$LINENO"; then :
10317 ac_cv_lib_esd_esd_open_sound=yes
10318 else
10319 ac_cv_lib_esd_esd_open_sound=no
10321 rm -f core conftest.err conftest.$ac_objext \
10322 conftest$ac_exeext conftest.$ac_ext
10323 LIBS=$ac_check_lib_save_LIBS
10325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10326 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10327 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10328 ESDINCL="$ac_esd_incl"
10330 ESDLIBS="$ac_esd_libs"
10333 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10340 CFLAGS="$save_CFLAGS"
10343 ALSALIBS=""
10345 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10346 then
10347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10348 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10349 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10350 $as_echo_n "(cached) " >&6
10351 else
10352 ac_check_lib_save_LIBS=$LIBS
10353 LIBS="-lasound $LIBS"
10354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10355 /* end confdefs.h. */
10357 /* Override any GCC internal prototype to avoid an error.
10358 Use char because int might match the return type of a GCC
10359 builtin and then its argument prototype would still apply. */
10360 #ifdef __cplusplus
10361 extern "C"
10362 #endif
10363 char snd_pcm_hw_params_get_access ();
10365 main ()
10367 return snd_pcm_hw_params_get_access ();
10369 return 0;
10371 _ACEOF
10372 if ac_fn_c_try_link "$LINENO"; then :
10373 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10374 else
10375 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10377 rm -f core conftest.err conftest.$ac_objext \
10378 conftest$ac_exeext conftest.$ac_ext
10379 LIBS=$ac_check_lib_save_LIBS
10381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10382 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10383 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10385 /* end confdefs.h. */
10386 #ifdef HAVE_ALSA_ASOUNDLIB_H
10387 #include <alsa/asoundlib.h>
10388 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10389 #include <sys/asoundlib.h>
10390 #endif
10392 main ()
10394 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10396 return 0;
10398 _ACEOF
10399 if ac_fn_c_try_compile "$LINENO"; then :
10401 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10403 ALSALIBS="-lasound"
10405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10410 AUDIOIOLIBS=""
10412 if test "$ac_cv_header_libaudioio_h" = "yes"
10413 then
10414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10415 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10416 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10417 $as_echo_n "(cached) " >&6
10418 else
10419 ac_check_lib_save_LIBS=$LIBS
10420 LIBS="-laudioio $LIBS"
10421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10422 /* end confdefs.h. */
10424 /* Override any GCC internal prototype to avoid an error.
10425 Use char because int might match the return type of a GCC
10426 builtin and then its argument prototype would still apply. */
10427 #ifdef __cplusplus
10428 extern "C"
10429 #endif
10430 char AudioIOGetVersion ();
10432 main ()
10434 return AudioIOGetVersion ();
10436 return 0;
10438 _ACEOF
10439 if ac_fn_c_try_link "$LINENO"; then :
10440 ac_cv_lib_audioio_AudioIOGetVersion=yes
10441 else
10442 ac_cv_lib_audioio_AudioIOGetVersion=no
10444 rm -f core conftest.err conftest.$ac_objext \
10445 conftest$ac_exeext conftest.$ac_ext
10446 LIBS=$ac_check_lib_save_LIBS
10448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10449 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10450 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10451 AUDIOIOLIBS="-laudioio"
10453 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10460 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10461 then
10462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10463 $as_echo_n "checking for -lcapi20... " >&6; }
10464 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10465 $as_echo_n "(cached) " >&6
10466 else
10467 ac_check_soname_save_LIBS=$LIBS
10468 LIBS="-lcapi20 $LIBS"
10469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10470 /* end confdefs.h. */
10472 /* Override any GCC internal prototype to avoid an error.
10473 Use char because int might match the return type of a GCC
10474 builtin and then its argument prototype would still apply. */
10475 #ifdef __cplusplus
10476 extern "C"
10477 #endif
10478 char capi20_register ();
10480 main ()
10482 return capi20_register ();
10484 return 0;
10486 _ACEOF
10487 if ac_fn_c_try_link "$LINENO"; then :
10488 case "$LIBEXT" in
10489 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10490 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'` ;;
10491 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10492 esac
10494 rm -f core conftest.err conftest.$ac_objext \
10495 conftest$ac_exeext conftest.$ac_ext
10496 LIBS=$ac_check_soname_save_LIBS
10498 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10500 $as_echo "not found" >&6; }
10502 else
10503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10504 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10506 cat >>confdefs.h <<_ACEOF
10507 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10508 _ACEOF
10513 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10514 case "x$with_capi" in
10515 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10516 xno) ;;
10517 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10518 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10519 esac
10522 CUPSINCL=""
10524 if test "x$with_cups" != "xno"
10525 then
10526 ac_save_CPPFLAGS="$CPPFLAGS"
10527 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10528 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10529 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10530 for ac_header in cups/cups.h
10531 do :
10532 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10533 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10534 cat >>confdefs.h <<_ACEOF
10535 #define HAVE_CUPS_CUPS_H 1
10536 _ACEOF
10537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10538 $as_echo_n "checking for -lcups... " >&6; }
10539 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10540 $as_echo_n "(cached) " >&6
10541 else
10542 ac_check_soname_save_LIBS=$LIBS
10543 LIBS="-lcups $ac_cups_libs $LIBS"
10544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10545 /* end confdefs.h. */
10547 /* Override any GCC internal prototype to avoid an error.
10548 Use char because int might match the return type of a GCC
10549 builtin and then its argument prototype would still apply. */
10550 #ifdef __cplusplus
10551 extern "C"
10552 #endif
10553 char cupsGetDefault ();
10555 main ()
10557 return cupsGetDefault ();
10559 return 0;
10561 _ACEOF
10562 if ac_fn_c_try_link "$LINENO"; then :
10563 case "$LIBEXT" in
10564 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10565 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'` ;;
10566 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10567 esac
10569 rm -f core conftest.err conftest.$ac_objext \
10570 conftest$ac_exeext conftest.$ac_ext
10571 LIBS=$ac_check_soname_save_LIBS
10573 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10575 $as_echo "not found" >&6; }
10577 else
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10579 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10581 cat >>confdefs.h <<_ACEOF
10582 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10583 _ACEOF
10585 CUPSINCL="$ac_cups_cflags"
10589 done
10591 CPPFLAGS="$ac_save_CPPFLAGS"
10593 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10594 case "x$with_cups" in
10595 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10596 xno) ;;
10597 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10598 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10599 esac
10602 if test "$ac_cv_header_jack_jack_h" = "yes"
10603 then
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10605 $as_echo_n "checking for -ljack... " >&6; }
10606 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10607 $as_echo_n "(cached) " >&6
10608 else
10609 ac_check_soname_save_LIBS=$LIBS
10610 LIBS="-ljack $LIBS"
10611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10612 /* end confdefs.h. */
10614 /* Override any GCC internal prototype to avoid an error.
10615 Use char because int might match the return type of a GCC
10616 builtin and then its argument prototype would still apply. */
10617 #ifdef __cplusplus
10618 extern "C"
10619 #endif
10620 char jack_client_new ();
10622 main ()
10624 return jack_client_new ();
10626 return 0;
10628 _ACEOF
10629 if ac_fn_c_try_link "$LINENO"; then :
10630 case "$LIBEXT" in
10631 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10632 dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10633 *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10634 esac
10636 rm -f core conftest.err conftest.$ac_objext \
10637 conftest$ac_exeext conftest.$ac_ext
10638 LIBS=$ac_check_soname_save_LIBS
10640 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10642 $as_echo "not found" >&6; }
10644 else
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10646 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10648 cat >>confdefs.h <<_ACEOF
10649 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10650 _ACEOF
10656 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10657 then
10658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10659 $as_echo_n "checking for -lfontconfig... " >&6; }
10660 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10661 $as_echo_n "(cached) " >&6
10662 else
10663 ac_check_soname_save_LIBS=$LIBS
10664 LIBS="-lfontconfig $LIBS"
10665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10666 /* end confdefs.h. */
10668 /* Override any GCC internal prototype to avoid an error.
10669 Use char because int might match the return type of a GCC
10670 builtin and then its argument prototype would still apply. */
10671 #ifdef __cplusplus
10672 extern "C"
10673 #endif
10674 char FcInit ();
10676 main ()
10678 return FcInit ();
10680 return 0;
10682 _ACEOF
10683 if ac_fn_c_try_link "$LINENO"; then :
10684 case "$LIBEXT" in
10685 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10686 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'` ;;
10687 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10688 esac
10690 rm -f core conftest.err conftest.$ac_objext \
10691 conftest$ac_exeext conftest.$ac_ext
10692 LIBS=$ac_check_soname_save_LIBS
10694 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10696 $as_echo "not found" >&6; }
10698 else
10699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10700 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10702 cat >>confdefs.h <<_ACEOF
10703 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10704 _ACEOF
10708 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10709 then
10710 ac_save_CPPFLAGS="$CPPFLAGS"
10711 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10712 $as_unset ac_cv_header_fontconfig_fontconfig_h
10713 for ac_header in fontconfig/fontconfig.h
10714 do :
10715 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10716 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10717 cat >>confdefs.h <<_ACEOF
10718 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10719 _ACEOF
10723 done
10725 CPPFLAGS="$ac_save_CPPFLAGS"
10726 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10727 then
10728 FONTCONFIGINCL="$X_CFLAGS"
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10731 $as_echo_n "checking for -lfontconfig... " >&6; }
10732 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10733 $as_echo_n "(cached) " >&6
10734 else
10735 ac_check_soname_save_LIBS=$LIBS
10736 LIBS="-lfontconfig $X_LIBS $LIBS"
10737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10738 /* end confdefs.h. */
10740 /* Override any GCC internal prototype to avoid an error.
10741 Use char because int might match the return type of a GCC
10742 builtin and then its argument prototype would still apply. */
10743 #ifdef __cplusplus
10744 extern "C"
10745 #endif
10746 char FcInit ();
10748 main ()
10750 return FcInit ();
10752 return 0;
10754 _ACEOF
10755 if ac_fn_c_try_link "$LINENO"; then :
10756 case "$LIBEXT" in
10757 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10758 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'` ;;
10759 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10760 esac
10762 rm -f core conftest.err conftest.$ac_objext \
10763 conftest$ac_exeext conftest.$ac_ext
10764 LIBS=$ac_check_soname_save_LIBS
10766 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10768 $as_echo "not found" >&6; }
10770 else
10771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10772 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10774 cat >>confdefs.h <<_ACEOF
10775 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10776 _ACEOF
10782 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10783 case "x$with_fontconfig" in
10784 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10785 xno) ;;
10786 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10787 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10788 esac
10791 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10792 then
10793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10794 $as_echo_n "checking for -lssl... " >&6; }
10795 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10796 $as_echo_n "(cached) " >&6
10797 else
10798 ac_check_soname_save_LIBS=$LIBS
10799 LIBS="-lssl $LIBS"
10800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10801 /* end confdefs.h. */
10803 /* Override any GCC internal prototype to avoid an error.
10804 Use char because int might match the return type of a GCC
10805 builtin and then its argument prototype would still apply. */
10806 #ifdef __cplusplus
10807 extern "C"
10808 #endif
10809 char SSL_library_init ();
10811 main ()
10813 return SSL_library_init ();
10815 return 0;
10817 _ACEOF
10818 if ac_fn_c_try_link "$LINENO"; then :
10819 case "$LIBEXT" in
10820 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10821 dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10822 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10823 esac
10825 rm -f core conftest.err conftest.$ac_objext \
10826 conftest$ac_exeext conftest.$ac_ext
10827 LIBS=$ac_check_soname_save_LIBS
10829 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10831 $as_echo "not found" >&6; }
10833 else
10834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10835 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10837 cat >>confdefs.h <<_ACEOF
10838 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10839 _ACEOF
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10844 $as_echo_n "checking for -lcrypto... " >&6; }
10845 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10846 $as_echo_n "(cached) " >&6
10847 else
10848 ac_check_soname_save_LIBS=$LIBS
10849 LIBS="-lcrypto $LIBS"
10850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10851 /* end confdefs.h. */
10853 /* Override any GCC internal prototype to avoid an error.
10854 Use char because int might match the return type of a GCC
10855 builtin and then its argument prototype would still apply. */
10856 #ifdef __cplusplus
10857 extern "C"
10858 #endif
10859 char BIO_new_socket ();
10861 main ()
10863 return BIO_new_socket ();
10865 return 0;
10867 _ACEOF
10868 if ac_fn_c_try_link "$LINENO"; then :
10869 case "$LIBEXT" in
10870 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10871 dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10872 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10873 esac
10875 rm -f core conftest.err conftest.$ac_objext \
10876 conftest$ac_exeext conftest.$ac_ext
10877 LIBS=$ac_check_soname_save_LIBS
10879 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10881 $as_echo "not found" >&6; }
10883 else
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10885 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10887 cat >>confdefs.h <<_ACEOF
10888 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10889 _ACEOF
10894 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10895 case "x$with_openssl" in
10896 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10897 xno) ;;
10898 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10899 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10900 esac
10903 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10904 then
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10906 $as_echo_n "checking for -lgsm... " >&6; }
10907 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10908 $as_echo_n "(cached) " >&6
10909 else
10910 ac_check_soname_save_LIBS=$LIBS
10911 LIBS="-lgsm $LIBS"
10912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10913 /* end confdefs.h. */
10915 /* Override any GCC internal prototype to avoid an error.
10916 Use char because int might match the return type of a GCC
10917 builtin and then its argument prototype would still apply. */
10918 #ifdef __cplusplus
10919 extern "C"
10920 #endif
10921 char gsm_create ();
10923 main ()
10925 return gsm_create ();
10927 return 0;
10929 _ACEOF
10930 if ac_fn_c_try_link "$LINENO"; then :
10931 case "$LIBEXT" in
10932 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10933 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'` ;;
10934 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10935 esac
10937 rm -f core conftest.err conftest.$ac_objext \
10938 conftest$ac_exeext conftest.$ac_ext
10939 LIBS=$ac_check_soname_save_LIBS
10941 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10943 $as_echo "not found" >&6; }
10945 else
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10947 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10949 cat >>confdefs.h <<_ACEOF
10950 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10951 _ACEOF
10956 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10957 case "x$with_gsm" in
10958 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10959 xno) ;;
10960 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10961 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10962 esac
10965 if test "$ac_cv_header_jpeglib_h" = "yes"
10966 then
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10968 $as_echo_n "checking for -ljpeg... " >&6; }
10969 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10970 $as_echo_n "(cached) " >&6
10971 else
10972 ac_check_soname_save_LIBS=$LIBS
10973 LIBS="-ljpeg $LIBS"
10974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10975 /* end confdefs.h. */
10977 /* Override any GCC internal prototype to avoid an error.
10978 Use char because int might match the return type of a GCC
10979 builtin and then its argument prototype would still apply. */
10980 #ifdef __cplusplus
10981 extern "C"
10982 #endif
10983 char jpeg_start_decompress ();
10985 main ()
10987 return jpeg_start_decompress ();
10989 return 0;
10991 _ACEOF
10992 if ac_fn_c_try_link "$LINENO"; then :
10993 case "$LIBEXT" in
10994 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10995 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'` ;;
10996 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10997 esac
10999 rm -f core conftest.err conftest.$ac_objext \
11000 conftest$ac_exeext conftest.$ac_ext
11001 LIBS=$ac_check_soname_save_LIBS
11003 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11005 $as_echo "not found" >&6; }
11007 else
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11009 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11011 cat >>confdefs.h <<_ACEOF
11012 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11013 _ACEOF
11018 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11019 case "x$with_jpeg" in
11020 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11021 xno) ;;
11022 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11023 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11024 esac
11027 if test "$ac_cv_header_png_h" = "yes"
11028 then
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11030 $as_echo_n "checking for -lpng... " >&6; }
11031 if test "${ac_cv_lib_soname_png+set}" = set; then :
11032 $as_echo_n "(cached) " >&6
11033 else
11034 ac_check_soname_save_LIBS=$LIBS
11035 LIBS="-lpng -lm -lz $LIBS"
11036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11037 /* end confdefs.h. */
11039 /* Override any GCC internal prototype to avoid an error.
11040 Use char because int might match the return type of a GCC
11041 builtin and then its argument prototype would still apply. */
11042 #ifdef __cplusplus
11043 extern "C"
11044 #endif
11045 char png_create_read_struct ();
11047 main ()
11049 return png_create_read_struct ();
11051 return 0;
11053 _ACEOF
11054 if ac_fn_c_try_link "$LINENO"; then :
11055 case "$LIBEXT" in
11056 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11057 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'` ;;
11058 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11059 esac
11061 rm -f core conftest.err conftest.$ac_objext \
11062 conftest$ac_exeext conftest.$ac_ext
11063 LIBS=$ac_check_soname_save_LIBS
11065 if test "x$ac_cv_lib_soname_png" = "x"; then :
11066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11067 $as_echo "not found" >&6; }
11069 else
11070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11071 $as_echo "$ac_cv_lib_soname_png" >&6; }
11073 cat >>confdefs.h <<_ACEOF
11074 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11075 _ACEOF
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11080 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11081 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11082 $as_echo_n "(cached) " >&6
11083 else
11084 ac_check_lib_save_LIBS=$LIBS
11085 LIBS="-lpng -lm -lz $LIBS"
11086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11087 /* end confdefs.h. */
11089 /* Override any GCC internal prototype to avoid an error.
11090 Use char because int might match the return type of a GCC
11091 builtin and then its argument prototype would still apply. */
11092 #ifdef __cplusplus
11093 extern "C"
11094 #endif
11095 char png_set_expand_gray_1_2_4_to_8 ();
11097 main ()
11099 return png_set_expand_gray_1_2_4_to_8 ();
11101 return 0;
11103 _ACEOF
11104 if ac_fn_c_try_link "$LINENO"; then :
11105 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11106 else
11107 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11109 rm -f core conftest.err conftest.$ac_objext \
11110 conftest$ac_exeext conftest.$ac_ext
11111 LIBS=$ac_check_lib_save_LIBS
11113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11114 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11115 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11117 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11122 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11123 then
11124 ac_save_CPPFLAGS="$CPPFLAGS"
11125 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11126 $as_unset ac_cv_header_png_h
11127 for ac_header in png.h
11128 do :
11129 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11130 if test "x$ac_cv_header_png_h" = x""yes; then :
11131 cat >>confdefs.h <<_ACEOF
11132 #define HAVE_PNG_H 1
11133 _ACEOF
11137 done
11139 CPPFLAGS="$ac_save_CPPFLAGS"
11140 if test "$ac_cv_header_png_h" = "yes"
11141 then
11142 PNGINCL="$X_CFLAGS"
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11145 $as_echo_n "checking for -lpng... " >&6; }
11146 if test "${ac_cv_lib_soname_png+set}" = set; then :
11147 $as_echo_n "(cached) " >&6
11148 else
11149 ac_check_soname_save_LIBS=$LIBS
11150 LIBS="-lpng $X_LIBS -lm -lz $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 png_create_read_struct ();
11162 main ()
11164 return png_create_read_struct ();
11166 return 0;
11168 _ACEOF
11169 if ac_fn_c_try_link "$LINENO"; then :
11170 case "$LIBEXT" in
11171 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11172 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'` ;;
11173 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11174 esac
11176 rm -f core conftest.err conftest.$ac_objext \
11177 conftest$ac_exeext conftest.$ac_ext
11178 LIBS=$ac_check_soname_save_LIBS
11180 if test "x$ac_cv_lib_soname_png" = "x"; then :
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11182 $as_echo "not found" >&6; }
11184 else
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11186 $as_echo "$ac_cv_lib_soname_png" >&6; }
11188 cat >>confdefs.h <<_ACEOF
11189 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11190 _ACEOF
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11195 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11196 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11197 $as_echo_n "(cached) " >&6
11198 else
11199 ac_check_lib_save_LIBS=$LIBS
11200 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11202 /* end confdefs.h. */
11204 /* Override any GCC internal prototype to avoid an error.
11205 Use char because int might match the return type of a GCC
11206 builtin and then its argument prototype would still apply. */
11207 #ifdef __cplusplus
11208 extern "C"
11209 #endif
11210 char png_set_expand_gray_1_2_4_to_8 ();
11212 main ()
11214 return png_set_expand_gray_1_2_4_to_8 ();
11216 return 0;
11218 _ACEOF
11219 if ac_fn_c_try_link "$LINENO"; then :
11220 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11221 else
11222 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11224 rm -f core conftest.err conftest.$ac_objext \
11225 conftest$ac_exeext conftest.$ac_ext
11226 LIBS=$ac_check_lib_save_LIBS
11228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11229 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11230 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11231 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11237 if test "x$ac_cv_lib_soname_png" = "x"; then :
11238 case "x$with_png" in
11239 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11240 xno) ;;
11241 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11242 This is an error since --with-png was requested." "$LINENO" 5 ;;
11243 esac
11246 if test "$ac_cv_header_mpg123_h" = "yes"
11247 then
11248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11249 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11250 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11251 $as_echo_n "(cached) " >&6
11252 else
11253 ac_check_lib_save_LIBS=$LIBS
11254 LIBS="-lmpg123 $LIBS"
11255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11256 /* end confdefs.h. */
11258 /* Override any GCC internal prototype to avoid an error.
11259 Use char because int might match the return type of a GCC
11260 builtin and then its argument prototype would still apply. */
11261 #ifdef __cplusplus
11262 extern "C"
11263 #endif
11264 char mpg123_feed ();
11266 main ()
11268 return mpg123_feed ();
11270 return 0;
11272 _ACEOF
11273 if ac_fn_c_try_link "$LINENO"; then :
11274 ac_cv_lib_mpg123_mpg123_feed=yes
11275 else
11276 ac_cv_lib_mpg123_mpg123_feed=no
11278 rm -f core conftest.err conftest.$ac_objext \
11279 conftest$ac_exeext conftest.$ac_ext
11280 LIBS=$ac_check_lib_save_LIBS
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11283 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11284 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11285 LIBMPG123="-lmpg123"
11290 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11291 case "x$with_mpg123" in
11292 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11293 xno) ;;
11294 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11295 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11296 esac
11298 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11300 if test "$ac_cv_header_AL_al_h" = "yes"
11301 then
11302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11303 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11304 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11305 $as_echo_n "(cached) " >&6
11306 else
11307 ac_check_lib_save_LIBS=$LIBS
11308 LIBS="-lopenal $LIBS"
11309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11310 /* end confdefs.h. */
11312 /* Override any GCC internal prototype to avoid an error.
11313 Use char because int might match the return type of a GCC
11314 builtin and then its argument prototype would still apply. */
11315 #ifdef __cplusplus
11316 extern "C"
11317 #endif
11318 char alGetSource3i ();
11320 main ()
11322 return alGetSource3i ();
11324 return 0;
11326 _ACEOF
11327 if ac_fn_c_try_link "$LINENO"; then :
11328 ac_cv_lib_openal_alGetSource3i=yes
11329 else
11330 ac_cv_lib_openal_alGetSource3i=no
11332 rm -f core conftest.err conftest.$ac_objext \
11333 conftest$ac_exeext conftest.$ac_ext
11334 LIBS=$ac_check_lib_save_LIBS
11336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11337 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11338 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11339 LIBOPENAL="-lopenal"
11344 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11345 case "x$with_openal" in
11346 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11347 xno) ;;
11348 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11349 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11350 esac
11352 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11354 if test "$ac_cv_header_kstat_h" = "yes"
11355 then
11356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11357 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11358 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11359 $as_echo_n "(cached) " >&6
11360 else
11361 ac_check_lib_save_LIBS=$LIBS
11362 LIBS="-lkstat $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 kstat_open ();
11374 main ()
11376 return kstat_open ();
11378 return 0;
11380 _ACEOF
11381 if ac_fn_c_try_link "$LINENO"; then :
11382 ac_cv_lib_kstat_kstat_open=yes
11383 else
11384 ac_cv_lib_kstat_kstat_open=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_kstat_kstat_open" >&5
11391 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11392 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11394 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11396 LIBKSTAT="-lkstat"
11402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11403 $as_echo_n "checking for -lodbc... " >&6; }
11404 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11405 $as_echo_n "(cached) " >&6
11406 else
11407 ac_check_soname_save_LIBS=$LIBS
11408 LIBS="-lodbc $LIBS"
11409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11410 /* end confdefs.h. */
11412 /* Override any GCC internal prototype to avoid an error.
11413 Use char because int might match the return type of a GCC
11414 builtin and then its argument prototype would still apply. */
11415 #ifdef __cplusplus
11416 extern "C"
11417 #endif
11418 char SQLConnect ();
11420 main ()
11422 return SQLConnect ();
11424 return 0;
11426 _ACEOF
11427 if ac_fn_c_try_link "$LINENO"; then :
11428 case "$LIBEXT" in
11429 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11430 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'` ;;
11431 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11432 esac
11434 rm -f core conftest.err conftest.$ac_objext \
11435 conftest$ac_exeext conftest.$ac_ext
11436 LIBS=$ac_check_soname_save_LIBS
11438 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11440 $as_echo "not found" >&6; }
11441 cat >>confdefs.h <<_ACEOF
11442 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11443 _ACEOF
11445 else
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11447 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11449 cat >>confdefs.h <<_ACEOF
11450 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11451 _ACEOF
11456 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11457 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11458 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11459 "$ac_cv_header_soundcard_h" != "yes" -a \
11460 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11461 then
11462 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11466 EXTRACFLAGS=""
11468 if test "x${GCC}" = "xyes"
11469 then
11470 EXTRACFLAGS="-Wall -pipe"
11472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11473 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11474 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11475 $as_echo_n "(cached) " >&6
11476 else
11477 if test "$cross_compiling" = yes; then :
11478 ac_cv_c_gcc_strength_bug="yes"
11479 else
11480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11481 /* end confdefs.h. */
11482 int L[4] = {0,1,2,3};
11484 main ()
11486 static int Array[3];
11487 unsigned int B = 3;
11488 int i;
11489 for(i=0; i<B; i++) Array[i] = i - 3;
11490 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11491 L[i] = 4;
11492 return (Array[1] != -2 || L[2] != 3)
11494 return 0;
11496 _ACEOF
11497 if ac_fn_c_try_run "$LINENO"; then :
11498 ac_cv_c_gcc_strength_bug="no"
11499 else
11500 ac_cv_c_gcc_strength_bug="yes"
11502 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11503 conftest.$ac_objext conftest.beam conftest.$ac_ext
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11508 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11509 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11510 then
11511 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11515 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11516 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11517 $as_echo_n "(cached) " >&6
11518 else
11519 ac_wine_try_cflags_saved=$CFLAGS
11520 CFLAGS="$CFLAGS -fno-builtin"
11521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11522 /* end confdefs.h. */
11523 int main(int argc, char **argv) { return 0; }
11524 _ACEOF
11525 if ac_fn_c_try_link "$LINENO"; then :
11526 ac_cv_cflags__fno_builtin=yes
11527 else
11528 ac_cv_cflags__fno_builtin=no
11530 rm -f core conftest.err conftest.$ac_objext \
11531 conftest$ac_exeext conftest.$ac_ext
11532 CFLAGS=$ac_wine_try_cflags_saved
11534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11535 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11536 if test $ac_cv_cflags__fno_builtin = yes; then :
11537 BUILTINFLAG="-fno-builtin"
11540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11541 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11542 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11543 $as_echo_n "(cached) " >&6
11544 else
11545 ac_wine_try_cflags_saved=$CFLAGS
11546 CFLAGS="$CFLAGS -fno-strict-aliasing"
11547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11548 /* end confdefs.h. */
11549 int main(int argc, char **argv) { return 0; }
11550 _ACEOF
11551 if ac_fn_c_try_link "$LINENO"; then :
11552 ac_cv_cflags__fno_strict_aliasing=yes
11553 else
11554 ac_cv_cflags__fno_strict_aliasing=no
11556 rm -f core conftest.err conftest.$ac_objext \
11557 conftest$ac_exeext conftest.$ac_ext
11558 CFLAGS=$ac_wine_try_cflags_saved
11560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11561 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11562 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11563 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11566 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11567 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11568 $as_echo_n "(cached) " >&6
11569 else
11570 ac_wine_try_cflags_saved=$CFLAGS
11571 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11573 /* end confdefs.h. */
11574 int main(int argc, char **argv) { return 0; }
11575 _ACEOF
11576 if ac_fn_c_try_link "$LINENO"; then :
11577 ac_cv_cflags__Wdeclaration_after_statement=yes
11578 else
11579 ac_cv_cflags__Wdeclaration_after_statement=no
11581 rm -f core conftest.err conftest.$ac_objext \
11582 conftest$ac_exeext conftest.$ac_ext
11583 CFLAGS=$ac_wine_try_cflags_saved
11585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11586 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11587 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11588 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11591 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11592 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11593 $as_echo_n "(cached) " >&6
11594 else
11595 ac_wine_try_cflags_saved=$CFLAGS
11596 CFLAGS="$CFLAGS -Wstrict-prototypes"
11597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11598 /* end confdefs.h. */
11599 int main(int argc, char **argv) { return 0; }
11600 _ACEOF
11601 if ac_fn_c_try_link "$LINENO"; then :
11602 ac_cv_cflags__Wstrict_prototypes=yes
11603 else
11604 ac_cv_cflags__Wstrict_prototypes=no
11606 rm -f core conftest.err conftest.$ac_objext \
11607 conftest$ac_exeext conftest.$ac_ext
11608 CFLAGS=$ac_wine_try_cflags_saved
11610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11611 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11612 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11613 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11616 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11617 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11618 $as_echo_n "(cached) " >&6
11619 else
11620 ac_wine_try_cflags_saved=$CFLAGS
11621 CFLAGS="$CFLAGS -Wtype-limits"
11622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11623 /* end confdefs.h. */
11624 int main(int argc, char **argv) { return 0; }
11625 _ACEOF
11626 if ac_fn_c_try_link "$LINENO"; then :
11627 ac_cv_cflags__Wtype_limits=yes
11628 else
11629 ac_cv_cflags__Wtype_limits=no
11631 rm -f core conftest.err conftest.$ac_objext \
11632 conftest$ac_exeext conftest.$ac_ext
11633 CFLAGS=$ac_wine_try_cflags_saved
11635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11636 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11637 if test $ac_cv_cflags__Wtype_limits = yes; then :
11638 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11641 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11642 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11643 $as_echo_n "(cached) " >&6
11644 else
11645 ac_wine_try_cflags_saved=$CFLAGS
11646 CFLAGS="$CFLAGS -Wwrite-strings"
11647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11648 /* end confdefs.h. */
11649 int main(int argc, char **argv) { return 0; }
11650 _ACEOF
11651 if ac_fn_c_try_link "$LINENO"; then :
11652 ac_cv_cflags__Wwrite_strings=yes
11653 else
11654 ac_cv_cflags__Wwrite_strings=no
11656 rm -f core conftest.err conftest.$ac_objext \
11657 conftest$ac_exeext conftest.$ac_ext
11658 CFLAGS=$ac_wine_try_cflags_saved
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11661 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11662 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11663 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11666 saved_CFLAGS="$CFLAGS"
11667 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11669 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11670 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11671 $as_echo_n "(cached) " >&6
11672 else
11673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11674 /* end confdefs.h. */
11675 #include <string.h>
11677 main ()
11681 return 0;
11683 _ACEOF
11684 if ac_fn_c_try_compile "$LINENO"; then :
11685 ac_cv_c_string_h_warnings=no
11686 else
11687 ac_cv_c_string_h_warnings=yes
11689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11692 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11693 CFLAGS="$saved_CFLAGS"
11694 if test "$ac_cv_c_string_h_warnings" = "no"
11695 then
11696 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11699 if test "${enable_maintainer_mode+set}" = set
11700 then
11701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11702 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11703 if test "${ac_cv_cflags__Werror+set}" = set; then :
11704 $as_echo_n "(cached) " >&6
11705 else
11706 ac_wine_try_cflags_saved=$CFLAGS
11707 CFLAGS="$CFLAGS -Werror"
11708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11709 /* end confdefs.h. */
11710 int main(int argc, char **argv) { return 0; }
11711 _ACEOF
11712 if ac_fn_c_try_link "$LINENO"; then :
11713 ac_cv_cflags__Werror=yes
11714 else
11715 ac_cv_cflags__Werror=no
11717 rm -f core conftest.err conftest.$ac_objext \
11718 conftest$ac_exeext conftest.$ac_ext
11719 CFLAGS=$ac_wine_try_cflags_saved
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11722 $as_echo "$ac_cv_cflags__Werror" >&6; }
11723 if test $ac_cv_cflags__Werror = yes; then :
11724 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11728 saved_CFLAGS="$CFLAGS"
11729 CFLAGS="$CFLAGS -Werror"
11730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11731 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11732 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11733 $as_echo_n "(cached) " >&6
11734 else
11735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11736 /* end confdefs.h. */
11737 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11739 main ()
11743 return 0;
11745 _ACEOF
11746 if ac_fn_c_try_compile "$LINENO"; then :
11747 ac_cv_have_ms_hook_prologue="yes"
11748 else
11749 ac_cv_have_ms_hook_prologue="no"
11751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11754 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11755 CFLAGS="$saved_CFLAGS"
11756 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11757 then
11759 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11761 else
11762 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11769 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11770 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11771 $as_echo_n "(cached) " >&6
11772 else
11773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11774 /* end confdefs.h. */
11775 extern int ac_test;
11777 main ()
11779 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11781 return 0;
11783 _ACEOF
11784 if ac_fn_c_try_link "$LINENO"; then :
11785 ac_cv_c_extern_prefix="yes"
11786 else
11787 ac_cv_c_extern_prefix="no"
11789 rm -f core conftest.err conftest.$ac_objext \
11790 conftest$ac_exeext conftest.$ac_ext
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11793 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11795 case $host_cpu in
11796 *i[3456789]86*)
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11798 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11799 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11800 $as_echo_n "(cached) " >&6
11801 else
11802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11803 /* end confdefs.h. */
11804 #ifndef _MSC_VER
11805 #define __stdcall __attribute__((__stdcall__))
11806 #endif
11807 int __stdcall ac_test(int i) { return i; }
11809 main ()
11811 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11813 return 0;
11815 _ACEOF
11816 if ac_fn_c_try_link "$LINENO"; then :
11817 ac_cv_c_stdcall_suffix="yes"
11818 else
11819 ac_cv_c_stdcall_suffix="no"
11821 rm -f core conftest.err conftest.$ac_objext \
11822 conftest$ac_exeext conftest.$ac_ext
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11825 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11826 *) ac_cv_c_stdcall_suffix="no" ;;
11827 esac
11830 if test "$ac_cv_c_extern_prefix" = "yes"
11831 then
11832 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11834 asm_name_prefix="_"
11835 else
11836 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11838 asm_name_prefix=""
11842 if test "$ac_cv_c_stdcall_suffix" = "yes"
11843 then
11844 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11846 else
11847 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11853 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11854 if test "${ac_cv_asm_func_def+set}" = set; then :
11855 $as_echo_n "(cached) " >&6
11856 else
11857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11858 /* end confdefs.h. */
11861 main ()
11863 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11865 return 0;
11867 _ACEOF
11868 if ac_fn_c_try_link "$LINENO"; then :
11869 ac_cv_asm_func_def=".def"
11870 else
11871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11872 /* end confdefs.h. */
11875 main ()
11877 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11879 return 0;
11881 _ACEOF
11882 if ac_fn_c_try_link "$LINENO"; then :
11883 ac_cv_asm_func_def=".type @function"
11884 else
11885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11886 /* end confdefs.h. */
11889 main ()
11891 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11893 return 0;
11895 _ACEOF
11896 if ac_fn_c_try_link "$LINENO"; then :
11897 ac_cv_asm_func_def=".type 2"
11898 else
11899 ac_cv_asm_func_def="unknown"
11901 rm -f core conftest.err conftest.$ac_objext \
11902 conftest$ac_exeext conftest.$ac_ext
11904 rm -f core conftest.err conftest.$ac_objext \
11905 conftest$ac_exeext conftest.$ac_ext
11907 rm -f core conftest.err conftest.$ac_objext \
11908 conftest$ac_exeext conftest.$ac_ext
11910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11911 $as_echo "$ac_cv_asm_func_def" >&6; }
11914 case "$ac_cv_asm_func_def" in
11915 ".def")
11916 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11918 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11919 ".type @function")
11920 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11922 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11923 ".type 2")
11924 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11926 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11928 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11930 asm_func_header="" ;;
11931 esac
11933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11934 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11935 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11936 $as_echo_n "(cached) " >&6
11937 else
11938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11939 /* end confdefs.h. */
11940 asm(".text\n\t.long 0");
11942 main ()
11946 return 0;
11948 _ACEOF
11949 if ac_fn_c_try_compile "$LINENO"; then :
11950 ac_cv_c_asm_outside_funcs="yes"
11951 else
11952 ac_cv_c_asm_outside_funcs="no"
11954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11957 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11960 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11961 if test "${ac_cv_c_dot_previous+set}" = set; then :
11962 $as_echo_n "(cached) " >&6
11963 else
11964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11965 /* end confdefs.h. */
11968 main ()
11970 asm(".text\nac_test:\t.long 0\n\t.previous");
11972 return 0;
11974 _ACEOF
11975 if ac_fn_c_try_link "$LINENO"; then :
11976 ac_cv_c_dot_previous="yes"
11977 else
11978 ac_cv_c_dot_previous="no"
11980 rm -f core conftest.err conftest.$ac_objext \
11981 conftest$ac_exeext conftest.$ac_ext
11983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11984 $as_echo "$ac_cv_c_dot_previous" >&6; }
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11987 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11988 if test "${ac_cv_c_cfi_support+set}" = set; then :
11989 $as_echo_n "(cached) " >&6
11990 else
11991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11992 /* end confdefs.h. */
11993 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11995 main ()
11999 return 0;
12001 _ACEOF
12002 if ac_fn_c_try_compile "$LINENO"; then :
12003 ac_cv_c_cfi_support="yes"
12004 else
12005 ac_cv_c_cfi_support="no"
12007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12010 $as_echo "$ac_cv_c_cfi_support" >&6; }
12012 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12013 asm_func_trailer=""
12014 if test "$ac_cv_c_dot_previous" = "yes"
12015 then
12016 asm_func_trailer="\\n\\t.previous"
12018 if test "$ac_cv_c_cfi_support" = "yes"
12019 then
12020 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12021 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12023 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12025 else
12026 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12030 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12033 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12034 then
12035 cat >>confdefs.h <<_ACEOF
12036 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12037 _ACEOF
12039 else
12040 cat >>confdefs.h <<_ACEOF
12041 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12042 _ACEOF
12046 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12049 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12053 LDPATH=""
12055 case $build_os in
12056 cygwin*|mingw32*)
12057 TOOLSEXT=".exe"
12059 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12061 darwin*|macosx*)
12064 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12066 esac
12068 case $host_os in
12069 mingw32*)
12070 CRTLIBS="-lmsvcrt"
12072 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12075 esac
12077 MAIN_BINARY="wine"
12079 test -z "$with_wine64" || MAIN_BINARY="wine32"
12081 case $host_cpu in
12082 *i[3456789]86*)
12083 case $host_os in
12084 linux*)
12085 EXTRA_BINARIES="wine-preloader"
12087 esac
12089 esac
12092 ac_save_CFLAGS="$CFLAGS"
12093 CFLAGS="$CFLAGS $BUILTINFLAG"
12094 for ac_func in \
12095 _pclose \
12096 _popen \
12097 _snprintf \
12098 _spawnvp \
12099 _strdup \
12100 _stricmp \
12101 _strnicmp \
12102 _strtoi64 \
12103 _strtoui64 \
12104 _vsnprintf \
12105 asctime_r \
12106 chsize \
12107 dlopen \
12108 epoll_create \
12109 ffs \
12110 finite \
12111 fnmatch \
12112 fork \
12113 fpclass \
12114 fstatfs \
12115 fstatvfs \
12116 ftruncate \
12117 futimes \
12118 futimesat \
12119 getdirentries \
12120 getopt_long \
12121 getpagesize \
12122 getpwuid \
12123 gettid \
12124 gettimeofday \
12125 getuid \
12126 kqueue \
12127 lstat \
12128 memmove \
12129 mmap \
12130 pclose \
12131 pipe2 \
12132 poll \
12133 popen \
12134 port_create \
12135 prctl \
12136 pread \
12137 pwrite \
12138 readdir \
12139 readlink \
12140 sched_setaffinity \
12141 sched_yield \
12142 select \
12143 setproctitle \
12144 setrlimit \
12145 settimeofday \
12146 sigaltstack \
12147 sigprocmask \
12148 snprintf \
12149 spawnvp \
12150 statfs \
12151 statvfs \
12152 strcasecmp \
12153 strdup \
12154 strerror \
12155 strncasecmp \
12156 strtold \
12157 strtoll \
12158 strtoull \
12159 symlink \
12160 tcgetattr \
12161 thr_kill2 \
12162 timegm \
12163 usleep \
12164 vsnprintf \
12165 wait4 \
12166 waitpid \
12168 do :
12169 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12170 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12171 eval as_val=\$$as_ac_var
12172 if test "x$as_val" = x""yes; then :
12173 cat >>confdefs.h <<_ACEOF
12174 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12175 _ACEOF
12178 done
12180 CFLAGS="$ac_save_CFLAGS"
12182 if test "$ac_cv_func_dlopen" = no
12183 then
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12185 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12186 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12187 $as_echo_n "(cached) " >&6
12188 else
12189 ac_check_lib_save_LIBS=$LIBS
12190 LIBS="-ldl $LIBS"
12191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12192 /* end confdefs.h. */
12194 /* Override any GCC internal prototype to avoid an error.
12195 Use char because int might match the return type of a GCC
12196 builtin and then its argument prototype would still apply. */
12197 #ifdef __cplusplus
12198 extern "C"
12199 #endif
12200 char dlopen ();
12202 main ()
12204 return dlopen ();
12206 return 0;
12208 _ACEOF
12209 if ac_fn_c_try_link "$LINENO"; then :
12210 ac_cv_lib_dl_dlopen=yes
12211 else
12212 ac_cv_lib_dl_dlopen=no
12214 rm -f core conftest.err conftest.$ac_objext \
12215 conftest$ac_exeext conftest.$ac_ext
12216 LIBS=$ac_check_lib_save_LIBS
12218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12219 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12220 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12221 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12222 LIBDL="-ldl"
12227 ac_wine_check_funcs_save_LIBS="$LIBS"
12228 LIBS="$LIBS $LIBDL"
12229 for ac_func in dladdr
12230 do :
12231 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12232 if test "x$ac_cv_func_dladdr" = x""yes; then :
12233 cat >>confdefs.h <<_ACEOF
12234 #define HAVE_DLADDR 1
12235 _ACEOF
12238 done
12240 LIBS="$ac_wine_check_funcs_save_LIBS"
12242 if test "$ac_cv_func_poll" = no
12243 then
12244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12245 $as_echo_n "checking for poll in -lpoll... " >&6; }
12246 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12247 $as_echo_n "(cached) " >&6
12248 else
12249 ac_check_lib_save_LIBS=$LIBS
12250 LIBS="-lpoll $LIBS"
12251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12252 /* end confdefs.h. */
12254 /* Override any GCC internal prototype to avoid an error.
12255 Use char because int might match the return type of a GCC
12256 builtin and then its argument prototype would still apply. */
12257 #ifdef __cplusplus
12258 extern "C"
12259 #endif
12260 char poll ();
12262 main ()
12264 return poll ();
12266 return 0;
12268 _ACEOF
12269 if ac_fn_c_try_link "$LINENO"; then :
12270 ac_cv_lib_poll_poll=yes
12271 else
12272 ac_cv_lib_poll_poll=no
12274 rm -f core conftest.err conftest.$ac_objext \
12275 conftest$ac_exeext conftest.$ac_ext
12276 LIBS=$ac_check_lib_save_LIBS
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12279 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12280 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12281 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12282 LIBPOLL="-lpoll"
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12289 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12290 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12291 $as_echo_n "(cached) " >&6
12292 else
12293 ac_func_search_save_LIBS=$LIBS
12294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12295 /* end confdefs.h. */
12297 /* Override any GCC internal prototype to avoid an error.
12298 Use char because int might match the return type of a GCC
12299 builtin and then its argument prototype would still apply. */
12300 #ifdef __cplusplus
12301 extern "C"
12302 #endif
12303 char gethostbyname ();
12305 main ()
12307 return gethostbyname ();
12309 return 0;
12311 _ACEOF
12312 for ac_lib in '' nsl; do
12313 if test -z "$ac_lib"; then
12314 ac_res="none required"
12315 else
12316 ac_res=-l$ac_lib
12317 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12319 if ac_fn_c_try_link "$LINENO"; then :
12320 ac_cv_search_gethostbyname=$ac_res
12322 rm -f core conftest.err conftest.$ac_objext \
12323 conftest$ac_exeext
12324 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12325 break
12327 done
12328 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12330 else
12331 ac_cv_search_gethostbyname=no
12333 rm conftest.$ac_ext
12334 LIBS=$ac_func_search_save_LIBS
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12337 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12338 ac_res=$ac_cv_search_gethostbyname
12339 if test "$ac_res" != no; then :
12340 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12346 $as_echo_n "checking for library containing connect... " >&6; }
12347 if test "${ac_cv_search_connect+set}" = set; then :
12348 $as_echo_n "(cached) " >&6
12349 else
12350 ac_func_search_save_LIBS=$LIBS
12351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12352 /* end confdefs.h. */
12354 /* Override any GCC internal prototype to avoid an error.
12355 Use char because int might match the return type of a GCC
12356 builtin and then its argument prototype would still apply. */
12357 #ifdef __cplusplus
12358 extern "C"
12359 #endif
12360 char connect ();
12362 main ()
12364 return connect ();
12366 return 0;
12368 _ACEOF
12369 for ac_lib in '' socket; do
12370 if test -z "$ac_lib"; then
12371 ac_res="none required"
12372 else
12373 ac_res=-l$ac_lib
12374 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12376 if ac_fn_c_try_link "$LINENO"; then :
12377 ac_cv_search_connect=$ac_res
12379 rm -f core conftest.err conftest.$ac_objext \
12380 conftest$ac_exeext
12381 if test "${ac_cv_search_connect+set}" = set; then :
12382 break
12384 done
12385 if test "${ac_cv_search_connect+set}" = set; then :
12387 else
12388 ac_cv_search_connect=no
12390 rm conftest.$ac_ext
12391 LIBS=$ac_func_search_save_LIBS
12393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12394 $as_echo "$ac_cv_search_connect" >&6; }
12395 ac_res=$ac_cv_search_connect
12396 if test "$ac_res" != no; then :
12397 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12403 $as_echo_n "checking for library containing inet_aton... " >&6; }
12404 if test "${ac_cv_search_inet_aton+set}" = set; then :
12405 $as_echo_n "(cached) " >&6
12406 else
12407 ac_func_search_save_LIBS=$LIBS
12408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12409 /* end confdefs.h. */
12411 /* Override any GCC internal prototype to avoid an error.
12412 Use char because int might match the return type of a GCC
12413 builtin and then its argument prototype would still apply. */
12414 #ifdef __cplusplus
12415 extern "C"
12416 #endif
12417 char inet_aton ();
12419 main ()
12421 return inet_aton ();
12423 return 0;
12425 _ACEOF
12426 for ac_lib in '' resolv; do
12427 if test -z "$ac_lib"; then
12428 ac_res="none required"
12429 else
12430 ac_res=-l$ac_lib
12431 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12433 if ac_fn_c_try_link "$LINENO"; then :
12434 ac_cv_search_inet_aton=$ac_res
12436 rm -f core conftest.err conftest.$ac_objext \
12437 conftest$ac_exeext
12438 if test "${ac_cv_search_inet_aton+set}" = set; then :
12439 break
12441 done
12442 if test "${ac_cv_search_inet_aton+set}" = set; then :
12444 else
12445 ac_cv_search_inet_aton=no
12447 rm conftest.$ac_ext
12448 LIBS=$ac_func_search_save_LIBS
12450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12451 $as_echo "$ac_cv_search_inet_aton" >&6; }
12452 ac_res=$ac_cv_search_inet_aton
12453 if test "$ac_res" != no; then :
12454 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12459 for ac_func in \
12460 getaddrinfo \
12461 getnameinfo \
12462 getnetbyname \
12463 getprotobyname \
12464 getprotobynumber \
12465 getservbyport \
12466 inet_network \
12467 inet_ntop \
12468 inet_pton \
12469 sendmsg \
12470 socketpair \
12472 do :
12473 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12474 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12475 eval as_val=\$$as_ac_var
12476 if test "x$as_val" = x""yes; then :
12477 cat >>confdefs.h <<_ACEOF
12478 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12479 _ACEOF
12482 done
12485 LDAPLIBS=""
12487 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12488 then
12489 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12491 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12493 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12494 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12495 $as_echo_n "(cached) " >&6
12496 else
12497 ac_check_lib_save_LIBS=$LIBS
12498 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12500 /* end confdefs.h. */
12502 /* Override any GCC internal prototype to avoid an error.
12503 Use char because int might match the return type of a GCC
12504 builtin and then its argument prototype would still apply. */
12505 #ifdef __cplusplus
12506 extern "C"
12507 #endif
12508 char ldap_initialize ();
12510 main ()
12512 return ldap_initialize ();
12514 return 0;
12516 _ACEOF
12517 if ac_fn_c_try_link "$LINENO"; then :
12518 ac_cv_lib_ldap_r_ldap_initialize=yes
12519 else
12520 ac_cv_lib_ldap_r_ldap_initialize=no
12522 rm -f core conftest.err conftest.$ac_objext \
12523 conftest$ac_exeext conftest.$ac_ext
12524 LIBS=$ac_check_lib_save_LIBS
12526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12527 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12528 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12530 $as_echo_n "checking for ber_init in -llber... " >&6; }
12531 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12532 $as_echo_n "(cached) " >&6
12533 else
12534 ac_check_lib_save_LIBS=$LIBS
12535 LIBS="-llber $LIBPTHREAD $LIBS"
12536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12537 /* end confdefs.h. */
12539 /* Override any GCC internal prototype to avoid an error.
12540 Use char because int might match the return type of a GCC
12541 builtin and then its argument prototype would still apply. */
12542 #ifdef __cplusplus
12543 extern "C"
12544 #endif
12545 char ber_init ();
12547 main ()
12549 return ber_init ();
12551 return 0;
12553 _ACEOF
12554 if ac_fn_c_try_link "$LINENO"; then :
12555 ac_cv_lib_lber_ber_init=yes
12556 else
12557 ac_cv_lib_lber_ber_init=no
12559 rm -f core conftest.err conftest.$ac_objext \
12560 conftest$ac_exeext conftest.$ac_ext
12561 LIBS=$ac_check_lib_save_LIBS
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12564 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12565 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12567 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12569 LDAPLIBS="-lldap_r -llber"
12576 ac_wine_check_funcs_save_LIBS="$LIBS"
12577 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12578 for ac_func in \
12579 ldap_count_references \
12580 ldap_first_reference \
12581 ldap_next_reference \
12582 ldap_parse_reference \
12583 ldap_parse_sort_control \
12584 ldap_parse_sortresponse_control \
12585 ldap_parse_vlv_control \
12586 ldap_parse_vlvresponse_control
12587 do :
12588 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12589 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12590 eval as_val=\$$as_ac_var
12591 if test "x$as_val" = x""yes; then :
12592 cat >>confdefs.h <<_ACEOF
12593 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12594 _ACEOF
12597 done
12599 LIBS="$ac_wine_check_funcs_save_LIBS"
12601 if test "x$LDAPLIBS" = "x"; then :
12602 case "x$with_ldap" in
12603 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12604 xno) ;;
12605 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12606 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12607 esac
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12611 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12612 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12613 $as_echo_n "(cached) " >&6
12614 else
12615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12616 /* end confdefs.h. */
12617 #include <sys/stat.h>
12619 main ()
12621 mkdir("foo");
12623 return 0;
12625 _ACEOF
12626 if ac_fn_c_try_compile "$LINENO"; then :
12627 wine_cv_one_arg_mkdir=yes
12628 else
12629 wine_cv_one_arg_mkdir=no
12631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12634 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12635 if test "$wine_cv_one_arg_mkdir" = "yes"
12636 then
12638 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12644 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12645 if test "${ac_cv_c_const+set}" = set; then :
12646 $as_echo_n "(cached) " >&6
12647 else
12648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12649 /* end confdefs.h. */
12652 main ()
12654 /* FIXME: Include the comments suggested by Paul. */
12655 #ifndef __cplusplus
12656 /* Ultrix mips cc rejects this. */
12657 typedef int charset[2];
12658 const charset cs;
12659 /* SunOS 4.1.1 cc rejects this. */
12660 char const *const *pcpcc;
12661 char **ppc;
12662 /* NEC SVR4.0.2 mips cc rejects this. */
12663 struct point {int x, y;};
12664 static struct point const zero = {0,0};
12665 /* AIX XL C 1.02.0.0 rejects this.
12666 It does not let you subtract one const X* pointer from another in
12667 an arm of an if-expression whose if-part is not a constant
12668 expression */
12669 const char *g = "string";
12670 pcpcc = &g + (g ? g-g : 0);
12671 /* HPUX 7.0 cc rejects these. */
12672 ++pcpcc;
12673 ppc = (char**) pcpcc;
12674 pcpcc = (char const *const *) ppc;
12675 { /* SCO 3.2v4 cc rejects this. */
12676 char *t;
12677 char const *s = 0 ? (char *) 0 : (char const *) 0;
12679 *t++ = 0;
12680 if (s) return 0;
12682 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12683 int x[] = {25, 17};
12684 const int *foo = &x[0];
12685 ++foo;
12687 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12688 typedef const int *iptr;
12689 iptr p = 0;
12690 ++p;
12692 { /* AIX XL C 1.02.0.0 rejects this saying
12693 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12694 struct s { int j; const int *ap[3]; };
12695 struct s *b; b->j = 5;
12697 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12698 const int foo = 10;
12699 if (!foo) return 0;
12701 return !cs[0] && !zero.x;
12702 #endif
12705 return 0;
12707 _ACEOF
12708 if ac_fn_c_try_compile "$LINENO"; then :
12709 ac_cv_c_const=yes
12710 else
12711 ac_cv_c_const=no
12713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12716 $as_echo "$ac_cv_c_const" >&6; }
12717 if test $ac_cv_c_const = no; then
12719 $as_echo "#define const /**/" >>confdefs.h
12723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12724 $as_echo_n "checking for inline... " >&6; }
12725 if test "${ac_cv_c_inline+set}" = set; then :
12726 $as_echo_n "(cached) " >&6
12727 else
12728 ac_cv_c_inline=no
12729 for ac_kw in inline __inline__ __inline; do
12730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12731 /* end confdefs.h. */
12732 #ifndef __cplusplus
12733 typedef int foo_t;
12734 static $ac_kw foo_t static_foo () {return 0; }
12735 $ac_kw foo_t foo () {return 0; }
12736 #endif
12738 _ACEOF
12739 if ac_fn_c_try_compile "$LINENO"; then :
12740 ac_cv_c_inline=$ac_kw
12742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12743 test "$ac_cv_c_inline" != no && break
12744 done
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12748 $as_echo "$ac_cv_c_inline" >&6; }
12750 case $ac_cv_c_inline in
12751 inline | yes) ;;
12753 case $ac_cv_c_inline in
12754 no) ac_val=;;
12755 *) ac_val=$ac_cv_c_inline;;
12756 esac
12757 cat >>confdefs.h <<_ACEOF
12758 #ifndef __cplusplus
12759 #define inline $ac_val
12760 #endif
12761 _ACEOF
12763 esac
12765 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12766 if test "x$ac_cv_type_mode_t" = x""yes; then :
12768 cat >>confdefs.h <<_ACEOF
12769 #define HAVE_MODE_T 1
12770 _ACEOF
12774 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12775 if test "x$ac_cv_type_off_t" = x""yes; then :
12777 cat >>confdefs.h <<_ACEOF
12778 #define HAVE_OFF_T 1
12779 _ACEOF
12783 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12784 if test "x$ac_cv_type_pid_t" = x""yes; then :
12786 cat >>confdefs.h <<_ACEOF
12787 #define HAVE_PID_T 1
12788 _ACEOF
12792 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12793 if test "x$ac_cv_type_size_t" = x""yes; then :
12795 cat >>confdefs.h <<_ACEOF
12796 #define HAVE_SIZE_T 1
12797 _ACEOF
12801 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12802 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12804 cat >>confdefs.h <<_ACEOF
12805 #define HAVE_SSIZE_T 1
12806 _ACEOF
12810 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12811 if test "x$ac_cv_type_long_long" = x""yes; then :
12813 cat >>confdefs.h <<_ACEOF
12814 #define HAVE_LONG_LONG 1
12815 _ACEOF
12819 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12820 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12822 cat >>confdefs.h <<_ACEOF
12823 #define HAVE_FSBLKCNT_T 1
12824 _ACEOF
12828 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12829 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12831 cat >>confdefs.h <<_ACEOF
12832 #define HAVE_FSFILCNT_T 1
12833 _ACEOF
12838 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12839 #include <signal.h>
12841 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12843 cat >>confdefs.h <<_ACEOF
12844 #define HAVE_SIGSET_T 1
12845 _ACEOF
12850 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12852 if test "x$ac_cv_type_request_sense" = x""yes; then :
12854 cat >>confdefs.h <<_ACEOF
12855 #define HAVE_REQUEST_SENSE 1
12856 _ACEOF
12862 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12863 #ifdef HAVE_SYS_SOCKET_H
12864 #include <sys/socket.h>
12865 #endif
12866 #ifdef HAVE_SYS_SOCKETVAR_H
12867 #include <sys/socketvar.h>
12868 #endif
12869 #ifdef HAVE_NET_ROUTE_H
12870 #include <net/route.h>
12871 #endif
12872 #ifdef HAVE_NETINET_IN_H
12873 #include <netinet/in.h>
12874 #endif
12875 #ifdef HAVE_NETINET_IN_SYSTM_H
12876 #include <netinet/in_systm.h>
12877 #endif
12878 #ifdef HAVE_NETINET_IP_H
12879 #include <netinet/ip.h>
12880 #endif
12881 #ifdef HAVE_NETINET_IN_PCB_H
12882 #include <netinet/in_pcb.h>
12883 #endif
12885 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12887 cat >>confdefs.h <<_ACEOF
12888 #define HAVE_STRUCT_XINPGEN 1
12889 _ACEOF
12895 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12896 #include <linux/input.h>
12897 #endif
12899 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12901 cat >>confdefs.h <<_ACEOF
12902 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12903 _ACEOF
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12910 $as_echo_n "checking for sigaddset... " >&6; }
12911 if test "${wine_cv_have_sigaddset+set}" = set; then :
12912 $as_echo_n "(cached) " >&6
12913 else
12914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12915 /* end confdefs.h. */
12916 #include <signal.h>
12918 main ()
12920 sigset_t set; sigaddset(&set,SIGTERM);
12922 return 0;
12924 _ACEOF
12925 if ac_fn_c_try_link "$LINENO"; then :
12926 wine_cv_have_sigaddset=yes
12927 else
12928 wine_cv_have_sigaddset=no
12930 rm -f core conftest.err conftest.$ac_objext \
12931 conftest$ac_exeext conftest.$ac_ext
12933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12934 $as_echo "$wine_cv_have_sigaddset" >&6; }
12935 if test "$wine_cv_have_sigaddset" = "yes"
12936 then
12938 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12944 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12945 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12946 $as_echo_n "(cached) " >&6
12947 else
12948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12949 /* end confdefs.h. */
12950 #include <netdb.h>
12952 main ()
12955 char *name=0;
12956 struct hostent he;
12957 struct hostent *result;
12958 char *buf=0;
12959 int bufsize=0;
12960 int res,errnr;
12961 char *addr=0;
12962 int addrlen=0;
12963 int addrtype=0;
12964 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12965 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12968 return 0;
12970 _ACEOF
12971 if ac_fn_c_try_link "$LINENO"; then :
12972 wine_cv_linux_gethostbyname_r_6=yes
12973 else
12974 wine_cv_linux_gethostbyname_r_6=no
12977 rm -f core conftest.err conftest.$ac_objext \
12978 conftest$ac_exeext conftest.$ac_ext
12981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12982 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12983 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12984 then
12986 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12990 if test "$ac_cv_header_linux_joystick_h" = "yes"
12991 then
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12993 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12994 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12995 $as_echo_n "(cached) " >&6
12996 else
12997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12998 /* end confdefs.h. */
13000 #include <sys/ioctl.h>
13001 #include <sys/types.h>
13002 #include <linux/joystick.h>
13004 struct js_event blub;
13005 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13006 #error "no 2.2 header"
13007 #endif
13010 main ()
13012 /*empty*/
13014 return 0;
13016 _ACEOF
13017 if ac_fn_c_try_compile "$LINENO"; then :
13018 wine_cv_linux_joystick_22_api=yes
13019 else
13020 wine_cv_linux_joystick_22_api=no
13022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13026 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13027 if test "$wine_cv_linux_joystick_22_api" = "yes"
13028 then
13030 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13036 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13037 #ifdef HAVE_SYS_PARAM_H
13038 # include <sys/param.h>
13039 #endif
13040 #ifdef HAVE_SYS_MOUNT_H
13041 # include <sys/mount.h>
13042 #endif
13043 #ifdef HAVE_SYS_VFS_H
13044 # include <sys/vfs.h>
13045 #endif
13046 #ifdef HAVE_SYS_STATFS_H
13047 # include <sys/statfs.h>
13048 #endif
13050 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13052 cat >>confdefs.h <<_ACEOF
13053 #define HAVE_STRUCT_STATFS_F_BFREE 1
13054 _ACEOF
13058 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13059 #ifdef HAVE_SYS_PARAM_H
13060 # include <sys/param.h>
13061 #endif
13062 #ifdef HAVE_SYS_MOUNT_H
13063 # include <sys/mount.h>
13064 #endif
13065 #ifdef HAVE_SYS_VFS_H
13066 # include <sys/vfs.h>
13067 #endif
13068 #ifdef HAVE_SYS_STATFS_H
13069 # include <sys/statfs.h>
13070 #endif
13072 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13074 cat >>confdefs.h <<_ACEOF
13075 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13076 _ACEOF
13080 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13081 #ifdef HAVE_SYS_PARAM_H
13082 # include <sys/param.h>
13083 #endif
13084 #ifdef HAVE_SYS_MOUNT_H
13085 # include <sys/mount.h>
13086 #endif
13087 #ifdef HAVE_SYS_VFS_H
13088 # include <sys/vfs.h>
13089 #endif
13090 #ifdef HAVE_SYS_STATFS_H
13091 # include <sys/statfs.h>
13092 #endif
13094 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13096 cat >>confdefs.h <<_ACEOF
13097 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13098 _ACEOF
13102 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13103 #ifdef HAVE_SYS_PARAM_H
13104 # include <sys/param.h>
13105 #endif
13106 #ifdef HAVE_SYS_MOUNT_H
13107 # include <sys/mount.h>
13108 #endif
13109 #ifdef HAVE_SYS_VFS_H
13110 # include <sys/vfs.h>
13111 #endif
13112 #ifdef HAVE_SYS_STATFS_H
13113 # include <sys/statfs.h>
13114 #endif
13116 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13118 cat >>confdefs.h <<_ACEOF
13119 #define HAVE_STRUCT_STATFS_F_FFREE 1
13120 _ACEOF
13124 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13125 #ifdef HAVE_SYS_PARAM_H
13126 # include <sys/param.h>
13127 #endif
13128 #ifdef HAVE_SYS_MOUNT_H
13129 # include <sys/mount.h>
13130 #endif
13131 #ifdef HAVE_SYS_VFS_H
13132 # include <sys/vfs.h>
13133 #endif
13134 #ifdef HAVE_SYS_STATFS_H
13135 # include <sys/statfs.h>
13136 #endif
13138 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13140 cat >>confdefs.h <<_ACEOF
13141 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13142 _ACEOF
13146 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13147 #ifdef HAVE_SYS_PARAM_H
13148 # include <sys/param.h>
13149 #endif
13150 #ifdef HAVE_SYS_MOUNT_H
13151 # include <sys/mount.h>
13152 #endif
13153 #ifdef HAVE_SYS_VFS_H
13154 # include <sys/vfs.h>
13155 #endif
13156 #ifdef HAVE_SYS_STATFS_H
13157 # include <sys/statfs.h>
13158 #endif
13160 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13162 cat >>confdefs.h <<_ACEOF
13163 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13164 _ACEOF
13170 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13171 #include <sys/statvfs.h>
13172 #endif
13174 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13176 cat >>confdefs.h <<_ACEOF
13177 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13178 _ACEOF
13184 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13185 #ifdef HAVE_SYS_SOCKET_H
13186 # include <sys/socket.h>
13187 #endif
13188 #ifdef HAVE_SYS_UN_H
13189 # include <sys/un.h>
13190 #endif
13192 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13194 cat >>confdefs.h <<_ACEOF
13195 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13196 _ACEOF
13200 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13201 #ifdef HAVE_SYS_SOCKET_H
13202 # include <sys/socket.h>
13203 #endif
13204 #ifdef HAVE_SYS_UN_H
13205 # include <sys/un.h>
13206 #endif
13208 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13210 cat >>confdefs.h <<_ACEOF
13211 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13212 _ACEOF
13216 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13217 #ifdef HAVE_SYS_SOCKET_H
13218 # include <sys/socket.h>
13219 #endif
13220 #ifdef HAVE_SYS_UN_H
13221 # include <sys/un.h>
13222 #endif
13224 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13226 cat >>confdefs.h <<_ACEOF
13227 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13228 _ACEOF
13234 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13235 #ifdef HAVE_SCSI_SG_H
13236 #include <scsi/sg.h>
13237 #endif
13239 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13241 cat >>confdefs.h <<_ACEOF
13242 #define HAVE_SCSIREQ_T_CMD 1
13243 _ACEOF
13247 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>
13248 #ifdef HAVE_SCSI_SG_H
13249 #include <scsi/sg.h>
13250 #endif
13252 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13254 cat >>confdefs.h <<_ACEOF
13255 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13256 _ACEOF
13262 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13264 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13266 cat >>confdefs.h <<_ACEOF
13267 #define HAVE_SIGINFO_T_SI_FD 1
13268 _ACEOF
13274 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13275 #ifdef HAVE_SYS_MTIO_H
13276 #include <sys/mtio.h>
13277 #endif
13279 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13281 cat >>confdefs.h <<_ACEOF
13282 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13283 _ACEOF
13287 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13288 #ifdef HAVE_SYS_MTIO_H
13289 #include <sys/mtio.h>
13290 #endif
13292 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13294 cat >>confdefs.h <<_ACEOF
13295 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13296 _ACEOF
13300 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13301 #ifdef HAVE_SYS_MTIO_H
13302 #include <sys/mtio.h>
13303 #endif
13305 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13307 cat >>confdefs.h <<_ACEOF
13308 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13309 _ACEOF
13315 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13316 #include <getopt.h>
13317 #endif
13319 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13321 cat >>confdefs.h <<_ACEOF
13322 #define HAVE_STRUCT_OPTION_NAME 1
13323 _ACEOF
13329 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13330 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13332 cat >>confdefs.h <<_ACEOF
13333 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13334 _ACEOF
13338 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13339 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13341 cat >>confdefs.h <<_ACEOF
13342 #define HAVE_STRUCT_STAT_ST_MTIM 1
13343 _ACEOF
13347 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13348 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13350 cat >>confdefs.h <<_ACEOF
13351 #define HAVE_STRUCT_STAT_ST_CTIM 1
13352 _ACEOF
13356 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13357 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13359 cat >>confdefs.h <<_ACEOF
13360 #define HAVE_STRUCT_STAT_ST_ATIM 1
13361 _ACEOF
13367 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
13368 #include <sys/types.h>
13369 #endif
13370 #ifdef HAVE_NETINET_IN_H
13371 #include <netinet/in.h>
13372 #endif
13374 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13376 cat >>confdefs.h <<_ACEOF
13377 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13378 _ACEOF
13384 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13385 #include <sys/types.h>
13386 #endif
13387 #ifdef HAVE_NETINET_IN_H
13388 # include <netinet/in.h>
13389 #endif
13390 #ifdef HAVE_ARPA_NAMESER_H
13391 # include <arpa/nameser.h>
13392 #endif
13394 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13396 cat >>confdefs.h <<_ACEOF
13397 #define HAVE_NS_MSG__MSG_PTR 1
13398 _ACEOF
13404 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13405 #include <sys/types.h>
13406 #endif
13407 #ifdef HAVE_ALIAS_H
13408 #include <alias.h>
13409 #endif
13410 #ifdef HAVE_SYS_SOCKET_H
13411 #include <sys/socket.h>
13412 #endif
13413 #ifdef HAVE_SYS_SOCKETVAR_H
13414 #include <sys/socketvar.h>
13415 #endif
13416 #ifdef HAVE_SYS_TIMEOUT_H
13417 #include <sys/timeout.h>
13418 #endif
13419 #ifdef HAVE_NETINET_IN_H
13420 #include <netinet/in.h>
13421 #endif
13422 #ifdef HAVE_NETINET_IN_SYSTM_H
13423 #include <netinet/in_systm.h>
13424 #endif
13425 #ifdef HAVE_NETINET_IP_H
13426 #include <netinet/ip.h>
13427 #endif
13428 #ifdef HAVE_NETINET_IP_VAR_H
13429 #include <netinet/ip_var.h>
13430 #endif
13431 #ifdef HAVE_NETINET_IP_ICMP_H
13432 #include <netinet/ip_icmp.h>
13433 #endif
13434 #ifdef HAVE_NETINET_ICMP_VAR
13435 #include <netinet/icmp_var.h>
13436 #endif
13438 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13440 cat >>confdefs.h <<_ACEOF
13441 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13442 _ACEOF
13448 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13449 #include <sys/types.h>
13450 #endif
13451 #ifdef HAVE_NET_IF_H
13452 # include <net/if.h>
13453 #endif
13455 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13457 cat >>confdefs.h <<_ACEOF
13458 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13459 _ACEOF
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13466 $as_echo_n "checking for timezone variable... " >&6; }
13467 if test "${ac_cv_have_timezone+set}" = set; then :
13468 $as_echo_n "(cached) " >&6
13469 else
13470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13471 /* end confdefs.h. */
13472 #include <time.h>
13474 main ()
13476 timezone = 1
13478 return 0;
13480 _ACEOF
13481 if ac_fn_c_try_link "$LINENO"; then :
13482 ac_cv_have_timezone="yes"
13483 else
13484 ac_cv_have_timezone="no"
13486 rm -f core conftest.err conftest.$ac_objext \
13487 conftest$ac_exeext conftest.$ac_ext
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13490 $as_echo "$ac_cv_have_timezone" >&6; }
13491 if test "$ac_cv_have_timezone" = "yes"
13492 then
13494 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13498 $as_echo_n "checking for daylight variable... " >&6; }
13499 if test "${ac_cv_have_daylight+set}" = set; then :
13500 $as_echo_n "(cached) " >&6
13501 else
13502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13503 /* end confdefs.h. */
13504 #include <time.h>
13506 main ()
13508 daylight = 1
13510 return 0;
13512 _ACEOF
13513 if ac_fn_c_try_link "$LINENO"; then :
13514 ac_cv_have_daylight="yes"
13515 else
13516 ac_cv_have_daylight="no"
13518 rm -f core conftest.err conftest.$ac_objext \
13519 conftest$ac_exeext conftest.$ac_ext
13521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13522 $as_echo "$ac_cv_have_daylight" >&6; }
13523 if test "$ac_cv_have_daylight" = "yes"
13524 then
13526 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13531 $as_echo_n "checking for isinf... " >&6; }
13532 if test "${ac_cv_have_isinf+set}" = set; then :
13533 $as_echo_n "(cached) " >&6
13534 else
13535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13536 /* end confdefs.h. */
13537 #include <math.h>
13539 main ()
13541 float f = 0.0; int i=isinf(f)
13543 return 0;
13545 _ACEOF
13546 if ac_fn_c_try_link "$LINENO"; then :
13547 ac_cv_have_isinf="yes"
13548 else
13549 ac_cv_have_isinf="no"
13551 rm -f core conftest.err conftest.$ac_objext \
13552 conftest$ac_exeext conftest.$ac_ext
13554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13555 $as_echo "$ac_cv_have_isinf" >&6; }
13556 if test "$ac_cv_have_isinf" = "yes"
13557 then
13559 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13564 $as_echo_n "checking for isnan... " >&6; }
13565 if test "${ac_cv_have_isnan+set}" = set; then :
13566 $as_echo_n "(cached) " >&6
13567 else
13568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13569 /* end confdefs.h. */
13570 #include <math.h>
13572 main ()
13574 float f = 0.0; int i=isnan(f)
13576 return 0;
13578 _ACEOF
13579 if ac_fn_c_try_link "$LINENO"; then :
13580 ac_cv_have_isnan="yes"
13581 else
13582 ac_cv_have_isnan="no"
13584 rm -f core conftest.err conftest.$ac_objext \
13585 conftest$ac_exeext conftest.$ac_ext
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13588 $as_echo "$ac_cv_have_isnan" >&6; }
13589 if test "$ac_cv_have_isnan" = "yes"
13590 then
13592 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13597 case $host_cpu in
13598 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13599 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13600 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13601 $as_echo_n "(cached) " >&6
13602 else
13603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13604 /* end confdefs.h. */
13605 #ifndef __i386__
13607 #endif
13608 _ACEOF
13609 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13610 $EGREP "yes" >/dev/null 2>&1; then :
13611 ac_cv_cpp_def___i386__=yes
13612 else
13613 ac_cv_cpp_def___i386__=no
13615 rm -f conftest*
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13619 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13620 if test $ac_cv_cpp_def___i386__ = yes; then :
13621 CFLAGS="$CFLAGS -D__i386__"
13622 LINTFLAGS="$LINTFLAGS -D__i386__"
13623 fi ;;
13624 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13625 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13626 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13627 $as_echo_n "(cached) " >&6
13628 else
13629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13630 /* end confdefs.h. */
13631 #ifndef __x86_64__
13633 #endif
13634 _ACEOF
13635 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13636 $EGREP "yes" >/dev/null 2>&1; then :
13637 ac_cv_cpp_def___x86_64__=yes
13638 else
13639 ac_cv_cpp_def___x86_64__=no
13641 rm -f conftest*
13644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13645 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13646 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13647 CFLAGS="$CFLAGS -D__x86_64__"
13648 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13649 fi ;;
13650 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13651 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13652 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13653 $as_echo_n "(cached) " >&6
13654 else
13655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13656 /* end confdefs.h. */
13657 #ifndef __ALPHA__
13659 #endif
13660 _ACEOF
13661 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13662 $EGREP "yes" >/dev/null 2>&1; then :
13663 ac_cv_cpp_def___ALPHA__=yes
13664 else
13665 ac_cv_cpp_def___ALPHA__=no
13667 rm -f conftest*
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13671 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13672 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13673 CFLAGS="$CFLAGS -D__ALPHA__"
13674 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13675 fi ;;
13676 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13677 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13678 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13679 $as_echo_n "(cached) " >&6
13680 else
13681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13682 /* end confdefs.h. */
13683 #ifndef __sparc__
13685 #endif
13686 _ACEOF
13687 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13688 $EGREP "yes" >/dev/null 2>&1; then :
13689 ac_cv_cpp_def___sparc__=yes
13690 else
13691 ac_cv_cpp_def___sparc__=no
13693 rm -f conftest*
13696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13697 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13698 if test $ac_cv_cpp_def___sparc__ = yes; then :
13699 CFLAGS="$CFLAGS -D__sparc__"
13700 LINTFLAGS="$LINTFLAGS -D__sparc__"
13701 fi ;;
13702 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13703 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13704 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13705 $as_echo_n "(cached) " >&6
13706 else
13707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13708 /* end confdefs.h. */
13709 #ifndef __powerpc__
13711 #endif
13712 _ACEOF
13713 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13714 $EGREP "yes" >/dev/null 2>&1; then :
13715 ac_cv_cpp_def___powerpc__=yes
13716 else
13717 ac_cv_cpp_def___powerpc__=no
13719 rm -f conftest*
13722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13723 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13724 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13725 CFLAGS="$CFLAGS -D__powerpc__"
13726 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13727 fi ;;
13728 esac
13730 case $host_vendor in
13731 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13732 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13733 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13734 $as_echo_n "(cached) " >&6
13735 else
13736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13737 /* end confdefs.h. */
13738 #ifndef __sun__
13740 #endif
13741 _ACEOF
13742 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13743 $EGREP "yes" >/dev/null 2>&1; then :
13744 ac_cv_cpp_def___sun__=yes
13745 else
13746 ac_cv_cpp_def___sun__=no
13748 rm -f conftest*
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13752 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13753 if test $ac_cv_cpp_def___sun__ = yes; then :
13754 CFLAGS="$CFLAGS -D__sun__"
13755 LINTFLAGS="$LINTFLAGS -D__sun__"
13756 fi ;;
13757 esac
13760 ALL_MAKERULES=""
13762 ALL_SYMLINKS=""
13764 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13766 ALL_WINETEST_DEPENDS="# Test binaries"
13769 ALL_DIRS=""
13771 ALL_TOP_DIRS=""
13773 ALL_DLL_DIRS=""
13775 ALL_TOOL_DIRS=""
13777 ALL_STATICLIB_DIRS=""
13779 ALL_STATIC_LIBS=""
13781 ALL_IMPORT_LIBS=""
13783 ALL_INSTALL_DIRS=""
13785 ALL_TEST_DIRS=""
13787 ALL_TEST_BINARIES=""
13789 ALL_PROGRAM_DIRS=""
13791 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13796 ac_config_commands="$ac_config_commands include/stamp-h"
13799 wine_fn_append_file ()
13801 as_fn_append $1 " \\$as_nl $2"
13804 wine_fn_append_rule ()
13806 as_fn_append $1 "$as_nl$2"
13809 wine_fn_config_makefile ()
13811 ac_dir=$1
13812 ac_deps=$2
13813 wine_fn_append_file ALL_DIRS $ac_dir
13814 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13815 "$ac_dir/__clean__ $ac_dir/__install__ $ac_dir/__install-dev__ $ac_dir/__install-lib__ $ac_dir/__uninstall__ $ac_dir: $ac_dir/Makefile
13816 $ac_dir/Makefile $ac_dir/__depend__: $ac_dir/Makefile.in config.status $ac_deps
13817 @./config.status --file $ac_dir/Makefile && cd $ac_dir && \$(MAKE) depend"
13820 wine_fn_config_lib ()
13822 ac_name=$1
13823 wine_fn_append_file ALL_STATIC_LIBS dlls/$ac_name/lib$ac_name.a
13824 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13825 "dlls/$ac_name/__install__ dlls/$ac_name/__install-dev__: dlls/$ac_name
13826 dlls/$ac_name dlls/$ac_name/lib$ac_name.cross.a: tools/widl tools/winebuild tools/winegcc include
13827 dlls/$ac_name/lib$ac_name.cross.a: dlls/$ac_name/Makefile dummy
13828 @cd dlls/$ac_name && \$(MAKE) lib$ac_name.cross.a"
13831 wine_fn_config_dll ()
13833 ac_dir=$1
13834 ac_implib=$2
13835 ac_implibsrc=$3
13836 ac_file="dlls/$ac_dir/lib$ac_implib"
13837 ac_deps="tools/widl tools/winebuild tools/winegcc include"
13839 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13840 "dlls/$ac_dir dlls/$ac_dir/__install__ dlls/$ac_dir/__install-lib__ dlls/$ac_dir/__install-dev__: __builddeps__"
13842 if test -n "$ac_implibsrc"
13843 then
13844 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13845 "$ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
13846 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
13847 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13848 $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
13849 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`"
13850 elif test -n "$ac_implib"
13851 then
13852 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13853 "$ac_file.$IMPLIBEXT $ac_file.cross.a: $ac_deps
13854 $ac_file.$IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
13855 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`"
13857 if test "$ac_dir" != "$ac_implib"
13858 then
13859 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13860 "dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
13861 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
13862 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
13863 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@
13864 clean::
13865 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
13870 wine_fn_config_program ()
13872 ac_dir=$1
13873 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13874 "programs/$ac_dir programs/$ac_dir/__install__ programs/$ac_dir/__install-lib__: __builddeps__"
13877 wine_fn_config_test ()
13879 ac_dir=$1
13880 ac_name=$2
13881 wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
13882 wine_fn_append_rule ALL_WINETEST_DEPENDS \
13883 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
13884 cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
13885 $ac_name.rc:
13886 echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
13887 $ac_name.res: $ac_name.rc $ac_name.exe"
13888 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: __builddeps__"
13889 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir/__crosstest__: __buildcrossdeps__ $ac_dir/Makefile"
13891 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
13892 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "dlls/wineps.drv/generic.ppd"
13893 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
13894 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/marlett.ttf"
13895 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
13896 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/symbol.ttf"
13897 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
13898 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahoma.ttf"
13899 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
13900 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahomabd.ttf"
13901 ac_config_links="$ac_config_links wine:tools/winewrapper"
13902 wine_fn_append_file ALL_SYMLINKS "wine"
13904 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13906 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13908 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13910 ac_config_commands="$ac_config_commands dlls/user32/resources"
13912 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13914 ac_config_commands="$ac_config_commands include/wine"
13917 wine_fn_append_file ALL_MAKERULES "Make.rules"
13918 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Make.rules: Make.rules.in config.status"
13919 MAKE_RULES=Make.rules
13920 ac_config_files="$ac_config_files Make.rules"
13922 wine_fn_append_file ALL_MAKERULES "Maketest.rules"
13923 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Maketest.rules: Maketest.rules.in Make.rules config.status"
13924 MAKE_TEST_RULES=Maketest.rules
13925 ac_config_files="$ac_config_files Maketest.rules"
13927 wine_fn_append_file ALL_MAKERULES "dlls/Makedll.rules"
13928 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
13929 MAKE_DLL_RULES=dlls/Makedll.rules
13930 ac_config_files="$ac_config_files dlls/Makedll.rules"
13932 wine_fn_append_file ALL_MAKERULES "dlls/Makeimplib.rules"
13933 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
13934 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13935 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13937 wine_fn_append_file ALL_MAKERULES "programs/Makeprog.rules"
13938 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
13939 MAKE_PROG_RULES=programs/Makeprog.rules
13940 ac_config_files="$ac_config_files programs/Makeprog.rules"
13943 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Makefile: Makefile.in Make.rules config.status"
13944 ac_config_files="$ac_config_files Makefile"
13946 wine_fn_config_dll acledit
13947 wine_fn_config_makefile dlls/acledit "dlls/Makedll.rules \$(MAKEDEP)"
13948 test "x$enable_acledit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/acledit"
13950 wine_fn_append_file ALL_IMPORT_LIBS "dlls/aclui/libaclui.$IMPLIBEXT"
13951 wine_fn_config_dll aclui aclui
13952 wine_fn_config_makefile dlls/aclui "dlls/Makedll.rules \$(MAKEDEP)"
13953 test "x$enable_aclui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/aclui"
13955 wine_fn_append_file ALL_IMPORT_LIBS "dlls/activeds/libactiveds.$IMPLIBEXT"
13956 wine_fn_config_dll activeds activeds
13957 wine_fn_config_makefile dlls/activeds "dlls/Makedll.rules \$(MAKEDEP)"
13958 test "x$enable_activeds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/activeds"
13960 wine_fn_config_dll actxprxy
13961 wine_fn_config_makefile dlls/actxprxy "dlls/Makedll.rules \$(MAKEDEP)"
13962 test "x$enable_actxprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/actxprxy"
13964 wine_fn_config_lib adsiid
13965 wine_fn_config_makefile dlls/adsiid "dlls/Makeimplib.rules \$(MAKEDEP)"
13966 test "x$enable_adsiid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/adsiid"
13968 wine_fn_append_file ALL_IMPORT_LIBS "dlls/advapi32/libadvapi32.$IMPLIBEXT"
13969 wine_fn_config_dll advapi32 advapi32
13970 wine_fn_config_makefile dlls/advapi32 "dlls/Makedll.rules \$(MAKEDEP)"
13971 test "x$enable_advapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advapi32"
13973 wine_fn_config_test dlls/advapi32/tests advapi32_test
13974 wine_fn_config_makefile dlls/advapi32/tests "Maketest.rules \$(MAKEDEP)"
13975 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advapi32/tests"
13977 wine_fn_append_file ALL_IMPORT_LIBS "dlls/advpack/libadvpack.$IMPLIBEXT"
13978 wine_fn_config_dll advpack advpack
13979 wine_fn_config_makefile dlls/advpack "dlls/Makedll.rules \$(MAKEDEP)"
13980 test "x$enable_advpack" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/advpack"
13982 wine_fn_config_test dlls/advpack/tests advpack_test
13983 wine_fn_config_makefile dlls/advpack/tests "Maketest.rules \$(MAKEDEP)"
13984 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/advpack/tests"
13986 wine_fn_config_dll amstream
13987 wine_fn_config_makefile dlls/amstream "dlls/Makedll.rules \$(MAKEDEP)"
13988 test "x$enable_amstream" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/amstream"
13990 wine_fn_config_test dlls/amstream/tests amstream_test
13991 wine_fn_config_makefile dlls/amstream/tests "Maketest.rules \$(MAKEDEP)"
13992 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/amstream/tests"
13994 wine_fn_config_dll appwiz.cpl
13995 wine_fn_config_makefile dlls/appwiz.cpl "dlls/Makedll.rules \$(MAKEDEP)"
13996 test "x$enable_appwiz_cpl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/appwiz.cpl"
13998 wine_fn_append_file ALL_IMPORT_LIBS "dlls/atl/libatl.$IMPLIBEXT"
13999 wine_fn_config_dll atl atl
14000 wine_fn_config_makefile dlls/atl "dlls/Makedll.rules \$(MAKEDEP)"
14001 test "x$enable_atl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/atl"
14003 wine_fn_config_dll authz
14004 wine_fn_config_makefile dlls/authz "dlls/Makedll.rules \$(MAKEDEP)"
14005 test "x$enable_authz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/authz"
14007 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avicap32/libavicap32.$IMPLIBEXT"
14008 wine_fn_config_dll avicap32 avicap32
14009 wine_fn_config_makefile dlls/avicap32 "dlls/Makedll.rules \$(MAKEDEP)"
14010 test "x$enable_avicap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avicap32"
14012 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avifil32/libavifil32.$IMPLIBEXT"
14013 wine_fn_config_dll avifil32 avifil32
14014 wine_fn_config_makefile dlls/avifil32 "dlls/Makedll.rules \$(MAKEDEP)"
14015 test "x$enable_avifil32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifil32"
14017 wine_fn_config_test dlls/avifil32/tests avifil32_test
14018 wine_fn_config_makefile dlls/avifil32/tests "Maketest.rules \$(MAKEDEP)"
14019 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/avifil32/tests"
14021 wine_fn_config_dll avifile.dll16
14022 wine_fn_config_makefile dlls/avifile.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14023 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avifile.dll16"
14025 wine_fn_append_file ALL_IMPORT_LIBS "dlls/avrt/libavrt.$IMPLIBEXT"
14026 wine_fn_config_dll avrt avrt
14027 wine_fn_config_makefile dlls/avrt "dlls/Makedll.rules \$(MAKEDEP)"
14028 test "x$enable_avrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/avrt"
14030 wine_fn_config_dll bcrypt
14031 wine_fn_config_makefile dlls/bcrypt "dlls/Makedll.rules \$(MAKEDEP)"
14032 test "x$enable_bcrypt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/bcrypt"
14034 wine_fn_config_dll browseui
14035 wine_fn_config_makefile dlls/browseui "dlls/Makedll.rules \$(MAKEDEP)"
14036 test "x$enable_browseui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/browseui"
14038 wine_fn_config_test dlls/browseui/tests browseui_test
14039 wine_fn_config_makefile dlls/browseui/tests "Maketest.rules \$(MAKEDEP)"
14040 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/browseui/tests"
14042 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cabinet/libcabinet.$IMPLIBEXT"
14043 wine_fn_config_dll cabinet cabinet
14044 wine_fn_config_makefile dlls/cabinet "dlls/Makedll.rules \$(MAKEDEP)"
14045 test "x$enable_cabinet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cabinet"
14047 wine_fn_config_test dlls/cabinet/tests cabinet_test
14048 wine_fn_config_makefile dlls/cabinet/tests "Maketest.rules \$(MAKEDEP)"
14049 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cabinet/tests"
14051 wine_fn_append_file ALL_IMPORT_LIBS "dlls/capi2032/libcapi2032.$IMPLIBEXT"
14052 wine_fn_config_dll capi2032 capi2032
14053 wine_fn_config_makefile dlls/capi2032 "dlls/Makedll.rules \$(MAKEDEP)"
14054 test "x$enable_capi2032" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/capi2032"
14056 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cards/libcards.$IMPLIBEXT"
14057 wine_fn_config_dll cards cards
14058 wine_fn_config_makefile dlls/cards "dlls/Makedll.rules \$(MAKEDEP)"
14059 test "x$enable_cards" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cards"
14061 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cfgmgr32/libcfgmgr32.$IMPLIBEXT"
14062 wine_fn_config_dll cfgmgr32 cfgmgr32
14063 wine_fn_config_makefile dlls/cfgmgr32 "dlls/Makedll.rules \$(MAKEDEP)"
14064 test "x$enable_cfgmgr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cfgmgr32"
14066 wine_fn_append_file ALL_IMPORT_LIBS "dlls/clusapi/libclusapi.$IMPLIBEXT"
14067 wine_fn_config_dll clusapi clusapi
14068 wine_fn_config_makefile dlls/clusapi "dlls/Makedll.rules \$(MAKEDEP)"
14069 test "x$enable_clusapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/clusapi"
14071 wine_fn_config_dll comcat
14072 wine_fn_config_makefile dlls/comcat "dlls/Makedll.rules \$(MAKEDEP)"
14073 test "x$enable_comcat" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comcat"
14075 wine_fn_config_test dlls/comcat/tests comcat_test
14076 wine_fn_config_makefile dlls/comcat/tests "Maketest.rules \$(MAKEDEP)"
14077 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comcat/tests"
14079 wine_fn_append_file ALL_IMPORT_LIBS "dlls/comctl32/libcomctl32.$IMPLIBEXT"
14080 wine_fn_config_dll comctl32 comctl32
14081 wine_fn_config_makefile dlls/comctl32 "dlls/Makedll.rules \$(MAKEDEP)"
14082 test "x$enable_comctl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comctl32"
14084 wine_fn_config_test dlls/comctl32/tests comctl32_test
14085 wine_fn_config_makefile dlls/comctl32/tests "Maketest.rules \$(MAKEDEP)"
14086 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comctl32/tests"
14088 wine_fn_append_file ALL_IMPORT_LIBS "dlls/comdlg32/libcomdlg32.$IMPLIBEXT"
14089 wine_fn_config_dll comdlg32 comdlg32
14090 wine_fn_config_makefile dlls/comdlg32 "dlls/Makedll.rules \$(MAKEDEP)"
14091 test "x$enable_comdlg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comdlg32"
14093 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14094 wine_fn_config_makefile dlls/comdlg32/tests "Maketest.rules \$(MAKEDEP)"
14095 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/comdlg32/tests"
14097 wine_fn_config_dll comm.drv16
14098 wine_fn_config_makefile dlls/comm.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14099 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/comm.drv16"
14101 wine_fn_config_dll commdlg.dll16
14102 wine_fn_config_makefile dlls/commdlg.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14103 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/commdlg.dll16"
14105 wine_fn_config_dll compobj.dll16
14106 wine_fn_config_makefile dlls/compobj.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14107 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compobj.dll16"
14109 wine_fn_append_file ALL_IMPORT_LIBS "dlls/compstui/libcompstui.$IMPLIBEXT"
14110 wine_fn_config_dll compstui compstui
14111 wine_fn_config_makefile dlls/compstui "dlls/Makedll.rules \$(MAKEDEP)"
14112 test "x$enable_compstui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/compstui"
14114 wine_fn_append_file ALL_IMPORT_LIBS "dlls/credui/libcredui.$IMPLIBEXT"
14115 wine_fn_config_dll credui credui
14116 wine_fn_config_makefile dlls/credui "dlls/Makedll.rules \$(MAKEDEP)"
14117 test "x$enable_credui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/credui"
14119 wine_fn_config_test dlls/credui/tests credui_test
14120 wine_fn_config_makefile dlls/credui/tests "Maketest.rules \$(MAKEDEP)"
14121 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/credui/tests"
14123 wine_fn_append_file ALL_IMPORT_LIBS "dlls/crtdll/libcrtdll.$IMPLIBEXT"
14124 wine_fn_config_dll crtdll crtdll
14125 wine_fn_config_makefile dlls/crtdll "dlls/Makedll.rules \$(MAKEDEP)"
14126 test "x$enable_crtdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crtdll"
14128 wine_fn_append_file ALL_IMPORT_LIBS "dlls/crypt32/libcrypt32.$IMPLIBEXT"
14129 wine_fn_config_dll crypt32 crypt32
14130 wine_fn_config_makefile dlls/crypt32 "dlls/Makedll.rules \$(MAKEDEP)"
14131 test "x$enable_crypt32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/crypt32"
14133 wine_fn_config_test dlls/crypt32/tests crypt32_test
14134 wine_fn_config_makefile dlls/crypt32/tests "Maketest.rules \$(MAKEDEP)"
14135 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/crypt32/tests"
14137 wine_fn_config_dll cryptdlg
14138 wine_fn_config_makefile dlls/cryptdlg "dlls/Makedll.rules \$(MAKEDEP)"
14139 test "x$enable_cryptdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdlg"
14141 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptdll/libcryptdll.$IMPLIBEXT"
14142 wine_fn_config_dll cryptdll cryptdll
14143 wine_fn_config_makefile dlls/cryptdll "dlls/Makedll.rules \$(MAKEDEP)"
14144 test "x$enable_cryptdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptdll"
14146 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptnet/libcryptnet.$IMPLIBEXT"
14147 wine_fn_config_dll cryptnet cryptnet
14148 wine_fn_config_makefile dlls/cryptnet "dlls/Makedll.rules \$(MAKEDEP)"
14149 test "x$enable_cryptnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptnet"
14151 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14152 wine_fn_config_makefile dlls/cryptnet/tests "Maketest.rules \$(MAKEDEP)"
14153 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptnet/tests"
14155 wine_fn_append_file ALL_IMPORT_LIBS "dlls/cryptui/libcryptui.$IMPLIBEXT"
14156 wine_fn_config_dll cryptui cryptui
14157 wine_fn_config_makefile dlls/cryptui "dlls/Makedll.rules \$(MAKEDEP)"
14158 test "x$enable_cryptui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/cryptui"
14160 wine_fn_config_test dlls/cryptui/tests cryptui_test
14161 wine_fn_config_makefile dlls/cryptui/tests "Maketest.rules \$(MAKEDEP)"
14162 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/cryptui/tests"
14164 wine_fn_config_dll ctapi32
14165 wine_fn_config_makefile dlls/ctapi32 "dlls/Makedll.rules \$(MAKEDEP)"
14166 test "x$enable_ctapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctapi32"
14168 wine_fn_config_dll ctl3d.dll16
14169 wine_fn_config_makefile dlls/ctl3d.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14170 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d.dll16"
14172 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ctl3d32/libctl3d32.$IMPLIBEXT"
14173 wine_fn_config_dll ctl3d32 ctl3d32
14174 wine_fn_config_makefile dlls/ctl3d32 "dlls/Makedll.rules \$(MAKEDEP)"
14175 test "x$enable_ctl3d32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3d32"
14177 wine_fn_config_dll ctl3dv2.dll16
14178 wine_fn_config_makefile dlls/ctl3dv2.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14179 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ctl3dv2.dll16"
14181 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10/libd3d10.$IMPLIBEXT"
14182 wine_fn_config_dll d3d10 d3d10
14183 wine_fn_config_makefile dlls/d3d10 "dlls/Makedll.rules \$(MAKEDEP)"
14184 test "x$enable_d3d10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10"
14186 wine_fn_config_test dlls/d3d10/tests d3d10_test
14187 wine_fn_config_makefile dlls/d3d10/tests "Maketest.rules \$(MAKEDEP)"
14188 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10/tests"
14190 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d10core/libd3d10core.$IMPLIBEXT"
14191 wine_fn_config_dll d3d10core d3d10core
14192 wine_fn_config_makefile dlls/d3d10core "dlls/Makedll.rules \$(MAKEDEP)"
14193 test "x$enable_d3d10core" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d10core"
14195 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14196 wine_fn_config_makefile dlls/d3d10core/tests "Maketest.rules \$(MAKEDEP)"
14197 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d10core/tests"
14199 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d8/libd3d8.$IMPLIBEXT"
14200 wine_fn_config_dll d3d8 d3d8
14201 wine_fn_config_makefile dlls/d3d8 "dlls/Makedll.rules \$(MAKEDEP)"
14202 test "x$enable_d3d8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d8"
14204 wine_fn_config_test dlls/d3d8/tests d3d8_test
14205 wine_fn_config_makefile dlls/d3d8/tests "Maketest.rules \$(MAKEDEP)"
14206 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d8/tests"
14208 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3d9/libd3d9.$IMPLIBEXT"
14209 wine_fn_config_dll d3d9 d3d9
14210 wine_fn_config_makefile dlls/d3d9 "dlls/Makedll.rules \$(MAKEDEP)"
14211 test "x$enable_d3d9" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3d9"
14213 wine_fn_config_test dlls/d3d9/tests d3d9_test
14214 wine_fn_config_makefile dlls/d3d9/tests "Maketest.rules \$(MAKEDEP)"
14215 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3d9/tests"
14217 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dim/libd3dim.$IMPLIBEXT"
14218 wine_fn_config_dll d3dim d3dim
14219 wine_fn_config_makefile dlls/d3dim "dlls/Makedll.rules \$(MAKEDEP)"
14220 test "x$enable_d3dim" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dim"
14222 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3drm/libd3drm.$IMPLIBEXT"
14223 wine_fn_config_dll d3drm d3drm
14224 wine_fn_config_makefile dlls/d3drm "dlls/Makedll.rules \$(MAKEDEP)"
14225 test "x$enable_d3drm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3drm"
14227 wine_fn_config_test dlls/d3drm/tests d3drm_test
14228 wine_fn_config_makefile dlls/d3drm/tests "Maketest.rules \$(MAKEDEP)"
14229 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3drm/tests"
14231 wine_fn_config_dll d3dx9_24
14232 wine_fn_config_makefile dlls/d3dx9_24 "dlls/Makedll.rules \$(MAKEDEP)"
14233 test "x$enable_d3dx9_24" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_24"
14235 wine_fn_config_dll d3dx9_25
14236 wine_fn_config_makefile dlls/d3dx9_25 "dlls/Makedll.rules \$(MAKEDEP)"
14237 test "x$enable_d3dx9_25" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_25"
14239 wine_fn_config_dll d3dx9_26
14240 wine_fn_config_makefile dlls/d3dx9_26 "dlls/Makedll.rules \$(MAKEDEP)"
14241 test "x$enable_d3dx9_26" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_26"
14243 wine_fn_config_dll d3dx9_27
14244 wine_fn_config_makefile dlls/d3dx9_27 "dlls/Makedll.rules \$(MAKEDEP)"
14245 test "x$enable_d3dx9_27" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_27"
14247 wine_fn_config_dll d3dx9_28
14248 wine_fn_config_makefile dlls/d3dx9_28 "dlls/Makedll.rules \$(MAKEDEP)"
14249 test "x$enable_d3dx9_28" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_28"
14251 wine_fn_config_dll d3dx9_29
14252 wine_fn_config_makefile dlls/d3dx9_29 "dlls/Makedll.rules \$(MAKEDEP)"
14253 test "x$enable_d3dx9_29" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_29"
14255 wine_fn_config_dll d3dx9_30
14256 wine_fn_config_makefile dlls/d3dx9_30 "dlls/Makedll.rules \$(MAKEDEP)"
14257 test "x$enable_d3dx9_30" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_30"
14259 wine_fn_config_dll d3dx9_31
14260 wine_fn_config_makefile dlls/d3dx9_31 "dlls/Makedll.rules \$(MAKEDEP)"
14261 test "x$enable_d3dx9_31" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_31"
14263 wine_fn_config_dll d3dx9_32
14264 wine_fn_config_makefile dlls/d3dx9_32 "dlls/Makedll.rules \$(MAKEDEP)"
14265 test "x$enable_d3dx9_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_32"
14267 wine_fn_config_dll d3dx9_33
14268 wine_fn_config_makefile dlls/d3dx9_33 "dlls/Makedll.rules \$(MAKEDEP)"
14269 test "x$enable_d3dx9_33" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_33"
14271 wine_fn_config_dll d3dx9_34
14272 wine_fn_config_makefile dlls/d3dx9_34 "dlls/Makedll.rules \$(MAKEDEP)"
14273 test "x$enable_d3dx9_34" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_34"
14275 wine_fn_config_dll d3dx9_35
14276 wine_fn_config_makefile dlls/d3dx9_35 "dlls/Makedll.rules \$(MAKEDEP)"
14277 test "x$enable_d3dx9_35" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_35"
14279 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dx9_36/libd3dx9.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libd3dx9.$IMPLIBEXT"
14280 wine_fn_config_dll d3dx9_36 d3dx9
14281 wine_fn_config_makefile dlls/d3dx9_36 "dlls/Makedll.rules \$(MAKEDEP)"
14282 test "x$enable_d3dx9_36" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_36"
14284 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14285 wine_fn_config_makefile dlls/d3dx9_36/tests "Maketest.rules \$(MAKEDEP)"
14286 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dx9_36/tests"
14288 wine_fn_config_dll d3dx9_37
14289 wine_fn_config_makefile dlls/d3dx9_37 "dlls/Makedll.rules \$(MAKEDEP)"
14290 test "x$enable_d3dx9_37" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_37"
14292 wine_fn_config_dll d3dx9_38
14293 wine_fn_config_makefile dlls/d3dx9_38 "dlls/Makedll.rules \$(MAKEDEP)"
14294 test "x$enable_d3dx9_38" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_38"
14296 wine_fn_config_dll d3dx9_39
14297 wine_fn_config_makefile dlls/d3dx9_39 "dlls/Makedll.rules \$(MAKEDEP)"
14298 test "x$enable_d3dx9_39" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_39"
14300 wine_fn_config_dll d3dx9_40
14301 wine_fn_config_makefile dlls/d3dx9_40 "dlls/Makedll.rules \$(MAKEDEP)"
14302 test "x$enable_d3dx9_40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_40"
14304 wine_fn_config_dll d3dx9_41
14305 wine_fn_config_makefile dlls/d3dx9_41 "dlls/Makedll.rules \$(MAKEDEP)"
14306 test "x$enable_d3dx9_41" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_41"
14308 wine_fn_config_dll d3dx9_42
14309 wine_fn_config_makefile dlls/d3dx9_42 "dlls/Makedll.rules \$(MAKEDEP)"
14310 test "x$enable_d3dx9_42" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dx9_42"
14312 wine_fn_append_file ALL_IMPORT_LIBS "dlls/d3dxof/libd3dxof.$IMPLIBEXT"
14313 wine_fn_config_dll d3dxof d3dxof
14314 wine_fn_config_makefile dlls/d3dxof "dlls/Makedll.rules \$(MAKEDEP)"
14315 test "x$enable_d3dxof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/d3dxof"
14317 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14318 wine_fn_config_makefile dlls/d3dxof/tests "Maketest.rules \$(MAKEDEP)"
14319 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/d3dxof/tests"
14321 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dbghelp/libdbghelp.$IMPLIBEXT"
14322 wine_fn_config_dll dbghelp dbghelp
14323 wine_fn_config_makefile dlls/dbghelp "dlls/Makedll.rules \$(MAKEDEP)"
14324 test "x$enable_dbghelp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dbghelp"
14326 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dciman32/libdciman32.$IMPLIBEXT"
14327 wine_fn_config_dll dciman32 dciman32
14328 wine_fn_config_makefile dlls/dciman32 "dlls/Makedll.rules \$(MAKEDEP)"
14329 test "x$enable_dciman32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dciman32"
14331 wine_fn_config_dll ddeml.dll16
14332 wine_fn_config_makefile dlls/ddeml.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14333 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddeml.dll16"
14335 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ddraw/libddraw.$IMPLIBEXT"
14336 wine_fn_config_dll ddraw ddraw
14337 wine_fn_config_makefile dlls/ddraw "dlls/Makedll.rules \$(MAKEDEP)"
14338 test "x$enable_ddraw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddraw"
14340 wine_fn_config_test dlls/ddraw/tests ddraw_test
14341 wine_fn_config_makefile dlls/ddraw/tests "Maketest.rules \$(MAKEDEP)"
14342 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddraw/tests"
14344 wine_fn_config_dll ddrawex
14345 wine_fn_config_makefile dlls/ddrawex "dlls/Makedll.rules \$(MAKEDEP)"
14346 test "x$enable_ddrawex" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ddrawex"
14348 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14349 wine_fn_config_makefile dlls/ddrawex/tests "Maketest.rules \$(MAKEDEP)"
14350 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ddrawex/tests"
14352 wine_fn_config_dll devenum
14353 wine_fn_config_makefile dlls/devenum "dlls/Makedll.rules \$(MAKEDEP)"
14354 test "x$enable_devenum" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/devenum"
14356 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput/libdinput.$STATIC_IMPLIBEXT"
14357 wine_fn_config_dll dinput dinput "data_formats.c"
14358 wine_fn_config_makefile dlls/dinput "dlls/Makedll.rules \$(MAKEDEP)"
14359 test "x$enable_dinput" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput"
14361 wine_fn_config_test dlls/dinput/tests dinput_test
14362 wine_fn_config_makefile dlls/dinput/tests "Maketest.rules \$(MAKEDEP)"
14363 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dinput/tests"
14365 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dinput8/libdinput8.$IMPLIBEXT"
14366 wine_fn_config_dll dinput8 dinput8
14367 wine_fn_config_makefile dlls/dinput8 "dlls/Makedll.rules \$(MAKEDEP)"
14368 test "x$enable_dinput8" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dinput8"
14370 wine_fn_config_dll dispdib.dll16
14371 wine_fn_config_makefile dlls/dispdib.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14372 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dispdib.dll16"
14374 wine_fn_config_dll dispex
14375 wine_fn_config_makefile dlls/dispex "dlls/Makedll.rules \$(MAKEDEP)"
14376 test "x$enable_dispex" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dispex"
14378 wine_fn_config_dll display.drv16
14379 wine_fn_config_makefile dlls/display.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14380 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/display.drv16"
14382 wine_fn_config_dll dmband
14383 wine_fn_config_makefile dlls/dmband "dlls/Makedll.rules \$(MAKEDEP)"
14384 test "x$enable_dmband" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmband"
14386 wine_fn_config_dll dmcompos
14387 wine_fn_config_makefile dlls/dmcompos "dlls/Makedll.rules \$(MAKEDEP)"
14388 test "x$enable_dmcompos" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmcompos"
14390 wine_fn_config_dll dmime
14391 wine_fn_config_makefile dlls/dmime "dlls/Makedll.rules \$(MAKEDEP)"
14392 test "x$enable_dmime" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmime"
14394 wine_fn_config_dll dmloader
14395 wine_fn_config_makefile dlls/dmloader "dlls/Makedll.rules \$(MAKEDEP)"
14396 test "x$enable_dmloader" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmloader"
14398 wine_fn_config_test dlls/dmloader/tests dmloader_test
14399 wine_fn_config_makefile dlls/dmloader/tests "Maketest.rules \$(MAKEDEP)"
14400 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dmloader/tests"
14402 wine_fn_config_dll dmscript
14403 wine_fn_config_makefile dlls/dmscript "dlls/Makedll.rules \$(MAKEDEP)"
14404 test "x$enable_dmscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmscript"
14406 wine_fn_config_dll dmstyle
14407 wine_fn_config_makefile dlls/dmstyle "dlls/Makedll.rules \$(MAKEDEP)"
14408 test "x$enable_dmstyle" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmstyle"
14410 wine_fn_config_dll dmsynth
14411 wine_fn_config_makefile dlls/dmsynth "dlls/Makedll.rules \$(MAKEDEP)"
14412 test "x$enable_dmsynth" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmsynth"
14414 wine_fn_config_dll dmusic
14415 wine_fn_config_makefile dlls/dmusic "dlls/Makedll.rules \$(MAKEDEP)"
14416 test "x$enable_dmusic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic"
14418 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dmusic32/libdmusic32.$IMPLIBEXT"
14419 wine_fn_config_dll dmusic32 dmusic32
14420 wine_fn_config_makefile dlls/dmusic32 "dlls/Makedll.rules \$(MAKEDEP)"
14421 test "x$enable_dmusic32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dmusic32"
14423 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dnsapi/libdnsapi.$IMPLIBEXT"
14424 wine_fn_config_dll dnsapi dnsapi
14425 wine_fn_config_makefile dlls/dnsapi "dlls/Makedll.rules \$(MAKEDEP)"
14426 test "x$enable_dnsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dnsapi"
14428 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14429 wine_fn_config_makefile dlls/dnsapi/tests "Maketest.rules \$(MAKEDEP)"
14430 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dnsapi/tests"
14432 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplay/libdplay.$IMPLIBEXT"
14433 wine_fn_config_dll dplay dplay
14434 wine_fn_config_makefile dlls/dplay "dlls/Makedll.rules \$(MAKEDEP)"
14435 test "x$enable_dplay" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplay"
14437 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dplayx/libdplayx.$IMPLIBEXT"
14438 wine_fn_config_dll dplayx dplayx
14439 wine_fn_config_makefile dlls/dplayx "dlls/Makedll.rules \$(MAKEDEP)"
14440 test "x$enable_dplayx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dplayx"
14442 wine_fn_config_test dlls/dplayx/tests dplayx_test
14443 wine_fn_config_makefile dlls/dplayx/tests "Maketest.rules \$(MAKEDEP)"
14444 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dplayx/tests"
14446 wine_fn_config_dll dpnaddr
14447 wine_fn_config_makefile dlls/dpnaddr "dlls/Makedll.rules \$(MAKEDEP)"
14448 test "x$enable_dpnaddr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnaddr"
14450 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dpnet/libdpnet.$IMPLIBEXT"
14451 wine_fn_config_dll dpnet dpnet
14452 wine_fn_config_makefile dlls/dpnet "dlls/Makedll.rules \$(MAKEDEP)"
14453 test "x$enable_dpnet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnet"
14455 wine_fn_config_dll dpnhpast
14456 wine_fn_config_makefile dlls/dpnhpast "dlls/Makedll.rules \$(MAKEDEP)"
14457 test "x$enable_dpnhpast" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnhpast"
14459 wine_fn_config_dll dpnlobby
14460 wine_fn_config_makefile dlls/dpnlobby "dlls/Makedll.rules \$(MAKEDEP)"
14461 test "x$enable_dpnlobby" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpnlobby"
14463 wine_fn_config_dll dpwsockx
14464 wine_fn_config_makefile dlls/dpwsockx "dlls/Makedll.rules \$(MAKEDEP)"
14465 test "x$enable_dpwsockx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dpwsockx"
14467 wine_fn_config_dll drmclien
14468 wine_fn_config_makefile dlls/drmclien "dlls/Makedll.rules \$(MAKEDEP)"
14469 test "x$enable_drmclien" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/drmclien"
14471 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dsound/libdsound.$IMPLIBEXT"
14472 wine_fn_config_dll dsound dsound
14473 wine_fn_config_makefile dlls/dsound "dlls/Makedll.rules \$(MAKEDEP)"
14474 test "x$enable_dsound" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dsound"
14476 wine_fn_config_test dlls/dsound/tests dsound_test
14477 wine_fn_config_makefile dlls/dsound/tests "Maketest.rules \$(MAKEDEP)"
14478 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dsound/tests"
14480 wine_fn_config_dll dssenh
14481 wine_fn_config_makefile dlls/dssenh "dlls/Makedll.rules \$(MAKEDEP)"
14482 test "x$enable_dssenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dssenh"
14484 wine_fn_config_dll dswave
14485 wine_fn_config_makefile dlls/dswave "dlls/Makedll.rules \$(MAKEDEP)"
14486 test "x$enable_dswave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dswave"
14488 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dwmapi/libdwmapi.$IMPLIBEXT"
14489 wine_fn_config_dll dwmapi dwmapi
14490 wine_fn_config_makefile dlls/dwmapi "dlls/Makedll.rules \$(MAKEDEP)"
14491 test "x$enable_dwmapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dwmapi"
14493 wine_fn_config_dll dxdiagn
14494 wine_fn_config_makefile dlls/dxdiagn "dlls/Makedll.rules \$(MAKEDEP)"
14495 test "x$enable_dxdiagn" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxdiagn"
14497 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14498 wine_fn_config_makefile dlls/dxdiagn/tests "Maketest.rules \$(MAKEDEP)"
14499 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxdiagn/tests"
14501 wine_fn_config_lib dxerr8
14502 wine_fn_config_makefile dlls/dxerr8 "dlls/Makeimplib.rules \$(MAKEDEP)"
14503 test "x$enable_dxerr8" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr8"
14505 wine_fn_config_lib dxerr9
14506 wine_fn_config_makefile dlls/dxerr9 "dlls/Makeimplib.rules \$(MAKEDEP)"
14507 test "x$enable_dxerr9" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxerr9"
14509 wine_fn_append_file ALL_IMPORT_LIBS "dlls/dxgi/libdxgi.$IMPLIBEXT"
14510 wine_fn_config_dll dxgi dxgi
14511 wine_fn_config_makefile dlls/dxgi "dlls/Makedll.rules \$(MAKEDEP)"
14512 test "x$enable_dxgi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/dxgi"
14514 wine_fn_config_test dlls/dxgi/tests dxgi_test
14515 wine_fn_config_makefile dlls/dxgi/tests "Maketest.rules \$(MAKEDEP)"
14516 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/dxgi/tests"
14518 wine_fn_config_lib dxguid
14519 wine_fn_config_makefile dlls/dxguid "dlls/Makeimplib.rules \$(MAKEDEP)"
14520 test "x$enable_dxguid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/dxguid"
14522 wine_fn_config_dll faultrep
14523 wine_fn_config_makefile dlls/faultrep "dlls/Makedll.rules \$(MAKEDEP)"
14524 test "x$enable_faultrep" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/faultrep"
14526 wine_fn_config_dll fltlib
14527 wine_fn_config_makefile dlls/fltlib "dlls/Makedll.rules \$(MAKEDEP)"
14528 test "x$enable_fltlib" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fltlib"
14530 wine_fn_config_dll fusion
14531 wine_fn_config_makefile dlls/fusion "dlls/Makedll.rules \$(MAKEDEP)"
14532 test "x$enable_fusion" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fusion"
14534 wine_fn_config_test dlls/fusion/tests fusion_test
14535 wine_fn_config_makefile dlls/fusion/tests "Maketest.rules \$(MAKEDEP)"
14536 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/fusion/tests"
14538 wine_fn_config_dll fwpuclnt
14539 wine_fn_config_makefile dlls/fwpuclnt "dlls/Makedll.rules \$(MAKEDEP)"
14540 test "x$enable_fwpuclnt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/fwpuclnt"
14542 wine_fn_config_dll gdi.exe16
14543 wine_fn_config_makefile dlls/gdi.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
14544 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi.exe16"
14546 wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdi32/libgdi32.$IMPLIBEXT"
14547 wine_fn_config_dll gdi32 gdi32
14548 wine_fn_config_makefile dlls/gdi32 "dlls/Makedll.rules \$(MAKEDEP)"
14549 test "x$enable_gdi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdi32"
14551 wine_fn_config_test dlls/gdi32/tests gdi32_test
14552 wine_fn_config_makefile dlls/gdi32/tests "Maketest.rules \$(MAKEDEP)"
14553 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdi32/tests"
14555 wine_fn_append_file ALL_IMPORT_LIBS "dlls/gdiplus/libgdiplus.$IMPLIBEXT"
14556 wine_fn_config_dll gdiplus gdiplus
14557 wine_fn_config_makefile dlls/gdiplus "dlls/Makedll.rules \$(MAKEDEP)"
14558 test "x$enable_gdiplus" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gdiplus"
14560 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14561 wine_fn_config_makefile dlls/gdiplus/tests "Maketest.rules \$(MAKEDEP)"
14562 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/gdiplus/tests"
14564 wine_fn_append_file ALL_IMPORT_LIBS "dlls/glu32/libglu32.$IMPLIBEXT"
14565 wine_fn_config_dll glu32 glu32
14566 wine_fn_config_makefile dlls/glu32 "dlls/Makedll.rules \$(MAKEDEP)"
14567 test "x$enable_glu32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/glu32"
14569 wine_fn_config_dll gphoto2.ds
14570 wine_fn_config_makefile dlls/gphoto2.ds "dlls/Makedll.rules \$(MAKEDEP)"
14571 test "x$enable_gphoto2_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gphoto2.ds"
14573 wine_fn_config_dll gpkcsp
14574 wine_fn_config_makefile dlls/gpkcsp "dlls/Makedll.rules \$(MAKEDEP)"
14575 test "x$enable_gpkcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/gpkcsp"
14577 wine_fn_config_dll hal
14578 wine_fn_config_makefile dlls/hal "dlls/Makedll.rules \$(MAKEDEP)"
14579 test "x$enable_hal" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hal"
14581 wine_fn_config_dll hhctrl.ocx
14582 wine_fn_config_makefile dlls/hhctrl.ocx "dlls/Makedll.rules \$(MAKEDEP)"
14583 test "x$enable_hhctrl_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hhctrl.ocx"
14585 wine_fn_append_file ALL_IMPORT_LIBS "dlls/hid/libhid.$IMPLIBEXT"
14586 wine_fn_config_dll hid hid
14587 wine_fn_config_makefile dlls/hid "dlls/Makedll.rules \$(MAKEDEP)"
14588 test "x$enable_hid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hid"
14590 wine_fn_append_file ALL_IMPORT_LIBS "dlls/hlink/libhlink.$IMPLIBEXT"
14591 wine_fn_config_dll hlink hlink
14592 wine_fn_config_makefile dlls/hlink "dlls/Makedll.rules \$(MAKEDEP)"
14593 test "x$enable_hlink" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hlink"
14595 wine_fn_config_test dlls/hlink/tests hlink_test
14596 wine_fn_config_makefile dlls/hlink/tests "Maketest.rules \$(MAKEDEP)"
14597 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/hlink/tests"
14599 wine_fn_config_dll hnetcfg
14600 wine_fn_config_makefile dlls/hnetcfg "dlls/Makedll.rules \$(MAKEDEP)"
14601 test "x$enable_hnetcfg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/hnetcfg"
14603 wine_fn_config_dll httpapi
14604 wine_fn_config_makefile dlls/httpapi "dlls/Makedll.rules \$(MAKEDEP)"
14605 test "x$enable_httpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/httpapi"
14607 wine_fn_config_dll iccvid
14608 wine_fn_config_makefile dlls/iccvid "dlls/Makedll.rules \$(MAKEDEP)"
14609 test "x$enable_iccvid" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iccvid"
14611 wine_fn_config_dll icmp
14612 wine_fn_config_makefile dlls/icmp "dlls/Makedll.rules \$(MAKEDEP)"
14613 test "x$enable_icmp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/icmp"
14615 wine_fn_config_dll ifsmgr.vxd
14616 wine_fn_config_makefile dlls/ifsmgr.vxd "dlls/Makedll.rules \$(MAKEDEP)"
14617 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ifsmgr.vxd"
14619 wine_fn_config_dll imaadp32.acm
14620 wine_fn_config_makefile dlls/imaadp32.acm "dlls/Makedll.rules \$(MAKEDEP)"
14621 test "x$enable_imaadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imaadp32.acm"
14623 wine_fn_append_file ALL_IMPORT_LIBS "dlls/imagehlp/libimagehlp.$IMPLIBEXT"
14624 wine_fn_config_dll imagehlp imagehlp
14625 wine_fn_config_makefile dlls/imagehlp "dlls/Makedll.rules \$(MAKEDEP)"
14626 test "x$enable_imagehlp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imagehlp"
14628 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14629 wine_fn_config_makefile dlls/imagehlp/tests "Maketest.rules \$(MAKEDEP)"
14630 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imagehlp/tests"
14632 wine_fn_config_dll imm.dll16
14633 wine_fn_config_makefile dlls/imm.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14634 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm.dll16"
14636 wine_fn_append_file ALL_IMPORT_LIBS "dlls/imm32/libimm32.$IMPLIBEXT"
14637 wine_fn_config_dll imm32 imm32
14638 wine_fn_config_makefile dlls/imm32 "dlls/Makedll.rules \$(MAKEDEP)"
14639 test "x$enable_imm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/imm32"
14641 wine_fn_config_test dlls/imm32/tests imm32_test
14642 wine_fn_config_makefile dlls/imm32/tests "Maketest.rules \$(MAKEDEP)"
14643 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/imm32/tests"
14645 wine_fn_append_file ALL_IMPORT_LIBS "dlls/inetcomm/libinetcomm.$IMPLIBEXT"
14646 wine_fn_config_dll inetcomm inetcomm
14647 wine_fn_config_makefile dlls/inetcomm "dlls/Makedll.rules \$(MAKEDEP)"
14648 test "x$enable_inetcomm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetcomm"
14650 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14651 wine_fn_config_makefile dlls/inetcomm/tests "Maketest.rules \$(MAKEDEP)"
14652 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetcomm/tests"
14654 wine_fn_config_dll inetmib1
14655 wine_fn_config_makefile dlls/inetmib1 "dlls/Makedll.rules \$(MAKEDEP)"
14656 test "x$enable_inetmib1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inetmib1"
14658 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14659 wine_fn_config_makefile dlls/inetmib1/tests "Maketest.rules \$(MAKEDEP)"
14660 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/inetmib1/tests"
14662 wine_fn_config_dll infosoft
14663 wine_fn_config_makefile dlls/infosoft "dlls/Makedll.rules \$(MAKEDEP)"
14664 test "x$enable_infosoft" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/infosoft"
14666 wine_fn_config_test dlls/infosoft/tests infosoft_test
14667 wine_fn_config_makefile dlls/infosoft/tests "Maketest.rules \$(MAKEDEP)"
14668 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/infosoft/tests"
14670 wine_fn_config_dll initpki
14671 wine_fn_config_makefile dlls/initpki "dlls/Makedll.rules \$(MAKEDEP)"
14672 test "x$enable_initpki" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/initpki"
14674 wine_fn_config_dll inkobj
14675 wine_fn_config_makefile dlls/inkobj "dlls/Makedll.rules \$(MAKEDEP)"
14676 test "x$enable_inkobj" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inkobj"
14678 wine_fn_config_dll inseng
14679 wine_fn_config_makefile dlls/inseng "dlls/Makedll.rules \$(MAKEDEP)"
14680 test "x$enable_inseng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/inseng"
14682 wine_fn_append_file ALL_IMPORT_LIBS "dlls/iphlpapi/libiphlpapi.$IMPLIBEXT"
14683 wine_fn_config_dll iphlpapi iphlpapi
14684 wine_fn_config_makefile dlls/iphlpapi "dlls/Makedll.rules \$(MAKEDEP)"
14685 test "x$enable_iphlpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/iphlpapi"
14687 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14688 wine_fn_config_makefile dlls/iphlpapi/tests "Maketest.rules \$(MAKEDEP)"
14689 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/iphlpapi/tests"
14691 wine_fn_config_dll itircl
14692 wine_fn_config_makefile dlls/itircl "dlls/Makedll.rules \$(MAKEDEP)"
14693 test "x$enable_itircl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itircl"
14695 wine_fn_config_dll itss
14696 wine_fn_config_makefile dlls/itss "dlls/Makedll.rules \$(MAKEDEP)"
14697 test "x$enable_itss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/itss"
14699 wine_fn_config_test dlls/itss/tests itss_test
14700 wine_fn_config_makefile dlls/itss/tests "Maketest.rules \$(MAKEDEP)"
14701 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/itss/tests"
14703 wine_fn_config_dll jscript
14704 wine_fn_config_makefile dlls/jscript "dlls/Makedll.rules \$(MAKEDEP)"
14705 test "x$enable_jscript" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/jscript"
14707 wine_fn_config_test dlls/jscript/tests jscript_test
14708 wine_fn_config_makefile dlls/jscript/tests "Maketest.rules \$(MAKEDEP)"
14709 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/jscript/tests"
14711 wine_fn_append_file ALL_IMPORT_LIBS "dlls/kernel32/libkernel32.$IMPLIBEXT"
14712 wine_fn_config_dll kernel32 kernel32
14713 wine_fn_config_makefile dlls/kernel32 "dlls/Makedll.rules \$(MAKEDEP)"
14714 test "x$enable_kernel32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/kernel32"
14716 wine_fn_config_test dlls/kernel32/tests kernel32_test
14717 wine_fn_config_makefile dlls/kernel32/tests "Maketest.rules \$(MAKEDEP)"
14718 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/kernel32/tests"
14720 wine_fn_config_dll keyboard.drv16
14721 wine_fn_config_makefile dlls/keyboard.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14722 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/keyboard.drv16"
14724 test "x$enable_win16" != xno && wine_fn_append_file ALL_IMPORT_LIBS "dlls/krnl386.exe16/libkernel.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libkernel.$IMPLIBEXT"
14725 wine_fn_config_dll krnl386.exe16 kernel
14726 wine_fn_config_makefile dlls/krnl386.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
14727 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/krnl386.exe16"
14729 wine_fn_append_file ALL_IMPORT_LIBS "dlls/loadperf/libloadperf.$IMPLIBEXT"
14730 wine_fn_config_dll loadperf loadperf
14731 wine_fn_config_makefile dlls/loadperf "dlls/Makedll.rules \$(MAKEDEP)"
14732 test "x$enable_loadperf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/loadperf"
14734 wine_fn_config_dll localspl
14735 wine_fn_config_makefile dlls/localspl "dlls/Makedll.rules \$(MAKEDEP)"
14736 test "x$enable_localspl" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localspl"
14738 wine_fn_config_test dlls/localspl/tests localspl_test
14739 wine_fn_config_makefile dlls/localspl/tests "Maketest.rules \$(MAKEDEP)"
14740 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localspl/tests"
14742 wine_fn_config_dll localui
14743 wine_fn_config_makefile dlls/localui "dlls/Makedll.rules \$(MAKEDEP)"
14744 test "x$enable_localui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/localui"
14746 wine_fn_config_test dlls/localui/tests localui_test
14747 wine_fn_config_makefile dlls/localui/tests "Maketest.rules \$(MAKEDEP)"
14748 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/localui/tests"
14750 wine_fn_append_file ALL_IMPORT_LIBS "dlls/lz32/liblz32.$IMPLIBEXT"
14751 wine_fn_config_dll lz32 lz32
14752 wine_fn_config_makefile dlls/lz32 "dlls/Makedll.rules \$(MAKEDEP)"
14753 test "x$enable_lz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lz32"
14755 wine_fn_config_test dlls/lz32/tests lz32_test
14756 wine_fn_config_makefile dlls/lz32/tests "Maketest.rules \$(MAKEDEP)"
14757 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/lz32/tests"
14759 wine_fn_config_dll lzexpand.dll16
14760 wine_fn_config_makefile dlls/lzexpand.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14761 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/lzexpand.dll16"
14763 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mapi32/libmapi32.$IMPLIBEXT"
14764 wine_fn_config_dll mapi32 mapi32
14765 wine_fn_config_makefile dlls/mapi32 "dlls/Makedll.rules \$(MAKEDEP)"
14766 test "x$enable_mapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapi32"
14768 wine_fn_config_test dlls/mapi32/tests mapi32_test
14769 wine_fn_config_makefile dlls/mapi32/tests "Maketest.rules \$(MAKEDEP)"
14770 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mapi32/tests"
14772 wine_fn_config_dll mapistub
14773 wine_fn_config_makefile dlls/mapistub "dlls/Makedll.rules \$(MAKEDEP)"
14774 test "x$enable_mapistub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mapistub"
14776 wine_fn_config_dll mciavi32
14777 wine_fn_config_makefile dlls/mciavi32 "dlls/Makedll.rules \$(MAKEDEP)"
14778 test "x$enable_mciavi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciavi32"
14780 wine_fn_config_dll mcicda
14781 wine_fn_config_makefile dlls/mcicda "dlls/Makedll.rules \$(MAKEDEP)"
14782 test "x$enable_mcicda" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mcicda"
14784 wine_fn_config_dll mciqtz32
14785 wine_fn_config_makefile dlls/mciqtz32 "dlls/Makedll.rules \$(MAKEDEP)"
14786 test "x$enable_mciqtz32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciqtz32"
14788 wine_fn_config_dll mciseq
14789 wine_fn_config_makefile dlls/mciseq "dlls/Makedll.rules \$(MAKEDEP)"
14790 test "x$enable_mciseq" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciseq"
14792 wine_fn_config_dll mciwave
14793 wine_fn_config_makefile dlls/mciwave "dlls/Makedll.rules \$(MAKEDEP)"
14794 test "x$enable_mciwave" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mciwave"
14796 wine_fn_config_dll midimap
14797 wine_fn_config_makefile dlls/midimap "dlls/Makedll.rules \$(MAKEDEP)"
14798 test "x$enable_midimap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/midimap"
14800 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mlang/libmlang.$IMPLIBEXT"
14801 wine_fn_config_dll mlang mlang
14802 wine_fn_config_makefile dlls/mlang "dlls/Makedll.rules \$(MAKEDEP)"
14803 test "x$enable_mlang" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mlang"
14805 wine_fn_config_test dlls/mlang/tests mlang_test
14806 wine_fn_config_makefile dlls/mlang/tests "Maketest.rules \$(MAKEDEP)"
14807 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mlang/tests"
14809 wine_fn_config_dll mmdevapi
14810 wine_fn_config_makefile dlls/mmdevapi "dlls/Makedll.rules \$(MAKEDEP)"
14811 test "x$enable_mmdevapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevapi"
14813 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14814 wine_fn_config_makefile dlls/mmdevapi/tests "Maketest.rules \$(MAKEDEP)"
14815 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mmdevapi/tests"
14817 wine_fn_config_dll mmdevldr.vxd
14818 wine_fn_config_makefile dlls/mmdevldr.vxd "dlls/Makedll.rules \$(MAKEDEP)"
14819 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmdevldr.vxd"
14821 wine_fn_config_dll mmsystem.dll16
14822 wine_fn_config_makefile dlls/mmsystem.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14823 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mmsystem.dll16"
14825 wine_fn_config_dll monodebg.vxd
14826 wine_fn_config_makefile dlls/monodebg.vxd "dlls/Makedll.rules \$(MAKEDEP)"
14827 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/monodebg.vxd"
14829 wine_fn_config_dll mountmgr.sys
14830 wine_fn_config_makefile dlls/mountmgr.sys "dlls/Makedll.rules \$(MAKEDEP)"
14831 test "x$enable_mountmgr_sys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mountmgr.sys"
14833 wine_fn_config_dll mouse.drv16
14834 wine_fn_config_makefile dlls/mouse.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
14835 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mouse.drv16"
14837 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mpr/libmpr.$IMPLIBEXT"
14838 wine_fn_config_dll mpr mpr
14839 wine_fn_config_makefile dlls/mpr "dlls/Makedll.rules \$(MAKEDEP)"
14840 test "x$enable_mpr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mpr"
14842 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mprapi/libmprapi.$IMPLIBEXT"
14843 wine_fn_config_dll mprapi mprapi
14844 wine_fn_config_makefile dlls/mprapi "dlls/Makedll.rules \$(MAKEDEP)"
14845 test "x$enable_mprapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mprapi"
14847 wine_fn_config_dll msacm.dll16
14848 wine_fn_config_makefile dlls/msacm.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
14849 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm.dll16"
14851 wine_fn_config_dll msacm32.drv
14852 wine_fn_config_makefile dlls/msacm32.drv "dlls/Makedll.rules \$(MAKEDEP)"
14853 test "x$enable_msacm32_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32.drv"
14855 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msacm32/libmsacm32.$IMPLIBEXT"
14856 wine_fn_config_dll msacm32 msacm32
14857 wine_fn_config_makefile dlls/msacm32 "dlls/Makedll.rules \$(MAKEDEP)"
14858 test "x$enable_msacm32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msacm32"
14860 wine_fn_config_test dlls/msacm32/tests msacm32_test
14861 wine_fn_config_makefile dlls/msacm32/tests "Maketest.rules \$(MAKEDEP)"
14862 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msacm32/tests"
14864 wine_fn_config_dll msadp32.acm
14865 wine_fn_config_makefile dlls/msadp32.acm "dlls/Makedll.rules \$(MAKEDEP)"
14866 test "x$enable_msadp32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msadp32.acm"
14868 wine_fn_config_dll mscat32
14869 wine_fn_config_makefile dlls/mscat32 "dlls/Makedll.rules \$(MAKEDEP)"
14870 test "x$enable_mscat32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscat32"
14872 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mscms/libmscms.$IMPLIBEXT"
14873 wine_fn_config_dll mscms mscms
14874 wine_fn_config_makefile dlls/mscms "dlls/Makedll.rules \$(MAKEDEP)"
14875 test "x$enable_mscms" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscms"
14877 wine_fn_config_test dlls/mscms/tests mscms_test
14878 wine_fn_config_makefile dlls/mscms/tests "Maketest.rules \$(MAKEDEP)"
14879 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mscms/tests"
14881 wine_fn_config_dll mscoree
14882 wine_fn_config_makefile dlls/mscoree "dlls/Makedll.rules \$(MAKEDEP)"
14883 test "x$enable_mscoree" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mscoree"
14885 wine_fn_config_dll msctf
14886 wine_fn_config_makefile dlls/msctf "dlls/Makedll.rules \$(MAKEDEP)"
14887 test "x$enable_msctf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msctf"
14889 wine_fn_config_test dlls/msctf/tests msctf_test
14890 wine_fn_config_makefile dlls/msctf/tests "Maketest.rules \$(MAKEDEP)"
14891 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msctf/tests"
14893 wine_fn_config_dll msdaps
14894 wine_fn_config_makefile dlls/msdaps "dlls/Makedll.rules \$(MAKEDEP)"
14895 test "x$enable_msdaps" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdaps"
14897 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msdmo/libmsdmo.$IMPLIBEXT"
14898 wine_fn_config_dll msdmo msdmo
14899 wine_fn_config_makefile dlls/msdmo "dlls/Makedll.rules \$(MAKEDEP)"
14900 test "x$enable_msdmo" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msdmo"
14902 wine_fn_config_dll msftedit
14903 wine_fn_config_makefile dlls/msftedit "dlls/Makedll.rules \$(MAKEDEP)"
14904 test "x$enable_msftedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msftedit"
14906 wine_fn_config_dll msg711.acm
14907 wine_fn_config_makefile dlls/msg711.acm "dlls/Makedll.rules \$(MAKEDEP)"
14908 test "x$enable_msg711_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msg711.acm"
14910 wine_fn_config_dll msgsm32.acm
14911 wine_fn_config_makefile dlls/msgsm32.acm "dlls/Makedll.rules \$(MAKEDEP)"
14912 test "x$enable_msgsm32_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msgsm32.acm"
14914 wine_fn_config_dll mshtml.tlb
14915 wine_fn_config_makefile dlls/mshtml.tlb "dlls/Makedll.rules \$(MAKEDEP)"
14916 test "x$enable_mshtml_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml.tlb"
14918 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mshtml/libmshtml.$IMPLIBEXT"
14919 wine_fn_config_dll mshtml mshtml
14920 wine_fn_config_makefile dlls/mshtml "dlls/Makedll.rules \$(MAKEDEP)"
14921 test "x$enable_mshtml" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mshtml"
14923 wine_fn_config_test dlls/mshtml/tests mshtml_test
14924 wine_fn_config_makefile dlls/mshtml/tests "Maketest.rules \$(MAKEDEP)"
14925 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mshtml/tests"
14927 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msi/libmsi.$IMPLIBEXT"
14928 wine_fn_config_dll msi msi
14929 wine_fn_config_makefile dlls/msi "dlls/Makedll.rules \$(MAKEDEP)"
14930 test "x$enable_msi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msi"
14932 wine_fn_config_test dlls/msi/tests msi_test
14933 wine_fn_config_makefile dlls/msi/tests "Maketest.rules \$(MAKEDEP)"
14934 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msi/tests"
14936 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msimg32/libmsimg32.$IMPLIBEXT"
14937 wine_fn_config_dll msimg32 msimg32
14938 wine_fn_config_makefile dlls/msimg32 "dlls/Makedll.rules \$(MAKEDEP)"
14939 test "x$enable_msimg32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimg32"
14941 wine_fn_config_dll msimtf
14942 wine_fn_config_makefile dlls/msimtf "dlls/Makedll.rules \$(MAKEDEP)"
14943 test "x$enable_msimtf" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msimtf"
14945 wine_fn_config_dll msisip
14946 wine_fn_config_makefile dlls/msisip "dlls/Makedll.rules \$(MAKEDEP)"
14947 test "x$enable_msisip" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisip"
14949 wine_fn_config_dll msisys.ocx
14950 wine_fn_config_makefile dlls/msisys.ocx "dlls/Makedll.rules \$(MAKEDEP)"
14951 test "x$enable_msisys_ocx" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msisys.ocx"
14953 wine_fn_config_dll msnet32
14954 wine_fn_config_makefile dlls/msnet32 "dlls/Makedll.rules \$(MAKEDEP)"
14955 test "x$enable_msnet32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msnet32"
14957 wine_fn_config_dll msrle32
14958 wine_fn_config_makefile dlls/msrle32 "dlls/Makedll.rules \$(MAKEDEP)"
14959 test "x$enable_msrle32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msrle32"
14961 wine_fn_config_dll mssign32
14962 wine_fn_config_makefile dlls/mssign32 "dlls/Makedll.rules \$(MAKEDEP)"
14963 test "x$enable_mssign32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssign32"
14965 wine_fn_config_dll mssip32
14966 wine_fn_config_makefile dlls/mssip32 "dlls/Makedll.rules \$(MAKEDEP)"
14967 test "x$enable_mssip32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mssip32"
14969 wine_fn_config_dll mstask
14970 wine_fn_config_makefile dlls/mstask "dlls/Makedll.rules \$(MAKEDEP)"
14971 test "x$enable_mstask" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mstask"
14973 wine_fn_config_test dlls/mstask/tests mstask_test
14974 wine_fn_config_makefile dlls/mstask/tests "Maketest.rules \$(MAKEDEP)"
14975 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/mstask/tests"
14977 wine_fn_config_dll msvcirt
14978 wine_fn_config_makefile dlls/msvcirt "dlls/Makedll.rules \$(MAKEDEP)"
14979 test "x$enable_msvcirt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcirt"
14981 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr70/libmsvcr70.$IMPLIBEXT"
14982 wine_fn_config_dll msvcr70 msvcr70
14983 wine_fn_config_makefile dlls/msvcr70 "dlls/Makedll.rules \$(MAKEDEP)"
14984 test "x$enable_msvcr70" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr70"
14986 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr71/libmsvcr71.$IMPLIBEXT"
14987 wine_fn_config_dll msvcr71 msvcr71
14988 wine_fn_config_makefile dlls/msvcr71 "dlls/Makedll.rules \$(MAKEDEP)"
14989 test "x$enable_msvcr71" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr71"
14991 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr80/libmsvcr80.$IMPLIBEXT"
14992 wine_fn_config_dll msvcr80 msvcr80
14993 wine_fn_config_makefile dlls/msvcr80 "dlls/Makedll.rules \$(MAKEDEP)"
14994 test "x$enable_msvcr80" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr80"
14996 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcr90/libmsvcr90.$IMPLIBEXT"
14997 wine_fn_config_dll msvcr90 msvcr90
14998 wine_fn_config_makefile dlls/msvcr90 "dlls/Makedll.rules \$(MAKEDEP)"
14999 test "x$enable_msvcr90" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcr90"
15001 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt/libmsvcrt.$IMPLIBEXT"
15002 wine_fn_config_dll msvcrt msvcrt
15003 wine_fn_config_makefile dlls/msvcrt "dlls/Makedll.rules \$(MAKEDEP)"
15004 test "x$enable_msvcrt" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt"
15006 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
15007 wine_fn_config_makefile dlls/msvcrt/tests "Maketest.rules \$(MAKEDEP)"
15008 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrt/tests"
15010 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt20/libmsvcrt20.$IMPLIBEXT"
15011 wine_fn_config_dll msvcrt20 msvcrt20
15012 wine_fn_config_makefile dlls/msvcrt20 "dlls/Makedll.rules \$(MAKEDEP)"
15013 test "x$enable_msvcrt20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt20"
15015 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrt40/libmsvcrt40.$IMPLIBEXT"
15016 wine_fn_config_dll msvcrt40 msvcrt40
15017 wine_fn_config_makefile dlls/msvcrt40 "dlls/Makedll.rules \$(MAKEDEP)"
15018 test "x$enable_msvcrt40" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrt40"
15020 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvcrtd/libmsvcrtd.$IMPLIBEXT"
15021 wine_fn_config_dll msvcrtd msvcrtd
15022 wine_fn_config_makefile dlls/msvcrtd "dlls/Makedll.rules \$(MAKEDEP)"
15023 test "x$enable_msvcrtd" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvcrtd"
15025 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
15026 wine_fn_config_makefile dlls/msvcrtd/tests "Maketest.rules \$(MAKEDEP)"
15027 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvcrtd/tests"
15029 wine_fn_append_file ALL_IMPORT_LIBS "dlls/msvfw32/libmsvfw32.$IMPLIBEXT"
15030 wine_fn_config_dll msvfw32 msvfw32
15031 wine_fn_config_makefile dlls/msvfw32 "dlls/Makedll.rules \$(MAKEDEP)"
15032 test "x$enable_msvfw32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvfw32"
15034 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
15035 wine_fn_config_makefile dlls/msvfw32/tests "Maketest.rules \$(MAKEDEP)"
15036 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msvfw32/tests"
15038 wine_fn_config_dll msvidc32
15039 wine_fn_config_makefile dlls/msvidc32 "dlls/Makedll.rules \$(MAKEDEP)"
15040 test "x$enable_msvidc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvidc32"
15042 wine_fn_config_dll msvideo.dll16
15043 wine_fn_config_makefile dlls/msvideo.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15044 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msvideo.dll16"
15046 wine_fn_append_file ALL_IMPORT_LIBS "dlls/mswsock/libmswsock.$IMPLIBEXT"
15047 wine_fn_config_dll mswsock mswsock
15048 wine_fn_config_makefile dlls/mswsock "dlls/Makedll.rules \$(MAKEDEP)"
15049 test "x$enable_mswsock" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/mswsock"
15051 wine_fn_config_dll msxml3
15052 wine_fn_config_makefile dlls/msxml3 "dlls/Makedll.rules \$(MAKEDEP)"
15053 test "x$enable_msxml3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml3"
15055 wine_fn_config_test dlls/msxml3/tests msxml3_test
15056 wine_fn_config_makefile dlls/msxml3/tests "Maketest.rules \$(MAKEDEP)"
15057 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/msxml3/tests"
15059 wine_fn_config_dll msxml4
15060 wine_fn_config_makefile dlls/msxml4 "dlls/Makedll.rules \$(MAKEDEP)"
15061 test "x$enable_msxml4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/msxml4"
15063 wine_fn_append_file ALL_IMPORT_LIBS "dlls/nddeapi/libnddeapi.$IMPLIBEXT"
15064 wine_fn_config_dll nddeapi nddeapi
15065 wine_fn_config_makefile dlls/nddeapi "dlls/Makedll.rules \$(MAKEDEP)"
15066 test "x$enable_nddeapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/nddeapi"
15068 wine_fn_append_file ALL_IMPORT_LIBS "dlls/netapi32/libnetapi32.$IMPLIBEXT"
15069 wine_fn_config_dll netapi32 netapi32
15070 wine_fn_config_makefile dlls/netapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15071 test "x$enable_netapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/netapi32"
15073 wine_fn_config_test dlls/netapi32/tests netapi32_test
15074 wine_fn_config_makefile dlls/netapi32/tests "Maketest.rules \$(MAKEDEP)"
15075 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/netapi32/tests"
15077 wine_fn_append_file ALL_IMPORT_LIBS "dlls/newdev/libnewdev.$IMPLIBEXT"
15078 wine_fn_config_dll newdev newdev
15079 wine_fn_config_makefile dlls/newdev "dlls/Makedll.rules \$(MAKEDEP)"
15080 test "x$enable_newdev" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/newdev"
15082 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdll/libntdll.$IMPLIBEXT"
15083 wine_fn_config_dll ntdll ntdll
15084 wine_fn_config_makefile dlls/ntdll "dlls/Makedll.rules \$(MAKEDEP)"
15085 test "x$enable_ntdll" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdll"
15087 wine_fn_config_test dlls/ntdll/tests ntdll_test
15088 wine_fn_config_makefile dlls/ntdll/tests "Maketest.rules \$(MAKEDEP)"
15089 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdll/tests"
15091 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntdsapi/libntdsapi.$IMPLIBEXT"
15092 wine_fn_config_dll ntdsapi ntdsapi
15093 wine_fn_config_makefile dlls/ntdsapi "dlls/Makedll.rules \$(MAKEDEP)"
15094 test "x$enable_ntdsapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntdsapi"
15096 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
15097 wine_fn_config_makefile dlls/ntdsapi/tests "Maketest.rules \$(MAKEDEP)"
15098 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntdsapi/tests"
15100 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ntoskrnl.exe/libntoskrnl.exe.$IMPLIBEXT"
15101 wine_fn_config_dll ntoskrnl.exe ntoskrnl.exe
15102 wine_fn_config_makefile dlls/ntoskrnl.exe "dlls/Makedll.rules \$(MAKEDEP)"
15103 test "x$enable_ntoskrnl_exe" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntoskrnl.exe"
15105 wine_fn_config_dll ntprint
15106 wine_fn_config_makefile dlls/ntprint "dlls/Makedll.rules \$(MAKEDEP)"
15107 test "x$enable_ntprint" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ntprint"
15109 wine_fn_config_test dlls/ntprint/tests ntprint_test
15110 wine_fn_config_makefile dlls/ntprint/tests "Maketest.rules \$(MAKEDEP)"
15111 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ntprint/tests"
15113 wine_fn_config_dll objsel
15114 wine_fn_config_makefile dlls/objsel "dlls/Makedll.rules \$(MAKEDEP)"
15115 test "x$enable_objsel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/objsel"
15117 wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbc32/libodbc32.$IMPLIBEXT"
15118 wine_fn_config_dll odbc32 odbc32
15119 wine_fn_config_makefile dlls/odbc32 "dlls/Makedll.rules \$(MAKEDEP)"
15120 test "x$enable_odbc32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbc32"
15122 wine_fn_append_file ALL_IMPORT_LIBS "dlls/odbccp32/libodbccp32.$IMPLIBEXT"
15123 wine_fn_config_dll odbccp32 odbccp32
15124 wine_fn_config_makefile dlls/odbccp32 "dlls/Makedll.rules \$(MAKEDEP)"
15125 test "x$enable_odbccp32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/odbccp32"
15127 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
15128 wine_fn_config_makefile dlls/odbccp32/tests "Maketest.rules \$(MAKEDEP)"
15129 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/odbccp32/tests"
15131 wine_fn_config_dll ole2.dll16
15132 wine_fn_config_makefile dlls/ole2.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15133 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2.dll16"
15135 wine_fn_config_dll ole2conv.dll16
15136 wine_fn_config_makefile dlls/ole2conv.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15137 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2conv.dll16"
15139 wine_fn_config_dll ole2disp.dll16
15140 wine_fn_config_makefile dlls/ole2disp.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15141 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2disp.dll16"
15143 wine_fn_config_dll ole2nls.dll16
15144 wine_fn_config_makefile dlls/ole2nls.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15145 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2nls.dll16"
15147 wine_fn_config_dll ole2prox.dll16
15148 wine_fn_config_makefile dlls/ole2prox.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15149 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2prox.dll16"
15151 wine_fn_config_dll ole2thk.dll16
15152 wine_fn_config_makefile dlls/ole2thk.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15153 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole2thk.dll16"
15155 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ole32/libole32.$IMPLIBEXT"
15156 wine_fn_config_dll ole32 ole32
15157 wine_fn_config_makefile dlls/ole32 "dlls/Makedll.rules \$(MAKEDEP)"
15158 test "x$enable_ole32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ole32"
15160 wine_fn_config_test dlls/ole32/tests ole32_test
15161 wine_fn_config_makefile dlls/ole32/tests "Maketest.rules \$(MAKEDEP)"
15162 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ole32/tests"
15164 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleacc/liboleacc.$IMPLIBEXT"
15165 wine_fn_config_dll oleacc oleacc
15166 wine_fn_config_makefile dlls/oleacc "dlls/Makedll.rules \$(MAKEDEP)"
15167 test "x$enable_oleacc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleacc"
15169 wine_fn_config_test dlls/oleacc/tests oleacc_test
15170 wine_fn_config_makefile dlls/oleacc/tests "Maketest.rules \$(MAKEDEP)"
15171 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleacc/tests"
15173 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oleaut32/liboleaut32.$IMPLIBEXT"
15174 wine_fn_config_dll oleaut32 oleaut32
15175 wine_fn_config_makefile dlls/oleaut32 "dlls/Makedll.rules \$(MAKEDEP)"
15176 test "x$enable_oleaut32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oleaut32"
15178 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
15179 wine_fn_config_makefile dlls/oleaut32/tests "Maketest.rules \$(MAKEDEP)"
15180 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oleaut32/tests"
15182 wine_fn_config_dll olecli.dll16
15183 wine_fn_config_makefile dlls/olecli.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15184 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli.dll16"
15186 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olecli32/libolecli32.$IMPLIBEXT"
15187 wine_fn_config_dll olecli32 olecli32
15188 wine_fn_config_makefile dlls/olecli32 "dlls/Makedll.rules \$(MAKEDEP)"
15189 test "x$enable_olecli32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olecli32"
15191 wine_fn_config_dll oledb32
15192 wine_fn_config_makefile dlls/oledb32 "dlls/Makedll.rules \$(MAKEDEP)"
15193 test "x$enable_oledb32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledb32"
15195 wine_fn_config_test dlls/oledb32/tests oledb32_test
15196 wine_fn_config_makefile dlls/oledb32/tests "Maketest.rules \$(MAKEDEP)"
15197 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/oledb32/tests"
15199 wine_fn_append_file ALL_IMPORT_LIBS "dlls/oledlg/liboledlg.$IMPLIBEXT"
15200 wine_fn_config_dll oledlg oledlg
15201 wine_fn_config_makefile dlls/oledlg "dlls/Makedll.rules \$(MAKEDEP)"
15202 test "x$enable_oledlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/oledlg"
15204 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olepro32/libolepro32.$IMPLIBEXT"
15205 wine_fn_config_dll olepro32 olepro32
15206 wine_fn_config_makefile dlls/olepro32 "dlls/Makedll.rules \$(MAKEDEP)"
15207 test "x$enable_olepro32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olepro32"
15209 wine_fn_config_dll olesvr.dll16
15210 wine_fn_config_makefile dlls/olesvr.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15211 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr.dll16"
15213 wine_fn_append_file ALL_IMPORT_LIBS "dlls/olesvr32/libolesvr32.$IMPLIBEXT"
15214 wine_fn_config_dll olesvr32 olesvr32
15215 wine_fn_config_makefile dlls/olesvr32 "dlls/Makedll.rules \$(MAKEDEP)"
15216 test "x$enable_olesvr32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olesvr32"
15218 wine_fn_config_dll olethk32
15219 wine_fn_config_makefile dlls/olethk32 "dlls/Makedll.rules \$(MAKEDEP)"
15220 test "x$enable_olethk32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/olethk32"
15222 wine_fn_config_dll openal32
15223 wine_fn_config_makefile dlls/openal32 "dlls/Makedll.rules \$(MAKEDEP)"
15224 test "x$enable_openal32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/openal32"
15226 wine_fn_append_file ALL_IMPORT_LIBS "dlls/opengl32/libopengl32.$IMPLIBEXT"
15227 wine_fn_config_dll opengl32 opengl32
15228 wine_fn_config_makefile dlls/opengl32 "dlls/Makedll.rules \$(MAKEDEP)"
15229 test "x$enable_opengl32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/opengl32"
15231 wine_fn_config_test dlls/opengl32/tests opengl32_test
15232 wine_fn_config_makefile dlls/opengl32/tests "Maketest.rules \$(MAKEDEP)"
15233 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/opengl32/tests"
15235 wine_fn_append_file ALL_IMPORT_LIBS "dlls/pdh/libpdh.$IMPLIBEXT"
15236 wine_fn_config_dll pdh pdh
15237 wine_fn_config_makefile dlls/pdh "dlls/Makedll.rules \$(MAKEDEP)"
15238 test "x$enable_pdh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pdh"
15240 wine_fn_config_test dlls/pdh/tests pdh_test
15241 wine_fn_config_makefile dlls/pdh/tests "Maketest.rules \$(MAKEDEP)"
15242 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/pdh/tests"
15244 wine_fn_config_dll pidgen
15245 wine_fn_config_makefile dlls/pidgen "dlls/Makedll.rules \$(MAKEDEP)"
15246 test "x$enable_pidgen" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pidgen"
15248 wine_fn_append_file ALL_IMPORT_LIBS "dlls/powrprof/libpowrprof.$IMPLIBEXT"
15249 wine_fn_config_dll powrprof powrprof
15250 wine_fn_config_makefile dlls/powrprof "dlls/Makedll.rules \$(MAKEDEP)"
15251 test "x$enable_powrprof" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/powrprof"
15253 wine_fn_config_dll printui
15254 wine_fn_config_makefile dlls/printui "dlls/Makedll.rules \$(MAKEDEP)"
15255 test "x$enable_printui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/printui"
15257 wine_fn_config_dll propsys
15258 wine_fn_config_makefile dlls/propsys "dlls/Makedll.rules \$(MAKEDEP)"
15259 test "x$enable_propsys" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/propsys"
15261 wine_fn_append_file ALL_IMPORT_LIBS "dlls/psapi/libpsapi.$IMPLIBEXT"
15262 wine_fn_config_dll psapi psapi
15263 wine_fn_config_makefile dlls/psapi "dlls/Makedll.rules \$(MAKEDEP)"
15264 test "x$enable_psapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/psapi"
15266 wine_fn_config_test dlls/psapi/tests psapi_test
15267 wine_fn_config_makefile dlls/psapi/tests "Maketest.rules \$(MAKEDEP)"
15268 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/psapi/tests"
15270 wine_fn_config_dll pstorec
15271 wine_fn_config_makefile dlls/pstorec "dlls/Makedll.rules \$(MAKEDEP)"
15272 test "x$enable_pstorec" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/pstorec"
15274 wine_fn_config_dll qcap
15275 wine_fn_config_makefile dlls/qcap "dlls/Makedll.rules \$(MAKEDEP)"
15276 test "x$enable_qcap" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qcap"
15278 wine_fn_config_dll qedit
15279 wine_fn_config_makefile dlls/qedit "dlls/Makedll.rules \$(MAKEDEP)"
15280 test "x$enable_qedit" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qedit"
15282 wine_fn_config_test dlls/qedit/tests qedit_test
15283 wine_fn_config_makefile dlls/qedit/tests "Maketest.rules \$(MAKEDEP)"
15284 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qedit/tests"
15286 wine_fn_config_dll qmgr
15287 wine_fn_config_makefile dlls/qmgr "dlls/Makedll.rules \$(MAKEDEP)"
15288 test "x$enable_qmgr" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgr"
15290 wine_fn_config_test dlls/qmgr/tests qmgr_test
15291 wine_fn_config_makefile dlls/qmgr/tests "Maketest.rules \$(MAKEDEP)"
15292 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/qmgr/tests"
15294 wine_fn_config_dll qmgrprxy
15295 wine_fn_config_makefile dlls/qmgrprxy "dlls/Makedll.rules \$(MAKEDEP)"
15296 test "x$enable_qmgrprxy" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/qmgrprxy"
15298 wine_fn_append_file ALL_IMPORT_LIBS "dlls/quartz/libquartz.$IMPLIBEXT"
15299 wine_fn_config_dll quartz quartz
15300 wine_fn_config_makefile dlls/quartz "dlls/Makedll.rules \$(MAKEDEP)"
15301 test "x$enable_quartz" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/quartz"
15303 wine_fn_config_test dlls/quartz/tests quartz_test
15304 wine_fn_config_makefile dlls/quartz/tests "Maketest.rules \$(MAKEDEP)"
15305 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/quartz/tests"
15307 wine_fn_config_dll query
15308 wine_fn_config_makefile dlls/query "dlls/Makedll.rules \$(MAKEDEP)"
15309 test "x$enable_query" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/query"
15311 wine_fn_config_dll rasapi16.dll16
15312 wine_fn_config_makefile dlls/rasapi16.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15313 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi16.dll16"
15315 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasapi32/librasapi32.$IMPLIBEXT"
15316 wine_fn_config_dll rasapi32 rasapi32
15317 wine_fn_config_makefile dlls/rasapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15318 test "x$enable_rasapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasapi32"
15320 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
15321 wine_fn_config_makefile dlls/rasapi32/tests "Maketest.rules \$(MAKEDEP)"
15322 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rasapi32/tests"
15324 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rasdlg/librasdlg.$IMPLIBEXT"
15325 wine_fn_config_dll rasdlg rasdlg
15326 wine_fn_config_makefile dlls/rasdlg "dlls/Makedll.rules \$(MAKEDEP)"
15327 test "x$enable_rasdlg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rasdlg"
15329 wine_fn_append_file ALL_IMPORT_LIBS "dlls/resutils/libresutils.$IMPLIBEXT"
15330 wine_fn_config_dll resutils resutils
15331 wine_fn_config_makefile dlls/resutils "dlls/Makedll.rules \$(MAKEDEP)"
15332 test "x$enable_resutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/resutils"
15334 wine_fn_append_file ALL_IMPORT_LIBS "dlls/riched20/libriched20.$IMPLIBEXT"
15335 wine_fn_config_dll riched20 riched20
15336 wine_fn_config_makefile dlls/riched20 "dlls/Makedll.rules \$(MAKEDEP)"
15337 test "x$enable_riched20" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched20"
15339 wine_fn_config_test dlls/riched20/tests riched20_test
15340 wine_fn_config_makefile dlls/riched20/tests "Maketest.rules \$(MAKEDEP)"
15341 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched20/tests"
15343 wine_fn_config_dll riched32
15344 wine_fn_config_makefile dlls/riched32 "dlls/Makedll.rules \$(MAKEDEP)"
15345 test "x$enable_riched32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/riched32"
15347 wine_fn_config_test dlls/riched32/tests riched32_test
15348 wine_fn_config_makefile dlls/riched32/tests "Maketest.rules \$(MAKEDEP)"
15349 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/riched32/tests"
15351 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rpcrt4/librpcrt4.$IMPLIBEXT"
15352 wine_fn_config_dll rpcrt4 rpcrt4
15353 wine_fn_config_makefile dlls/rpcrt4 "dlls/Makedll.rules \$(MAKEDEP)"
15354 test "x$enable_rpcrt4" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rpcrt4"
15356 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
15357 wine_fn_config_makefile dlls/rpcrt4/tests "Maketest.rules \$(MAKEDEP)"
15358 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rpcrt4/tests"
15360 wine_fn_config_dll rsabase
15361 wine_fn_config_makefile dlls/rsabase "dlls/Makedll.rules \$(MAKEDEP)"
15362 test "x$enable_rsabase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsabase"
15364 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rsaenh/librsaenh.$IMPLIBEXT"
15365 wine_fn_config_dll rsaenh rsaenh
15366 wine_fn_config_makefile dlls/rsaenh "dlls/Makedll.rules \$(MAKEDEP)"
15367 test "x$enable_rsaenh" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rsaenh"
15369 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
15370 wine_fn_config_makefile dlls/rsaenh/tests "Maketest.rules \$(MAKEDEP)"
15371 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/rsaenh/tests"
15373 wine_fn_append_file ALL_IMPORT_LIBS "dlls/rtutils/librtutils.$IMPLIBEXT"
15374 wine_fn_config_dll rtutils rtutils
15375 wine_fn_config_makefile dlls/rtutils "dlls/Makedll.rules \$(MAKEDEP)"
15376 test "x$enable_rtutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/rtutils"
15378 wine_fn_config_dll sane.ds
15379 wine_fn_config_makefile dlls/sane.ds "dlls/Makedll.rules \$(MAKEDEP)"
15380 test "x$enable_sane_ds" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sane.ds"
15382 wine_fn_config_dll sccbase
15383 wine_fn_config_makefile dlls/sccbase "dlls/Makedll.rules \$(MAKEDEP)"
15384 test "x$enable_sccbase" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sccbase"
15386 wine_fn_config_dll schannel
15387 wine_fn_config_makefile dlls/schannel "dlls/Makedll.rules \$(MAKEDEP)"
15388 test "x$enable_schannel" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/schannel"
15390 wine_fn_config_test dlls/schannel/tests schannel_test
15391 wine_fn_config_makefile dlls/schannel/tests "Maketest.rules \$(MAKEDEP)"
15392 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/schannel/tests"
15394 wine_fn_append_file ALL_IMPORT_LIBS "dlls/secur32/libsecur32.$IMPLIBEXT"
15395 wine_fn_config_dll secur32 secur32
15396 wine_fn_config_makefile dlls/secur32 "dlls/Makedll.rules \$(MAKEDEP)"
15397 test "x$enable_secur32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/secur32"
15399 wine_fn_config_test dlls/secur32/tests secur32_test
15400 wine_fn_config_makefile dlls/secur32/tests "Maketest.rules \$(MAKEDEP)"
15401 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/secur32/tests"
15403 wine_fn_config_dll security
15404 wine_fn_config_makefile dlls/security "dlls/Makedll.rules \$(MAKEDEP)"
15405 test "x$enable_security" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/security"
15407 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sensapi/libsensapi.$IMPLIBEXT"
15408 wine_fn_config_dll sensapi sensapi
15409 wine_fn_config_makefile dlls/sensapi "dlls/Makedll.rules \$(MAKEDEP)"
15410 test "x$enable_sensapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sensapi"
15412 wine_fn_append_file ALL_IMPORT_LIBS "dlls/serialui/libserialui.$IMPLIBEXT"
15413 wine_fn_config_dll serialui serialui
15414 wine_fn_config_makefile dlls/serialui "dlls/Makedll.rules \$(MAKEDEP)"
15415 test "x$enable_serialui" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/serialui"
15417 wine_fn_config_test dlls/serialui/tests serialui_test
15418 wine_fn_config_makefile dlls/serialui/tests "Maketest.rules \$(MAKEDEP)"
15419 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/serialui/tests"
15421 wine_fn_append_file ALL_IMPORT_LIBS "dlls/setupapi/libsetupapi.$IMPLIBEXT"
15422 wine_fn_config_dll setupapi setupapi
15423 wine_fn_config_makefile dlls/setupapi "dlls/Makedll.rules \$(MAKEDEP)"
15424 test "x$enable_setupapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupapi"
15426 wine_fn_config_test dlls/setupapi/tests setupapi_test
15427 wine_fn_config_makefile dlls/setupapi/tests "Maketest.rules \$(MAKEDEP)"
15428 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/setupapi/tests"
15430 wine_fn_config_dll setupx.dll16
15431 wine_fn_config_makefile dlls/setupx.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15432 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/setupx.dll16"
15434 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc/libsfc.$IMPLIBEXT"
15435 wine_fn_config_dll sfc sfc
15436 wine_fn_config_makefile dlls/sfc "dlls/Makedll.rules \$(MAKEDEP)"
15437 test "x$enable_sfc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc"
15439 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sfc_os/libsfc_os.$IMPLIBEXT"
15440 wine_fn_config_dll sfc_os sfc_os
15441 wine_fn_config_makefile dlls/sfc_os "dlls/Makedll.rules \$(MAKEDEP)"
15442 test "x$enable_sfc_os" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sfc_os"
15444 wine_fn_config_dll shdoclc
15445 wine_fn_config_makefile dlls/shdoclc "dlls/Makedll.rules \$(MAKEDEP)"
15446 test "x$enable_shdoclc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdoclc"
15448 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shdocvw/libshdocvw.$IMPLIBEXT"
15449 wine_fn_config_dll shdocvw shdocvw
15450 wine_fn_config_makefile dlls/shdocvw "dlls/Makedll.rules \$(MAKEDEP)"
15451 test "x$enable_shdocvw" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shdocvw"
15453 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
15454 wine_fn_config_makefile dlls/shdocvw/tests "Maketest.rules \$(MAKEDEP)"
15455 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shdocvw/tests"
15457 wine_fn_config_dll shell.dll16
15458 wine_fn_config_makefile dlls/shell.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15459 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell.dll16"
15461 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shell32/libshell32.$IMPLIBEXT"
15462 wine_fn_config_dll shell32 shell32
15463 wine_fn_config_makefile dlls/shell32 "dlls/Makedll.rules \$(MAKEDEP)"
15464 test "x$enable_shell32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shell32"
15466 wine_fn_config_test dlls/shell32/tests shell32_test
15467 wine_fn_config_makefile dlls/shell32/tests "Maketest.rules \$(MAKEDEP)"
15468 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shell32/tests"
15470 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shfolder/libshfolder.$IMPLIBEXT"
15471 wine_fn_config_dll shfolder shfolder
15472 wine_fn_config_makefile dlls/shfolder "dlls/Makedll.rules \$(MAKEDEP)"
15473 test "x$enable_shfolder" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shfolder"
15475 wine_fn_append_file ALL_IMPORT_LIBS "dlls/shlwapi/libshlwapi.$IMPLIBEXT"
15476 wine_fn_config_dll shlwapi shlwapi
15477 wine_fn_config_makefile dlls/shlwapi "dlls/Makedll.rules \$(MAKEDEP)"
15478 test "x$enable_shlwapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/shlwapi"
15480 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
15481 wine_fn_config_makefile dlls/shlwapi/tests "Maketest.rules \$(MAKEDEP)"
15482 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/shlwapi/tests"
15484 wine_fn_config_dll slbcsp
15485 wine_fn_config_makefile dlls/slbcsp "dlls/Makedll.rules \$(MAKEDEP)"
15486 test "x$enable_slbcsp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slbcsp"
15488 wine_fn_append_file ALL_IMPORT_LIBS "dlls/slc/libslc.$IMPLIBEXT"
15489 wine_fn_config_dll slc slc
15490 wine_fn_config_makefile dlls/slc "dlls/Makedll.rules \$(MAKEDEP)"
15491 test "x$enable_slc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/slc"
15493 wine_fn_append_file ALL_IMPORT_LIBS "dlls/snmpapi/libsnmpapi.$IMPLIBEXT"
15494 wine_fn_config_dll snmpapi snmpapi
15495 wine_fn_config_makefile dlls/snmpapi "dlls/Makedll.rules \$(MAKEDEP)"
15496 test "x$enable_snmpapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/snmpapi"
15498 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
15499 wine_fn_config_makefile dlls/snmpapi/tests "Maketest.rules \$(MAKEDEP)"
15500 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/snmpapi/tests"
15502 wine_fn_config_dll softpub
15503 wine_fn_config_makefile dlls/softpub "dlls/Makedll.rules \$(MAKEDEP)"
15504 test "x$enable_softpub" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/softpub"
15506 wine_fn_config_dll sound.drv16
15507 wine_fn_config_makefile dlls/sound.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
15508 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sound.drv16"
15510 wine_fn_append_file ALL_IMPORT_LIBS "dlls/spoolss/libspoolss.$IMPLIBEXT"
15511 wine_fn_config_dll spoolss spoolss
15512 wine_fn_config_makefile dlls/spoolss "dlls/Makedll.rules \$(MAKEDEP)"
15513 test "x$enable_spoolss" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/spoolss"
15515 wine_fn_config_test dlls/spoolss/tests spoolss_test
15516 wine_fn_config_makefile dlls/spoolss/tests "Maketest.rules \$(MAKEDEP)"
15517 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/spoolss/tests"
15519 wine_fn_config_dll stdole2.tlb
15520 wine_fn_config_makefile dlls/stdole2.tlb "dlls/Makedll.rules \$(MAKEDEP)"
15521 test "x$enable_stdole2_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole2.tlb"
15523 wine_fn_config_dll stdole32.tlb
15524 wine_fn_config_makefile dlls/stdole32.tlb "dlls/Makedll.rules \$(MAKEDEP)"
15525 test "x$enable_stdole32_tlb" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stdole32.tlb"
15527 wine_fn_append_file ALL_IMPORT_LIBS "dlls/sti/libsti.$IMPLIBEXT"
15528 wine_fn_config_dll sti sti
15529 wine_fn_config_makefile dlls/sti "dlls/Makedll.rules \$(MAKEDEP)"
15530 test "x$enable_sti" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sti"
15532 wine_fn_config_test dlls/sti/tests sti_test
15533 wine_fn_config_makefile dlls/sti/tests "Maketest.rules \$(MAKEDEP)"
15534 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/sti/tests"
15536 wine_fn_config_dll storage.dll16
15537 wine_fn_config_makefile dlls/storage.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15538 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/storage.dll16"
15540 wine_fn_config_dll stress.dll16
15541 wine_fn_config_makefile dlls/stress.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15542 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/stress.dll16"
15544 wine_fn_config_lib strmiids
15545 wine_fn_config_makefile dlls/strmiids "dlls/Makeimplib.rules \$(MAKEDEP)"
15546 test "x$enable_strmiids" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/strmiids"
15548 wine_fn_config_dll svrapi
15549 wine_fn_config_makefile dlls/svrapi "dlls/Makedll.rules \$(MAKEDEP)"
15550 test "x$enable_svrapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/svrapi"
15552 wine_fn_config_dll sxs
15553 wine_fn_config_makefile dlls/sxs "dlls/Makedll.rules \$(MAKEDEP)"
15554 test "x$enable_sxs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/sxs"
15556 wine_fn_config_dll system.drv16
15557 wine_fn_config_makefile dlls/system.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
15558 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/system.drv16"
15560 wine_fn_config_dll t2embed
15561 wine_fn_config_makefile dlls/t2embed "dlls/Makedll.rules \$(MAKEDEP)"
15562 test "x$enable_t2embed" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/t2embed"
15564 wine_fn_append_file ALL_IMPORT_LIBS "dlls/tapi32/libtapi32.$IMPLIBEXT"
15565 wine_fn_config_dll tapi32 tapi32
15566 wine_fn_config_makefile dlls/tapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15567 test "x$enable_tapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/tapi32"
15569 wine_fn_config_dll toolhelp.dll16
15570 wine_fn_config_makefile dlls/toolhelp.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15571 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/toolhelp.dll16"
15573 wine_fn_config_dll traffic
15574 wine_fn_config_makefile dlls/traffic "dlls/Makedll.rules \$(MAKEDEP)"
15575 test "x$enable_traffic" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/traffic"
15577 wine_fn_config_dll twain.dll16
15578 wine_fn_config_makefile dlls/twain.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15579 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain.dll16"
15581 wine_fn_config_dll twain_32
15582 wine_fn_config_makefile dlls/twain_32 "dlls/Makedll.rules \$(MAKEDEP)"
15583 test "x$enable_twain_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/twain_32"
15585 wine_fn_config_test dlls/twain_32/tests twain_32_test
15586 wine_fn_config_makefile dlls/twain_32/tests "Maketest.rules \$(MAKEDEP)"
15587 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/twain_32/tests"
15589 wine_fn_config_dll typelib.dll16
15590 wine_fn_config_makefile dlls/typelib.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15591 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/typelib.dll16"
15593 wine_fn_append_file ALL_IMPORT_LIBS "dlls/unicows/libunicows.$IMPLIBEXT"
15594 wine_fn_config_dll unicows unicows
15595 wine_fn_config_makefile dlls/unicows "dlls/Makedll.rules \$(MAKEDEP)"
15596 test "x$enable_unicows" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/unicows"
15598 wine_fn_config_dll updspapi
15599 wine_fn_config_makefile dlls/updspapi "dlls/Makedll.rules \$(MAKEDEP)"
15600 test "x$enable_updspapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/updspapi"
15602 wine_fn_append_file ALL_IMPORT_LIBS "dlls/url/liburl.$IMPLIBEXT"
15603 wine_fn_config_dll url url
15604 wine_fn_config_makefile dlls/url "dlls/Makedll.rules \$(MAKEDEP)"
15605 test "x$enable_url" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/url"
15607 wine_fn_append_file ALL_IMPORT_LIBS "dlls/urlmon/liburlmon.$IMPLIBEXT"
15608 wine_fn_config_dll urlmon urlmon
15609 wine_fn_config_makefile dlls/urlmon "dlls/Makedll.rules \$(MAKEDEP)"
15610 test "x$enable_urlmon" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/urlmon"
15612 wine_fn_config_test dlls/urlmon/tests urlmon_test
15613 wine_fn_config_makefile dlls/urlmon/tests "Maketest.rules \$(MAKEDEP)"
15614 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/urlmon/tests"
15616 wine_fn_config_dll user.exe16
15617 wine_fn_config_makefile dlls/user.exe16 "dlls/Makedll.rules \$(MAKEDEP)"
15618 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user.exe16"
15620 wine_fn_append_file ALL_IMPORT_LIBS "dlls/user32/libuser32.$IMPLIBEXT"
15621 wine_fn_config_dll user32 user32
15622 wine_fn_config_makefile dlls/user32 "dlls/Makedll.rules \$(MAKEDEP)"
15623 test "x$enable_user32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/user32"
15625 wine_fn_config_test dlls/user32/tests user32_test
15626 wine_fn_config_makefile dlls/user32/tests "Maketest.rules \$(MAKEDEP)"
15627 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/user32/tests"
15629 wine_fn_append_file ALL_IMPORT_LIBS "dlls/userenv/libuserenv.$IMPLIBEXT"
15630 wine_fn_config_dll userenv userenv
15631 wine_fn_config_makefile dlls/userenv "dlls/Makedll.rules \$(MAKEDEP)"
15632 test "x$enable_userenv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/userenv"
15634 wine_fn_config_test dlls/userenv/tests userenv_test
15635 wine_fn_config_makefile dlls/userenv/tests "Maketest.rules \$(MAKEDEP)"
15636 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/userenv/tests"
15638 wine_fn_append_file ALL_IMPORT_LIBS "dlls/usp10/libusp10.$IMPLIBEXT"
15639 wine_fn_config_dll usp10 usp10
15640 wine_fn_config_makefile dlls/usp10 "dlls/Makedll.rules \$(MAKEDEP)"
15641 test "x$enable_usp10" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/usp10"
15643 wine_fn_config_test dlls/usp10/tests usp10_test
15644 wine_fn_config_makefile dlls/usp10/tests "Maketest.rules \$(MAKEDEP)"
15645 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/usp10/tests"
15647 wine_fn_config_lib uuid
15648 wine_fn_config_makefile dlls/uuid "dlls/Makeimplib.rules \$(MAKEDEP)"
15649 test "x$enable_uuid" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/uuid"
15651 wine_fn_append_file ALL_IMPORT_LIBS "dlls/uxtheme/libuxtheme.$IMPLIBEXT"
15652 wine_fn_config_dll uxtheme uxtheme
15653 wine_fn_config_makefile dlls/uxtheme "dlls/Makedll.rules \$(MAKEDEP)"
15654 test "x$enable_uxtheme" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/uxtheme"
15656 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
15657 wine_fn_config_makefile dlls/uxtheme/tests "Maketest.rules \$(MAKEDEP)"
15658 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/uxtheme/tests"
15660 wine_fn_config_dll vdhcp.vxd
15661 wine_fn_config_makefile dlls/vdhcp.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15662 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdhcp.vxd"
15664 wine_fn_append_file ALL_IMPORT_LIBS "dlls/vdmdbg/libvdmdbg.$IMPLIBEXT"
15665 wine_fn_config_dll vdmdbg vdmdbg
15666 wine_fn_config_makefile dlls/vdmdbg "dlls/Makedll.rules \$(MAKEDEP)"
15667 test "x$enable_vdmdbg" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vdmdbg"
15669 wine_fn_config_dll ver.dll16
15670 wine_fn_config_makefile dlls/ver.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15671 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ver.dll16"
15673 wine_fn_append_file ALL_IMPORT_LIBS "dlls/version/libversion.$IMPLIBEXT"
15674 wine_fn_config_dll version version
15675 wine_fn_config_makefile dlls/version "dlls/Makedll.rules \$(MAKEDEP)"
15676 test "x$enable_version" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/version"
15678 wine_fn_config_test dlls/version/tests version_test
15679 wine_fn_config_makefile dlls/version/tests "Maketest.rules \$(MAKEDEP)"
15680 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/version/tests"
15682 wine_fn_config_dll vmm.vxd
15683 wine_fn_config_makefile dlls/vmm.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15684 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vmm.vxd"
15686 wine_fn_config_dll vnbt.vxd
15687 wine_fn_config_makefile dlls/vnbt.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15688 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnbt.vxd"
15690 wine_fn_config_dll vnetbios.vxd
15691 wine_fn_config_makefile dlls/vnetbios.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15692 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vnetbios.vxd"
15694 wine_fn_config_dll vtdapi.vxd
15695 wine_fn_config_makefile dlls/vtdapi.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15696 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vtdapi.vxd"
15698 wine_fn_config_dll vwin32.vxd
15699 wine_fn_config_makefile dlls/vwin32.vxd "dlls/Makedll.rules \$(MAKEDEP)"
15700 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/vwin32.vxd"
15702 wine_fn_config_dll w32skrnl
15703 wine_fn_config_makefile dlls/w32skrnl "dlls/Makedll.rules \$(MAKEDEP)"
15704 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32skrnl"
15706 wine_fn_config_dll w32sys.dll16
15707 wine_fn_config_makefile dlls/w32sys.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15708 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/w32sys.dll16"
15710 wine_fn_config_dll wbemprox
15711 wine_fn_config_makefile dlls/wbemprox "dlls/Makedll.rules \$(MAKEDEP)"
15712 test "x$enable_wbemprox" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wbemprox"
15714 wine_fn_config_dll wiaservc
15715 wine_fn_config_makefile dlls/wiaservc "dlls/Makedll.rules \$(MAKEDEP)"
15716 test "x$enable_wiaservc" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wiaservc"
15718 wine_fn_config_dll win32s16.dll16
15719 wine_fn_config_makefile dlls/win32s16.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15720 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win32s16.dll16"
15722 wine_fn_config_dll win87em.dll16
15723 wine_fn_config_makefile dlls/win87em.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15724 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/win87em.dll16"
15726 wine_fn_config_dll winaspi.dll16
15727 wine_fn_config_makefile dlls/winaspi.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15728 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winaspi.dll16"
15730 wine_fn_config_dll windebug.dll16
15731 wine_fn_config_makefile dlls/windebug.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15732 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windebug.dll16"
15734 wine_fn_append_file ALL_IMPORT_LIBS "dlls/windowscodecs/libwindowscodecs.$IMPLIBEXT"
15735 wine_fn_config_dll windowscodecs windowscodecs
15736 wine_fn_config_makefile dlls/windowscodecs "dlls/Makedll.rules \$(MAKEDEP)"
15737 test "x$enable_windowscodecs" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/windowscodecs"
15739 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
15740 wine_fn_config_makefile dlls/windowscodecs/tests "Maketest.rules \$(MAKEDEP)"
15741 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/windowscodecs/tests"
15743 wine_fn_config_dll winealsa.drv
15744 wine_fn_config_makefile dlls/winealsa.drv "dlls/Makedll.rules \$(MAKEDEP)"
15745 test "x$enable_winealsa_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winealsa.drv"
15747 wine_fn_config_dll wineaudioio.drv
15748 wine_fn_config_makefile dlls/wineaudioio.drv "dlls/Makedll.rules \$(MAKEDEP)"
15749 test "x$enable_wineaudioio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineaudioio.drv"
15751 wine_fn_config_dll winecoreaudio.drv
15752 wine_fn_config_makefile dlls/winecoreaudio.drv "dlls/Makedll.rules \$(MAKEDEP)"
15753 test "x$enable_winecoreaudio_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winecoreaudio.drv"
15755 wine_fn_config_lib winecrt0
15756 wine_fn_config_makefile dlls/winecrt0 "dlls/Makeimplib.rules \$(MAKEDEP)"
15757 test "x$enable_winecrt0" != xno && wine_fn_append_file ALL_STATICLIB_DIRS "dlls/winecrt0"
15759 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wined3d/libwined3d.$IMPLIBEXT"
15760 wine_fn_config_dll wined3d wined3d
15761 wine_fn_config_makefile dlls/wined3d "dlls/Makedll.rules \$(MAKEDEP)"
15762 test "x$enable_wined3d" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wined3d"
15764 wine_fn_config_dll wineesd.drv
15765 wine_fn_config_makefile dlls/wineesd.drv "dlls/Makedll.rules \$(MAKEDEP)"
15766 test "x$enable_wineesd_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineesd.drv"
15768 wine_fn_config_dll winejack.drv
15769 wine_fn_config_makefile dlls/winejack.drv "dlls/Makedll.rules \$(MAKEDEP)"
15770 test "x$enable_winejack_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejack.drv"
15772 wine_fn_config_dll winejoystick.drv
15773 wine_fn_config_makefile dlls/winejoystick.drv "dlls/Makedll.rules \$(MAKEDEP)"
15774 test "x$enable_winejoystick_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winejoystick.drv"
15776 wine_fn_config_dll winemapi
15777 wine_fn_config_makefile dlls/winemapi "dlls/Makedll.rules \$(MAKEDEP)"
15778 test "x$enable_winemapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemapi"
15780 wine_fn_config_dll winemp3.acm
15781 wine_fn_config_makefile dlls/winemp3.acm "dlls/Makedll.rules \$(MAKEDEP)"
15782 test "x$enable_winemp3_acm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winemp3.acm"
15784 wine_fn_config_dll winenas.drv
15785 wine_fn_config_makefile dlls/winenas.drv "dlls/Makedll.rules \$(MAKEDEP)"
15786 test "x$enable_winenas_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winenas.drv"
15788 wine_fn_config_dll wineoss.drv
15789 wine_fn_config_makefile dlls/wineoss.drv "dlls/Makedll.rules \$(MAKEDEP)"
15790 test "x$enable_wineoss_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineoss.drv"
15792 wine_fn_config_dll wineps.drv
15793 wine_fn_config_makefile dlls/wineps.drv "dlls/Makedll.rules \$(MAKEDEP)"
15794 test "x$enable_wineps_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps.drv"
15796 wine_fn_config_dll wineps16.drv16
15797 wine_fn_config_makefile dlls/wineps16.drv16 "dlls/Makedll.rules \$(MAKEDEP)"
15798 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wineps16.drv16"
15800 wine_fn_config_dll winequartz.drv
15801 wine_fn_config_makefile dlls/winequartz.drv "dlls/Makedll.rules \$(MAKEDEP)"
15802 test "x$enable_winequartz_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winequartz.drv"
15804 wine_fn_config_dll winex11.drv
15805 wine_fn_config_makefile dlls/winex11.drv "dlls/Makedll.rules \$(MAKEDEP)"
15806 test "x$enable_winex11_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winex11.drv"
15808 wine_fn_config_dll wing.dll16
15809 wine_fn_config_makefile dlls/wing.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15810 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing.dll16"
15812 wine_fn_config_dll wing32
15813 wine_fn_config_makefile dlls/wing32 "dlls/Makedll.rules \$(MAKEDEP)"
15814 test "x$enable_wing32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wing32"
15816 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winhttp/libwinhttp.$IMPLIBEXT"
15817 wine_fn_config_dll winhttp winhttp
15818 wine_fn_config_makefile dlls/winhttp "dlls/Makedll.rules \$(MAKEDEP)"
15819 test "x$enable_winhttp" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winhttp"
15821 wine_fn_config_test dlls/winhttp/tests winhttp_test
15822 wine_fn_config_makefile dlls/winhttp/tests "Maketest.rules \$(MAKEDEP)"
15823 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winhttp/tests"
15825 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wininet/libwininet.$IMPLIBEXT"
15826 wine_fn_config_dll wininet wininet
15827 wine_fn_config_makefile dlls/wininet "dlls/Makedll.rules \$(MAKEDEP)"
15828 test "x$enable_wininet" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wininet"
15830 wine_fn_config_test dlls/wininet/tests wininet_test
15831 wine_fn_config_makefile dlls/wininet/tests "Maketest.rules \$(MAKEDEP)"
15832 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wininet/tests"
15834 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winmm/libwinmm.$IMPLIBEXT"
15835 wine_fn_config_dll winmm winmm
15836 wine_fn_config_makefile dlls/winmm "dlls/Makedll.rules \$(MAKEDEP)"
15837 test "x$enable_winmm" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winmm"
15839 wine_fn_config_test dlls/winmm/tests winmm_test
15840 wine_fn_config_makefile dlls/winmm/tests "Maketest.rules \$(MAKEDEP)"
15841 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winmm/tests"
15843 wine_fn_config_dll winnls.dll16
15844 wine_fn_config_makefile dlls/winnls.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15845 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls.dll16"
15847 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winnls32/libwinnls32.$IMPLIBEXT"
15848 wine_fn_config_dll winnls32 winnls32
15849 wine_fn_config_makefile dlls/winnls32 "dlls/Makedll.rules \$(MAKEDEP)"
15850 test "x$enable_winnls32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winnls32"
15852 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winscard/libwinscard.$IMPLIBEXT"
15853 wine_fn_config_dll winscard winscard
15854 wine_fn_config_makefile dlls/winscard "dlls/Makedll.rules \$(MAKEDEP)"
15855 test "x$enable_winscard" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winscard"
15857 wine_fn_config_dll winsock.dll16
15858 wine_fn_config_makefile dlls/winsock.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15859 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winsock.dll16"
15861 wine_fn_append_file ALL_IMPORT_LIBS "dlls/winspool.drv/libwinspool.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libwinspool.$IMPLIBEXT"
15862 wine_fn_config_dll winspool.drv winspool
15863 wine_fn_config_makefile dlls/winspool.drv "dlls/Makedll.rules \$(MAKEDEP)"
15864 test "x$enable_winspool_drv" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/winspool.drv"
15866 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
15867 wine_fn_config_makefile dlls/winspool.drv/tests "Maketest.rules \$(MAKEDEP)"
15868 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/winspool.drv/tests"
15870 wine_fn_config_dll wintab.dll16
15871 wine_fn_config_makefile dlls/wintab.dll16 "dlls/Makedll.rules \$(MAKEDEP)"
15872 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab.dll16"
15874 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintab32/libwintab32.$IMPLIBEXT"
15875 wine_fn_config_dll wintab32 wintab32
15876 wine_fn_config_makefile dlls/wintab32 "dlls/Makedll.rules \$(MAKEDEP)"
15877 test "x$enable_wintab32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintab32"
15879 wine_fn_config_test dlls/wintab32/tests wintab32_test
15880 wine_fn_config_makefile dlls/wintab32/tests "Maketest.rules \$(MAKEDEP)"
15881 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintab32/tests"
15883 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wintrust/libwintrust.$IMPLIBEXT"
15884 wine_fn_config_dll wintrust wintrust
15885 wine_fn_config_makefile dlls/wintrust "dlls/Makedll.rules \$(MAKEDEP)"
15886 test "x$enable_wintrust" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wintrust"
15888 wine_fn_config_test dlls/wintrust/tests wintrust_test
15889 wine_fn_config_makefile dlls/wintrust/tests "Maketest.rules \$(MAKEDEP)"
15890 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wintrust/tests"
15892 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wldap32/libwldap32.$IMPLIBEXT"
15893 wine_fn_config_dll wldap32 wldap32
15894 wine_fn_config_makefile dlls/wldap32 "dlls/Makedll.rules \$(MAKEDEP)"
15895 test "x$enable_wldap32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wldap32"
15897 wine_fn_config_test dlls/wldap32/tests wldap32_test
15898 wine_fn_config_makefile dlls/wldap32/tests "Maketest.rules \$(MAKEDEP)"
15899 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/wldap32/tests"
15901 wine_fn_config_dll wmi
15902 wine_fn_config_makefile dlls/wmi "dlls/Makedll.rules \$(MAKEDEP)"
15903 test "x$enable_wmi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmi"
15905 wine_fn_config_dll wmiutils
15906 wine_fn_config_makefile dlls/wmiutils "dlls/Makedll.rules \$(MAKEDEP)"
15907 test "x$enable_wmiutils" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wmiutils"
15909 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wnaspi32/libwnaspi32.$IMPLIBEXT"
15910 wine_fn_config_dll wnaspi32 wnaspi32
15911 wine_fn_config_makefile dlls/wnaspi32 "dlls/Makedll.rules \$(MAKEDEP)"
15912 test "x$enable_wnaspi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wnaspi32"
15914 test "x$enable_win16" != xno && wine_fn_append_file ALL_IMPORT_LIBS "dlls/wow32/libwow32.$IMPLIBEXT"
15915 wine_fn_config_dll wow32 wow32
15916 wine_fn_config_makefile dlls/wow32 "dlls/Makedll.rules \$(MAKEDEP)"
15917 test "x$enable_win16" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wow32"
15919 wine_fn_append_file ALL_IMPORT_LIBS "dlls/ws2_32/libws2_32.$IMPLIBEXT"
15920 wine_fn_config_dll ws2_32 ws2_32
15921 wine_fn_config_makefile dlls/ws2_32 "dlls/Makedll.rules \$(MAKEDEP)"
15922 test "x$enable_ws2_32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/ws2_32"
15924 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
15925 wine_fn_config_makefile dlls/ws2_32/tests "Maketest.rules \$(MAKEDEP)"
15926 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/ws2_32/tests"
15928 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wsock32/libwsock32.$IMPLIBEXT"
15929 wine_fn_config_dll wsock32 wsock32
15930 wine_fn_config_makefile dlls/wsock32 "dlls/Makedll.rules \$(MAKEDEP)"
15931 test "x$enable_wsock32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wsock32"
15933 wine_fn_append_file ALL_IMPORT_LIBS "dlls/wtsapi32/libwtsapi32.$IMPLIBEXT"
15934 wine_fn_config_dll wtsapi32 wtsapi32
15935 wine_fn_config_makefile dlls/wtsapi32 "dlls/Makedll.rules \$(MAKEDEP)"
15936 test "x$enable_wtsapi32" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wtsapi32"
15938 wine_fn_config_dll wuapi
15939 wine_fn_config_makefile dlls/wuapi "dlls/Makedll.rules \$(MAKEDEP)"
15940 test "x$enable_wuapi" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuapi"
15942 wine_fn_config_dll wuaueng
15943 wine_fn_config_makefile dlls/wuaueng "dlls/Makedll.rules \$(MAKEDEP)"
15944 test "x$enable_wuaueng" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/wuaueng"
15946 wine_fn_config_dll xinput1_1
15947 wine_fn_config_makefile dlls/xinput1_1 "dlls/Makedll.rules \$(MAKEDEP)"
15948 test "x$enable_xinput1_1" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_1"
15950 wine_fn_config_dll xinput1_2
15951 wine_fn_config_makefile dlls/xinput1_2 "dlls/Makedll.rules \$(MAKEDEP)"
15952 test "x$enable_xinput1_2" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_2"
15954 wine_fn_append_file ALL_IMPORT_LIBS "dlls/xinput1_3/libxinput.$IMPLIBEXT" && wine_fn_append_file ALL_IMPORT_LIBS "dlls/libxinput.$IMPLIBEXT"
15955 wine_fn_config_dll xinput1_3 xinput
15956 wine_fn_config_makefile dlls/xinput1_3 "dlls/Makedll.rules \$(MAKEDEP)"
15957 test "x$enable_xinput1_3" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput1_3"
15959 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
15960 wine_fn_config_makefile dlls/xinput1_3/tests "Maketest.rules \$(MAKEDEP)"
15961 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xinput1_3/tests"
15963 wine_fn_config_dll xinput9_1_0
15964 wine_fn_config_makefile dlls/xinput9_1_0 "dlls/Makedll.rules \$(MAKEDEP)"
15965 test "x$enable_xinput9_1_0" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xinput9_1_0"
15967 wine_fn_config_dll xmllite
15968 wine_fn_config_makefile dlls/xmllite "dlls/Makedll.rules \$(MAKEDEP)"
15969 test "x$enable_xmllite" != xno && wine_fn_append_file ALL_DLL_DIRS "dlls/xmllite"
15971 wine_fn_config_test dlls/xmllite/tests xmllite_test
15972 wine_fn_config_makefile dlls/xmllite/tests "Maketest.rules \$(MAKEDEP)"
15973 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "dlls/xmllite/tests"
15975 wine_fn_config_makefile documentation "Make.rules \$(MAKEDEP)"
15976 test "x$enable_documentation" != xno && wine_fn_append_file ALL_TOP_DIRS "documentation"
15978 wine_fn_config_makefile fonts "Make.rules \$(MAKEDEP)"
15979 test "x$enable_fonts" != xno && wine_fn_append_file ALL_TOP_DIRS "fonts"
15981 wine_fn_config_makefile include "Make.rules \$(MAKEDEP)"
15982 test "x$enable_include" != xno && wine_fn_append_file ALL_TOP_DIRS "include"
15984 wine_fn_config_makefile libs/port "Make.rules \$(MAKEDEP)"
15987 wine_fn_config_makefile libs/wine "Make.rules \$(MAKEDEP)"
15990 wine_fn_config_makefile libs/wpp "Make.rules \$(MAKEDEP)"
15993 wine_fn_config_makefile loader "Make.rules \$(MAKEDEP)"
15994 test "x$enable_loader" != xno && wine_fn_append_file ALL_TOP_DIRS "loader"
15996 wine_fn_config_makefile programs "Make.rules \$(MAKEDEP)"
15997 test "x$enable_programs" != xno && wine_fn_append_file ALL_TOP_DIRS "programs"
15999 wine_fn_config_program cacls
16000 wine_fn_config_makefile programs/cacls "programs/Makeprog.rules \$(MAKEDEP)"
16001 test "x$enable_cacls" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cacls" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cacls"
16003 wine_fn_config_program clock
16004 wine_fn_config_makefile programs/clock "programs/Makeprog.rules \$(MAKEDEP)"
16005 test "x$enable_clock" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/clock" && wine_fn_append_file ALL_INSTALL_DIRS "programs/clock"
16007 wine_fn_config_program cmd
16008 wine_fn_config_makefile programs/cmd "programs/Makeprog.rules \$(MAKEDEP)"
16009 test "x$enable_cmd" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmd" && wine_fn_append_file ALL_INSTALL_DIRS "programs/cmd"
16011 wine_fn_config_test programs/cmd/tests cmd.exe_test
16012 wine_fn_config_makefile programs/cmd/tests "Maketest.rules \$(MAKEDEP)"
16013 test "x$enable_tests" != xno && wine_fn_append_file ALL_TEST_DIRS "programs/cmd/tests"
16015 wine_fn_config_program cmdlgtst
16016 wine_fn_config_makefile programs/cmdlgtst "programs/Makeprog.rules \$(MAKEDEP)"
16017 test "x$enable_cmdlgtst" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/cmdlgtst"
16019 wine_fn_config_program control
16020 wine_fn_config_makefile programs/control "programs/Makeprog.rules \$(MAKEDEP)"
16021 test "x$enable_control" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/control" && wine_fn_append_file ALL_INSTALL_DIRS "programs/control"
16023 wine_fn_config_program dxdiag
16024 wine_fn_config_makefile programs/dxdiag "programs/Makeprog.rules \$(MAKEDEP)"
16025 test "x$enable_dxdiag" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/dxdiag" && wine_fn_append_file ALL_INSTALL_DIRS "programs/dxdiag"
16027 wine_fn_config_program eject
16028 wine_fn_config_makefile programs/eject "programs/Makeprog.rules \$(MAKEDEP)"
16029 test "x$enable_eject" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/eject" && wine_fn_append_file ALL_INSTALL_DIRS "programs/eject"
16031 wine_fn_config_program expand
16032 wine_fn_config_makefile programs/expand "programs/Makeprog.rules \$(MAKEDEP)"
16033 test "x$enable_expand" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/expand" && wine_fn_append_file ALL_INSTALL_DIRS "programs/expand"
16035 wine_fn_config_program explorer
16036 wine_fn_config_makefile programs/explorer "programs/Makeprog.rules \$(MAKEDEP)"
16037 test "x$enable_explorer" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/explorer" && wine_fn_append_file ALL_INSTALL_DIRS "programs/explorer"
16039 wine_fn_config_program extrac32
16040 wine_fn_config_makefile programs/extrac32 "programs/Makeprog.rules \$(MAKEDEP)"
16041 test "x$enable_extrac32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/extrac32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/extrac32"
16043 wine_fn_config_program hh
16044 wine_fn_config_makefile programs/hh "programs/Makeprog.rules \$(MAKEDEP)"
16045 test "x$enable_hh" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/hh" && wine_fn_append_file ALL_INSTALL_DIRS "programs/hh"
16047 wine_fn_config_program icinfo
16048 wine_fn_config_makefile programs/icinfo "programs/Makeprog.rules \$(MAKEDEP)"
16049 test "x$enable_icinfo" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/icinfo" && wine_fn_append_file ALL_INSTALL_DIRS "programs/icinfo"
16051 wine_fn_config_program iexplore
16052 wine_fn_config_makefile programs/iexplore "programs/Makeprog.rules \$(MAKEDEP)"
16053 test "x$enable_iexplore" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/iexplore" && wine_fn_append_file ALL_INSTALL_DIRS "programs/iexplore"
16055 wine_fn_config_program lodctr
16056 wine_fn_config_makefile programs/lodctr "programs/Makeprog.rules \$(MAKEDEP)"
16057 test "x$enable_lodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/lodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/lodctr"
16059 wine_fn_config_program mshta
16060 wine_fn_config_makefile programs/mshta "programs/Makeprog.rules \$(MAKEDEP)"
16061 test "x$enable_mshta" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/mshta" && wine_fn_append_file ALL_INSTALL_DIRS "programs/mshta"
16063 wine_fn_config_program msiexec
16064 wine_fn_config_makefile programs/msiexec "programs/Makeprog.rules \$(MAKEDEP)"
16065 test "x$enable_msiexec" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/msiexec" && wine_fn_append_file ALL_INSTALL_DIRS "programs/msiexec" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/msiexec"
16067 wine_fn_config_program net
16068 wine_fn_config_makefile programs/net "programs/Makeprog.rules \$(MAKEDEP)"
16069 test "x$enable_net" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/net" && wine_fn_append_file ALL_INSTALL_DIRS "programs/net"
16071 wine_fn_config_program notepad
16072 wine_fn_config_makefile programs/notepad "programs/Makeprog.rules \$(MAKEDEP)"
16073 test "x$enable_notepad" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/notepad" && wine_fn_append_file ALL_INSTALL_DIRS "programs/notepad" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/notepad"
16075 wine_fn_config_program oleview
16076 wine_fn_config_makefile programs/oleview "programs/Makeprog.rules \$(MAKEDEP)"
16077 test "x$enable_oleview" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/oleview" && wine_fn_append_file ALL_INSTALL_DIRS "programs/oleview"
16079 wine_fn_config_program progman
16080 wine_fn_config_makefile programs/progman "programs/Makeprog.rules \$(MAKEDEP)"
16081 test "x$enable_progman" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/progman" && wine_fn_append_file ALL_INSTALL_DIRS "programs/progman"
16083 wine_fn_config_program reg
16084 wine_fn_config_makefile programs/reg "programs/Makeprog.rules \$(MAKEDEP)"
16085 test "x$enable_reg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/reg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/reg"
16087 wine_fn_config_program regedit
16088 wine_fn_config_makefile programs/regedit "programs/Makeprog.rules \$(MAKEDEP)"
16089 test "x$enable_regedit" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/regedit" && wine_fn_append_file ALL_INSTALL_DIRS "programs/regedit" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/regedit"
16091 wine_fn_config_program regsvr32
16092 wine_fn_config_makefile programs/regsvr32 "programs/Makeprog.rules \$(MAKEDEP)"
16093 test "x$enable_regsvr32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/regsvr32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/regsvr32" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/regsvr32"
16095 wine_fn_config_program rpcss
16096 wine_fn_config_makefile programs/rpcss "programs/Makeprog.rules \$(MAKEDEP)"
16097 test "x$enable_rpcss" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rpcss" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rpcss"
16099 wine_fn_config_program rundll32
16100 wine_fn_config_makefile programs/rundll32 "programs/Makeprog.rules \$(MAKEDEP)"
16101 test "x$enable_rundll32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/rundll32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/rundll32"
16103 wine_fn_config_program secedit
16104 wine_fn_config_makefile programs/secedit "programs/Makeprog.rules \$(MAKEDEP)"
16105 test "x$enable_secedit" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/secedit" && wine_fn_append_file ALL_INSTALL_DIRS "programs/secedit"
16107 wine_fn_config_program services
16108 wine_fn_config_makefile programs/services "programs/Makeprog.rules \$(MAKEDEP)"
16109 test "x$enable_services" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/services" && wine_fn_append_file ALL_INSTALL_DIRS "programs/services"
16111 wine_fn_config_program spoolsv
16112 wine_fn_config_makefile programs/spoolsv "programs/Makeprog.rules \$(MAKEDEP)"
16113 test "x$enable_spoolsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/spoolsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/spoolsv"
16115 wine_fn_config_program start
16116 wine_fn_config_makefile programs/start "programs/Makeprog.rules \$(MAKEDEP)"
16117 test "x$enable_start" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/start" && wine_fn_append_file ALL_INSTALL_DIRS "programs/start"
16119 wine_fn_config_program svchost
16120 wine_fn_config_makefile programs/svchost "programs/Makeprog.rules \$(MAKEDEP)"
16121 test "x$enable_svchost" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/svchost" && wine_fn_append_file ALL_INSTALL_DIRS "programs/svchost"
16123 wine_fn_config_program taskmgr
16124 wine_fn_config_makefile programs/taskmgr "programs/Makeprog.rules \$(MAKEDEP)"
16125 test "x$enable_taskmgr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/taskmgr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/taskmgr"
16127 wine_fn_config_program termsv
16128 wine_fn_config_makefile programs/termsv "programs/Makeprog.rules \$(MAKEDEP)"
16129 test "x$enable_termsv" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/termsv" && wine_fn_append_file ALL_INSTALL_DIRS "programs/termsv"
16131 wine_fn_config_program uninstaller
16132 wine_fn_config_makefile programs/uninstaller "programs/Makeprog.rules \$(MAKEDEP)"
16133 test "x$enable_uninstaller" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/uninstaller" && wine_fn_append_file ALL_INSTALL_DIRS "programs/uninstaller"
16135 wine_fn_config_program unlodctr
16136 wine_fn_config_makefile programs/unlodctr "programs/Makeprog.rules \$(MAKEDEP)"
16137 test "x$enable_unlodctr" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/unlodctr" && wine_fn_append_file ALL_INSTALL_DIRS "programs/unlodctr"
16139 wine_fn_config_program view
16140 wine_fn_config_makefile programs/view "programs/Makeprog.rules \$(MAKEDEP)"
16141 test "x$enable_view" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/view"
16143 wine_fn_config_program wineboot
16144 wine_fn_config_makefile programs/wineboot "programs/Makeprog.rules \$(MAKEDEP)"
16145 test "x$enable_wineboot" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wineboot" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wineboot" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/wineboot"
16147 wine_fn_config_program winebrowser
16148 wine_fn_config_makefile programs/winebrowser "programs/Makeprog.rules \$(MAKEDEP)"
16149 test "x$enable_winebrowser" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winebrowser" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winebrowser"
16151 wine_fn_config_program winecfg
16152 wine_fn_config_makefile programs/winecfg "programs/Makeprog.rules \$(MAKEDEP)"
16153 test "x$enable_winecfg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winecfg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winecfg" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winecfg"
16155 wine_fn_config_program wineconsole
16156 wine_fn_config_makefile programs/wineconsole "programs/Makeprog.rules \$(MAKEDEP)"
16157 test "x$enable_wineconsole" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wineconsole" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wineconsole" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/wineconsole"
16159 wine_fn_config_program winedbg
16160 wine_fn_config_makefile programs/winedbg "programs/Makeprog.rules \$(MAKEDEP)"
16161 test "x$enable_winedbg" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winedbg" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winedbg" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winedbg"
16163 wine_fn_config_program winedevice
16164 wine_fn_config_makefile programs/winedevice "programs/Makeprog.rules \$(MAKEDEP)"
16165 test "x$enable_winedevice" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winedevice" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winedevice"
16167 wine_fn_config_program winefile
16168 wine_fn_config_makefile programs/winefile "programs/Makeprog.rules \$(MAKEDEP)"
16169 test "x$enable_winefile" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winefile" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winefile" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winefile"
16171 wine_fn_config_program winemenubuilder
16172 wine_fn_config_makefile programs/winemenubuilder "programs/Makeprog.rules \$(MAKEDEP)"
16173 test "x$enable_winemenubuilder" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winemenubuilder" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winemenubuilder"
16175 wine_fn_config_program winemine
16176 wine_fn_config_makefile programs/winemine "programs/Makeprog.rules \$(MAKEDEP)"
16177 test "x$enable_winemine" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winemine" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winemine" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winemine"
16179 wine_fn_config_program winepath
16180 wine_fn_config_makefile programs/winepath "programs/Makeprog.rules \$(MAKEDEP)"
16181 test "x$enable_winepath" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winepath" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winepath" && wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS "programs/winepath"
16183 wine_fn_config_program winetest
16184 wine_fn_config_makefile programs/winetest "programs/Makeprog.rules \$(MAKEDEP)"
16185 test "x$enable_winetest" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winetest"
16187 wine_fn_config_program winevdm
16188 wine_fn_config_makefile programs/winevdm "programs/Makeprog.rules \$(MAKEDEP)"
16189 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winevdm" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winevdm"
16191 wine_fn_config_program winhelp.exe16
16192 wine_fn_config_makefile programs/winhelp.exe16 "programs/Makeprog.rules \$(MAKEDEP)"
16193 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winhelp.exe16" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winhelp.exe16"
16195 wine_fn_config_program winhlp32
16196 wine_fn_config_makefile programs/winhlp32 "programs/Makeprog.rules \$(MAKEDEP)"
16197 test "x$enable_winhlp32" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winhlp32" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winhlp32"
16199 wine_fn_config_program winoldap.mod16
16200 wine_fn_config_makefile programs/winoldap.mod16 "programs/Makeprog.rules \$(MAKEDEP)"
16201 test "x$enable_win16" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winoldap.mod16" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winoldap.mod16"
16203 wine_fn_config_program winver
16204 wine_fn_config_makefile programs/winver "programs/Makeprog.rules \$(MAKEDEP)"
16205 test "x$enable_winver" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/winver" && wine_fn_append_file ALL_INSTALL_DIRS "programs/winver"
16207 wine_fn_config_program wordpad
16208 wine_fn_config_makefile programs/wordpad "programs/Makeprog.rules \$(MAKEDEP)"
16209 test "x$enable_wordpad" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/wordpad" && wine_fn_append_file ALL_INSTALL_DIRS "programs/wordpad"
16211 wine_fn_config_program write
16212 wine_fn_config_makefile programs/write "programs/Makeprog.rules \$(MAKEDEP)"
16213 test "x$enable_write" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/write" && wine_fn_append_file ALL_INSTALL_DIRS "programs/write"
16215 wine_fn_config_program xcopy
16216 wine_fn_config_makefile programs/xcopy "programs/Makeprog.rules \$(MAKEDEP)"
16217 test "x$enable_xcopy" != xno && wine_fn_append_file ALL_PROGRAM_DIRS "programs/xcopy" && wine_fn_append_file ALL_INSTALL_DIRS "programs/xcopy"
16219 wine_fn_config_makefile server "Make.rules \$(MAKEDEP)"
16220 test "x$enable_server" != xno && wine_fn_append_file ALL_TOP_DIRS "server"
16222 wine_fn_config_makefile tools Make.rules
16223 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools"
16225 wine_fn_config_makefile tools/widl "Make.rules \$(MAKEDEP)"
16226 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/widl"
16228 wine_fn_config_makefile tools/winebuild "Make.rules \$(MAKEDEP)"
16229 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winebuild"
16231 wine_fn_config_makefile tools/winedump "Make.rules \$(MAKEDEP)"
16232 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winedump"
16234 wine_fn_config_makefile tools/winegcc "Make.rules \$(MAKEDEP)"
16235 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/winegcc"
16237 wine_fn_config_makefile tools/wmc "Make.rules \$(MAKEDEP)"
16238 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wmc"
16240 wine_fn_config_makefile tools/wrc "Make.rules \$(MAKEDEP)"
16241 test "x$enable_tools" != xno && wine_fn_append_file ALL_TOOL_DIRS "tools/wrc"
16244 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
16246 cat >confcache <<\_ACEOF
16247 # This file is a shell script that caches the results of configure
16248 # tests run on this system so they can be shared between configure
16249 # scripts and configure runs, see configure's option --config-cache.
16250 # It is not useful on other systems. If it contains results you don't
16251 # want to keep, you may remove or edit it.
16253 # config.status only pays attention to the cache file if you give it
16254 # the --recheck option to rerun configure.
16256 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16257 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16258 # following values.
16260 _ACEOF
16262 # The following way of writing the cache mishandles newlines in values,
16263 # but we know of no workaround that is simple, portable, and efficient.
16264 # So, we kill variables containing newlines.
16265 # Ultrix sh set writes to stderr and can't be redirected directly,
16266 # and sets the high bit in the cache file unless we assign to the vars.
16268 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16269 eval ac_val=\$$ac_var
16270 case $ac_val in #(
16271 *${as_nl}*)
16272 case $ac_var in #(
16273 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16274 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16275 esac
16276 case $ac_var in #(
16277 _ | IFS | as_nl) ;; #(
16278 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16279 *) { eval $ac_var=; unset $ac_var;} ;;
16280 esac ;;
16281 esac
16282 done
16284 (set) 2>&1 |
16285 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16286 *${as_nl}ac_space=\ *)
16287 # `set' does not quote correctly, so add quotes: double-quote
16288 # substitution turns \\\\ into \\, and sed turns \\ into \.
16289 sed -n \
16290 "s/'/'\\\\''/g;
16291 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16292 ;; #(
16294 # `set' quotes correctly as required by POSIX, so do not add quotes.
16295 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16297 esac |
16298 sort
16300 sed '
16301 /^ac_cv_env_/b end
16302 t clear
16303 :clear
16304 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16305 t end
16306 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16307 :end' >>confcache
16308 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16309 if test -w "$cache_file"; then
16310 test "x$cache_file" != "x/dev/null" &&
16311 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16312 $as_echo "$as_me: updating cache $cache_file" >&6;}
16313 cat confcache >$cache_file
16314 else
16315 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16316 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16319 rm -f confcache
16321 test "x$prefix" = xNONE && prefix=$ac_default_prefix
16322 # Let make expand exec_prefix.
16323 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16325 DEFS=-DHAVE_CONFIG_H
16327 ac_libobjs=
16328 ac_ltlibobjs=
16329 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16330 # 1. Remove the extension, and $U if already installed.
16331 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16332 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16333 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16334 # will be set to the directory where LIBOBJS objects are built.
16335 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16336 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
16337 done
16338 LIBOBJS=$ac_libobjs
16340 LTLIBOBJS=$ac_ltlibobjs
16344 : ${CONFIG_STATUS=./config.status}
16345 ac_write_fail=0
16346 ac_clean_files_save=$ac_clean_files
16347 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16348 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16349 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16350 as_write_fail=0
16351 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16352 #! $SHELL
16353 # Generated by $as_me.
16354 # Run this file to recreate the current configuration.
16355 # Compiler output produced by configure, useful for debugging
16356 # configure, is in config.log if it exists.
16358 debug=false
16359 ac_cs_recheck=false
16360 ac_cs_silent=false
16362 SHELL=\${CONFIG_SHELL-$SHELL}
16363 export SHELL
16364 _ASEOF
16365 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16366 ## -------------------- ##
16367 ## M4sh Initialization. ##
16368 ## -------------------- ##
16370 # Be more Bourne compatible
16371 DUALCASE=1; export DUALCASE # for MKS sh
16372 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16373 emulate sh
16374 NULLCMD=:
16375 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16376 # is contrary to our usage. Disable this feature.
16377 alias -g '${1+"$@"}'='"$@"'
16378 setopt NO_GLOB_SUBST
16379 else
16380 case `(set -o) 2>/dev/null` in #(
16381 *posix*) :
16382 set -o posix ;; #(
16383 *) :
16385 esac
16389 as_nl='
16391 export as_nl
16392 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16393 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16394 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16395 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16396 # Prefer a ksh shell builtin over an external printf program on Solaris,
16397 # but without wasting forks for bash or zsh.
16398 if test -z "$BASH_VERSION$ZSH_VERSION" \
16399 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16400 as_echo='print -r --'
16401 as_echo_n='print -rn --'
16402 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16403 as_echo='printf %s\n'
16404 as_echo_n='printf %s'
16405 else
16406 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16407 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16408 as_echo_n='/usr/ucb/echo -n'
16409 else
16410 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16411 as_echo_n_body='eval
16412 arg=$1;
16413 case $arg in #(
16414 *"$as_nl"*)
16415 expr "X$arg" : "X\\(.*\\)$as_nl";
16416 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16417 esac;
16418 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16420 export as_echo_n_body
16421 as_echo_n='sh -c $as_echo_n_body as_echo'
16423 export as_echo_body
16424 as_echo='sh -c $as_echo_body as_echo'
16427 # The user is always right.
16428 if test "${PATH_SEPARATOR+set}" != set; then
16429 PATH_SEPARATOR=:
16430 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16431 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16432 PATH_SEPARATOR=';'
16437 # IFS
16438 # We need space, tab and new line, in precisely that order. Quoting is
16439 # there to prevent editors from complaining about space-tab.
16440 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16441 # splitting by setting IFS to empty value.)
16442 IFS=" "" $as_nl"
16444 # Find who we are. Look in the path if we contain no directory separator.
16445 case $0 in #((
16446 *[\\/]* ) as_myself=$0 ;;
16447 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16448 for as_dir in $PATH
16450 IFS=$as_save_IFS
16451 test -z "$as_dir" && as_dir=.
16452 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16453 done
16454 IFS=$as_save_IFS
16457 esac
16458 # We did not find ourselves, most probably we were run as `sh COMMAND'
16459 # in which case we are not to be found in the path.
16460 if test "x$as_myself" = x; then
16461 as_myself=$0
16463 if test ! -f "$as_myself"; then
16464 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16465 exit 1
16468 # Unset variables that we do not need and which cause bugs (e.g. in
16469 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16470 # suppresses any "Segmentation fault" message there. '((' could
16471 # trigger a bug in pdksh 5.2.14.
16472 for as_var in BASH_ENV ENV MAIL MAILPATH
16473 do eval test x\${$as_var+set} = xset \
16474 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16475 done
16476 PS1='$ '
16477 PS2='> '
16478 PS4='+ '
16480 # NLS nuisances.
16481 LC_ALL=C
16482 export LC_ALL
16483 LANGUAGE=C
16484 export LANGUAGE
16486 # CDPATH.
16487 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16490 # as_fn_error ERROR [LINENO LOG_FD]
16491 # ---------------------------------
16492 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16493 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16494 # script with status $?, using 1 if that was 0.
16495 as_fn_error ()
16497 as_status=$?; test $as_status -eq 0 && as_status=1
16498 if test "$3"; then
16499 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16500 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
16502 $as_echo "$as_me: error: $1" >&2
16503 as_fn_exit $as_status
16504 } # as_fn_error
16507 # as_fn_set_status STATUS
16508 # -----------------------
16509 # Set $? to STATUS, without forking.
16510 as_fn_set_status ()
16512 return $1
16513 } # as_fn_set_status
16515 # as_fn_exit STATUS
16516 # -----------------
16517 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16518 as_fn_exit ()
16520 set +e
16521 as_fn_set_status $1
16522 exit $1
16523 } # as_fn_exit
16525 # as_fn_unset VAR
16526 # ---------------
16527 # Portably unset VAR.
16528 as_fn_unset ()
16530 { eval $1=; unset $1;}
16532 as_unset=as_fn_unset
16533 # as_fn_append VAR VALUE
16534 # ----------------------
16535 # Append the text in VALUE to the end of the definition contained in VAR. Take
16536 # advantage of any shell optimizations that allow amortized linear growth over
16537 # repeated appends, instead of the typical quadratic growth present in naive
16538 # implementations.
16539 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16540 eval 'as_fn_append ()
16542 eval $1+=\$2
16544 else
16545 as_fn_append ()
16547 eval $1=\$$1\$2
16549 fi # as_fn_append
16551 # as_fn_arith ARG...
16552 # ------------------
16553 # Perform arithmetic evaluation on the ARGs, and store the result in the
16554 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16555 # must be portable across $(()) and expr.
16556 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16557 eval 'as_fn_arith ()
16559 as_val=$(( $* ))
16561 else
16562 as_fn_arith ()
16564 as_val=`expr "$@" || test $? -eq 1`
16566 fi # as_fn_arith
16569 if expr a : '\(a\)' >/dev/null 2>&1 &&
16570 test "X`expr 00001 : '.*\(...\)'`" = X001; then
16571 as_expr=expr
16572 else
16573 as_expr=false
16576 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16577 as_basename=basename
16578 else
16579 as_basename=false
16582 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16583 as_dirname=dirname
16584 else
16585 as_dirname=false
16588 as_me=`$as_basename -- "$0" ||
16589 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16590 X"$0" : 'X\(//\)$' \| \
16591 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16592 $as_echo X/"$0" |
16593 sed '/^.*\/\([^/][^/]*\)\/*$/{
16594 s//\1/
16597 /^X\/\(\/\/\)$/{
16598 s//\1/
16601 /^X\/\(\/\).*/{
16602 s//\1/
16605 s/.*/./; q'`
16607 # Avoid depending upon Character Ranges.
16608 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16609 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16610 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16611 as_cr_digits='0123456789'
16612 as_cr_alnum=$as_cr_Letters$as_cr_digits
16614 ECHO_C= ECHO_N= ECHO_T=
16615 case `echo -n x` in #(((((
16616 -n*)
16617 case `echo 'xy\c'` in
16618 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16619 xy) ECHO_C='\c';;
16620 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16621 ECHO_T=' ';;
16622 esac;;
16624 ECHO_N='-n';;
16625 esac
16627 rm -f conf$$ conf$$.exe conf$$.file
16628 if test -d conf$$.dir; then
16629 rm -f conf$$.dir/conf$$.file
16630 else
16631 rm -f conf$$.dir
16632 mkdir conf$$.dir 2>/dev/null
16634 if (echo >conf$$.file) 2>/dev/null; then
16635 if ln -s conf$$.file conf$$ 2>/dev/null; then
16636 as_ln_s='ln -s'
16637 # ... but there are two gotchas:
16638 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16639 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16640 # In both cases, we have to default to `cp -p'.
16641 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16642 as_ln_s='cp -p'
16643 elif ln conf$$.file conf$$ 2>/dev/null; then
16644 as_ln_s=ln
16645 else
16646 as_ln_s='cp -p'
16648 else
16649 as_ln_s='cp -p'
16651 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16652 rmdir conf$$.dir 2>/dev/null
16655 # as_fn_mkdir_p
16656 # -------------
16657 # Create "$as_dir" as a directory, including parents if necessary.
16658 as_fn_mkdir_p ()
16661 case $as_dir in #(
16662 -*) as_dir=./$as_dir;;
16663 esac
16664 test -d "$as_dir" || eval $as_mkdir_p || {
16665 as_dirs=
16666 while :; do
16667 case $as_dir in #(
16668 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16669 *) as_qdir=$as_dir;;
16670 esac
16671 as_dirs="'$as_qdir' $as_dirs"
16672 as_dir=`$as_dirname -- "$as_dir" ||
16673 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16674 X"$as_dir" : 'X\(//\)[^/]' \| \
16675 X"$as_dir" : 'X\(//\)$' \| \
16676 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16677 $as_echo X"$as_dir" |
16678 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16679 s//\1/
16682 /^X\(\/\/\)[^/].*/{
16683 s//\1/
16686 /^X\(\/\/\)$/{
16687 s//\1/
16690 /^X\(\/\).*/{
16691 s//\1/
16694 s/.*/./; q'`
16695 test -d "$as_dir" && break
16696 done
16697 test -z "$as_dirs" || eval "mkdir $as_dirs"
16698 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16701 } # as_fn_mkdir_p
16702 if mkdir -p . 2>/dev/null; then
16703 as_mkdir_p='mkdir -p "$as_dir"'
16704 else
16705 test -d ./-p && rmdir ./-p
16706 as_mkdir_p=false
16709 if test -x / >/dev/null 2>&1; then
16710 as_test_x='test -x'
16711 else
16712 if ls -dL / >/dev/null 2>&1; then
16713 as_ls_L_option=L
16714 else
16715 as_ls_L_option=
16717 as_test_x='
16718 eval sh -c '\''
16719 if test -d "$1"; then
16720 test -d "$1/.";
16721 else
16722 case $1 in #(
16723 -*)set "./$1";;
16724 esac;
16725 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16726 ???[sx]*):;;*)false;;esac;fi
16727 '\'' sh
16730 as_executable_p=$as_test_x
16732 # Sed expression to map a string onto a valid CPP name.
16733 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16735 # Sed expression to map a string onto a valid variable name.
16736 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16739 exec 6>&1
16740 ## ----------------------------------- ##
16741 ## Main body of $CONFIG_STATUS script. ##
16742 ## ----------------------------------- ##
16743 _ASEOF
16744 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16746 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16747 # Save the log message, to keep $0 and so on meaningful, and to
16748 # report actual input values of CONFIG_FILES etc. instead of their
16749 # values after options handling.
16750 ac_log="
16751 This file was extended by Wine $as_me 1.1.40, which was
16752 generated by GNU Autoconf 2.65. Invocation command line was
16754 CONFIG_FILES = $CONFIG_FILES
16755 CONFIG_HEADERS = $CONFIG_HEADERS
16756 CONFIG_LINKS = $CONFIG_LINKS
16757 CONFIG_COMMANDS = $CONFIG_COMMANDS
16758 $ $0 $@
16760 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16763 _ACEOF
16765 case $ac_config_files in *"
16766 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16767 esac
16769 case $ac_config_headers in *"
16770 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16771 esac
16774 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16775 # Files that config.status was made for.
16776 config_files="$ac_config_files"
16777 config_headers="$ac_config_headers"
16778 config_links="$ac_config_links"
16779 config_commands="$ac_config_commands"
16781 _ACEOF
16783 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16784 ac_cs_usage="\
16785 \`$as_me' instantiates files and other configuration actions
16786 from templates according to the current configuration. Unless the files
16787 and actions are specified as TAGs, all are instantiated by default.
16789 Usage: $0 [OPTION]... [TAG]...
16791 -h, --help print this help, then exit
16792 -V, --version print version number and configuration settings, then exit
16793 --config print configuration, then exit
16794 -q, --quiet, --silent
16795 do not print progress messages
16796 -d, --debug don't remove temporary files
16797 --recheck update $as_me by reconfiguring in the same conditions
16798 --file=FILE[:TEMPLATE]
16799 instantiate the configuration file FILE
16800 --header=FILE[:TEMPLATE]
16801 instantiate the configuration header FILE
16803 Configuration files:
16804 $config_files
16806 Configuration headers:
16807 $config_headers
16809 Configuration links:
16810 $config_links
16812 Configuration commands:
16813 $config_commands
16815 Report bugs to <wine-devel@winehq.org>.
16816 Wine home page: <http://www.winehq.org>."
16818 _ACEOF
16819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16820 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16821 ac_cs_version="\\
16822 Wine config.status 1.1.40
16823 configured by $0, generated by GNU Autoconf 2.65,
16824 with options \\"\$ac_cs_config\\"
16826 Copyright (C) 2009 Free Software Foundation, Inc.
16827 This config.status script is free software; the Free Software Foundation
16828 gives unlimited permission to copy, distribute and modify it."
16830 ac_pwd='$ac_pwd'
16831 srcdir='$srcdir'
16832 INSTALL='$INSTALL'
16833 test -n "\$AWK" || AWK=awk
16834 _ACEOF
16836 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16837 # The default lists apply if the user does not specify any file.
16838 ac_need_defaults=:
16839 while test $# != 0
16841 case $1 in
16842 --*=*)
16843 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16844 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16845 ac_shift=:
16848 ac_option=$1
16849 ac_optarg=$2
16850 ac_shift=shift
16852 esac
16854 case $ac_option in
16855 # Handling of the options.
16856 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16857 ac_cs_recheck=: ;;
16858 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16859 $as_echo "$ac_cs_version"; exit ;;
16860 --config | --confi | --conf | --con | --co | --c )
16861 $as_echo "$ac_cs_config"; exit ;;
16862 --debug | --debu | --deb | --de | --d | -d )
16863 debug=: ;;
16864 --file | --fil | --fi | --f )
16865 $ac_shift
16866 case $ac_optarg in
16867 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16868 esac
16869 as_fn_append CONFIG_FILES " '$ac_optarg'"
16870 ac_need_defaults=false;;
16871 --header | --heade | --head | --hea )
16872 $ac_shift
16873 case $ac_optarg in
16874 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16875 esac
16876 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16877 ac_need_defaults=false;;
16878 --he | --h)
16879 # Conflict between --help and --header
16880 as_fn_error "ambiguous option: \`$1'
16881 Try \`$0 --help' for more information.";;
16882 --help | --hel | -h )
16883 $as_echo "$ac_cs_usage"; exit ;;
16884 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16885 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16886 ac_cs_silent=: ;;
16888 # This is an error.
16889 -*) as_fn_error "unrecognized option: \`$1'
16890 Try \`$0 --help' for more information." ;;
16892 *) as_fn_append ac_config_targets " $1"
16893 ac_need_defaults=false ;;
16895 esac
16896 shift
16897 done
16899 ac_configure_extra_args=
16901 if $ac_cs_silent; then
16902 exec 6>/dev/null
16903 ac_configure_extra_args="$ac_configure_extra_args --silent"
16906 _ACEOF
16907 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16908 if \$ac_cs_recheck; then
16909 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16910 shift
16911 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16912 CONFIG_SHELL='$SHELL'
16913 export CONFIG_SHELL
16914 exec "\$@"
16917 _ACEOF
16918 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16919 exec 5>>config.log
16921 echo
16922 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16923 ## Running $as_me. ##
16924 _ASBOX
16925 $as_echo "$ac_log"
16926 } >&5
16928 _ACEOF
16929 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16930 _ACEOF
16932 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16934 # Handling of arguments.
16935 for ac_config_target in $ac_config_targets
16937 case $ac_config_target in
16938 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
16939 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
16940 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
16941 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
16942 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
16943 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
16944 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
16945 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
16946 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
16947 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
16948 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
16949 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
16950 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
16951 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
16952 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
16953 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
16954 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
16955 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
16956 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
16957 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16958 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
16959 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
16960 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
16961 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
16962 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
16963 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
16964 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
16965 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
16966 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
16967 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
16968 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
16969 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
16970 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
16971 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
16972 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
16973 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
16974 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
16975 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
16976 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
16977 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
16978 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
16979 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
16980 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
16981 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
16982 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
16983 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
16984 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
16985 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
16986 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
16987 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
16988 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
16989 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
16990 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
16991 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
16992 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
16993 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
16994 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
16995 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
16996 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
16997 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
16998 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
16999 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
17000 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
17001 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
17002 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
17003 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
17004 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
17005 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
17006 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
17007 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
17008 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
17009 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
17010 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
17011 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
17012 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
17013 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
17014 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
17015 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
17016 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
17017 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
17018 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
17019 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
17020 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
17021 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
17022 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
17023 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
17024 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
17025 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
17026 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
17027 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
17028 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
17029 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
17030 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
17031 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
17032 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
17033 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
17034 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
17035 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
17036 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
17037 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
17038 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
17039 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
17040 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
17041 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
17042 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
17043 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
17044 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
17045 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
17046 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
17047 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
17048 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
17049 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
17050 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
17051 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
17052 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
17053 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
17054 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
17055 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
17056 "dlls/dispex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispex/Makefile" ;;
17057 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
17058 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
17059 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
17060 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
17061 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
17062 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
17063 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
17064 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
17065 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
17066 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
17067 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
17068 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
17069 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
17070 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
17071 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
17072 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
17073 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
17074 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
17075 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
17076 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
17077 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
17078 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
17079 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
17080 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
17081 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
17082 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
17083 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
17084 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
17085 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
17086 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
17087 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
17088 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
17089 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
17090 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
17091 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
17092 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
17093 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
17094 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
17095 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
17096 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
17097 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
17098 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
17099 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
17100 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
17101 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
17102 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
17103 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
17104 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
17105 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
17106 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
17107 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
17108 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
17109 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
17110 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
17111 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
17112 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
17113 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
17114 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
17115 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
17116 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
17117 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
17118 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
17119 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
17120 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
17121 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
17122 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
17123 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
17124 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
17125 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
17126 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
17127 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
17128 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
17129 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
17130 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
17131 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
17132 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
17133 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
17134 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
17135 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
17136 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
17137 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
17138 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
17139 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
17140 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
17141 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
17142 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
17143 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
17144 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
17145 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
17146 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
17147 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
17148 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
17149 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
17150 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
17151 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
17152 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
17153 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
17154 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
17155 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
17156 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
17157 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
17158 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
17159 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
17160 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
17161 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
17162 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
17163 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
17164 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
17165 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
17166 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
17167 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
17168 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
17169 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
17170 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
17171 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
17172 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
17173 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
17174 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
17175 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
17176 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
17177 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
17178 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
17179 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
17180 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
17181 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
17182 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
17183 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
17184 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
17185 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
17186 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
17187 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
17188 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
17189 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
17190 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
17191 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
17192 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
17193 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
17194 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
17195 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
17196 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
17197 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
17198 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
17199 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
17200 "dlls/msvcr70/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr70/Makefile" ;;
17201 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
17202 "dlls/msvcr80/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr80/Makefile" ;;
17203 "dlls/msvcr90/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr90/Makefile" ;;
17204 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
17205 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
17206 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
17207 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
17208 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
17209 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
17210 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
17211 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
17212 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
17213 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
17214 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
17215 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
17216 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
17217 "dlls/msxml4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml4/Makefile" ;;
17218 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
17219 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
17220 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
17221 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
17222 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
17223 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
17224 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
17225 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
17226 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
17227 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
17228 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
17229 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
17230 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
17231 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
17232 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
17233 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
17234 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
17235 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
17236 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
17237 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
17238 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
17239 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
17240 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
17241 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
17242 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
17243 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
17244 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
17245 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
17246 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
17247 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
17248 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
17249 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
17250 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
17251 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
17252 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
17253 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
17254 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
17255 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
17256 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
17257 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
17258 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
17259 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
17260 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
17261 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
17262 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
17263 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
17264 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
17265 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
17266 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
17267 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
17268 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
17269 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
17270 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
17271 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
17272 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
17273 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
17274 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
17275 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
17276 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
17277 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
17278 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
17279 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
17280 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
17281 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
17282 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
17283 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
17284 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
17285 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
17286 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
17287 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
17288 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
17289 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
17290 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
17291 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
17292 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
17293 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
17294 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
17295 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
17296 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
17297 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
17298 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
17299 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
17300 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
17301 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
17302 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
17303 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
17304 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
17305 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
17306 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
17307 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
17308 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
17309 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
17310 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
17311 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
17312 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
17313 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
17314 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
17315 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
17316 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
17317 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
17318 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
17319 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
17320 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
17321 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
17322 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
17323 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
17324 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
17325 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
17326 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
17327 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
17328 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
17329 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
17330 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
17331 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
17332 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
17333 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
17334 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
17335 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
17336 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
17337 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
17338 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
17339 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
17340 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
17341 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
17342 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
17343 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
17344 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
17345 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
17346 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
17347 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
17348 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
17349 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
17350 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
17351 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
17352 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
17353 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
17354 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
17355 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
17356 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
17357 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
17358 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
17359 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
17360 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
17361 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
17362 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
17363 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
17364 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
17365 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
17366 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
17367 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
17368 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
17369 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
17370 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
17371 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
17372 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
17373 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
17374 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
17375 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
17376 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
17377 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
17378 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
17379 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
17380 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
17381 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
17382 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
17383 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
17384 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
17385 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
17386 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
17387 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
17388 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
17389 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
17390 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
17391 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
17392 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
17393 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
17394 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
17395 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
17396 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
17397 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
17398 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
17399 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
17400 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
17401 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
17402 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
17403 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
17404 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
17405 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
17406 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
17407 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
17408 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
17409 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
17410 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
17411 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
17412 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
17413 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
17414 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
17415 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
17416 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
17417 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
17418 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
17419 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
17420 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
17421 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
17422 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
17423 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
17424 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
17425 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
17426 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
17427 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
17428 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
17429 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
17430 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
17431 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
17432 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
17433 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
17434 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
17435 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
17436 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
17437 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
17438 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
17439 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
17440 "programs/cmd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/tests/Makefile" ;;
17441 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
17442 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
17443 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
17444 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
17445 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
17446 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
17447 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
17448 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
17449 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
17450 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
17451 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
17452 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
17453 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
17454 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
17455 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
17456 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
17457 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
17458 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
17459 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
17460 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
17461 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
17462 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
17463 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
17464 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
17465 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
17466 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
17467 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
17468 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
17469 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
17470 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
17471 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
17472 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
17473 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
17474 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
17475 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
17476 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
17477 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
17478 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
17479 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
17480 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
17481 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
17482 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
17483 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
17484 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
17485 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
17486 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
17487 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
17488 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
17489 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
17490 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
17491 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
17492 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
17493 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
17494 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
17495 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
17496 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
17497 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
17498 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
17499 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
17501 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17502 esac
17503 done
17506 # If the user did not use the arguments to specify the items to instantiate,
17507 # then the envvar interface is used. Set only those that are not.
17508 # We use the long form for the default assignment because of an extremely
17509 # bizarre bug on SunOS 4.1.3.
17510 if $ac_need_defaults; then
17511 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17512 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17513 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
17514 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17517 # Have a temporary directory for convenience. Make it in the build tree
17518 # simply because there is no reason against having it here, and in addition,
17519 # creating and moving files from /tmp can sometimes cause problems.
17520 # Hook for its removal unless debugging.
17521 # Note that there is a small window in which the directory will not be cleaned:
17522 # after its creation but before its name has been assigned to `$tmp'.
17523 $debug ||
17525 tmp=
17526 trap 'exit_status=$?
17527 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
17529 trap 'as_fn_exit 1' 1 2 13 15
17531 # Create a (secure) tmp directory for tmp files.
17534 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17535 test -n "$tmp" && test -d "$tmp"
17536 } ||
17538 tmp=./conf$$-$RANDOM
17539 (umask 077 && mkdir "$tmp")
17540 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
17542 # Set up the scripts for CONFIG_FILES section.
17543 # No need to generate them if there are no CONFIG_FILES.
17544 # This happens for instance with `./config.status config.h'.
17545 if test -n "$CONFIG_FILES"; then
17547 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
17548 ac_cs_awk_getline=:
17549 ac_cs_awk_pipe_init=
17550 ac_cs_awk_read_file='
17551 while ((getline aline < (F[key])) > 0)
17552 print(aline)
17553 close(F[key])'
17554 ac_cs_awk_pipe_fini=
17555 else
17556 ac_cs_awk_getline=false
17557 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
17558 ac_cs_awk_read_file='
17559 print "|#_!!_#|"
17560 print "cat " F[key] " &&"
17561 '$ac_cs_awk_pipe_init
17562 # The final `:' finishes the AND list.
17563 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
17565 ac_cr=`echo X | tr X '\015'`
17566 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17567 # But we know of no other shell where ac_cr would be empty at this
17568 # point, so we can use a bashism as a fallback.
17569 if test "x$ac_cr" = x; then
17570 eval ac_cr=\$\'\\r\'
17572 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17573 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17574 ac_cs_awk_cr='\r'
17575 else
17576 ac_cs_awk_cr=$ac_cr
17579 echo 'BEGIN {' >"$tmp/subs1.awk" &&
17580 _ACEOF
17582 # Create commands to substitute file output variables.
17584 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
17585 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
17586 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
17587 echo "_ACAWK" &&
17588 echo "_ACEOF"
17589 } >conf$$files.sh &&
17590 . ./conf$$files.sh ||
17591 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17592 rm -f conf$$files.sh
17595 echo "cat >conf$$subs.awk <<_ACEOF" &&
17596 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17597 echo "_ACEOF"
17598 } >conf$$subs.sh ||
17599 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17600 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
17601 ac_delim='%!_!# '
17602 for ac_last_try in false false false false false :; do
17603 . ./conf$$subs.sh ||
17604 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17606 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17607 if test $ac_delim_n = $ac_delim_num; then
17608 break
17609 elif $ac_last_try; then
17610 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17611 else
17612 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17614 done
17615 rm -f conf$$subs.sh
17617 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17618 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
17619 _ACEOF
17620 sed -n '
17622 s/^/S["/; s/!.*/"]=/
17625 s/^[^!]*!//
17626 :repl
17627 t repl
17628 s/'"$ac_delim"'$//
17629 t delim
17632 s/\(.\{148\}\)..*/\1/
17633 t more1
17634 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17637 b repl
17638 :more1
17639 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17642 s/.\{148\}//
17643 t nl
17644 :delim
17646 s/\(.\{148\}\)..*/\1/
17647 t more2
17648 s/["\\]/\\&/g; s/^/"/; s/$/"/
17651 :more2
17652 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17655 s/.\{148\}//
17656 t delim
17657 ' <conf$$subs.awk | sed '
17658 /^[^""]/{
17660 s/\n//
17662 ' >>$CONFIG_STATUS || ac_write_fail=1
17663 rm -f conf$$subs.awk
17664 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17665 _ACAWK
17666 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
17667 for (key in S) S_is_set[key] = 1
17668 FS = "\a"
17669 \$ac_cs_awk_pipe_init
17672 line = $ 0
17673 nfields = split(line, field, "@")
17674 substed = 0
17675 len = length(field[1])
17676 for (i = 2; i < nfields; i++) {
17677 key = field[i]
17678 keylen = length(key)
17679 if (S_is_set[key]) {
17680 value = S[key]
17681 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17682 len += length(value) + length(field[++i])
17683 substed = 1
17684 } else
17685 len += 1 + keylen
17687 if (nfields == 3 && !substed) {
17688 key = field[2]
17689 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
17690 \$ac_cs_awk_read_file
17691 next
17694 print line
17696 \$ac_cs_awk_pipe_fini
17697 _ACAWK
17698 _ACEOF
17699 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17700 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17701 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17702 else
17704 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
17705 || as_fn_error "could not setup config files machinery" "$LINENO" 5
17706 _ACEOF
17708 # VPATH may cause trouble with some makes, so we remove $(srcdir),
17709 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
17710 # trailing colons and then remove the whole line if VPATH becomes empty
17711 # (actually we leave an empty line to preserve line numbers).
17712 if test "x$srcdir" = x.; then
17713 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17714 s/:*\$(srcdir):*/:/
17715 s/:*\${srcdir}:*/:/
17716 s/:*@srcdir@:*/:/
17717 s/^\([^=]*=[ ]*\):*/\1/
17718 s/:*$//
17719 s/^[^=]*=[ ]*$//
17723 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17724 fi # test -n "$CONFIG_FILES"
17726 # Set up the scripts for CONFIG_HEADERS section.
17727 # No need to generate them if there are no CONFIG_HEADERS.
17728 # This happens for instance with `./config.status Makefile'.
17729 if test -n "$CONFIG_HEADERS"; then
17730 cat >"$tmp/defines.awk" <<\_ACAWK ||
17731 BEGIN {
17732 _ACEOF
17734 # Transform confdefs.h into an awk script `defines.awk', embedded as
17735 # here-document in config.status, that substitutes the proper values into
17736 # config.h.in to produce config.h.
17738 # Create a delimiter string that does not exist in confdefs.h, to ease
17739 # handling of long lines.
17740 ac_delim='%!_!# '
17741 for ac_last_try in false false :; do
17742 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
17743 if test -z "$ac_t"; then
17744 break
17745 elif $ac_last_try; then
17746 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
17747 else
17748 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17750 done
17752 # For the awk script, D is an array of macro values keyed by name,
17753 # likewise P contains macro parameters if any. Preserve backslash
17754 # newline sequences.
17756 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17757 sed -n '
17758 s/.\{148\}/&'"$ac_delim"'/g
17759 t rset
17760 :rset
17761 s/^[ ]*#[ ]*define[ ][ ]*/ /
17762 t def
17764 :def
17765 s/\\$//
17766 t bsnl
17767 s/["\\]/\\&/g
17768 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17769 D["\1"]=" \3"/p
17770 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17772 :bsnl
17773 s/["\\]/\\&/g
17774 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17775 D["\1"]=" \3\\\\\\n"\\/p
17776 t cont
17777 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17778 t cont
17780 :cont
17782 s/.\{148\}/&'"$ac_delim"'/g
17783 t clear
17784 :clear
17785 s/\\$//
17786 t bsnlc
17787 s/["\\]/\\&/g; s/^/"/; s/$/"/p
17789 :bsnlc
17790 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17791 b cont
17792 ' <confdefs.h | sed '
17793 s/'"$ac_delim"'/"\\\
17794 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17796 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17797 for (key in D) D_is_set[key] = 1
17798 FS = "\a"
17800 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17801 line = \$ 0
17802 split(line, arg, " ")
17803 if (arg[1] == "#") {
17804 defundef = arg[2]
17805 mac1 = arg[3]
17806 } else {
17807 defundef = substr(arg[1], 2)
17808 mac1 = arg[2]
17810 split(mac1, mac2, "(") #)
17811 macro = mac2[1]
17812 prefix = substr(line, 1, index(line, defundef) - 1)
17813 if (D_is_set[macro]) {
17814 # Preserve the white space surrounding the "#".
17815 print prefix "define", macro P[macro] D[macro]
17816 next
17817 } else {
17818 # Replace #undef with comments. This is necessary, for example,
17819 # in the case of _POSIX_SOURCE, which is predefined and required
17820 # on some systems where configure will not decide to define it.
17821 if (defundef == "undef") {
17822 print "/*", prefix defundef, macro, "*/"
17823 next
17827 { print }
17828 _ACAWK
17829 _ACEOF
17830 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17831 as_fn_error "could not setup config headers machinery" "$LINENO" 5
17832 fi # test -n "$CONFIG_HEADERS"
17835 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
17836 shift
17837 for ac_tag
17839 case $ac_tag in
17840 :[FHLC]) ac_mode=$ac_tag; continue;;
17841 esac
17842 case $ac_mode$ac_tag in
17843 :[FHL]*:*);;
17844 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
17845 :[FH]-) ac_tag=-:-;;
17846 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17847 esac
17848 ac_save_IFS=$IFS
17849 IFS=:
17850 set x $ac_tag
17851 IFS=$ac_save_IFS
17852 shift
17853 ac_file=$1
17854 shift
17856 case $ac_mode in
17857 :L) ac_source=$1;;
17858 :[FH])
17859 ac_file_inputs=
17860 for ac_f
17862 case $ac_f in
17863 -) ac_f="$tmp/stdin";;
17864 *) # Look for the file first in the build tree, then in the source tree
17865 # (if the path is not absolute). The absolute path cannot be DOS-style,
17866 # because $ac_f cannot contain `:'.
17867 test -f "$ac_f" ||
17868 case $ac_f in
17869 [\\/$]*) false;;
17870 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17871 esac ||
17872 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17873 esac
17874 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17875 as_fn_append ac_file_inputs " '$ac_f'"
17876 done
17878 # Let's still pretend it is `configure' which instantiates (i.e., don't
17879 # use $as_me), people would be surprised to read:
17880 # /* config.h. Generated by config.status. */
17881 configure_input='Generated from '`
17882 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17883 `' by configure.'
17884 if test x"$ac_file" != x-; then
17885 configure_input="$ac_file. $configure_input"
17886 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17887 $as_echo "$as_me: creating $ac_file" >&6;}
17889 # Neutralize special characters interpreted by sed in replacement strings.
17890 case $configure_input in #(
17891 *\&* | *\|* | *\\* )
17892 ac_sed_conf_input=`$as_echo "$configure_input" |
17893 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17894 *) ac_sed_conf_input=$configure_input;;
17895 esac
17897 case $ac_tag in
17898 *:-:* | *:-) cat >"$tmp/stdin" \
17899 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
17900 esac
17902 esac
17904 ac_dir=`$as_dirname -- "$ac_file" ||
17905 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17906 X"$ac_file" : 'X\(//\)[^/]' \| \
17907 X"$ac_file" : 'X\(//\)$' \| \
17908 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17909 $as_echo X"$ac_file" |
17910 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17911 s//\1/
17914 /^X\(\/\/\)[^/].*/{
17915 s//\1/
17918 /^X\(\/\/\)$/{
17919 s//\1/
17922 /^X\(\/\).*/{
17923 s//\1/
17926 s/.*/./; q'`
17927 as_dir="$ac_dir"; as_fn_mkdir_p
17928 ac_builddir=.
17930 case "$ac_dir" in
17931 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17933 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17934 # A ".." for each directory in $ac_dir_suffix.
17935 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17936 case $ac_top_builddir_sub in
17937 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17938 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17939 esac ;;
17940 esac
17941 ac_abs_top_builddir=$ac_pwd
17942 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17943 # for backward compatibility:
17944 ac_top_builddir=$ac_top_build_prefix
17946 case $srcdir in
17947 .) # We are building in place.
17948 ac_srcdir=.
17949 ac_top_srcdir=$ac_top_builddir_sub
17950 ac_abs_top_srcdir=$ac_pwd ;;
17951 [\\/]* | ?:[\\/]* ) # Absolute name.
17952 ac_srcdir=$srcdir$ac_dir_suffix;
17953 ac_top_srcdir=$srcdir
17954 ac_abs_top_srcdir=$srcdir ;;
17955 *) # Relative name.
17956 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17957 ac_top_srcdir=$ac_top_build_prefix$srcdir
17958 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17959 esac
17960 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17963 case $ac_mode in
17966 # CONFIG_FILE
17969 case $INSTALL in
17970 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17971 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17972 esac
17973 _ACEOF
17975 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17976 # If the template does not know about datarootdir, expand it.
17977 # FIXME: This hack should be removed a few years after 2.60.
17978 ac_datarootdir_hack=; ac_datarootdir_seen=
17979 ac_sed_dataroot='
17980 /datarootdir/ {
17984 /@datadir@/p
17985 /@docdir@/p
17986 /@infodir@/p
17987 /@localedir@/p
17988 /@mandir@/p'
17989 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17990 *datarootdir*) ac_datarootdir_seen=yes;;
17991 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17993 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17994 _ACEOF
17995 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17996 ac_datarootdir_hack='
17997 s&@datadir@&$datadir&g
17998 s&@docdir@&$docdir&g
17999 s&@infodir@&$infodir&g
18000 s&@localedir@&$localedir&g
18001 s&@mandir@&$mandir&g
18002 s&\\\${datarootdir}&$datarootdir&g' ;;
18003 esac
18004 _ACEOF
18006 # Neutralize VPATH when `$srcdir' = `.'.
18007 # Shell code in configure.ac might set extrasub.
18008 # FIXME: do we really want to maintain this feature?
18009 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18010 ac_sed_extra="$ac_vpsub
18011 $extrasub
18012 _ACEOF
18013 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18015 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
18016 s|@configure_input@|$ac_sed_conf_input|;t t
18017 s&@top_builddir@&$ac_top_builddir_sub&;t t
18018 s&@top_build_prefix@&$ac_top_build_prefix&;t t
18019 s&@srcdir@&$ac_srcdir&;t t
18020 s&@abs_srcdir@&$ac_abs_srcdir&;t t
18021 s&@top_srcdir@&$ac_top_srcdir&;t t
18022 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
18023 s&@builddir@&$ac_builddir&;t t
18024 s&@abs_builddir@&$ac_abs_builddir&;t t
18025 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
18026 s&@INSTALL@&$ac_INSTALL&;t t
18027 $ac_datarootdir_hack
18029 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
18030 if $ac_cs_awk_getline; then
18031 $AWK -f "$tmp/subs.awk"
18032 else
18033 $AWK -f "$tmp/subs.awk" | $SHELL
18034 fi >$tmp/out \
18035 || as_fn_error "could not create $ac_file" "$LINENO" 5
18037 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18038 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
18039 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
18040 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18041 which seems to be undefined. Please make sure it is defined." >&5
18042 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18043 which seems to be undefined. Please make sure it is defined." >&2;}
18045 rm -f "$tmp/stdin"
18046 case $ac_file in
18047 -) cat "$tmp/out" && rm -f "$tmp/out";;
18048 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
18049 esac \
18050 || as_fn_error "could not create $ac_file" "$LINENO" 5
18054 # CONFIG_HEADER
18056 if test x"$ac_file" != x-; then
18058 $as_echo "/* $configure_input */" \
18059 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
18060 } >"$tmp/config.h" \
18061 || as_fn_error "could not create $ac_file" "$LINENO" 5
18062 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
18063 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18064 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18065 else
18066 rm -f "$ac_file"
18067 mv "$tmp/config.h" "$ac_file" \
18068 || as_fn_error "could not create $ac_file" "$LINENO" 5
18070 else
18071 $as_echo "/* $configure_input */" \
18072 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
18073 || as_fn_error "could not create -" "$LINENO" 5
18078 # CONFIG_LINK
18081 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
18083 else
18084 # Prefer the file from the source tree if names are identical.
18085 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
18086 ac_source=$srcdir/$ac_source
18089 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
18090 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
18092 if test ! -r "$ac_source"; then
18093 as_fn_error "$ac_source: file not found" "$LINENO" 5
18095 rm -f "$ac_file"
18097 # Try a relative symlink, then a hard link, then a copy.
18098 case $srcdir in
18099 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
18100 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
18101 esac
18102 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
18103 ln "$ac_source" "$ac_file" 2>/dev/null ||
18104 cp -p "$ac_source" "$ac_file" ||
18105 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
18108 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18109 $as_echo "$as_me: executing $ac_file commands" >&6;}
18111 esac
18114 case $ac_file$ac_mode in
18115 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
18116 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
18117 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
18118 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
18119 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
18120 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
18121 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
18122 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
18123 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
18124 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
18125 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
18126 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
18127 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
18129 esac
18130 done # for ac_tag
18133 as_fn_exit 0
18134 _ACEOF
18135 ac_clean_files=$ac_clean_files_save
18137 test $ac_write_fail = 0 ||
18138 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18141 # configure is writing to config.log, and then calls config.status.
18142 # config.status does its own redirection, appending to config.log.
18143 # Unfortunately, on DOS this fails, as config.log is still kept open
18144 # by configure, so config.status won't be able to write to it; its
18145 # output is simply discarded. So we exec the FD to /dev/null,
18146 # effectively closing config.log, so it can be properly (re)opened and
18147 # appended to by config.status. When coming back to configure, we
18148 # need to make the FD available again.
18149 if test "$no_create" != yes; then
18150 ac_cs_success=:
18151 ac_config_status_args=
18152 test "$silent" = yes &&
18153 ac_config_status_args="$ac_config_status_args --quiet"
18154 exec 5>/dev/null
18155 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18156 exec 5>>config.log
18157 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18158 # would make configure fail if this is the last instruction.
18159 $ac_cs_success || as_fn_exit $?
18161 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18163 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18167 if test "$no_create" = "yes"
18168 then
18169 exit 0
18172 ac_save_IFS="$IFS"
18173 if test "x$wine_notices != "x; then
18174 echo >&6
18175 IFS="|"
18176 for msg in $wine_notices; do
18177 IFS="$ac_save_IFS"
18178 if test -n "$msg"; then
18179 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
18180 $as_echo "$as_me: $msg" >&6;}
18182 done
18184 IFS="|"
18185 for msg in $wine_warnings; do
18186 IFS="$ac_save_IFS"
18187 if test -n "$msg"; then
18188 echo >&2
18189 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
18190 $as_echo "$as_me: WARNING: $msg" >&2;}
18192 done
18193 IFS="$ac_save_IFS"
18195 echo "
18196 $as_me: Finished. Do '${ac_make}' to compile Wine.
18197 " >&6