ntdll: Fill the tail of existing large blocks when the debug flags change.
[wine/hacks.git] / configure
blob9eabf3ce12bb9d5b26a5b283ab639cab929d8d32
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.37.
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.37'
556 PACKAGE_STRING='Wine 1.1.37'
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_WINETEST_DEPENDS
600 ALL_PROGRAM_BIN_INSTALL_DIRS
601 ALL_PROGRAM_INSTALL_DIRS
602 ALL_PROGRAM_DIRS
603 ALL_TEST_DIRS
604 ALL_IMPLIB_DIRS
605 ALL_DLL_DIRS
606 ALL_TOP_DIRS
607 ALL_MAKEFILE_DEPENDS
608 ALL_MAKEFILES
609 ALL_MAKERULES
610 DEPENDENCIES
611 LDAPLIBS
612 LIBPOLL
613 LIBDL
614 EXTRA_BINARIES
615 MAIN_BINARY
616 SOCKETLIBS
617 CRTLIBS
618 TOOLSEXT
619 LDPATH
620 BUILTINFLAG
621 EXTRACFLAGS
622 LIBKSTAT
623 LIBMPG123
624 PNGINCL
625 FONTCONFIGINCL
626 CUPSINCL
627 AUDIOIOLIBS
628 ALSALIBS
629 ESDLIBS
630 ESDINCL
631 ESDCONFIG
632 ZLIB
633 FREETYPEINCL
634 FREETYPELIBS
635 ft_devel
636 LCMSLIBS
637 RESOLVLIBS
638 GPHOTO2INCL
639 GPHOTO2LIBS
640 gphoto2port_devel
641 gphoto2_devel
642 SANEINCL
643 sane_devel
644 GNUTLSINCL
645 HALINCL
646 XSLTINCL
647 XML2INCL
648 XML2LIBS
649 NASLIBS
650 X_EXTRA_LIBS
651 X_LIBS
652 X_PRE_LIBS
653 X_CFLAGS
654 XMKMF
655 LIBPTHREAD
656 CROSSTARGET
657 CROSSTEST
658 CROSSCC
659 CARBONLIB
660 LIBOPENAL
661 COREAUDIO
662 DISKARBITRATIONLIB
663 LDEXECFLAGS
664 IOKITLIB
665 COREFOUNDATIONLIB
666 SECURITYLIB
667 DLLWRAP
668 DLLTOOL
670 LDRPATH_LOCAL
671 LDRPATH_INSTALL
672 IMPLIBEXT
673 LIBEXT
674 LDDLLFLAGS
675 LDSHARED
676 DLLFLAGS
677 DLLEXT
679 OPENGL_LIBS
680 XLIB
681 PRELINK
682 ICOTOOL
683 RSVG
684 PKG_CONFIG
685 FONTFORGE
686 LINTFLAGS
687 LINT
688 INSTALL_DATA
689 INSTALL_SCRIPT
690 INSTALL_PROGRAM
691 LDCONFIG
692 EGREP
693 GREP
695 LN_S
696 STRIP
697 RANLIB
698 ARFLAGS
699 ac_ct_AR
701 BISON
702 FLEX
703 TOOLSDIR
704 WOW64_DISABLE
705 TARGETFLAGS
706 CPPBIN
707 ac_ct_CXX
708 CXXFLAGS
710 OBJEXT
711 EXEEXT
712 ac_ct_CC
713 CPPFLAGS
714 LDFLAGS
715 CFLAGS
717 SET_MAKE
718 host_os
719 host_vendor
720 host_cpu
721 host
722 build_os
723 build_vendor
724 build_cpu
725 build
726 MAINTAINER_MODE
727 target_alias
728 host_alias
729 build_alias
730 LIBS
731 ECHO_T
732 ECHO_N
733 ECHO_C
734 DEFS
735 mandir
736 localedir
737 libdir
738 psdir
739 pdfdir
740 dvidir
741 htmldir
742 infodir
743 docdir
744 oldincludedir
745 includedir
746 localstatedir
747 sharedstatedir
748 sysconfdir
749 datadir
750 datarootdir
751 libexecdir
752 sbindir
753 bindir
754 program_transform_name
755 prefix
756 exec_prefix
757 PACKAGE_URL
758 PACKAGE_BUGREPORT
759 PACKAGE_STRING
760 PACKAGE_VERSION
761 PACKAGE_TARNAME
762 PACKAGE_NAME
763 PATH_SEPARATOR
764 SHELL'
765 ac_subst_files='MAKE_RULES
766 MAKE_DLL_RULES
767 MAKE_IMPLIB_RULES
768 MAKE_TEST_RULES
769 MAKE_PROG_RULES'
770 ac_user_opts='
771 enable_option_checking
772 enable_win16
773 enable_win64
774 enable_tests
775 enable_maintainer_mode
776 with_alsa
777 with_audioio
778 with_capi
779 with_cms
780 with_coreaudio
781 with_cups
782 with_curses
783 with_esd
784 with_fontconfig
785 with_freetype
786 with_gphoto
787 with_glu
788 with_gnutls
789 with_gsm
790 with_hal
791 with_jack
792 with_jpeg
793 with_ldap
794 with_mpg123
795 with_nas
796 with_openal
797 with_opengl
798 with_openssl
799 with_oss
800 with_png
801 with_pthread
802 with_sane
803 with_xcomposite
804 with_xcursor
805 with_xinerama
806 with_xinput
807 with_xml
808 with_xrandr
809 with_xrender
810 with_xshape
811 with_xshm
812 with_xslt
813 with_xxf86vm
814 with_wine_tools
815 with_wine64
816 enable_largefile
817 with_x
819 ac_precious_vars='build_alias
820 host_alias
821 target_alias
823 CFLAGS
824 LDFLAGS
825 LIBS
826 CPPFLAGS
828 CXXFLAGS
831 XMKMF'
834 # Initialize some variables set by options.
835 ac_init_help=
836 ac_init_version=false
837 ac_unrecognized_opts=
838 ac_unrecognized_sep=
839 # The variables have the same names as the options, with
840 # dashes changed to underlines.
841 cache_file=/dev/null
842 exec_prefix=NONE
843 no_create=
844 no_recursion=
845 prefix=NONE
846 program_prefix=NONE
847 program_suffix=NONE
848 program_transform_name=s,x,x,
849 silent=
850 site=
851 srcdir=
852 verbose=
853 x_includes=NONE
854 x_libraries=NONE
856 # Installation directory options.
857 # These are left unexpanded so users can "make install exec_prefix=/foo"
858 # and all the variables that are supposed to be based on exec_prefix
859 # by default will actually change.
860 # Use braces instead of parens because sh, perl, etc. also accept them.
861 # (The list follows the same order as the GNU Coding Standards.)
862 bindir='${exec_prefix}/bin'
863 sbindir='${exec_prefix}/sbin'
864 libexecdir='${exec_prefix}/libexec'
865 datarootdir='${prefix}/share'
866 datadir='${datarootdir}'
867 sysconfdir='${prefix}/etc'
868 sharedstatedir='${prefix}/com'
869 localstatedir='${prefix}/var'
870 includedir='${prefix}/include'
871 oldincludedir='/usr/include'
872 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
873 infodir='${datarootdir}/info'
874 htmldir='${docdir}'
875 dvidir='${docdir}'
876 pdfdir='${docdir}'
877 psdir='${docdir}'
878 libdir='${exec_prefix}/lib'
879 localedir='${datarootdir}/locale'
880 mandir='${datarootdir}/man'
882 ac_prev=
883 ac_dashdash=
884 for ac_option
886 # If the previous option needs an argument, assign it.
887 if test -n "$ac_prev"; then
888 eval $ac_prev=\$ac_option
889 ac_prev=
890 continue
893 case $ac_option in
894 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
895 *) ac_optarg=yes ;;
896 esac
898 # Accept the important Cygnus configure options, so we can diagnose typos.
900 case $ac_dashdash$ac_option in
902 ac_dashdash=yes ;;
904 -bindir | --bindir | --bindi | --bind | --bin | --bi)
905 ac_prev=bindir ;;
906 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
907 bindir=$ac_optarg ;;
909 -build | --build | --buil | --bui | --bu)
910 ac_prev=build_alias ;;
911 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
912 build_alias=$ac_optarg ;;
914 -cache-file | --cache-file | --cache-fil | --cache-fi \
915 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
916 ac_prev=cache_file ;;
917 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
918 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
919 cache_file=$ac_optarg ;;
921 --config-cache | -C)
922 cache_file=config.cache ;;
924 -datadir | --datadir | --datadi | --datad)
925 ac_prev=datadir ;;
926 -datadir=* | --datadir=* | --datadi=* | --datad=*)
927 datadir=$ac_optarg ;;
929 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
930 | --dataroo | --dataro | --datar)
931 ac_prev=datarootdir ;;
932 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
933 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
934 datarootdir=$ac_optarg ;;
936 -disable-* | --disable-*)
937 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
938 # Reject names that are not valid shell variable names.
939 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
940 as_fn_error "invalid feature name: $ac_useropt"
941 ac_useropt_orig=$ac_useropt
942 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
943 case $ac_user_opts in
945 "enable_$ac_useropt"
946 "*) ;;
947 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
948 ac_unrecognized_sep=', ';;
949 esac
950 eval enable_$ac_useropt=no ;;
952 -docdir | --docdir | --docdi | --doc | --do)
953 ac_prev=docdir ;;
954 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
955 docdir=$ac_optarg ;;
957 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
958 ac_prev=dvidir ;;
959 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
960 dvidir=$ac_optarg ;;
962 -enable-* | --enable-*)
963 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
964 # Reject names that are not valid shell variable names.
965 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
966 as_fn_error "invalid feature name: $ac_useropt"
967 ac_useropt_orig=$ac_useropt
968 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
969 case $ac_user_opts in
971 "enable_$ac_useropt"
972 "*) ;;
973 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
974 ac_unrecognized_sep=', ';;
975 esac
976 eval enable_$ac_useropt=\$ac_optarg ;;
978 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
979 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
980 | --exec | --exe | --ex)
981 ac_prev=exec_prefix ;;
982 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
983 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
984 | --exec=* | --exe=* | --ex=*)
985 exec_prefix=$ac_optarg ;;
987 -gas | --gas | --ga | --g)
988 # Obsolete; use --with-gas.
989 with_gas=yes ;;
991 -help | --help | --hel | --he | -h)
992 ac_init_help=long ;;
993 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
994 ac_init_help=recursive ;;
995 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
996 ac_init_help=short ;;
998 -host | --host | --hos | --ho)
999 ac_prev=host_alias ;;
1000 -host=* | --host=* | --hos=* | --ho=*)
1001 host_alias=$ac_optarg ;;
1003 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1004 ac_prev=htmldir ;;
1005 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1006 | --ht=*)
1007 htmldir=$ac_optarg ;;
1009 -includedir | --includedir | --includedi | --included | --include \
1010 | --includ | --inclu | --incl | --inc)
1011 ac_prev=includedir ;;
1012 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1013 | --includ=* | --inclu=* | --incl=* | --inc=*)
1014 includedir=$ac_optarg ;;
1016 -infodir | --infodir | --infodi | --infod | --info | --inf)
1017 ac_prev=infodir ;;
1018 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1019 infodir=$ac_optarg ;;
1021 -libdir | --libdir | --libdi | --libd)
1022 ac_prev=libdir ;;
1023 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1024 libdir=$ac_optarg ;;
1026 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1027 | --libexe | --libex | --libe)
1028 ac_prev=libexecdir ;;
1029 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1030 | --libexe=* | --libex=* | --libe=*)
1031 libexecdir=$ac_optarg ;;
1033 -localedir | --localedir | --localedi | --localed | --locale)
1034 ac_prev=localedir ;;
1035 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1036 localedir=$ac_optarg ;;
1038 -localstatedir | --localstatedir | --localstatedi | --localstated \
1039 | --localstate | --localstat | --localsta | --localst | --locals)
1040 ac_prev=localstatedir ;;
1041 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1042 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1043 localstatedir=$ac_optarg ;;
1045 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1046 ac_prev=mandir ;;
1047 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1048 mandir=$ac_optarg ;;
1050 -nfp | --nfp | --nf)
1051 # Obsolete; use --without-fp.
1052 with_fp=no ;;
1054 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1055 | --no-cr | --no-c | -n)
1056 no_create=yes ;;
1058 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1059 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1060 no_recursion=yes ;;
1062 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1063 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1064 | --oldin | --oldi | --old | --ol | --o)
1065 ac_prev=oldincludedir ;;
1066 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1067 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1068 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1069 oldincludedir=$ac_optarg ;;
1071 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1072 ac_prev=prefix ;;
1073 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1074 prefix=$ac_optarg ;;
1076 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1077 | --program-pre | --program-pr | --program-p)
1078 ac_prev=program_prefix ;;
1079 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1080 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1081 program_prefix=$ac_optarg ;;
1083 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1084 | --program-suf | --program-su | --program-s)
1085 ac_prev=program_suffix ;;
1086 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1087 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1088 program_suffix=$ac_optarg ;;
1090 -program-transform-name | --program-transform-name \
1091 | --program-transform-nam | --program-transform-na \
1092 | --program-transform-n | --program-transform- \
1093 | --program-transform | --program-transfor \
1094 | --program-transfo | --program-transf \
1095 | --program-trans | --program-tran \
1096 | --progr-tra | --program-tr | --program-t)
1097 ac_prev=program_transform_name ;;
1098 -program-transform-name=* | --program-transform-name=* \
1099 | --program-transform-nam=* | --program-transform-na=* \
1100 | --program-transform-n=* | --program-transform-=* \
1101 | --program-transform=* | --program-transfor=* \
1102 | --program-transfo=* | --program-transf=* \
1103 | --program-trans=* | --program-tran=* \
1104 | --progr-tra=* | --program-tr=* | --program-t=*)
1105 program_transform_name=$ac_optarg ;;
1107 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1108 ac_prev=pdfdir ;;
1109 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1110 pdfdir=$ac_optarg ;;
1112 -psdir | --psdir | --psdi | --psd | --ps)
1113 ac_prev=psdir ;;
1114 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1115 psdir=$ac_optarg ;;
1117 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1118 | -silent | --silent | --silen | --sile | --sil)
1119 silent=yes ;;
1121 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1122 ac_prev=sbindir ;;
1123 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1124 | --sbi=* | --sb=*)
1125 sbindir=$ac_optarg ;;
1127 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1128 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1129 | --sharedst | --shareds | --shared | --share | --shar \
1130 | --sha | --sh)
1131 ac_prev=sharedstatedir ;;
1132 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1133 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1134 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1135 | --sha=* | --sh=*)
1136 sharedstatedir=$ac_optarg ;;
1138 -site | --site | --sit)
1139 ac_prev=site ;;
1140 -site=* | --site=* | --sit=*)
1141 site=$ac_optarg ;;
1143 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1144 ac_prev=srcdir ;;
1145 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1146 srcdir=$ac_optarg ;;
1148 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1149 | --syscon | --sysco | --sysc | --sys | --sy)
1150 ac_prev=sysconfdir ;;
1151 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1152 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1153 sysconfdir=$ac_optarg ;;
1155 -target | --target | --targe | --targ | --tar | --ta | --t)
1156 ac_prev=target_alias ;;
1157 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1158 target_alias=$ac_optarg ;;
1160 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1161 verbose=yes ;;
1163 -version | --version | --versio | --versi | --vers | -V)
1164 ac_init_version=: ;;
1166 -with-* | --with-*)
1167 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1170 as_fn_error "invalid package name: $ac_useropt"
1171 ac_useropt_orig=$ac_useropt
1172 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1173 case $ac_user_opts in
1175 "with_$ac_useropt"
1176 "*) ;;
1177 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1178 ac_unrecognized_sep=', ';;
1179 esac
1180 eval with_$ac_useropt=\$ac_optarg ;;
1182 -without-* | --without-*)
1183 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1184 # Reject names that are not valid shell variable names.
1185 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1186 as_fn_error "invalid package name: $ac_useropt"
1187 ac_useropt_orig=$ac_useropt
1188 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1189 case $ac_user_opts in
1191 "with_$ac_useropt"
1192 "*) ;;
1193 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1194 ac_unrecognized_sep=', ';;
1195 esac
1196 eval with_$ac_useropt=no ;;
1198 --x)
1199 # Obsolete; use --with-x.
1200 with_x=yes ;;
1202 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1203 | --x-incl | --x-inc | --x-in | --x-i)
1204 ac_prev=x_includes ;;
1205 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1206 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1207 x_includes=$ac_optarg ;;
1209 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1210 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1211 ac_prev=x_libraries ;;
1212 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1213 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1214 x_libraries=$ac_optarg ;;
1216 -*) as_fn_error "unrecognized option: \`$ac_option'
1217 Try \`$0 --help' for more information."
1220 *=*)
1221 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1222 # Reject names that are not valid shell variable names.
1223 case $ac_envvar in #(
1224 '' | [0-9]* | *[!_$as_cr_alnum]* )
1225 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1226 esac
1227 eval $ac_envvar=\$ac_optarg
1228 export $ac_envvar ;;
1231 # FIXME: should be removed in autoconf 3.0.
1232 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1233 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1234 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1235 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1238 esac
1239 done
1241 if test -n "$ac_prev"; then
1242 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1243 as_fn_error "missing argument to $ac_option"
1246 if test -n "$ac_unrecognized_opts"; then
1247 case $enable_option_checking in
1248 no) ;;
1249 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1250 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1251 esac
1254 # Check all directory arguments for consistency.
1255 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1256 datadir sysconfdir sharedstatedir localstatedir includedir \
1257 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1258 libdir localedir mandir
1260 eval ac_val=\$$ac_var
1261 # Remove trailing slashes.
1262 case $ac_val in
1263 */ )
1264 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1265 eval $ac_var=\$ac_val;;
1266 esac
1267 # Be sure to have absolute directory names.
1268 case $ac_val in
1269 [\\/$]* | ?:[\\/]* ) continue;;
1270 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1271 esac
1272 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1273 done
1275 # There might be people who depend on the old broken behavior: `$host'
1276 # used to hold the argument of --host etc.
1277 # FIXME: To remove some day.
1278 build=$build_alias
1279 host=$host_alias
1280 target=$target_alias
1282 # FIXME: To remove some day.
1283 if test "x$host_alias" != x; then
1284 if test "x$build_alias" = x; then
1285 cross_compiling=maybe
1286 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1287 If a cross compiler is detected then cross compile mode will be used." >&2
1288 elif test "x$build_alias" != "x$host_alias"; then
1289 cross_compiling=yes
1293 ac_tool_prefix=
1294 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1296 test "$silent" = yes && exec 6>/dev/null
1299 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1300 ac_ls_di=`ls -di .` &&
1301 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1302 as_fn_error "working directory cannot be determined"
1303 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1304 as_fn_error "pwd does not report name of working directory"
1307 # Find the source files, if location was not specified.
1308 if test -z "$srcdir"; then
1309 ac_srcdir_defaulted=yes
1310 # Try the directory containing this script, then the parent directory.
1311 ac_confdir=`$as_dirname -- "$as_myself" ||
1312 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1313 X"$as_myself" : 'X\(//\)[^/]' \| \
1314 X"$as_myself" : 'X\(//\)$' \| \
1315 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1316 $as_echo X"$as_myself" |
1317 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1318 s//\1/
1321 /^X\(\/\/\)[^/].*/{
1322 s//\1/
1325 /^X\(\/\/\)$/{
1326 s//\1/
1329 /^X\(\/\).*/{
1330 s//\1/
1333 s/.*/./; q'`
1334 srcdir=$ac_confdir
1335 if test ! -r "$srcdir/$ac_unique_file"; then
1336 srcdir=..
1338 else
1339 ac_srcdir_defaulted=no
1341 if test ! -r "$srcdir/$ac_unique_file"; then
1342 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1343 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1345 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1346 ac_abs_confdir=`(
1347 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1348 pwd)`
1349 # When building in place, set srcdir=.
1350 if test "$ac_abs_confdir" = "$ac_pwd"; then
1351 srcdir=.
1353 # Remove unnecessary trailing slashes from srcdir.
1354 # Double slashes in file names in object file debugging info
1355 # mess up M-x gdb in Emacs.
1356 case $srcdir in
1357 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1358 esac
1359 for ac_var in $ac_precious_vars; do
1360 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1361 eval ac_env_${ac_var}_value=\$${ac_var}
1362 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1363 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1364 done
1367 # Report the --help message.
1369 if test "$ac_init_help" = "long"; then
1370 # Omit some internal or obsolete options to make the list less imposing.
1371 # This message is too long to be a string in the A/UX 3.1 sh.
1372 cat <<_ACEOF
1373 \`configure' configures Wine 1.1.37 to adapt to many kinds of systems.
1375 Usage: $0 [OPTION]... [VAR=VALUE]...
1377 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1378 VAR=VALUE. See below for descriptions of some of the useful variables.
1380 Defaults for the options are specified in brackets.
1382 Configuration:
1383 -h, --help display this help and exit
1384 --help=short display options specific to this package
1385 --help=recursive display the short help of all the included packages
1386 -V, --version display version information and exit
1387 -q, --quiet, --silent do not print \`checking...' messages
1388 --cache-file=FILE cache test results in FILE [disabled]
1389 -C, --config-cache alias for \`--cache-file=config.cache'
1390 -n, --no-create do not create output files
1391 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1393 Installation directories:
1394 --prefix=PREFIX install architecture-independent files in PREFIX
1395 [$ac_default_prefix]
1396 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1397 [PREFIX]
1399 By default, \`make install' will install all the files in
1400 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1401 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1402 for instance \`--prefix=\$HOME'.
1404 For better control, use the options below.
1406 Fine tuning of the installation directories:
1407 --bindir=DIR user executables [EPREFIX/bin]
1408 --sbindir=DIR system admin executables [EPREFIX/sbin]
1409 --libexecdir=DIR program executables [EPREFIX/libexec]
1410 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1411 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1412 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1413 --libdir=DIR object code libraries [EPREFIX/lib]
1414 --includedir=DIR C header files [PREFIX/include]
1415 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1416 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1417 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1418 --infodir=DIR info documentation [DATAROOTDIR/info]
1419 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1420 --mandir=DIR man documentation [DATAROOTDIR/man]
1421 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1422 --htmldir=DIR html documentation [DOCDIR]
1423 --dvidir=DIR dvi documentation [DOCDIR]
1424 --pdfdir=DIR pdf documentation [DOCDIR]
1425 --psdir=DIR ps documentation [DOCDIR]
1426 _ACEOF
1428 cat <<\_ACEOF
1430 X features:
1431 --x-includes=DIR X include files are in DIR
1432 --x-libraries=DIR X library files are in DIR
1434 System types:
1435 --build=BUILD configure for building on BUILD [guessed]
1436 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1437 _ACEOF
1440 if test -n "$ac_init_help"; then
1441 case $ac_init_help in
1442 short | recursive ) echo "Configuration of Wine 1.1.37:";;
1443 esac
1444 cat <<\_ACEOF
1446 Optional Features:
1447 --disable-option-checking ignore unrecognized --enable/--with options
1448 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1449 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1450 --disable-win16 do not include Win16 support
1451 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1452 binaries)
1453 --disable-tests do not build the regression tests
1454 --enable-maintainer-mode
1455 enable maintainer-specific build rules
1456 --disable-largefile omit support for large files
1458 Optional Packages:
1459 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1460 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1461 --without-alsa do not use the Alsa sound support
1462 --without-audioio do not use the AudioIO sound support
1463 --without-capi do not use CAPI (ISDN support)
1464 --without-cms do not use CMS (color management support)
1465 --without-coreaudio do not use the CoreAudio sound support
1466 --without-cups do not use CUPS
1467 --without-curses do not use (n)curses
1468 --without-esd do not use the EsounD sound support
1469 --without-fontconfig do not use fontconfig
1470 --without-freetype do not use the FreeType library
1471 --without-gphoto do not use gphoto (Digital Camera support)
1472 --without-glu do not use the GLU library
1473 --without-gnutls do not use GnuTLS (schannel support)
1474 --without-gsm do not use libgsm (GSM 06.10 codec support)
1475 --without-hal do not use HAL (dynamic device support)
1476 --without-jack do not use the Jack sound support
1477 --without-jpeg do not use JPEG
1478 --without-ldap do not use LDAP
1479 --without-mpg123 do not use the mpg123 library
1480 --without-nas do not use the NAS sound support
1481 --without-openal do not use OpenAL
1482 --without-opengl do not use OpenGL
1483 --without-openssl do not use OpenSSL
1484 --without-oss do not use the OSS sound support
1485 --without-png do not use PNG
1486 --without-pthread do not use the pthread library
1487 --without-sane do not use SANE (scanner support)
1488 --without-xcomposite do not use the Xcomposite extension
1489 --without-xcursor do not use the Xcursor extension
1490 --without-xinerama do not use Xinerama (multi-monitor support)
1491 --without-xinput do not use the Xinput extension
1492 --without-xml do not use XML
1493 --without-xrandr do not use Xrandr (resolution changes)
1494 --without-xrender do not use the Xrender extension
1495 --without-xshape do not use the Xshape extension
1496 --without-xshm do not use XShm (shared memory extension)
1497 --without-xslt do not use XSLT
1498 --without-xxf86vm do not use XFree video mode extension
1499 --with-wine-tools=DIR use Wine tools from directory DIR
1500 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1501 --with-x use the X Window System
1503 Some influential environment variables:
1504 CC C compiler command
1505 CFLAGS C compiler flags
1506 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1507 nonstandard directory <lib dir>
1508 LIBS libraries to pass to the linker, e.g. -l<library>
1509 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1510 you have headers in a nonstandard directory <include dir>
1511 CXX C++ compiler command
1512 CXXFLAGS C++ compiler flags
1513 CPP C preprocessor
1514 XMKMF Path to xmkmf, Makefile generator for X Window System
1516 Use these variables to override the choices made by `configure' or to help
1517 it to find libraries and programs with nonstandard names/locations.
1519 Report bugs to <wine-devel@winehq.org>.
1520 Wine home page: <http://www.winehq.org>.
1521 _ACEOF
1522 ac_status=$?
1525 if test "$ac_init_help" = "recursive"; then
1526 # If there are subdirs, report their specific --help.
1527 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1528 test -d "$ac_dir" ||
1529 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1530 continue
1531 ac_builddir=.
1533 case "$ac_dir" in
1534 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1536 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1537 # A ".." for each directory in $ac_dir_suffix.
1538 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1539 case $ac_top_builddir_sub in
1540 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1542 esac ;;
1543 esac
1544 ac_abs_top_builddir=$ac_pwd
1545 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1546 # for backward compatibility:
1547 ac_top_builddir=$ac_top_build_prefix
1549 case $srcdir in
1550 .) # We are building in place.
1551 ac_srcdir=.
1552 ac_top_srcdir=$ac_top_builddir_sub
1553 ac_abs_top_srcdir=$ac_pwd ;;
1554 [\\/]* | ?:[\\/]* ) # Absolute name.
1555 ac_srcdir=$srcdir$ac_dir_suffix;
1556 ac_top_srcdir=$srcdir
1557 ac_abs_top_srcdir=$srcdir ;;
1558 *) # Relative name.
1559 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1560 ac_top_srcdir=$ac_top_build_prefix$srcdir
1561 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1562 esac
1563 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1565 cd "$ac_dir" || { ac_status=$?; continue; }
1566 # Check for guested configure.
1567 if test -f "$ac_srcdir/configure.gnu"; then
1568 echo &&
1569 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1570 elif test -f "$ac_srcdir/configure"; then
1571 echo &&
1572 $SHELL "$ac_srcdir/configure" --help=recursive
1573 else
1574 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1575 fi || ac_status=$?
1576 cd "$ac_pwd" || { ac_status=$?; break; }
1577 done
1580 test -n "$ac_init_help" && exit $ac_status
1581 if $ac_init_version; then
1582 cat <<\_ACEOF
1583 Wine configure 1.1.37
1584 generated by GNU Autoconf 2.65
1586 Copyright (C) 2009 Free Software Foundation, Inc.
1587 This configure script is free software; the Free Software Foundation
1588 gives unlimited permission to copy, distribute and modify it.
1589 _ACEOF
1590 exit
1593 ## ------------------------ ##
1594 ## Autoconf initialization. ##
1595 ## ------------------------ ##
1597 # ac_fn_c_try_compile LINENO
1598 # --------------------------
1599 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1600 ac_fn_c_try_compile ()
1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603 rm -f conftest.$ac_objext
1604 if { { ac_try="$ac_compile"
1605 case "(($ac_try" in
1606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1607 *) ac_try_echo=$ac_try;;
1608 esac
1609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1610 $as_echo "$ac_try_echo"; } >&5
1611 (eval "$ac_compile") 2>conftest.err
1612 ac_status=$?
1613 if test -s conftest.err; then
1614 grep -v '^ *+' conftest.err >conftest.er1
1615 cat conftest.er1 >&5
1616 mv -f conftest.er1 conftest.err
1618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619 test $ac_status = 0; } && {
1620 test -z "$ac_c_werror_flag" ||
1621 test ! -s conftest.err
1622 } && test -s conftest.$ac_objext; then :
1623 ac_retval=0
1624 else
1625 $as_echo "$as_me: failed program was:" >&5
1626 sed 's/^/| /' conftest.$ac_ext >&5
1628 ac_retval=1
1630 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1631 as_fn_set_status $ac_retval
1633 } # ac_fn_c_try_compile
1635 # ac_fn_cxx_try_compile LINENO
1636 # ----------------------------
1637 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1638 ac_fn_cxx_try_compile ()
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641 rm -f conftest.$ac_objext
1642 if { { ac_try="$ac_compile"
1643 case "(($ac_try" in
1644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645 *) ac_try_echo=$ac_try;;
1646 esac
1647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648 $as_echo "$ac_try_echo"; } >&5
1649 (eval "$ac_compile") 2>conftest.err
1650 ac_status=$?
1651 if test -s conftest.err; then
1652 grep -v '^ *+' conftest.err >conftest.er1
1653 cat conftest.er1 >&5
1654 mv -f conftest.er1 conftest.err
1656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657 test $ac_status = 0; } && {
1658 test -z "$ac_cxx_werror_flag" ||
1659 test ! -s conftest.err
1660 } && test -s conftest.$ac_objext; then :
1661 ac_retval=0
1662 else
1663 $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.$ac_ext >&5
1666 ac_retval=1
1668 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1669 as_fn_set_status $ac_retval
1671 } # ac_fn_cxx_try_compile
1673 # ac_fn_c_try_link LINENO
1674 # -----------------------
1675 # Try to link conftest.$ac_ext, and return whether this succeeded.
1676 ac_fn_c_try_link ()
1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679 rm -f conftest.$ac_objext conftest$ac_exeext
1680 if { { ac_try="$ac_link"
1681 case "(($ac_try" in
1682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683 *) ac_try_echo=$ac_try;;
1684 esac
1685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686 $as_echo "$ac_try_echo"; } >&5
1687 (eval "$ac_link") 2>conftest.err
1688 ac_status=$?
1689 if test -s conftest.err; then
1690 grep -v '^ *+' conftest.err >conftest.er1
1691 cat conftest.er1 >&5
1692 mv -f conftest.er1 conftest.err
1694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695 test $ac_status = 0; } && {
1696 test -z "$ac_c_werror_flag" ||
1697 test ! -s conftest.err
1698 } && test -s conftest$ac_exeext && {
1699 test "$cross_compiling" = yes ||
1700 $as_test_x conftest$ac_exeext
1701 }; then :
1702 ac_retval=0
1703 else
1704 $as_echo "$as_me: failed program was:" >&5
1705 sed 's/^/| /' conftest.$ac_ext >&5
1707 ac_retval=1
1709 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1710 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1711 # interfere with the next link command; also delete a directory that is
1712 # left behind by Apple's compiler. We do this before executing the actions.
1713 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1714 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1715 as_fn_set_status $ac_retval
1717 } # ac_fn_c_try_link
1719 # ac_fn_c_try_cpp LINENO
1720 # ----------------------
1721 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1722 ac_fn_c_try_cpp ()
1724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725 if { { ac_try="$ac_cpp conftest.$ac_ext"
1726 case "(($ac_try" in
1727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1729 esac
1730 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731 $as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1733 ac_status=$?
1734 if test -s conftest.err; then
1735 grep -v '^ *+' conftest.err >conftest.er1
1736 cat conftest.er1 >&5
1737 mv -f conftest.er1 conftest.err
1739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740 test $ac_status = 0; } >/dev/null && {
1741 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1742 test ! -s conftest.err
1743 }; then :
1744 ac_retval=0
1745 else
1746 $as_echo "$as_me: failed program was:" >&5
1747 sed 's/^/| /' conftest.$ac_ext >&5
1749 ac_retval=1
1751 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752 as_fn_set_status $ac_retval
1754 } # ac_fn_c_try_cpp
1756 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1757 # -------------------------------------------------------
1758 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1759 # the include files in INCLUDES and setting the cache variable VAR
1760 # accordingly.
1761 ac_fn_c_check_header_mongrel ()
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1766 $as_echo_n "checking for $2... " >&6; }
1767 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1768 $as_echo_n "(cached) " >&6
1770 eval ac_res=\$$3
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1772 $as_echo "$ac_res" >&6; }
1773 else
1774 # Is the header compilable?
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1776 $as_echo_n "checking $2 usability... " >&6; }
1777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1778 /* end confdefs.h. */
1780 #include <$2>
1781 _ACEOF
1782 if ac_fn_c_try_compile "$LINENO"; then :
1783 ac_header_compiler=yes
1784 else
1785 ac_header_compiler=no
1787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1789 $as_echo "$ac_header_compiler" >&6; }
1791 # Is the header present?
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1793 $as_echo_n "checking $2 presence... " >&6; }
1794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1795 /* end confdefs.h. */
1796 #include <$2>
1797 _ACEOF
1798 if ac_fn_c_try_cpp "$LINENO"; then :
1799 ac_header_preproc=yes
1800 else
1801 ac_header_preproc=no
1803 rm -f conftest.err conftest.$ac_ext
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1805 $as_echo "$ac_header_preproc" >&6; }
1807 # So? What about this header?
1808 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1809 yes:no: )
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1811 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1813 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1815 no:yes:* )
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1817 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1819 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1821 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1823 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1825 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1826 ( cat <<\_ASBOX
1827 ## ------------------------------------ ##
1828 ## Report this to wine-devel@winehq.org ##
1829 ## ------------------------------------ ##
1830 _ASBOX
1831 ) | sed "s/^/$as_me: WARNING: /" >&2
1833 esac
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1835 $as_echo_n "checking for $2... " >&6; }
1836 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1837 $as_echo_n "(cached) " >&6
1838 else
1839 eval "$3=\$ac_header_compiler"
1841 eval ac_res=\$$3
1842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1843 $as_echo "$ac_res" >&6; }
1845 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1847 } # ac_fn_c_check_header_mongrel
1849 # ac_fn_c_try_run LINENO
1850 # ----------------------
1851 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1852 # that executables *can* be run.
1853 ac_fn_c_try_run ()
1855 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1856 if { { ac_try="$ac_link"
1857 case "(($ac_try" in
1858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1859 *) ac_try_echo=$ac_try;;
1860 esac
1861 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1862 $as_echo "$ac_try_echo"; } >&5
1863 (eval "$ac_link") 2>&5
1864 ac_status=$?
1865 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1866 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1867 { { case "(($ac_try" in
1868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1869 *) ac_try_echo=$ac_try;;
1870 esac
1871 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1872 $as_echo "$ac_try_echo"; } >&5
1873 (eval "$ac_try") 2>&5
1874 ac_status=$?
1875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1876 test $ac_status = 0; }; }; then :
1877 ac_retval=0
1878 else
1879 $as_echo "$as_me: program exited with status $ac_status" >&5
1880 $as_echo "$as_me: failed program was:" >&5
1881 sed 's/^/| /' conftest.$ac_ext >&5
1883 ac_retval=$ac_status
1885 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1886 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1887 as_fn_set_status $ac_retval
1889 } # ac_fn_c_try_run
1891 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1892 # -------------------------------------------------------
1893 # Tests whether HEADER exists and can be compiled using the include files in
1894 # INCLUDES, setting the cache variable VAR accordingly.
1895 ac_fn_c_check_header_compile ()
1897 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1899 $as_echo_n "checking for $2... " >&6; }
1900 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1901 $as_echo_n "(cached) " >&6
1902 else
1903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h. */
1906 #include <$2>
1907 _ACEOF
1908 if ac_fn_c_try_compile "$LINENO"; then :
1909 eval "$3=yes"
1910 else
1911 eval "$3=no"
1913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1915 eval ac_res=\$$3
1916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1917 $as_echo "$ac_res" >&6; }
1918 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1920 } # ac_fn_c_check_header_compile
1922 # ac_fn_c_check_func LINENO FUNC VAR
1923 # ----------------------------------
1924 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1925 ac_fn_c_check_func ()
1927 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1929 $as_echo_n "checking for $2... " >&6; }
1930 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1931 $as_echo_n "(cached) " >&6
1932 else
1933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1934 /* end confdefs.h. */
1935 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1936 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1937 #define $2 innocuous_$2
1939 /* System header to define __stub macros and hopefully few prototypes,
1940 which can conflict with char $2 (); below.
1941 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1942 <limits.h> exists even on freestanding compilers. */
1944 #ifdef __STDC__
1945 # include <limits.h>
1946 #else
1947 # include <assert.h>
1948 #endif
1950 #undef $2
1952 /* Override any GCC internal prototype to avoid an error.
1953 Use char because int might match the return type of a GCC
1954 builtin and then its argument prototype would still apply. */
1955 #ifdef __cplusplus
1956 extern "C"
1957 #endif
1958 char $2 ();
1959 /* The GNU C library defines this for functions which it implements
1960 to always fail with ENOSYS. Some functions are actually named
1961 something starting with __ and the normal name is an alias. */
1962 #if defined __stub_$2 || defined __stub___$2
1963 choke me
1964 #endif
1967 main ()
1969 return $2 ();
1971 return 0;
1973 _ACEOF
1974 if ac_fn_c_try_link "$LINENO"; then :
1975 eval "$3=yes"
1976 else
1977 eval "$3=no"
1979 rm -f core conftest.err conftest.$ac_objext \
1980 conftest$ac_exeext conftest.$ac_ext
1982 eval ac_res=\$$3
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1984 $as_echo "$ac_res" >&6; }
1985 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1987 } # ac_fn_c_check_func
1989 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1990 # ----------------------------------------------------
1991 # Tries to find if the field MEMBER exists in type AGGR, after including
1992 # INCLUDES, setting cache variable VAR accordingly.
1993 ac_fn_c_check_member ()
1995 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1997 $as_echo_n "checking for $2.$3... " >&6; }
1998 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1999 $as_echo_n "(cached) " >&6
2000 else
2001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2002 /* end confdefs.h. */
2005 main ()
2007 static $2 ac_aggr;
2008 if (ac_aggr.$3)
2009 return 0;
2011 return 0;
2013 _ACEOF
2014 if ac_fn_c_try_compile "$LINENO"; then :
2015 eval "$4=yes"
2016 else
2017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018 /* end confdefs.h. */
2021 main ()
2023 static $2 ac_aggr;
2024 if (sizeof ac_aggr.$3)
2025 return 0;
2027 return 0;
2029 _ACEOF
2030 if ac_fn_c_try_compile "$LINENO"; then :
2031 eval "$4=yes"
2032 else
2033 eval "$4=no"
2035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2039 eval ac_res=\$$4
2040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2041 $as_echo "$ac_res" >&6; }
2042 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2044 } # ac_fn_c_check_member
2046 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2047 # -------------------------------------------
2048 # Tests whether TYPE exists after having included INCLUDES, setting cache
2049 # variable VAR accordingly.
2050 ac_fn_c_check_type ()
2052 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2054 $as_echo_n "checking for $2... " >&6; }
2055 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2056 $as_echo_n "(cached) " >&6
2057 else
2058 eval "$3=no"
2059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2060 /* end confdefs.h. */
2063 main ()
2065 if (sizeof ($2))
2066 return 0;
2068 return 0;
2070 _ACEOF
2071 if ac_fn_c_try_compile "$LINENO"; then :
2072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2073 /* end confdefs.h. */
2076 main ()
2078 if (sizeof (($2)))
2079 return 0;
2081 return 0;
2083 _ACEOF
2084 if ac_fn_c_try_compile "$LINENO"; then :
2086 else
2087 eval "$3=yes"
2089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2093 eval ac_res=\$$3
2094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2095 $as_echo "$ac_res" >&6; }
2096 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2098 } # ac_fn_c_check_type
2099 cat >config.log <<_ACEOF
2100 This file contains any messages produced by compilers while
2101 running configure, to aid debugging if configure makes a mistake.
2103 It was created by Wine $as_me 1.1.37, which was
2104 generated by GNU Autoconf 2.65. Invocation command line was
2106 $ $0 $@
2108 _ACEOF
2109 exec 5>>config.log
2111 cat <<_ASUNAME
2112 ## --------- ##
2113 ## Platform. ##
2114 ## --------- ##
2116 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2117 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2118 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2119 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2120 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2122 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2123 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2125 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2126 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2127 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2128 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2129 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2130 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2131 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2133 _ASUNAME
2135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2136 for as_dir in $PATH
2138 IFS=$as_save_IFS
2139 test -z "$as_dir" && as_dir=.
2140 $as_echo "PATH: $as_dir"
2141 done
2142 IFS=$as_save_IFS
2144 } >&5
2146 cat >&5 <<_ACEOF
2149 ## ----------- ##
2150 ## Core tests. ##
2151 ## ----------- ##
2153 _ACEOF
2156 # Keep a trace of the command line.
2157 # Strip out --no-create and --no-recursion so they do not pile up.
2158 # Strip out --silent because we don't want to record it for future runs.
2159 # Also quote any args containing shell meta-characters.
2160 # Make two passes to allow for proper duplicate-argument suppression.
2161 ac_configure_args=
2162 ac_configure_args0=
2163 ac_configure_args1=
2164 ac_must_keep_next=false
2165 for ac_pass in 1 2
2167 for ac_arg
2169 case $ac_arg in
2170 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2171 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2172 | -silent | --silent | --silen | --sile | --sil)
2173 continue ;;
2174 *\'*)
2175 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2176 esac
2177 case $ac_pass in
2178 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2180 as_fn_append ac_configure_args1 " '$ac_arg'"
2181 if test $ac_must_keep_next = true; then
2182 ac_must_keep_next=false # Got value, back to normal.
2183 else
2184 case $ac_arg in
2185 *=* | --config-cache | -C | -disable-* | --disable-* \
2186 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2187 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2188 | -with-* | --with-* | -without-* | --without-* | --x)
2189 case "$ac_configure_args0 " in
2190 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2191 esac
2193 -* ) ac_must_keep_next=true ;;
2194 esac
2196 as_fn_append ac_configure_args " '$ac_arg'"
2198 esac
2199 done
2200 done
2201 { ac_configure_args0=; unset ac_configure_args0;}
2202 { ac_configure_args1=; unset ac_configure_args1;}
2204 # When interrupted or exit'd, cleanup temporary files, and complete
2205 # config.log. We remove comments because anyway the quotes in there
2206 # would cause problems or look ugly.
2207 # WARNING: Use '\'' to represent an apostrophe within the trap.
2208 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2209 trap 'exit_status=$?
2210 # Save into config.log some information that might help in debugging.
2212 echo
2214 cat <<\_ASBOX
2215 ## ---------------- ##
2216 ## Cache variables. ##
2217 ## ---------------- ##
2218 _ASBOX
2219 echo
2220 # The following way of writing the cache mishandles newlines in values,
2222 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2223 eval ac_val=\$$ac_var
2224 case $ac_val in #(
2225 *${as_nl}*)
2226 case $ac_var in #(
2227 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2228 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2229 esac
2230 case $ac_var in #(
2231 _ | IFS | as_nl) ;; #(
2232 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2233 *) { eval $ac_var=; unset $ac_var;} ;;
2234 esac ;;
2235 esac
2236 done
2237 (set) 2>&1 |
2238 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2239 *${as_nl}ac_space=\ *)
2240 sed -n \
2241 "s/'\''/'\''\\\\'\'''\''/g;
2242 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2243 ;; #(
2245 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2247 esac |
2248 sort
2250 echo
2252 cat <<\_ASBOX
2253 ## ----------------- ##
2254 ## Output variables. ##
2255 ## ----------------- ##
2256 _ASBOX
2257 echo
2258 for ac_var in $ac_subst_vars
2260 eval ac_val=\$$ac_var
2261 case $ac_val in
2262 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2263 esac
2264 $as_echo "$ac_var='\''$ac_val'\''"
2265 done | sort
2266 echo
2268 if test -n "$ac_subst_files"; then
2269 cat <<\_ASBOX
2270 ## ------------------- ##
2271 ## File substitutions. ##
2272 ## ------------------- ##
2273 _ASBOX
2274 echo
2275 for ac_var in $ac_subst_files
2277 eval ac_val=\$$ac_var
2278 case $ac_val in
2279 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2280 esac
2281 $as_echo "$ac_var='\''$ac_val'\''"
2282 done | sort
2283 echo
2286 if test -s confdefs.h; then
2287 cat <<\_ASBOX
2288 ## ----------- ##
2289 ## confdefs.h. ##
2290 ## ----------- ##
2291 _ASBOX
2292 echo
2293 cat confdefs.h
2294 echo
2296 test "$ac_signal" != 0 &&
2297 $as_echo "$as_me: caught signal $ac_signal"
2298 $as_echo "$as_me: exit $exit_status"
2299 } >&5
2300 rm -f core *.core core.conftest.* &&
2301 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2302 exit $exit_status
2304 for ac_signal in 1 2 13 15; do
2305 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2306 done
2307 ac_signal=0
2309 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2310 rm -f -r conftest* confdefs.h
2312 $as_echo "/* confdefs.h */" > confdefs.h
2314 # Predefined preprocessor variables.
2316 cat >>confdefs.h <<_ACEOF
2317 #define PACKAGE_NAME "$PACKAGE_NAME"
2318 _ACEOF
2320 cat >>confdefs.h <<_ACEOF
2321 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2322 _ACEOF
2324 cat >>confdefs.h <<_ACEOF
2325 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2326 _ACEOF
2328 cat >>confdefs.h <<_ACEOF
2329 #define PACKAGE_STRING "$PACKAGE_STRING"
2330 _ACEOF
2332 cat >>confdefs.h <<_ACEOF
2333 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2334 _ACEOF
2336 cat >>confdefs.h <<_ACEOF
2337 #define PACKAGE_URL "$PACKAGE_URL"
2338 _ACEOF
2341 # Let the site file select an alternate cache file if it wants to.
2342 # Prefer an explicitly selected file to automatically selected ones.
2343 ac_site_file1=NONE
2344 ac_site_file2=NONE
2345 if test -n "$CONFIG_SITE"; then
2346 ac_site_file1=$CONFIG_SITE
2347 elif test "x$prefix" != xNONE; then
2348 ac_site_file1=$prefix/share/config.site
2349 ac_site_file2=$prefix/etc/config.site
2350 else
2351 ac_site_file1=$ac_default_prefix/share/config.site
2352 ac_site_file2=$ac_default_prefix/etc/config.site
2354 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2356 test "x$ac_site_file" = xNONE && continue
2357 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2359 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2360 sed 's/^/| /' "$ac_site_file" >&5
2361 . "$ac_site_file"
2363 done
2365 if test -r "$cache_file"; then
2366 # Some versions of bash will fail to source /dev/null (special files
2367 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2368 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2369 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2370 $as_echo "$as_me: loading cache $cache_file" >&6;}
2371 case $cache_file in
2372 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2373 *) . "./$cache_file";;
2374 esac
2376 else
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2378 $as_echo "$as_me: creating cache $cache_file" >&6;}
2379 >$cache_file
2382 # Check that the precious variables saved in the cache have kept the same
2383 # value.
2384 ac_cache_corrupted=false
2385 for ac_var in $ac_precious_vars; do
2386 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2387 eval ac_new_set=\$ac_env_${ac_var}_set
2388 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2389 eval ac_new_val=\$ac_env_${ac_var}_value
2390 case $ac_old_set,$ac_new_set in
2391 set,)
2392 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2393 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2394 ac_cache_corrupted=: ;;
2395 ,set)
2396 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2397 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2398 ac_cache_corrupted=: ;;
2399 ,);;
2401 if test "x$ac_old_val" != "x$ac_new_val"; then
2402 # differences in whitespace do not lead to failure.
2403 ac_old_val_w=`echo x $ac_old_val`
2404 ac_new_val_w=`echo x $ac_new_val`
2405 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2407 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2408 ac_cache_corrupted=:
2409 else
2410 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2411 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2412 eval $ac_var=\$ac_old_val
2414 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2415 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2417 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2418 fi;;
2419 esac
2420 # Pass precious variables to config.status.
2421 if test "$ac_new_set" = set; then
2422 case $ac_new_val in
2423 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2424 *) ac_arg=$ac_var=$ac_new_val ;;
2425 esac
2426 case " $ac_configure_args " in
2427 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2428 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2429 esac
2431 done
2432 if $ac_cache_corrupted; then
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2434 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2436 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2437 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2439 ## -------------------- ##
2440 ## Main body of script. ##
2441 ## -------------------- ##
2443 ac_ext=c
2444 ac_cpp='$CPP $CPPFLAGS'
2445 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2446 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2447 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2451 ac_config_headers="$ac_config_headers include/config.h"
2453 ac_aux_dir=
2454 for ac_dir in tools "$srcdir"/tools; do
2455 for ac_t in install-sh install.sh shtool; do
2456 if test -f "$ac_dir/$ac_t"; then
2457 ac_aux_dir=$ac_dir
2458 ac_install_sh="$ac_aux_dir/$ac_t -c"
2459 break 2
2461 done
2462 done
2463 if test -z "$ac_aux_dir"; then
2464 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2467 # These three variables are undocumented and unsupported,
2468 # and are intended to be withdrawn in a future Autoconf release.
2469 # They can cause serious problems if a builder's source tree is in a directory
2470 # whose full name contains unusual characters.
2471 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2472 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2473 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2478 # Check whether --enable-win16 was given.
2479 if test "${enable_win16+set}" = set; then :
2480 enableval=$enable_win16;
2483 # Check whether --enable-win64 was given.
2484 if test "${enable_win64+set}" = set; then :
2485 enableval=$enable_win64;
2488 # Check whether --enable-tests was given.
2489 if test "${enable_tests+set}" = set; then :
2490 enableval=$enable_tests;
2493 # Check whether --enable-maintainer-mode was given.
2494 if test "${enable_maintainer_mode+set}" = set; then :
2495 enableval=$enable_maintainer_mode;
2496 else
2497 MAINTAINER_MODE=\#
2503 # Check whether --with-alsa was given.
2504 if test "${with_alsa+set}" = set; then :
2505 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2509 # Check whether --with-audioio was given.
2510 if test "${with_audioio+set}" = set; then :
2511 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2515 # Check whether --with-capi was given.
2516 if test "${with_capi+set}" = set; then :
2517 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2521 # Check whether --with-cms was given.
2522 if test "${with_cms+set}" = set; then :
2523 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2527 # Check whether --with-coreaudio was given.
2528 if test "${with_coreaudio+set}" = set; then :
2529 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2533 # Check whether --with-cups was given.
2534 if test "${with_cups+set}" = set; then :
2535 withval=$with_cups;
2539 # Check whether --with-curses was given.
2540 if test "${with_curses+set}" = set; then :
2541 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2545 # Check whether --with-esd was given.
2546 if test "${with_esd+set}" = set; then :
2547 withval=$with_esd;
2551 # Check whether --with-fontconfig was given.
2552 if test "${with_fontconfig+set}" = set; then :
2553 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2557 # Check whether --with-freetype was given.
2558 if test "${with_freetype+set}" = set; then :
2559 withval=$with_freetype;
2563 # Check whether --with-gphoto was given.
2564 if test "${with_gphoto+set}" = set; then :
2565 withval=$with_gphoto;
2569 # Check whether --with-glu was given.
2570 if test "${with_glu+set}" = set; then :
2571 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2575 # Check whether --with-gnutls was given.
2576 if test "${with_gnutls+set}" = set; then :
2577 withval=$with_gnutls;
2581 # Check whether --with-gsm was given.
2582 if test "${with_gsm+set}" = set; then :
2583 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2587 # Check whether --with-hal was given.
2588 if test "${with_hal+set}" = set; then :
2589 withval=$with_hal;
2593 # Check whether --with-jack was given.
2594 if test "${with_jack+set}" = set; then :
2595 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2599 # Check whether --with-jpeg was given.
2600 if test "${with_jpeg+set}" = set; then :
2601 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2605 # Check whether --with-ldap was given.
2606 if test "${with_ldap+set}" = set; then :
2607 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2611 # Check whether --with-mpg123 was given.
2612 if test "${with_mpg123+set}" = set; then :
2613 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2617 # Check whether --with-nas was given.
2618 if test "${with_nas+set}" = set; then :
2619 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2623 # Check whether --with-openal was given.
2624 if test "${with_openal+set}" = set; then :
2625 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2629 # Check whether --with-opengl was given.
2630 if test "${with_opengl+set}" = set; then :
2631 withval=$with_opengl;
2635 # Check whether --with-openssl was given.
2636 if test "${with_openssl+set}" = set; then :
2637 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2641 # Check whether --with-oss was given.
2642 if test "${with_oss+set}" = set; then :
2643 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
2647 # Check whether --with-png was given.
2648 if test "${with_png+set}" = set; then :
2649 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2653 # Check whether --with-pthread was given.
2654 if test "${with_pthread+set}" = set; then :
2655 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2659 # Check whether --with-sane was given.
2660 if test "${with_sane+set}" = set; then :
2661 withval=$with_sane;
2665 # Check whether --with-xcomposite was given.
2666 if test "${with_xcomposite+set}" = set; then :
2667 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2671 # Check whether --with-xcursor was given.
2672 if test "${with_xcursor+set}" = set; then :
2673 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2677 # Check whether --with-xinerama was given.
2678 if test "${with_xinerama+set}" = set; then :
2679 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2683 # Check whether --with-xinput was given.
2684 if test "${with_xinput+set}" = set; then :
2685 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2689 # Check whether --with-xml was given.
2690 if test "${with_xml+set}" = set; then :
2691 withval=$with_xml;
2695 # Check whether --with-xrandr was given.
2696 if test "${with_xrandr+set}" = set; then :
2697 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2701 # Check whether --with-xrender was given.
2702 if test "${with_xrender+set}" = set; then :
2703 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2707 # Check whether --with-xshape was given.
2708 if test "${with_xshape+set}" = set; then :
2709 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2713 # Check whether --with-xshm was given.
2714 if test "${with_xshm+set}" = set; then :
2715 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2719 # Check whether --with-xslt was given.
2720 if test "${with_xslt+set}" = set; then :
2721 withval=$with_xslt;
2725 # Check whether --with-xxf86vm was given.
2726 if test "${with_xxf86vm+set}" = set; then :
2727 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
2732 # Check whether --with-wine-tools was given.
2733 if test "${with_wine_tools+set}" = set; then :
2734 withval=$with_wine_tools;
2738 # Check whether --with-wine64 was given.
2739 if test "${with_wine64+set}" = set; then :
2740 withval=$with_wine64;
2744 # Make sure we can run config.sub.
2745 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2746 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2749 $as_echo_n "checking build system type... " >&6; }
2750 if test "${ac_cv_build+set}" = set; then :
2751 $as_echo_n "(cached) " >&6
2752 else
2753 ac_build_alias=$build_alias
2754 test "x$ac_build_alias" = x &&
2755 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2756 test "x$ac_build_alias" = x &&
2757 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2758 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2759 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2763 $as_echo "$ac_cv_build" >&6; }
2764 case $ac_cv_build in
2765 *-*-*) ;;
2766 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2767 esac
2768 build=$ac_cv_build
2769 ac_save_IFS=$IFS; IFS='-'
2770 set x $ac_cv_build
2771 shift
2772 build_cpu=$1
2773 build_vendor=$2
2774 shift; shift
2775 # Remember, the first character of IFS is used to create $*,
2776 # except with old shells:
2777 build_os=$*
2778 IFS=$ac_save_IFS
2779 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2783 $as_echo_n "checking host system type... " >&6; }
2784 if test "${ac_cv_host+set}" = set; then :
2785 $as_echo_n "(cached) " >&6
2786 else
2787 if test "x$host_alias" = x; then
2788 ac_cv_host=$ac_cv_build
2789 else
2790 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2791 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2796 $as_echo "$ac_cv_host" >&6; }
2797 case $ac_cv_host in
2798 *-*-*) ;;
2799 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2800 esac
2801 host=$ac_cv_host
2802 ac_save_IFS=$IFS; IFS='-'
2803 set x $ac_cv_host
2804 shift
2805 host_cpu=$1
2806 host_vendor=$2
2807 shift; shift
2808 # Remember, the first character of IFS is used to create $*,
2809 # except with old shells:
2810 host_os=$*
2811 IFS=$ac_save_IFS
2812 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2816 case "$srcdir" in
2817 .) ;;
2818 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2819 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2820 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2821 fi ;;
2822 esac
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2826 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2827 set x ${MAKE-make}
2828 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2829 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2830 $as_echo_n "(cached) " >&6
2831 else
2832 cat >conftest.make <<\_ACEOF
2833 SHELL = /bin/sh
2834 all:
2835 @echo '@@@%%%=$(MAKE)=@@@%%%'
2836 _ACEOF
2837 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2838 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2839 *@@@%%%=?*=@@@%%%*)
2840 eval ac_cv_prog_make_${ac_make}_set=yes;;
2842 eval ac_cv_prog_make_${ac_make}_set=no;;
2843 esac
2844 rm -f conftest.make
2846 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2848 $as_echo "yes" >&6; }
2849 SET_MAKE=
2850 else
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2852 $as_echo "no" >&6; }
2853 SET_MAKE="MAKE=${MAKE-make}"
2856 ac_ext=c
2857 ac_cpp='$CPP $CPPFLAGS'
2858 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2859 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2860 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2861 if test -n "$ac_tool_prefix"; then
2862 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2863 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2865 $as_echo_n "checking for $ac_word... " >&6; }
2866 if test "${ac_cv_prog_CC+set}" = set; then :
2867 $as_echo_n "(cached) " >&6
2868 else
2869 if test -n "$CC"; then
2870 ac_cv_prog_CC="$CC" # Let the user override the test.
2871 else
2872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2873 for as_dir in $PATH
2875 IFS=$as_save_IFS
2876 test -z "$as_dir" && as_dir=.
2877 for ac_exec_ext in '' $ac_executable_extensions; do
2878 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2879 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2881 break 2
2883 done
2884 done
2885 IFS=$as_save_IFS
2889 CC=$ac_cv_prog_CC
2890 if test -n "$CC"; then
2891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2892 $as_echo "$CC" >&6; }
2893 else
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2895 $as_echo "no" >&6; }
2900 if test -z "$ac_cv_prog_CC"; then
2901 ac_ct_CC=$CC
2902 # Extract the first word of "gcc", so it can be a program name with args.
2903 set dummy gcc; ac_word=$2
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2905 $as_echo_n "checking for $ac_word... " >&6; }
2906 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2907 $as_echo_n "(cached) " >&6
2908 else
2909 if test -n "$ac_ct_CC"; then
2910 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2911 else
2912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2913 for as_dir in $PATH
2915 IFS=$as_save_IFS
2916 test -z "$as_dir" && as_dir=.
2917 for ac_exec_ext in '' $ac_executable_extensions; do
2918 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2919 ac_cv_prog_ac_ct_CC="gcc"
2920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2921 break 2
2923 done
2924 done
2925 IFS=$as_save_IFS
2929 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2930 if test -n "$ac_ct_CC"; then
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2932 $as_echo "$ac_ct_CC" >&6; }
2933 else
2934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2935 $as_echo "no" >&6; }
2938 if test "x$ac_ct_CC" = x; then
2939 CC=""
2940 else
2941 case $cross_compiling:$ac_tool_warned in
2942 yes:)
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2944 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2945 ac_tool_warned=yes ;;
2946 esac
2947 CC=$ac_ct_CC
2949 else
2950 CC="$ac_cv_prog_CC"
2953 if test -z "$CC"; then
2954 if test -n "$ac_tool_prefix"; then
2955 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2956 set dummy ${ac_tool_prefix}cc; ac_word=$2
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2958 $as_echo_n "checking for $ac_word... " >&6; }
2959 if test "${ac_cv_prog_CC+set}" = set; then :
2960 $as_echo_n "(cached) " >&6
2961 else
2962 if test -n "$CC"; then
2963 ac_cv_prog_CC="$CC" # Let the user override the test.
2964 else
2965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2966 for as_dir in $PATH
2968 IFS=$as_save_IFS
2969 test -z "$as_dir" && as_dir=.
2970 for ac_exec_ext in '' $ac_executable_extensions; do
2971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2972 ac_cv_prog_CC="${ac_tool_prefix}cc"
2973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2974 break 2
2976 done
2977 done
2978 IFS=$as_save_IFS
2982 CC=$ac_cv_prog_CC
2983 if test -n "$CC"; then
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2985 $as_echo "$CC" >&6; }
2986 else
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2988 $as_echo "no" >&6; }
2994 if test -z "$CC"; then
2995 # Extract the first word of "cc", so it can be a program name with args.
2996 set dummy cc; ac_word=$2
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2998 $as_echo_n "checking for $ac_word... " >&6; }
2999 if test "${ac_cv_prog_CC+set}" = set; then :
3000 $as_echo_n "(cached) " >&6
3001 else
3002 if test -n "$CC"; then
3003 ac_cv_prog_CC="$CC" # Let the user override the test.
3004 else
3005 ac_prog_rejected=no
3006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3007 for as_dir in $PATH
3009 IFS=$as_save_IFS
3010 test -z "$as_dir" && as_dir=.
3011 for ac_exec_ext in '' $ac_executable_extensions; do
3012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3013 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3014 ac_prog_rejected=yes
3015 continue
3017 ac_cv_prog_CC="cc"
3018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3019 break 2
3021 done
3022 done
3023 IFS=$as_save_IFS
3025 if test $ac_prog_rejected = yes; then
3026 # We found a bogon in the path, so make sure we never use it.
3027 set dummy $ac_cv_prog_CC
3028 shift
3029 if test $# != 0; then
3030 # We chose a different compiler from the bogus one.
3031 # However, it has the same basename, so the bogon will be chosen
3032 # first if we set CC to just the basename; use the full file name.
3033 shift
3034 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3039 CC=$ac_cv_prog_CC
3040 if test -n "$CC"; then
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3042 $as_echo "$CC" >&6; }
3043 else
3044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3045 $as_echo "no" >&6; }
3050 if test -z "$CC"; then
3051 if test -n "$ac_tool_prefix"; then
3052 for ac_prog in cl.exe
3054 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3055 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3057 $as_echo_n "checking for $ac_word... " >&6; }
3058 if test "${ac_cv_prog_CC+set}" = set; then :
3059 $as_echo_n "(cached) " >&6
3060 else
3061 if test -n "$CC"; then
3062 ac_cv_prog_CC="$CC" # Let the user override the test.
3063 else
3064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3065 for as_dir in $PATH
3067 IFS=$as_save_IFS
3068 test -z "$as_dir" && as_dir=.
3069 for ac_exec_ext in '' $ac_executable_extensions; do
3070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3071 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3073 break 2
3075 done
3076 done
3077 IFS=$as_save_IFS
3081 CC=$ac_cv_prog_CC
3082 if test -n "$CC"; then
3083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3084 $as_echo "$CC" >&6; }
3085 else
3086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3087 $as_echo "no" >&6; }
3091 test -n "$CC" && break
3092 done
3094 if test -z "$CC"; then
3095 ac_ct_CC=$CC
3096 for ac_prog in cl.exe
3098 # Extract the first word of "$ac_prog", so it can be a program name with args.
3099 set dummy $ac_prog; ac_word=$2
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3101 $as_echo_n "checking for $ac_word... " >&6; }
3102 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3103 $as_echo_n "(cached) " >&6
3104 else
3105 if test -n "$ac_ct_CC"; then
3106 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3107 else
3108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3109 for as_dir in $PATH
3111 IFS=$as_save_IFS
3112 test -z "$as_dir" && as_dir=.
3113 for ac_exec_ext in '' $ac_executable_extensions; do
3114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3115 ac_cv_prog_ac_ct_CC="$ac_prog"
3116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3117 break 2
3119 done
3120 done
3121 IFS=$as_save_IFS
3125 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3126 if test -n "$ac_ct_CC"; then
3127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3128 $as_echo "$ac_ct_CC" >&6; }
3129 else
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3131 $as_echo "no" >&6; }
3135 test -n "$ac_ct_CC" && break
3136 done
3138 if test "x$ac_ct_CC" = x; then
3139 CC=""
3140 else
3141 case $cross_compiling:$ac_tool_warned in
3142 yes:)
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3144 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3145 ac_tool_warned=yes ;;
3146 esac
3147 CC=$ac_ct_CC
3154 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3155 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3156 as_fn_error "no acceptable C compiler found in \$PATH
3157 See \`config.log' for more details." "$LINENO" 5; }
3159 # Provide some information about the compiler.
3160 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3161 set X $ac_compile
3162 ac_compiler=$2
3163 for ac_option in --version -v -V -qversion; do
3164 { { ac_try="$ac_compiler $ac_option >&5"
3165 case "(($ac_try" in
3166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3167 *) ac_try_echo=$ac_try;;
3168 esac
3169 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3170 $as_echo "$ac_try_echo"; } >&5
3171 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3172 ac_status=$?
3173 if test -s conftest.err; then
3174 sed '10a\
3175 ... rest of stderr output deleted ...
3176 10q' conftest.err >conftest.er1
3177 cat conftest.er1 >&5
3179 rm -f conftest.er1 conftest.err
3180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3181 test $ac_status = 0; }
3182 done
3184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3185 /* end confdefs.h. */
3188 main ()
3192 return 0;
3194 _ACEOF
3195 ac_clean_files_save=$ac_clean_files
3196 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3197 # Try to create an executable without -o first, disregard a.out.
3198 # It will help us diagnose broken compilers, and finding out an intuition
3199 # of exeext.
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3201 $as_echo_n "checking whether the C compiler works... " >&6; }
3202 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3204 # The possible output files:
3205 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3207 ac_rmfiles=
3208 for ac_file in $ac_files
3210 case $ac_file in
3211 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3212 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3213 esac
3214 done
3215 rm -f $ac_rmfiles
3217 if { { ac_try="$ac_link_default"
3218 case "(($ac_try" in
3219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3220 *) ac_try_echo=$ac_try;;
3221 esac
3222 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3223 $as_echo "$ac_try_echo"; } >&5
3224 (eval "$ac_link_default") 2>&5
3225 ac_status=$?
3226 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3227 test $ac_status = 0; }; then :
3228 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3229 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3230 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3231 # so that the user can short-circuit this test for compilers unknown to
3232 # Autoconf.
3233 for ac_file in $ac_files ''
3235 test -f "$ac_file" || continue
3236 case $ac_file in
3237 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3239 [ab].out )
3240 # We found the default executable, but exeext='' is most
3241 # certainly right.
3242 break;;
3243 *.* )
3244 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3245 then :; else
3246 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3248 # We set ac_cv_exeext here because the later test for it is not
3249 # safe: cross compilers may not add the suffix if given an `-o'
3250 # argument, so we may need to know it at that point already.
3251 # Even if this section looks crufty: it has the advantage of
3252 # actually working.
3253 break;;
3255 break;;
3256 esac
3257 done
3258 test "$ac_cv_exeext" = no && ac_cv_exeext=
3260 else
3261 ac_file=''
3263 if test -z "$ac_file"; then :
3264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3265 $as_echo "no" >&6; }
3266 $as_echo "$as_me: failed program was:" >&5
3267 sed 's/^/| /' conftest.$ac_ext >&5
3269 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3270 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3271 { as_fn_set_status 77
3272 as_fn_error "C compiler cannot create executables
3273 See \`config.log' for more details." "$LINENO" 5; }; }
3274 else
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3276 $as_echo "yes" >&6; }
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3279 $as_echo_n "checking for C compiler default output file name... " >&6; }
3280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3281 $as_echo "$ac_file" >&6; }
3282 ac_exeext=$ac_cv_exeext
3284 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3285 ac_clean_files=$ac_clean_files_save
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3287 $as_echo_n "checking for suffix of executables... " >&6; }
3288 if { { ac_try="$ac_link"
3289 case "(($ac_try" in
3290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3291 *) ac_try_echo=$ac_try;;
3292 esac
3293 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3294 $as_echo "$ac_try_echo"; } >&5
3295 (eval "$ac_link") 2>&5
3296 ac_status=$?
3297 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3298 test $ac_status = 0; }; then :
3299 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3300 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3301 # work properly (i.e., refer to `conftest.exe'), while it won't with
3302 # `rm'.
3303 for ac_file in conftest.exe conftest conftest.*; do
3304 test -f "$ac_file" || continue
3305 case $ac_file in
3306 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3307 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3308 break;;
3309 * ) break;;
3310 esac
3311 done
3312 else
3313 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3314 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3315 as_fn_error "cannot compute suffix of executables: cannot compile and link
3316 See \`config.log' for more details." "$LINENO" 5; }
3318 rm -f conftest conftest$ac_cv_exeext
3319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3320 $as_echo "$ac_cv_exeext" >&6; }
3322 rm -f conftest.$ac_ext
3323 EXEEXT=$ac_cv_exeext
3324 ac_exeext=$EXEEXT
3325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3326 /* end confdefs.h. */
3327 #include <stdio.h>
3329 main ()
3331 FILE *f = fopen ("conftest.out", "w");
3332 return ferror (f) || fclose (f) != 0;
3335 return 0;
3337 _ACEOF
3338 ac_clean_files="$ac_clean_files conftest.out"
3339 # Check that the compiler produces executables we can run. If not, either
3340 # the compiler is broken, or we cross compile.
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3342 $as_echo_n "checking whether we are cross compiling... " >&6; }
3343 if test "$cross_compiling" != yes; then
3344 { { ac_try="$ac_link"
3345 case "(($ac_try" in
3346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3347 *) ac_try_echo=$ac_try;;
3348 esac
3349 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3350 $as_echo "$ac_try_echo"; } >&5
3351 (eval "$ac_link") 2>&5
3352 ac_status=$?
3353 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3354 test $ac_status = 0; }
3355 if { ac_try='./conftest$ac_cv_exeext'
3356 { { case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3359 esac
3360 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3361 $as_echo "$ac_try_echo"; } >&5
3362 (eval "$ac_try") 2>&5
3363 ac_status=$?
3364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3365 test $ac_status = 0; }; }; then
3366 cross_compiling=no
3367 else
3368 if test "$cross_compiling" = maybe; then
3369 cross_compiling=yes
3370 else
3371 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3372 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3373 as_fn_error "cannot run C compiled programs.
3374 If you meant to cross compile, use \`--host'.
3375 See \`config.log' for more details." "$LINENO" 5; }
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3380 $as_echo "$cross_compiling" >&6; }
3382 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3383 ac_clean_files=$ac_clean_files_save
3384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3385 $as_echo_n "checking for suffix of object files... " >&6; }
3386 if test "${ac_cv_objext+set}" = set; then :
3387 $as_echo_n "(cached) " >&6
3388 else
3389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3390 /* end confdefs.h. */
3393 main ()
3397 return 0;
3399 _ACEOF
3400 rm -f conftest.o conftest.obj
3401 if { { ac_try="$ac_compile"
3402 case "(($ac_try" in
3403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3404 *) ac_try_echo=$ac_try;;
3405 esac
3406 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3407 $as_echo "$ac_try_echo"; } >&5
3408 (eval "$ac_compile") 2>&5
3409 ac_status=$?
3410 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3411 test $ac_status = 0; }; then :
3412 for ac_file in conftest.o conftest.obj conftest.*; do
3413 test -f "$ac_file" || continue;
3414 case $ac_file in
3415 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3416 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3417 break;;
3418 esac
3419 done
3420 else
3421 $as_echo "$as_me: failed program was:" >&5
3422 sed 's/^/| /' conftest.$ac_ext >&5
3424 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3425 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3426 as_fn_error "cannot compute suffix of object files: cannot compile
3427 See \`config.log' for more details." "$LINENO" 5; }
3429 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3432 $as_echo "$ac_cv_objext" >&6; }
3433 OBJEXT=$ac_cv_objext
3434 ac_objext=$OBJEXT
3435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3436 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3437 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3438 $as_echo_n "(cached) " >&6
3439 else
3440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3441 /* end confdefs.h. */
3444 main ()
3446 #ifndef __GNUC__
3447 choke me
3448 #endif
3451 return 0;
3453 _ACEOF
3454 if ac_fn_c_try_compile "$LINENO"; then :
3455 ac_compiler_gnu=yes
3456 else
3457 ac_compiler_gnu=no
3459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3460 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3464 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3465 if test $ac_compiler_gnu = yes; then
3466 GCC=yes
3467 else
3468 GCC=
3470 ac_test_CFLAGS=${CFLAGS+set}
3471 ac_save_CFLAGS=$CFLAGS
3472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3473 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3474 if test "${ac_cv_prog_cc_g+set}" = set; then :
3475 $as_echo_n "(cached) " >&6
3476 else
3477 ac_save_c_werror_flag=$ac_c_werror_flag
3478 ac_c_werror_flag=yes
3479 ac_cv_prog_cc_g=no
3480 CFLAGS="-g"
3481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3482 /* end confdefs.h. */
3485 main ()
3489 return 0;
3491 _ACEOF
3492 if ac_fn_c_try_compile "$LINENO"; then :
3493 ac_cv_prog_cc_g=yes
3494 else
3495 CFLAGS=""
3496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3497 /* end confdefs.h. */
3500 main ()
3504 return 0;
3506 _ACEOF
3507 if ac_fn_c_try_compile "$LINENO"; then :
3509 else
3510 ac_c_werror_flag=$ac_save_c_werror_flag
3511 CFLAGS="-g"
3512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3513 /* end confdefs.h. */
3516 main ()
3520 return 0;
3522 _ACEOF
3523 if ac_fn_c_try_compile "$LINENO"; then :
3524 ac_cv_prog_cc_g=yes
3526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3531 ac_c_werror_flag=$ac_save_c_werror_flag
3533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3534 $as_echo "$ac_cv_prog_cc_g" >&6; }
3535 if test "$ac_test_CFLAGS" = set; then
3536 CFLAGS=$ac_save_CFLAGS
3537 elif test $ac_cv_prog_cc_g = yes; then
3538 if test "$GCC" = yes; then
3539 CFLAGS="-g -O2"
3540 else
3541 CFLAGS="-g"
3543 else
3544 if test "$GCC" = yes; then
3545 CFLAGS="-O2"
3546 else
3547 CFLAGS=
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3551 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3552 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3553 $as_echo_n "(cached) " >&6
3554 else
3555 ac_cv_prog_cc_c89=no
3556 ac_save_CC=$CC
3557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3558 /* end confdefs.h. */
3559 #include <stdarg.h>
3560 #include <stdio.h>
3561 #include <sys/types.h>
3562 #include <sys/stat.h>
3563 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3564 struct buf { int x; };
3565 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3566 static char *e (p, i)
3567 char **p;
3568 int i;
3570 return p[i];
3572 static char *f (char * (*g) (char **, int), char **p, ...)
3574 char *s;
3575 va_list v;
3576 va_start (v,p);
3577 s = g (p, va_arg (v,int));
3578 va_end (v);
3579 return s;
3582 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3583 function prototypes and stuff, but not '\xHH' hex character constants.
3584 These don't provoke an error unfortunately, instead are silently treated
3585 as 'x'. The following induces an error, until -std is added to get
3586 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3587 array size at least. It's necessary to write '\x00'==0 to get something
3588 that's true only with -std. */
3589 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3591 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3592 inside strings and character constants. */
3593 #define FOO(x) 'x'
3594 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3596 int test (int i, double x);
3597 struct s1 {int (*f) (int a);};
3598 struct s2 {int (*f) (double a);};
3599 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3600 int argc;
3601 char **argv;
3603 main ()
3605 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3607 return 0;
3609 _ACEOF
3610 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3611 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3613 CC="$ac_save_CC $ac_arg"
3614 if ac_fn_c_try_compile "$LINENO"; then :
3615 ac_cv_prog_cc_c89=$ac_arg
3617 rm -f core conftest.err conftest.$ac_objext
3618 test "x$ac_cv_prog_cc_c89" != "xno" && break
3619 done
3620 rm -f conftest.$ac_ext
3621 CC=$ac_save_CC
3624 # AC_CACHE_VAL
3625 case "x$ac_cv_prog_cc_c89" in
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3628 $as_echo "none needed" >&6; } ;;
3629 xno)
3630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3631 $as_echo "unsupported" >&6; } ;;
3633 CC="$CC $ac_cv_prog_cc_c89"
3634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3635 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3636 esac
3637 if test "x$ac_cv_prog_cc_c89" != xno; then :
3641 ac_ext=c
3642 ac_cpp='$CPP $CPPFLAGS'
3643 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3644 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3645 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3647 ac_ext=cpp
3648 ac_cpp='$CXXCPP $CPPFLAGS'
3649 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3650 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3651 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3652 if test -z "$CXX"; then
3653 if test -n "$CCC"; then
3654 CXX=$CCC
3655 else
3656 if test -n "$ac_tool_prefix"; then
3657 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3659 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3660 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3662 $as_echo_n "checking for $ac_word... " >&6; }
3663 if test "${ac_cv_prog_CXX+set}" = set; then :
3664 $as_echo_n "(cached) " >&6
3665 else
3666 if test -n "$CXX"; then
3667 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3668 else
3669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3670 for as_dir in $PATH
3672 IFS=$as_save_IFS
3673 test -z "$as_dir" && as_dir=.
3674 for ac_exec_ext in '' $ac_executable_extensions; do
3675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3676 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3678 break 2
3680 done
3681 done
3682 IFS=$as_save_IFS
3686 CXX=$ac_cv_prog_CXX
3687 if test -n "$CXX"; then
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3689 $as_echo "$CXX" >&6; }
3690 else
3691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3692 $as_echo "no" >&6; }
3696 test -n "$CXX" && break
3697 done
3699 if test -z "$CXX"; then
3700 ac_ct_CXX=$CXX
3701 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3703 # Extract the first word of "$ac_prog", so it can be a program name with args.
3704 set dummy $ac_prog; ac_word=$2
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3706 $as_echo_n "checking for $ac_word... " >&6; }
3707 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3708 $as_echo_n "(cached) " >&6
3709 else
3710 if test -n "$ac_ct_CXX"; then
3711 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3712 else
3713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3714 for as_dir in $PATH
3716 IFS=$as_save_IFS
3717 test -z "$as_dir" && as_dir=.
3718 for ac_exec_ext in '' $ac_executable_extensions; do
3719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3720 ac_cv_prog_ac_ct_CXX="$ac_prog"
3721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3722 break 2
3724 done
3725 done
3726 IFS=$as_save_IFS
3730 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3731 if test -n "$ac_ct_CXX"; then
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3733 $as_echo "$ac_ct_CXX" >&6; }
3734 else
3735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3736 $as_echo "no" >&6; }
3740 test -n "$ac_ct_CXX" && break
3741 done
3743 if test "x$ac_ct_CXX" = x; then
3744 CXX="g++"
3745 else
3746 case $cross_compiling:$ac_tool_warned in
3747 yes:)
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3749 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3750 ac_tool_warned=yes ;;
3751 esac
3752 CXX=$ac_ct_CXX
3758 # Provide some information about the compiler.
3759 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3760 set X $ac_compile
3761 ac_compiler=$2
3762 for ac_option in --version -v -V -qversion; do
3763 { { ac_try="$ac_compiler $ac_option >&5"
3764 case "(($ac_try" in
3765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3766 *) ac_try_echo=$ac_try;;
3767 esac
3768 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3769 $as_echo "$ac_try_echo"; } >&5
3770 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3771 ac_status=$?
3772 if test -s conftest.err; then
3773 sed '10a\
3774 ... rest of stderr output deleted ...
3775 10q' conftest.err >conftest.er1
3776 cat conftest.er1 >&5
3778 rm -f conftest.er1 conftest.err
3779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3780 test $ac_status = 0; }
3781 done
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3784 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3785 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3786 $as_echo_n "(cached) " >&6
3787 else
3788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3789 /* end confdefs.h. */
3792 main ()
3794 #ifndef __GNUC__
3795 choke me
3796 #endif
3799 return 0;
3801 _ACEOF
3802 if ac_fn_cxx_try_compile "$LINENO"; then :
3803 ac_compiler_gnu=yes
3804 else
3805 ac_compiler_gnu=no
3807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3808 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3812 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3813 if test $ac_compiler_gnu = yes; then
3814 GXX=yes
3815 else
3816 GXX=
3818 ac_test_CXXFLAGS=${CXXFLAGS+set}
3819 ac_save_CXXFLAGS=$CXXFLAGS
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3821 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3822 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3823 $as_echo_n "(cached) " >&6
3824 else
3825 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3826 ac_cxx_werror_flag=yes
3827 ac_cv_prog_cxx_g=no
3828 CXXFLAGS="-g"
3829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3830 /* end confdefs.h. */
3833 main ()
3837 return 0;
3839 _ACEOF
3840 if ac_fn_cxx_try_compile "$LINENO"; then :
3841 ac_cv_prog_cxx_g=yes
3842 else
3843 CXXFLAGS=""
3844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3845 /* end confdefs.h. */
3848 main ()
3852 return 0;
3854 _ACEOF
3855 if ac_fn_cxx_try_compile "$LINENO"; then :
3857 else
3858 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3859 CXXFLAGS="-g"
3860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3861 /* end confdefs.h. */
3864 main ()
3868 return 0;
3870 _ACEOF
3871 if ac_fn_cxx_try_compile "$LINENO"; then :
3872 ac_cv_prog_cxx_g=yes
3874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3879 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3882 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3883 if test "$ac_test_CXXFLAGS" = set; then
3884 CXXFLAGS=$ac_save_CXXFLAGS
3885 elif test $ac_cv_prog_cxx_g = yes; then
3886 if test "$GXX" = yes; then
3887 CXXFLAGS="-g -O2"
3888 else
3889 CXXFLAGS="-g"
3891 else
3892 if test "$GXX" = yes; then
3893 CXXFLAGS="-O2"
3894 else
3895 CXXFLAGS=
3898 ac_ext=c
3899 ac_cpp='$CPP $CPPFLAGS'
3900 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3901 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3902 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3904 if test -n "$ac_tool_prefix"; then
3905 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3906 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3908 $as_echo_n "checking for $ac_word... " >&6; }
3909 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3910 $as_echo_n "(cached) " >&6
3911 else
3912 if test -n "$CPPBIN"; then
3913 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3914 else
3915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3916 for as_dir in $PATH
3918 IFS=$as_save_IFS
3919 test -z "$as_dir" && as_dir=.
3920 for ac_exec_ext in '' $ac_executable_extensions; do
3921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3922 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3924 break 2
3926 done
3927 done
3928 IFS=$as_save_IFS
3932 CPPBIN=$ac_cv_prog_CPPBIN
3933 if test -n "$CPPBIN"; then
3934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3935 $as_echo "$CPPBIN" >&6; }
3936 else
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3938 $as_echo "no" >&6; }
3943 if test -z "$ac_cv_prog_CPPBIN"; then
3944 ac_ct_CPPBIN=$CPPBIN
3945 # Extract the first word of "cpp", so it can be a program name with args.
3946 set dummy cpp; ac_word=$2
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3948 $as_echo_n "checking for $ac_word... " >&6; }
3949 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3950 $as_echo_n "(cached) " >&6
3951 else
3952 if test -n "$ac_ct_CPPBIN"; then
3953 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3954 else
3955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3956 for as_dir in $PATH
3958 IFS=$as_save_IFS
3959 test -z "$as_dir" && as_dir=.
3960 for ac_exec_ext in '' $ac_executable_extensions; do
3961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3962 ac_cv_prog_ac_ct_CPPBIN="cpp"
3963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3964 break 2
3966 done
3967 done
3968 IFS=$as_save_IFS
3972 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3973 if test -n "$ac_ct_CPPBIN"; then
3974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3975 $as_echo "$ac_ct_CPPBIN" >&6; }
3976 else
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3978 $as_echo "no" >&6; }
3981 if test "x$ac_ct_CPPBIN" = x; then
3982 CPPBIN="cpp"
3983 else
3984 case $cross_compiling:$ac_tool_warned in
3985 yes:)
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3987 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3988 ac_tool_warned=yes ;;
3989 esac
3990 CPPBIN=$ac_ct_CPPBIN
3992 else
3993 CPPBIN="$ac_cv_prog_CPPBIN"
3997 cat >>confdefs.h <<_ACEOF
3998 #define EXEEXT "$ac_exeext"
3999 _ACEOF
4002 case $host in
4003 *-darwin*)
4004 if test "x$enable_win64" = "xyes"
4005 then
4006 CC="$CC -m64"
4007 CXX="$CXX -m64"
4008 LD="${LD:-ld} -arch x86_64"
4009 AS="${AS:-as} -arch x86_64"
4010 host_cpu="x86_64"
4011 notice_platform="64-bit "
4012 TARGETFLAGS="-m64"
4014 else
4015 CC="$CC -m32"
4016 CXX="$CXX -m32"
4017 LD="${LD:-ld} -arch i386"
4018 AS="${AS:-as} -arch i386"
4019 host_cpu="i386"
4020 notice_platform="32-bit "
4021 TARGETFLAGS="-m32"
4023 enable_win16=${enable_win16:-yes}
4026 x86_64*)
4027 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4028 then
4029 CC="$CC -m32"
4030 CXX="$CXX -m32"
4031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4032 $as_echo_n "checking whether $CC works... " >&6; }
4034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4035 /* end confdefs.h. */
4038 main ()
4042 return 0;
4044 _ACEOF
4045 if ac_fn_c_try_link "$LINENO"; then :
4046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4047 $as_echo "yes" >&6; }
4048 else
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4050 $as_echo "no" >&6; }
4051 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4053 rm -f core conftest.err conftest.$ac_objext \
4054 conftest$ac_exeext conftest.$ac_ext
4055 LD="${LD:-ld} -m elf_i386"
4056 AS="${AS:-as} --32"
4057 host_cpu="i386"
4058 notice_platform="32-bit "
4059 TARGETFLAGS="-m32"
4061 enable_win16=${enable_win16:-yes}
4062 else
4063 if test "x${GCC}" = "xyes"
4064 then
4065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4066 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4068 /* end confdefs.h. */
4069 #include <stdarg.h>
4071 main ()
4073 void func(__builtin_ms_va_list *args);
4075 return 0;
4077 _ACEOF
4078 if ac_fn_c_try_compile "$LINENO"; then :
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4080 $as_echo "yes" >&6; }
4081 else
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4083 $as_echo "no" >&6; }
4084 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4088 TARGETFLAGS="-m64"
4092 *-mingw32*|*-cygwin*)
4093 enable_win16=${enable_win16:-no}
4095 i[3456789]86*)
4096 enable_win16=${enable_win16:-yes}
4098 esac
4100 enable_win16=${enable_win16:-no}
4102 if test -n "$with_wine64"
4103 then
4104 if test "x$enable_win64" = "xyes"
4105 then
4106 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4107 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4109 WOW64_DISABLE=\#
4111 enable_fonts=${enable_fonts:-no}
4112 enable_include=${enable_include:-no}
4113 enable_server=${enable_server:-no}
4114 enable_tools=${enable_tools:-no}
4115 enable_wineboot=${enable_wineboot:-no}
4116 enable_winedbg=${enable_winedbg:-no}
4117 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4121 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4122 if test "${wine_cv_toolsdir+set}" = set; then :
4123 $as_echo_n "(cached) " >&6
4124 else
4125 wine_cv_toolsdir="$with_wine_tools"
4126 if test -z "$with_wine_tools"; then
4127 if test "$cross_compiling" = "yes"; then
4128 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4129 elif test -n "$with_wine64"; then
4130 wine_cv_toolsdir="$with_wine64"
4133 if test -z "$wine_cv_toolsdir"; then
4134 wine_cv_toolsdir="\$(TOPOBJDIR)"
4135 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4136 case "$wine_cv_toolsdir" in
4137 /*) ;;
4138 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4139 esac
4140 else
4141 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4145 $as_echo "$wine_cv_toolsdir" >&6; }
4146 TOOLSDIR=$wine_cv_toolsdir
4148 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4149 then
4150 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4154 for ac_prog in flex
4156 # Extract the first word of "$ac_prog", so it can be a program name with args.
4157 set dummy $ac_prog; ac_word=$2
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4159 $as_echo_n "checking for $ac_word... " >&6; }
4160 if test "${ac_cv_prog_FLEX+set}" = set; then :
4161 $as_echo_n "(cached) " >&6
4162 else
4163 if test -n "$FLEX"; then
4164 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4165 else
4166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4167 for as_dir in $PATH
4169 IFS=$as_save_IFS
4170 test -z "$as_dir" && as_dir=.
4171 for ac_exec_ext in '' $ac_executable_extensions; do
4172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4173 ac_cv_prog_FLEX="$ac_prog"
4174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4175 break 2
4177 done
4178 done
4179 IFS=$as_save_IFS
4183 FLEX=$ac_cv_prog_FLEX
4184 if test -n "$FLEX"; then
4185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4186 $as_echo "$FLEX" >&6; }
4187 else
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4189 $as_echo "no" >&6; }
4193 test -n "$FLEX" && break
4194 done
4195 test -n "$FLEX" || FLEX="none"
4197 if test "$FLEX" = "none"
4198 then
4199 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4202 $as_echo_n "checking whether flex is recent enough... " >&6; }
4203 cat >conftest.l <<EOF
4204 %top{
4205 #include "prediluvian.h"
4209 if $FLEX -t conftest.l >/dev/null 2>&1
4210 then
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4212 $as_echo "yes" >&6; }
4213 else
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4215 $as_echo "no" >&6; }
4216 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4219 for ac_prog in bison
4221 # Extract the first word of "$ac_prog", so it can be a program name with args.
4222 set dummy $ac_prog; ac_word=$2
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4224 $as_echo_n "checking for $ac_word... " >&6; }
4225 if test "${ac_cv_prog_BISON+set}" = set; then :
4226 $as_echo_n "(cached) " >&6
4227 else
4228 if test -n "$BISON"; then
4229 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4230 else
4231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4232 for as_dir in $PATH
4234 IFS=$as_save_IFS
4235 test -z "$as_dir" && as_dir=.
4236 for ac_exec_ext in '' $ac_executable_extensions; do
4237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4238 ac_cv_prog_BISON="$ac_prog"
4239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4240 break 2
4242 done
4243 done
4244 IFS=$as_save_IFS
4248 BISON=$ac_cv_prog_BISON
4249 if test -n "$BISON"; then
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4251 $as_echo "$BISON" >&6; }
4252 else
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4254 $as_echo "no" >&6; }
4258 test -n "$BISON" && break
4259 done
4260 test -n "$BISON" || BISON="none"
4262 if test "$BISON" = "none"
4263 then
4264 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4267 if test -n "$ac_tool_prefix"; then
4268 for ac_prog in ar gar
4270 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4271 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4273 $as_echo_n "checking for $ac_word... " >&6; }
4274 if test "${ac_cv_prog_AR+set}" = set; then :
4275 $as_echo_n "(cached) " >&6
4276 else
4277 if test -n "$AR"; then
4278 ac_cv_prog_AR="$AR" # Let the user override the test.
4279 else
4280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4281 for as_dir in $PATH
4283 IFS=$as_save_IFS
4284 test -z "$as_dir" && as_dir=.
4285 for ac_exec_ext in '' $ac_executable_extensions; do
4286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4287 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4289 break 2
4291 done
4292 done
4293 IFS=$as_save_IFS
4297 AR=$ac_cv_prog_AR
4298 if test -n "$AR"; then
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4300 $as_echo "$AR" >&6; }
4301 else
4302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4303 $as_echo "no" >&6; }
4307 test -n "$AR" && break
4308 done
4310 if test -z "$AR"; then
4311 ac_ct_AR=$AR
4312 for ac_prog in ar gar
4314 # Extract the first word of "$ac_prog", so it can be a program name with args.
4315 set dummy $ac_prog; ac_word=$2
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4317 $as_echo_n "checking for $ac_word... " >&6; }
4318 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4319 $as_echo_n "(cached) " >&6
4320 else
4321 if test -n "$ac_ct_AR"; then
4322 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4323 else
4324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4325 for as_dir in $PATH
4327 IFS=$as_save_IFS
4328 test -z "$as_dir" && as_dir=.
4329 for ac_exec_ext in '' $ac_executable_extensions; do
4330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4331 ac_cv_prog_ac_ct_AR="$ac_prog"
4332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4333 break 2
4335 done
4336 done
4337 IFS=$as_save_IFS
4341 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4342 if test -n "$ac_ct_AR"; then
4343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4344 $as_echo "$ac_ct_AR" >&6; }
4345 else
4346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4347 $as_echo "no" >&6; }
4351 test -n "$ac_ct_AR" && break
4352 done
4354 if test "x$ac_ct_AR" = x; then
4355 AR="ar"
4356 else
4357 case $cross_compiling:$ac_tool_warned in
4358 yes:)
4359 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4360 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4361 ac_tool_warned=yes ;;
4362 esac
4363 AR=$ac_ct_AR
4367 ARFLAGS=rc
4369 if test -n "$ac_tool_prefix"; then
4370 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4371 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4373 $as_echo_n "checking for $ac_word... " >&6; }
4374 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4375 $as_echo_n "(cached) " >&6
4376 else
4377 if test -n "$RANLIB"; then
4378 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4379 else
4380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4381 for as_dir in $PATH
4383 IFS=$as_save_IFS
4384 test -z "$as_dir" && as_dir=.
4385 for ac_exec_ext in '' $ac_executable_extensions; do
4386 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4387 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4388 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4389 break 2
4391 done
4392 done
4393 IFS=$as_save_IFS
4397 RANLIB=$ac_cv_prog_RANLIB
4398 if test -n "$RANLIB"; then
4399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4400 $as_echo "$RANLIB" >&6; }
4401 else
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4403 $as_echo "no" >&6; }
4408 if test -z "$ac_cv_prog_RANLIB"; then
4409 ac_ct_RANLIB=$RANLIB
4410 # Extract the first word of "ranlib", so it can be a program name with args.
4411 set dummy ranlib; ac_word=$2
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4413 $as_echo_n "checking for $ac_word... " >&6; }
4414 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4415 $as_echo_n "(cached) " >&6
4416 else
4417 if test -n "$ac_ct_RANLIB"; then
4418 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4419 else
4420 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4421 for as_dir in $PATH
4423 IFS=$as_save_IFS
4424 test -z "$as_dir" && as_dir=.
4425 for ac_exec_ext in '' $ac_executable_extensions; do
4426 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4427 ac_cv_prog_ac_ct_RANLIB="ranlib"
4428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4429 break 2
4431 done
4432 done
4433 IFS=$as_save_IFS
4437 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4438 if test -n "$ac_ct_RANLIB"; then
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4440 $as_echo "$ac_ct_RANLIB" >&6; }
4441 else
4442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4443 $as_echo "no" >&6; }
4446 if test "x$ac_ct_RANLIB" = x; then
4447 RANLIB=":"
4448 else
4449 case $cross_compiling:$ac_tool_warned in
4450 yes:)
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4452 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4453 ac_tool_warned=yes ;;
4454 esac
4455 RANLIB=$ac_ct_RANLIB
4457 else
4458 RANLIB="$ac_cv_prog_RANLIB"
4461 if test -n "$ac_tool_prefix"; then
4462 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4463 set dummy ${ac_tool_prefix}strip; ac_word=$2
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4465 $as_echo_n "checking for $ac_word... " >&6; }
4466 if test "${ac_cv_prog_STRIP+set}" = set; then :
4467 $as_echo_n "(cached) " >&6
4468 else
4469 if test -n "$STRIP"; then
4470 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4471 else
4472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4473 for as_dir in $PATH
4475 IFS=$as_save_IFS
4476 test -z "$as_dir" && as_dir=.
4477 for ac_exec_ext in '' $ac_executable_extensions; do
4478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4479 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4481 break 2
4483 done
4484 done
4485 IFS=$as_save_IFS
4489 STRIP=$ac_cv_prog_STRIP
4490 if test -n "$STRIP"; then
4491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4492 $as_echo "$STRIP" >&6; }
4493 else
4494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4495 $as_echo "no" >&6; }
4500 if test -z "$ac_cv_prog_STRIP"; then
4501 ac_ct_STRIP=$STRIP
4502 # Extract the first word of "strip", so it can be a program name with args.
4503 set dummy strip; ac_word=$2
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4505 $as_echo_n "checking for $ac_word... " >&6; }
4506 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4507 $as_echo_n "(cached) " >&6
4508 else
4509 if test -n "$ac_ct_STRIP"; then
4510 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4511 else
4512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4513 for as_dir in $PATH
4515 IFS=$as_save_IFS
4516 test -z "$as_dir" && as_dir=.
4517 for ac_exec_ext in '' $ac_executable_extensions; do
4518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4519 ac_cv_prog_ac_ct_STRIP="strip"
4520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4521 break 2
4523 done
4524 done
4525 IFS=$as_save_IFS
4529 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4530 if test -n "$ac_ct_STRIP"; then
4531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4532 $as_echo "$ac_ct_STRIP" >&6; }
4533 else
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4535 $as_echo "no" >&6; }
4538 if test "x$ac_ct_STRIP" = x; then
4539 STRIP="strip"
4540 else
4541 case $cross_compiling:$ac_tool_warned in
4542 yes:)
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4544 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4545 ac_tool_warned=yes ;;
4546 esac
4547 STRIP=$ac_ct_STRIP
4549 else
4550 STRIP="$ac_cv_prog_STRIP"
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4554 $as_echo_n "checking whether ln -s works... " >&6; }
4555 LN_S=$as_ln_s
4556 if test "$LN_S" = "ln -s"; then
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4558 $as_echo "yes" >&6; }
4559 else
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4561 $as_echo "no, using $LN_S" >&6; }
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4565 $as_echo_n "checking whether ln works... " >&6; }
4566 rm -f conf$$ conf$$.file
4567 echo >conf$$.file
4568 if ln conf$$.file conf$$ 2>/dev/null; then
4569 LN=ln
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4572 $as_echo "yes" >&6; }
4573 else
4574 LN="cp -p"
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4577 $as_echo "no, using $LN" >&6; }
4579 rm -f conf$$ conf$$.file
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4581 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4582 if test "${ac_cv_path_GREP+set}" = set; then :
4583 $as_echo_n "(cached) " >&6
4584 else
4585 if test -z "$GREP"; then
4586 ac_path_GREP_found=false
4587 # Loop through the user's path and test for each of PROGNAME-LIST
4588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4591 IFS=$as_save_IFS
4592 test -z "$as_dir" && as_dir=.
4593 for ac_prog in grep ggrep; do
4594 for ac_exec_ext in '' $ac_executable_extensions; do
4595 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4596 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4597 # Check for GNU ac_path_GREP and select it if it is found.
4598 # Check for GNU $ac_path_GREP
4599 case `"$ac_path_GREP" --version 2>&1` in
4600 *GNU*)
4601 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4603 ac_count=0
4604 $as_echo_n 0123456789 >"conftest.in"
4605 while :
4607 cat "conftest.in" "conftest.in" >"conftest.tmp"
4608 mv "conftest.tmp" "conftest.in"
4609 cp "conftest.in" "conftest.nl"
4610 $as_echo 'GREP' >> "conftest.nl"
4611 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4612 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4613 as_fn_arith $ac_count + 1 && ac_count=$as_val
4614 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4615 # Best one so far, save it but keep looking for a better one
4616 ac_cv_path_GREP="$ac_path_GREP"
4617 ac_path_GREP_max=$ac_count
4619 # 10*(2^10) chars as input seems more than enough
4620 test $ac_count -gt 10 && break
4621 done
4622 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4623 esac
4625 $ac_path_GREP_found && break 3
4626 done
4627 done
4628 done
4629 IFS=$as_save_IFS
4630 if test -z "$ac_cv_path_GREP"; then
4631 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4633 else
4634 ac_cv_path_GREP=$GREP
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4639 $as_echo "$ac_cv_path_GREP" >&6; }
4640 GREP="$ac_cv_path_GREP"
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4644 $as_echo_n "checking for egrep... " >&6; }
4645 if test "${ac_cv_path_EGREP+set}" = set; then :
4646 $as_echo_n "(cached) " >&6
4647 else
4648 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4649 then ac_cv_path_EGREP="$GREP -E"
4650 else
4651 if test -z "$EGREP"; then
4652 ac_path_EGREP_found=false
4653 # Loop through the user's path and test for each of PROGNAME-LIST
4654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4655 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4657 IFS=$as_save_IFS
4658 test -z "$as_dir" && as_dir=.
4659 for ac_prog in egrep; do
4660 for ac_exec_ext in '' $ac_executable_extensions; do
4661 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4662 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4663 # Check for GNU ac_path_EGREP and select it if it is found.
4664 # Check for GNU $ac_path_EGREP
4665 case `"$ac_path_EGREP" --version 2>&1` in
4666 *GNU*)
4667 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4669 ac_count=0
4670 $as_echo_n 0123456789 >"conftest.in"
4671 while :
4673 cat "conftest.in" "conftest.in" >"conftest.tmp"
4674 mv "conftest.tmp" "conftest.in"
4675 cp "conftest.in" "conftest.nl"
4676 $as_echo 'EGREP' >> "conftest.nl"
4677 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4678 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4679 as_fn_arith $ac_count + 1 && ac_count=$as_val
4680 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4681 # Best one so far, save it but keep looking for a better one
4682 ac_cv_path_EGREP="$ac_path_EGREP"
4683 ac_path_EGREP_max=$ac_count
4685 # 10*(2^10) chars as input seems more than enough
4686 test $ac_count -gt 10 && break
4687 done
4688 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4689 esac
4691 $ac_path_EGREP_found && break 3
4692 done
4693 done
4694 done
4695 IFS=$as_save_IFS
4696 if test -z "$ac_cv_path_EGREP"; then
4697 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4699 else
4700 ac_cv_path_EGREP=$EGREP
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4706 $as_echo "$ac_cv_path_EGREP" >&6; }
4707 EGREP="$ac_cv_path_EGREP"
4710 # Extract the first word of "ldconfig", so it can be a program name with args.
4711 set dummy ldconfig; ac_word=$2
4712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4713 $as_echo_n "checking for $ac_word... " >&6; }
4714 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4715 $as_echo_n "(cached) " >&6
4716 else
4717 case $LDCONFIG in
4718 [\\/]* | ?:[\\/]*)
4719 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 for as_dir in /sbin /usr/sbin $PATH
4725 IFS=$as_save_IFS
4726 test -z "$as_dir" && as_dir=.
4727 for ac_exec_ext in '' $ac_executable_extensions; do
4728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4729 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4731 break 2
4733 done
4734 done
4735 IFS=$as_save_IFS
4737 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4739 esac
4741 LDCONFIG=$ac_cv_path_LDCONFIG
4742 if test -n "$LDCONFIG"; then
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4744 $as_echo "$LDCONFIG" >&6; }
4745 else
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4747 $as_echo "no" >&6; }
4751 # Find a good install program. We prefer a C program (faster),
4752 # so one script is as good as another. But avoid the broken or
4753 # incompatible versions:
4754 # SysV /etc/install, /usr/sbin/install
4755 # SunOS /usr/etc/install
4756 # IRIX /sbin/install
4757 # AIX /bin/install
4758 # AmigaOS /C/install, which installs bootblocks on floppy discs
4759 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4760 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4761 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4762 # OS/2's system install, which has a completely different semantic
4763 # ./install, which can be erroneously created by make from ./install.sh.
4764 # Reject install programs that cannot install multiple files.
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4766 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4767 if test -z "$INSTALL"; then
4768 if test "${ac_cv_path_install+set}" = set; then :
4769 $as_echo_n "(cached) " >&6
4770 else
4771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4772 for as_dir in $PATH
4774 IFS=$as_save_IFS
4775 test -z "$as_dir" && as_dir=.
4776 # Account for people who put trailing slashes in PATH elements.
4777 case $as_dir/ in #((
4778 ./ | .// | /[cC]/* | \
4779 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4780 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4781 /usr/ucb/* ) ;;
4783 # OSF1 and SCO ODT 3.0 have their own names for install.
4784 # Don't use installbsd from OSF since it installs stuff as root
4785 # by default.
4786 for ac_prog in ginstall scoinst install; do
4787 for ac_exec_ext in '' $ac_executable_extensions; do
4788 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4789 if test $ac_prog = install &&
4790 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4791 # AIX install. It has an incompatible calling convention.
4793 elif test $ac_prog = install &&
4794 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4795 # program-specific install script used by HP pwplus--don't use.
4797 else
4798 rm -rf conftest.one conftest.two conftest.dir
4799 echo one > conftest.one
4800 echo two > conftest.two
4801 mkdir conftest.dir
4802 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4803 test -s conftest.one && test -s conftest.two &&
4804 test -s conftest.dir/conftest.one &&
4805 test -s conftest.dir/conftest.two
4806 then
4807 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4808 break 3
4812 done
4813 done
4815 esac
4817 done
4818 IFS=$as_save_IFS
4820 rm -rf conftest.one conftest.two conftest.dir
4823 if test "${ac_cv_path_install+set}" = set; then
4824 INSTALL=$ac_cv_path_install
4825 else
4826 # As a last resort, use the slow shell script. Don't cache a
4827 # value for INSTALL within a source directory, because that will
4828 # break other packages using the cache if that directory is
4829 # removed, or if the value is a relative name.
4830 INSTALL=$ac_install_sh
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4834 $as_echo "$INSTALL" >&6; }
4836 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4837 # It thinks the first close brace ends the variable substitution.
4838 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4840 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4842 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4844 case "$INSTALL" in
4845 [\\/$]* | ?:[\\/]* ) ;;
4846 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4847 esac
4849 for ac_prog in lclint lint
4851 # Extract the first word of "$ac_prog", so it can be a program name with args.
4852 set dummy $ac_prog; ac_word=$2
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4854 $as_echo_n "checking for $ac_word... " >&6; }
4855 if test "${ac_cv_prog_LINT+set}" = set; then :
4856 $as_echo_n "(cached) " >&6
4857 else
4858 if test -n "$LINT"; then
4859 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4860 else
4861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4862 for as_dir in $PATH
4864 IFS=$as_save_IFS
4865 test -z "$as_dir" && as_dir=.
4866 for ac_exec_ext in '' $ac_executable_extensions; do
4867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4868 ac_cv_prog_LINT="$ac_prog"
4869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4870 break 2
4872 done
4873 done
4874 IFS=$as_save_IFS
4878 LINT=$ac_cv_prog_LINT
4879 if test -n "$LINT"; then
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4881 $as_echo "$LINT" >&6; }
4882 else
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4884 $as_echo "no" >&6; }
4888 test -n "$LINT" && break
4889 done
4891 if test "$LINT" = "lint"
4892 then
4893 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4898 for ac_prog in fontforge
4900 # Extract the first word of "$ac_prog", so it can be a program name with args.
4901 set dummy $ac_prog; ac_word=$2
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4903 $as_echo_n "checking for $ac_word... " >&6; }
4904 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4905 $as_echo_n "(cached) " >&6
4906 else
4907 if test -n "$FONTFORGE"; then
4908 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4909 else
4910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4911 for as_dir in $PATH
4913 IFS=$as_save_IFS
4914 test -z "$as_dir" && as_dir=.
4915 for ac_exec_ext in '' $ac_executable_extensions; do
4916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4917 ac_cv_prog_FONTFORGE="$ac_prog"
4918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4919 break 2
4921 done
4922 done
4923 IFS=$as_save_IFS
4927 FONTFORGE=$ac_cv_prog_FONTFORGE
4928 if test -n "$FONTFORGE"; then
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4930 $as_echo "$FONTFORGE" >&6; }
4931 else
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4933 $as_echo "no" >&6; }
4937 test -n "$FONTFORGE" && break
4938 done
4939 test -n "$FONTFORGE" || FONTFORGE="false"
4941 for ac_prog in pkg-config
4943 # Extract the first word of "$ac_prog", so it can be a program name with args.
4944 set dummy $ac_prog; ac_word=$2
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4946 $as_echo_n "checking for $ac_word... " >&6; }
4947 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4948 $as_echo_n "(cached) " >&6
4949 else
4950 if test -n "$PKG_CONFIG"; then
4951 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4952 else
4953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954 for as_dir in $PATH
4956 IFS=$as_save_IFS
4957 test -z "$as_dir" && as_dir=.
4958 for ac_exec_ext in '' $ac_executable_extensions; do
4959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4960 ac_cv_prog_PKG_CONFIG="$ac_prog"
4961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4962 break 2
4964 done
4965 done
4966 IFS=$as_save_IFS
4970 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4971 if test -n "$PKG_CONFIG"; then
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4973 $as_echo "$PKG_CONFIG" >&6; }
4974 else
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4976 $as_echo "no" >&6; }
4980 test -n "$PKG_CONFIG" && break
4981 done
4982 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4984 for ac_prog in rsvg
4986 # Extract the first word of "$ac_prog", so it can be a program name with args.
4987 set dummy $ac_prog; ac_word=$2
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4989 $as_echo_n "checking for $ac_word... " >&6; }
4990 if test "${ac_cv_prog_RSVG+set}" = set; then :
4991 $as_echo_n "(cached) " >&6
4992 else
4993 if test -n "$RSVG"; then
4994 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4995 else
4996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4999 IFS=$as_save_IFS
5000 test -z "$as_dir" && as_dir=.
5001 for ac_exec_ext in '' $ac_executable_extensions; do
5002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5003 ac_cv_prog_RSVG="$ac_prog"
5004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5005 break 2
5007 done
5008 done
5009 IFS=$as_save_IFS
5013 RSVG=$ac_cv_prog_RSVG
5014 if test -n "$RSVG"; then
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5016 $as_echo "$RSVG" >&6; }
5017 else
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5019 $as_echo "no" >&6; }
5023 test -n "$RSVG" && break
5024 done
5025 test -n "$RSVG" || RSVG="false"
5027 for ac_prog in icotool
5029 # Extract the first word of "$ac_prog", so it can be a program name with args.
5030 set dummy $ac_prog; ac_word=$2
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5032 $as_echo_n "checking for $ac_word... " >&6; }
5033 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5034 $as_echo_n "(cached) " >&6
5035 else
5036 if test -n "$ICOTOOL"; then
5037 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5038 else
5039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5040 for as_dir in $PATH
5042 IFS=$as_save_IFS
5043 test -z "$as_dir" && as_dir=.
5044 for ac_exec_ext in '' $ac_executable_extensions; do
5045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5046 ac_cv_prog_ICOTOOL="$ac_prog"
5047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5048 break 2
5050 done
5051 done
5052 IFS=$as_save_IFS
5056 ICOTOOL=$ac_cv_prog_ICOTOOL
5057 if test -n "$ICOTOOL"; then
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5059 $as_echo "$ICOTOOL" >&6; }
5060 else
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5062 $as_echo "no" >&6; }
5066 test -n "$ICOTOOL" && break
5067 done
5068 test -n "$ICOTOOL" || ICOTOOL="false"
5071 if test "${enable_maintainer_mode+set}" = set
5072 then
5073 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5074 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5075 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5078 case $host_cpu in
5079 *i[3456789]86*)
5080 # Extract the first word of "prelink", so it can be a program name with args.
5081 set dummy prelink; ac_word=$2
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5083 $as_echo_n "checking for $ac_word... " >&6; }
5084 if test "${ac_cv_path_PRELINK+set}" = set; then :
5085 $as_echo_n "(cached) " >&6
5086 else
5087 case $PRELINK in
5088 [\\/]* | ?:[\\/]*)
5089 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5093 for as_dir in /sbin /usr/sbin $PATH
5095 IFS=$as_save_IFS
5096 test -z "$as_dir" && as_dir=.
5097 for ac_exec_ext in '' $ac_executable_extensions; do
5098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5099 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5101 break 2
5103 done
5104 done
5105 IFS=$as_save_IFS
5107 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5109 esac
5111 PRELINK=$ac_cv_path_PRELINK
5112 if test -n "$PRELINK"; then
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5114 $as_echo "$PRELINK" >&6; }
5115 else
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5117 $as_echo "no" >&6; }
5122 esac
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5126 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5127 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5128 $as_echo_n "(cached) " >&6
5129 else
5130 ac_check_lib_save_LIBS=$LIBS
5131 LIBS="-li386 $LIBS"
5132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5133 /* end confdefs.h. */
5135 /* Override any GCC internal prototype to avoid an error.
5136 Use char because int might match the return type of a GCC
5137 builtin and then its argument prototype would still apply. */
5138 #ifdef __cplusplus
5139 extern "C"
5140 #endif
5141 char i386_set_ldt ();
5143 main ()
5145 return i386_set_ldt ();
5147 return 0;
5149 _ACEOF
5150 if ac_fn_c_try_link "$LINENO"; then :
5151 ac_cv_lib_i386_i386_set_ldt=yes
5152 else
5153 ac_cv_lib_i386_i386_set_ldt=no
5155 rm -f core conftest.err conftest.$ac_objext \
5156 conftest$ac_exeext conftest.$ac_ext
5157 LIBS=$ac_check_lib_save_LIBS
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5160 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5161 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5162 cat >>confdefs.h <<_ACEOF
5163 #define HAVE_LIBI386 1
5164 _ACEOF
5166 LIBS="-li386 $LIBS"
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5171 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5172 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5173 $as_echo_n "(cached) " >&6
5174 else
5175 ac_check_lib_save_LIBS=$LIBS
5176 LIBS="-lossaudio $LIBS"
5177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5178 /* end confdefs.h. */
5180 /* Override any GCC internal prototype to avoid an error.
5181 Use char because int might match the return type of a GCC
5182 builtin and then its argument prototype would still apply. */
5183 #ifdef __cplusplus
5184 extern "C"
5185 #endif
5186 char _oss_ioctl ();
5188 main ()
5190 return _oss_ioctl ();
5192 return 0;
5194 _ACEOF
5195 if ac_fn_c_try_link "$LINENO"; then :
5196 ac_cv_lib_ossaudio__oss_ioctl=yes
5197 else
5198 ac_cv_lib_ossaudio__oss_ioctl=no
5200 rm -f core conftest.err conftest.$ac_objext \
5201 conftest$ac_exeext conftest.$ac_ext
5202 LIBS=$ac_check_lib_save_LIBS
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5205 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5206 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5207 cat >>confdefs.h <<_ACEOF
5208 #define HAVE_LIBOSSAUDIO 1
5209 _ACEOF
5211 LIBS="-lossaudio $LIBS"
5216 XLIB=""
5218 OPENGL_LIBS=""
5222 # Check whether --enable-largefile was given.
5223 if test "${enable_largefile+set}" = set; then :
5224 enableval=$enable_largefile;
5227 if test "$enable_largefile" != no; then
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5230 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5231 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5232 $as_echo_n "(cached) " >&6
5233 else
5234 ac_cv_sys_largefile_CC=no
5235 if test "$GCC" != yes; then
5236 ac_save_CC=$CC
5237 while :; do
5238 # IRIX 6.2 and later do not support large files by default,
5239 # so use the C compiler's -n32 option if that helps.
5240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5241 /* end confdefs.h. */
5242 #include <sys/types.h>
5243 /* Check that off_t can represent 2**63 - 1 correctly.
5244 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5245 since some C++ compilers masquerading as C compilers
5246 incorrectly reject 9223372036854775807. */
5247 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5248 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5249 && LARGE_OFF_T % 2147483647 == 1)
5250 ? 1 : -1];
5252 main ()
5256 return 0;
5258 _ACEOF
5259 if ac_fn_c_try_compile "$LINENO"; then :
5260 break
5262 rm -f core conftest.err conftest.$ac_objext
5263 CC="$CC -n32"
5264 if ac_fn_c_try_compile "$LINENO"; then :
5265 ac_cv_sys_largefile_CC=' -n32'; break
5267 rm -f core conftest.err conftest.$ac_objext
5268 break
5269 done
5270 CC=$ac_save_CC
5271 rm -f conftest.$ac_ext
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5275 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5276 if test "$ac_cv_sys_largefile_CC" != no; then
5277 CC=$CC$ac_cv_sys_largefile_CC
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5281 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5282 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5283 $as_echo_n "(cached) " >&6
5284 else
5285 while :; do
5286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5287 /* end confdefs.h. */
5288 #include <sys/types.h>
5289 /* Check that off_t can represent 2**63 - 1 correctly.
5290 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5291 since some C++ compilers masquerading as C compilers
5292 incorrectly reject 9223372036854775807. */
5293 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5294 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5295 && LARGE_OFF_T % 2147483647 == 1)
5296 ? 1 : -1];
5298 main ()
5302 return 0;
5304 _ACEOF
5305 if ac_fn_c_try_compile "$LINENO"; then :
5306 ac_cv_sys_file_offset_bits=no; break
5308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5310 /* end confdefs.h. */
5311 #define _FILE_OFFSET_BITS 64
5312 #include <sys/types.h>
5313 /* Check that off_t can represent 2**63 - 1 correctly.
5314 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5315 since some C++ compilers masquerading as C compilers
5316 incorrectly reject 9223372036854775807. */
5317 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5318 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5319 && LARGE_OFF_T % 2147483647 == 1)
5320 ? 1 : -1];
5322 main ()
5326 return 0;
5328 _ACEOF
5329 if ac_fn_c_try_compile "$LINENO"; then :
5330 ac_cv_sys_file_offset_bits=64; break
5332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5333 ac_cv_sys_file_offset_bits=unknown
5334 break
5335 done
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5338 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5339 case $ac_cv_sys_file_offset_bits in #(
5340 no | unknown) ;;
5342 cat >>confdefs.h <<_ACEOF
5343 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5344 _ACEOF
5346 esac
5347 rm -rf conftest*
5348 if test $ac_cv_sys_file_offset_bits = unknown; then
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5350 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5351 if test "${ac_cv_sys_large_files+set}" = set; then :
5352 $as_echo_n "(cached) " >&6
5353 else
5354 while :; do
5355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5356 /* end confdefs.h. */
5357 #include <sys/types.h>
5358 /* Check that off_t can represent 2**63 - 1 correctly.
5359 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5360 since some C++ compilers masquerading as C compilers
5361 incorrectly reject 9223372036854775807. */
5362 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5363 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5364 && LARGE_OFF_T % 2147483647 == 1)
5365 ? 1 : -1];
5367 main ()
5371 return 0;
5373 _ACEOF
5374 if ac_fn_c_try_compile "$LINENO"; then :
5375 ac_cv_sys_large_files=no; break
5377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5379 /* end confdefs.h. */
5380 #define _LARGE_FILES 1
5381 #include <sys/types.h>
5382 /* Check that off_t can represent 2**63 - 1 correctly.
5383 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5384 since some C++ compilers masquerading as C compilers
5385 incorrectly reject 9223372036854775807. */
5386 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5387 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5388 && LARGE_OFF_T % 2147483647 == 1)
5389 ? 1 : -1];
5391 main ()
5395 return 0;
5397 _ACEOF
5398 if ac_fn_c_try_compile "$LINENO"; then :
5399 ac_cv_sys_large_files=1; break
5401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5402 ac_cv_sys_large_files=unknown
5403 break
5404 done
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5407 $as_echo "$ac_cv_sys_large_files" >&6; }
5408 case $ac_cv_sys_large_files in #(
5409 no | unknown) ;;
5411 cat >>confdefs.h <<_ACEOF
5412 #define _LARGE_FILES $ac_cv_sys_large_files
5413 _ACEOF
5415 esac
5416 rm -rf conftest*
5421 ac_ext=c
5422 ac_cpp='$CPP $CPPFLAGS'
5423 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5424 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5425 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5427 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5428 # On Suns, sometimes $CPP names a directory.
5429 if test -n "$CPP" && test -d "$CPP"; then
5430 CPP=
5432 if test -z "$CPP"; then
5433 if test "${ac_cv_prog_CPP+set}" = set; then :
5434 $as_echo_n "(cached) " >&6
5435 else
5436 # Double quotes because CPP needs to be expanded
5437 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5439 ac_preproc_ok=false
5440 for ac_c_preproc_warn_flag in '' yes
5442 # Use a header file that comes with gcc, so configuring glibc
5443 # with a fresh cross-compiler works.
5444 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5445 # <limits.h> exists even on freestanding compilers.
5446 # On the NeXT, cc -E runs the code through the compiler's parser,
5447 # not just through cpp. "Syntax error" is here to catch this case.
5448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5449 /* end confdefs.h. */
5450 #ifdef __STDC__
5451 # include <limits.h>
5452 #else
5453 # include <assert.h>
5454 #endif
5455 Syntax error
5456 _ACEOF
5457 if ac_fn_c_try_cpp "$LINENO"; then :
5459 else
5460 # Broken: fails on valid input.
5461 continue
5463 rm -f conftest.err conftest.$ac_ext
5465 # OK, works on sane cases. Now check whether nonexistent headers
5466 # can be detected and how.
5467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5468 /* end confdefs.h. */
5469 #include <ac_nonexistent.h>
5470 _ACEOF
5471 if ac_fn_c_try_cpp "$LINENO"; then :
5472 # Broken: success on invalid input.
5473 continue
5474 else
5475 # Passes both tests.
5476 ac_preproc_ok=:
5477 break
5479 rm -f conftest.err conftest.$ac_ext
5481 done
5482 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5483 rm -f conftest.err conftest.$ac_ext
5484 if $ac_preproc_ok; then :
5485 break
5488 done
5489 ac_cv_prog_CPP=$CPP
5492 CPP=$ac_cv_prog_CPP
5493 else
5494 ac_cv_prog_CPP=$CPP
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5497 $as_echo "$CPP" >&6; }
5498 ac_preproc_ok=false
5499 for ac_c_preproc_warn_flag in '' yes
5501 # Use a header file that comes with gcc, so configuring glibc
5502 # with a fresh cross-compiler works.
5503 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5504 # <limits.h> exists even on freestanding compilers.
5505 # On the NeXT, cc -E runs the code through the compiler's parser,
5506 # not just through cpp. "Syntax error" is here to catch this case.
5507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5508 /* end confdefs.h. */
5509 #ifdef __STDC__
5510 # include <limits.h>
5511 #else
5512 # include <assert.h>
5513 #endif
5514 Syntax error
5515 _ACEOF
5516 if ac_fn_c_try_cpp "$LINENO"; then :
5518 else
5519 # Broken: fails on valid input.
5520 continue
5522 rm -f conftest.err conftest.$ac_ext
5524 # OK, works on sane cases. Now check whether nonexistent headers
5525 # can be detected and how.
5526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5527 /* end confdefs.h. */
5528 #include <ac_nonexistent.h>
5529 _ACEOF
5530 if ac_fn_c_try_cpp "$LINENO"; then :
5531 # Broken: success on invalid input.
5532 continue
5533 else
5534 # Passes both tests.
5535 ac_preproc_ok=:
5536 break
5538 rm -f conftest.err conftest.$ac_ext
5540 done
5541 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5542 rm -f conftest.err conftest.$ac_ext
5543 if $ac_preproc_ok; then :
5545 else
5546 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5547 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5548 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5549 See \`config.log' for more details." "$LINENO" 5; }
5552 ac_ext=c
5553 ac_cpp='$CPP $CPPFLAGS'
5554 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5555 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5556 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5560 $as_echo_n "checking for ANSI C header files... " >&6; }
5561 if test "${ac_cv_header_stdc+set}" = set; then :
5562 $as_echo_n "(cached) " >&6
5563 else
5564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5565 /* end confdefs.h. */
5566 #include <stdlib.h>
5567 #include <stdarg.h>
5568 #include <string.h>
5569 #include <float.h>
5572 main ()
5576 return 0;
5578 _ACEOF
5579 if ac_fn_c_try_compile "$LINENO"; then :
5580 ac_cv_header_stdc=yes
5581 else
5582 ac_cv_header_stdc=no
5584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5586 if test $ac_cv_header_stdc = yes; then
5587 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5589 /* end confdefs.h. */
5590 #include <string.h>
5592 _ACEOF
5593 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5594 $EGREP "memchr" >/dev/null 2>&1; then :
5596 else
5597 ac_cv_header_stdc=no
5599 rm -f conftest*
5603 if test $ac_cv_header_stdc = yes; then
5604 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5606 /* end confdefs.h. */
5607 #include <stdlib.h>
5609 _ACEOF
5610 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5611 $EGREP "free" >/dev/null 2>&1; then :
5613 else
5614 ac_cv_header_stdc=no
5616 rm -f conftest*
5620 if test $ac_cv_header_stdc = yes; then
5621 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5622 if test "$cross_compiling" = yes; then :
5624 else
5625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5626 /* end confdefs.h. */
5627 #include <ctype.h>
5628 #include <stdlib.h>
5629 #if ((' ' & 0x0FF) == 0x020)
5630 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5631 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5632 #else
5633 # define ISLOWER(c) \
5634 (('a' <= (c) && (c) <= 'i') \
5635 || ('j' <= (c) && (c) <= 'r') \
5636 || ('s' <= (c) && (c) <= 'z'))
5637 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5638 #endif
5640 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5642 main ()
5644 int i;
5645 for (i = 0; i < 256; i++)
5646 if (XOR (islower (i), ISLOWER (i))
5647 || toupper (i) != TOUPPER (i))
5648 return 2;
5649 return 0;
5651 _ACEOF
5652 if ac_fn_c_try_run "$LINENO"; then :
5654 else
5655 ac_cv_header_stdc=no
5657 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5658 conftest.$ac_objext conftest.beam conftest.$ac_ext
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5664 $as_echo "$ac_cv_header_stdc" >&6; }
5665 if test $ac_cv_header_stdc = yes; then
5667 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5671 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5672 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5673 inttypes.h stdint.h unistd.h
5674 do :
5675 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5676 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5678 eval as_val=\$$as_ac_Header
5679 if test "x$as_val" = x""yes; then :
5680 cat >>confdefs.h <<_ACEOF
5681 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5682 _ACEOF
5686 done
5689 for ac_header in \
5690 AL/al.h \
5691 AudioUnit/AudioUnit.h \
5692 Carbon/Carbon.h \
5693 CoreAudio/CoreAudio.h \
5694 DiskArbitration/DiskArbitration.h \
5695 IOKit/IOKitLib.h \
5696 IOKit/hid/IOHIDLib.h \
5697 OpenAL/al.h \
5698 alias.h \
5699 alsa/asoundlib.h \
5700 arpa/inet.h \
5701 arpa/nameser.h \
5702 asm/types.h \
5703 capi20.h \
5704 curses.h \
5705 direct.h \
5706 dirent.h \
5707 dlfcn.h \
5708 elf.h \
5709 float.h \
5710 fnmatch.h \
5711 fontconfig/fontconfig.h \
5712 getopt.h \
5713 grp.h \
5714 gsm.h \
5715 gsm/gsm.h \
5716 ieeefp.h \
5717 inet/mib2.h \
5718 io.h \
5719 jack/jack.h \
5720 jpeglib.h \
5721 kstat.h \
5722 lber.h \
5723 lcms.h \
5724 lcms/lcms.h \
5725 ldap.h \
5726 libaudioio.h \
5727 link.h \
5728 linux/cdrom.h \
5729 linux/compiler.h \
5730 linux/hdreg.h \
5731 linux/input.h \
5732 linux/ioctl.h \
5733 linux/joystick.h \
5734 linux/major.h \
5735 linux/param.h \
5736 linux/serial.h \
5737 linux/types.h \
5738 linux/ucdrom.h \
5739 mach-o/nlist.h \
5740 mach/mach.h \
5741 mach/machine.h \
5742 machine/cpu.h \
5743 machine/limits.h \
5744 machine/soundcard.h \
5745 mntent.h \
5746 mpg123.h \
5747 ncurses.h \
5748 netdb.h \
5749 netinet/in.h \
5750 netinet/in_systm.h \
5751 netinet/tcp.h \
5752 netinet/tcp_fsm.h \
5753 openssl/err.h \
5754 openssl/ssl.h \
5755 png.h \
5756 poll.h \
5757 port.h \
5758 process.h \
5759 pthread.h \
5760 pwd.h \
5761 regex.h \
5762 sched.h \
5763 scsi/scsi.h \
5764 scsi/scsi_ioctl.h \
5765 scsi/sg.h \
5766 soundcard.h \
5767 stdbool.h \
5768 stdint.h \
5769 strings.h \
5770 stropts.h \
5771 sys/asoundlib.h \
5772 sys/cdio.h \
5773 sys/elf32.h \
5774 sys/epoll.h \
5775 sys/errno.h \
5776 sys/event.h \
5777 sys/exec_elf.h \
5778 sys/filio.h \
5779 sys/inotify.h \
5780 sys/ioctl.h \
5781 sys/ipc.h \
5782 sys/limits.h \
5783 sys/link.h \
5784 sys/mman.h \
5785 sys/modem.h \
5786 sys/msg.h \
5787 sys/mtio.h \
5788 sys/param.h \
5789 sys/poll.h \
5790 sys/prctl.h \
5791 sys/protosw.h \
5792 sys/ptrace.h \
5793 sys/resource.h \
5794 sys/scsiio.h \
5795 sys/shm.h \
5796 sys/signal.h \
5797 sys/socket.h \
5798 sys/socketvar.h \
5799 sys/sockio.h \
5800 sys/soundcard.h \
5801 sys/statvfs.h \
5802 sys/strtio.h \
5803 sys/syscall.h \
5804 sys/tihdr.h \
5805 sys/time.h \
5806 sys/timeout.h \
5807 sys/times.h \
5808 sys/uio.h \
5809 sys/un.h \
5810 sys/utsname.h \
5811 sys/vm86.h \
5812 sys/wait.h \
5813 syscall.h \
5814 termios.h \
5815 unistd.h \
5816 utime.h \
5817 valgrind/memcheck.h \
5818 valgrind/valgrind.h \
5819 zlib.h
5821 do :
5822 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5823 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5824 eval as_val=\$$as_ac_Header
5825 if test "x$as_val" = x""yes; then :
5826 cat >>confdefs.h <<_ACEOF
5827 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5828 _ACEOF
5832 done
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5835 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5836 if test "${ac_cv_header_stat_broken+set}" = set; then :
5837 $as_echo_n "(cached) " >&6
5838 else
5839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5840 /* end confdefs.h. */
5841 #include <sys/types.h>
5842 #include <sys/stat.h>
5844 #if defined S_ISBLK && defined S_IFDIR
5845 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5846 #endif
5848 #if defined S_ISBLK && defined S_IFCHR
5849 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5850 #endif
5852 #if defined S_ISLNK && defined S_IFREG
5853 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5854 #endif
5856 #if defined S_ISSOCK && defined S_IFREG
5857 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5858 #endif
5860 _ACEOF
5861 if ac_fn_c_try_compile "$LINENO"; then :
5862 ac_cv_header_stat_broken=no
5863 else
5864 ac_cv_header_stat_broken=yes
5866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5869 $as_echo "$ac_cv_header_stat_broken" >&6; }
5870 if test $ac_cv_header_stat_broken = yes; then
5872 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5878 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5879 do :
5880 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5881 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5882 #ifdef HAVE_SYS_PARAM_H
5883 # include <sys/param.h>
5884 #endif
5886 eval as_val=\$$as_ac_Header
5887 if test "x$as_val" = x""yes; then :
5888 cat >>confdefs.h <<_ACEOF
5889 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5890 _ACEOF
5894 done
5897 for ac_header in \
5898 netinet/ip.h \
5899 net/if.h \
5900 net/if_arp.h \
5901 net/if_dl.h \
5902 net/if_types.h \
5903 net/route.h \
5904 netinet/if_ether.h \
5905 netinet/if_inarp.h \
5906 netinet/in_pcb.h \
5907 netinet/ip_icmp.h \
5908 netinet/ip_var.h \
5909 netinet/udp.h \
5910 netipx/ipx.h \
5912 do :
5913 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5914 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5915 #ifdef HAVE_SYS_SOCKET_H
5916 # include <sys/socket.h>
5917 #endif
5918 #ifdef HAVE_SYS_SOCKETVAR_H
5919 # include <sys/socketvar.h>
5920 #endif
5921 #ifdef HAVE_NET_ROUTE_H
5922 # include <net/route.h>
5923 #endif
5924 #ifdef HAVE_NETINET_IN_H
5925 # include <netinet/in.h>
5926 #endif
5927 #ifdef HAVE_NETINET_IN_SYSTM_H
5928 # include <netinet/in_systm.h>
5929 #endif
5930 #ifdef HAVE_NET_IF_H
5931 # include <net/if.h>
5932 #endif
5933 #ifdef HAVE_NETINET_IP_H
5934 # include <netinet/ip.h>
5935 #endif
5937 eval as_val=\$$as_ac_Header
5938 if test "x$as_val" = x""yes; then :
5939 cat >>confdefs.h <<_ACEOF
5940 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5941 _ACEOF
5945 done
5948 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5949 do :
5950 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5951 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5952 #ifdef HAVE_ALIAS_H
5953 # include <alias.h>
5954 #endif
5955 #ifdef HAVE_SYS_SOCKET_H
5956 # include <sys/socket.h>
5957 #endif
5958 #ifdef HAVE_SYS_SOCKETVAR_H
5959 # include <sys/socketvar.h>
5960 #endif
5961 #ifdef HAVE_SYS_TIMEOUT_H
5962 # include <sys/timeout.h>
5963 #endif
5964 #ifdef HAVE_NETINET_IN_H
5965 # include <netinet/in.h>
5966 #endif
5967 #ifdef HAVE_NETINET_IN_SYSTM_H
5968 # include <netinet/in_systm.h>
5969 #endif
5970 #ifdef HAVE_NETINET_IP_H
5971 # include <netinet/ip.h>
5972 #endif
5973 #ifdef HAVE_NETINET_IP_VAR_H
5974 # include <netinet/ip_var.h>
5975 #endif
5976 #ifdef HAVE_NETINET_IP_ICMP_H
5977 # include <netinet/ip_icmp.h>
5978 #endif
5979 #ifdef HAVE_NETINET_UDP_H
5980 # include <netinet/udp.h>
5981 #endif
5982 #ifdef HAVE_NETINET_TCP_H
5983 # include <netinet/tcp.h>
5984 #endif
5985 #ifdef HAVE_NETINET_TCP_TIMER_H
5986 #include <netinet/tcp_timer.h>
5987 #endif
5989 eval as_val=\$$as_ac_Header
5990 if test "x$as_val" = x""yes; then :
5991 cat >>confdefs.h <<_ACEOF
5992 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5993 _ACEOF
5997 done
6000 for ac_header in linux/ipx.h linux/irda.h
6001 do :
6002 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6003 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6004 #ifdef HAVE_ASM_TYPES_H
6005 # include <asm/types.h>
6006 #endif
6007 #ifdef HAVE_SYS_SOCKET_H
6008 # include <sys/socket.h>
6009 #endif
6010 #ifdef HAVE_LINUX_TYPES_H
6011 # include <linux/types.h>
6012 #endif
6014 eval as_val=\$$as_ac_Header
6015 if test "x$as_val" = x""yes; then :
6016 cat >>confdefs.h <<_ACEOF
6017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6018 _ACEOF
6022 done
6025 for ac_header in mach-o/dyld_images.h
6026 do :
6027 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6028 # include <stdbool.h>
6029 #endif
6030 #ifdef HAVE_STDINT_H
6031 # include <stdint.h>
6032 #endif
6034 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6035 cat >>confdefs.h <<_ACEOF
6036 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6037 _ACEOF
6041 done
6044 for ac_header in resolv.h
6045 do :
6046 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6047 #ifdef HAVE_SYS_SOCKET_H
6048 # include <sys/socket.h>
6049 #endif
6050 #ifdef HAVE_NETINET_IN_H
6051 # include <netinet/in.h>
6052 #endif
6053 #ifdef HAVE_ARPA_NAMESER_H
6054 # include <arpa/nameser.h>
6055 #endif
6057 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6058 cat >>confdefs.h <<_ACEOF
6059 #define HAVE_RESOLV_H 1
6060 _ACEOF
6064 done
6067 for ac_header in ucontext.h
6068 do :
6069 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6071 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6072 cat >>confdefs.h <<_ACEOF
6073 #define HAVE_UCONTEXT_H 1
6074 _ACEOF
6078 done
6081 for ac_header in sys/thr.h
6082 do :
6083 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6084 #ifdef HAVE_UCONTEXT_H
6085 #include <ucontext.h>
6086 #endif
6088 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6089 cat >>confdefs.h <<_ACEOF
6090 #define HAVE_SYS_THR_H 1
6091 _ACEOF
6095 done
6098 for ac_header in pthread_np.h
6099 do :
6100 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6101 #include <pthread.h>
6102 #endif
6104 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6105 cat >>confdefs.h <<_ACEOF
6106 #define HAVE_PTHREAD_NP_H 1
6107 _ACEOF
6111 done
6114 for ac_header in linux/videodev.h
6115 do :
6116 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6117 #include <sys/time.h>
6118 #endif
6119 #include <sys/types.h>
6120 #ifdef HAVE_ASM_TYPES_H
6121 #include <asm/types.h>
6122 #endif
6124 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6125 cat >>confdefs.h <<_ACEOF
6126 #define HAVE_LINUX_VIDEODEV_H 1
6127 _ACEOF
6131 done
6134 for ac_header in linux/capi.h
6135 do :
6136 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6138 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6139 cat >>confdefs.h <<_ACEOF
6140 #define HAVE_LINUX_CAPI_H 1
6141 _ACEOF
6145 done
6149 DLLEXT=""
6151 DLLFLAGS="-D_REENTRANT"
6153 LDSHARED=""
6155 LDDLLFLAGS=""
6157 LIBEXT="so"
6159 IMPLIBEXT="def"
6161 LDRPATH_INSTALL=""
6163 LDRPATH_LOCAL=""
6165 # Extract the first word of "ldd", so it can be a program name with args.
6166 set dummy ldd; ac_word=$2
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6168 $as_echo_n "checking for $ac_word... " >&6; }
6169 if test "${ac_cv_path_LDD+set}" = set; then :
6170 $as_echo_n "(cached) " >&6
6171 else
6172 case $LDD in
6173 [\\/]* | ?:[\\/]*)
6174 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6178 as_dummy="/sbin:/usr/sbin:$PATH"
6179 for as_dir in $as_dummy
6181 IFS=$as_save_IFS
6182 test -z "$as_dir" && as_dir=.
6183 for ac_exec_ext in '' $ac_executable_extensions; do
6184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6185 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6187 break 2
6189 done
6190 done
6191 IFS=$as_save_IFS
6193 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6195 esac
6197 LDD=$ac_cv_path_LDD
6198 if test -n "$LDD"; then
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6200 $as_echo "$LDD" >&6; }
6201 else
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6203 $as_echo "no" >&6; }
6208 case $host_os in
6209 cygwin*|mingw32*)
6210 if test -n "$ac_tool_prefix"; then
6211 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6212 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6214 $as_echo_n "checking for $ac_word... " >&6; }
6215 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6216 $as_echo_n "(cached) " >&6
6217 else
6218 if test -n "$DLLTOOL"; then
6219 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6220 else
6221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6222 for as_dir in $PATH
6224 IFS=$as_save_IFS
6225 test -z "$as_dir" && as_dir=.
6226 for ac_exec_ext in '' $ac_executable_extensions; do
6227 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6228 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6230 break 2
6232 done
6233 done
6234 IFS=$as_save_IFS
6238 DLLTOOL=$ac_cv_prog_DLLTOOL
6239 if test -n "$DLLTOOL"; then
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6241 $as_echo "$DLLTOOL" >&6; }
6242 else
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6244 $as_echo "no" >&6; }
6249 if test -z "$ac_cv_prog_DLLTOOL"; then
6250 ac_ct_DLLTOOL=$DLLTOOL
6251 # Extract the first word of "dlltool", so it can be a program name with args.
6252 set dummy dlltool; ac_word=$2
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6254 $as_echo_n "checking for $ac_word... " >&6; }
6255 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6256 $as_echo_n "(cached) " >&6
6257 else
6258 if test -n "$ac_ct_DLLTOOL"; then
6259 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6260 else
6261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6262 for as_dir in $PATH
6264 IFS=$as_save_IFS
6265 test -z "$as_dir" && as_dir=.
6266 for ac_exec_ext in '' $ac_executable_extensions; do
6267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6268 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6270 break 2
6272 done
6273 done
6274 IFS=$as_save_IFS
6278 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6279 if test -n "$ac_ct_DLLTOOL"; then
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6281 $as_echo "$ac_ct_DLLTOOL" >&6; }
6282 else
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6284 $as_echo "no" >&6; }
6287 if test "x$ac_ct_DLLTOOL" = x; then
6288 DLLTOOL="false"
6289 else
6290 case $cross_compiling:$ac_tool_warned in
6291 yes:)
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6293 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6294 ac_tool_warned=yes ;;
6295 esac
6296 DLLTOOL=$ac_ct_DLLTOOL
6298 else
6299 DLLTOOL="$ac_cv_prog_DLLTOOL"
6302 if test -n "$ac_tool_prefix"; then
6303 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6304 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6306 $as_echo_n "checking for $ac_word... " >&6; }
6307 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6308 $as_echo_n "(cached) " >&6
6309 else
6310 if test -n "$DLLWRAP"; then
6311 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6312 else
6313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6314 for as_dir in $PATH
6316 IFS=$as_save_IFS
6317 test -z "$as_dir" && as_dir=.
6318 for ac_exec_ext in '' $ac_executable_extensions; do
6319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6320 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6322 break 2
6324 done
6325 done
6326 IFS=$as_save_IFS
6330 DLLWRAP=$ac_cv_prog_DLLWRAP
6331 if test -n "$DLLWRAP"; then
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6333 $as_echo "$DLLWRAP" >&6; }
6334 else
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6336 $as_echo "no" >&6; }
6341 if test -z "$ac_cv_prog_DLLWRAP"; then
6342 ac_ct_DLLWRAP=$DLLWRAP
6343 # Extract the first word of "dllwrap", so it can be a program name with args.
6344 set dummy dllwrap; ac_word=$2
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6346 $as_echo_n "checking for $ac_word... " >&6; }
6347 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6348 $as_echo_n "(cached) " >&6
6349 else
6350 if test -n "$ac_ct_DLLWRAP"; then
6351 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6352 else
6353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6354 for as_dir in $PATH
6356 IFS=$as_save_IFS
6357 test -z "$as_dir" && as_dir=.
6358 for ac_exec_ext in '' $ac_executable_extensions; do
6359 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6360 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6362 break 2
6364 done
6365 done
6366 IFS=$as_save_IFS
6370 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6371 if test -n "$ac_ct_DLLWRAP"; then
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6373 $as_echo "$ac_ct_DLLWRAP" >&6; }
6374 else
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6376 $as_echo "no" >&6; }
6379 if test "x$ac_ct_DLLWRAP" = x; then
6380 DLLWRAP="false"
6381 else
6382 case $cross_compiling:$ac_tool_warned in
6383 yes:)
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6385 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6386 ac_tool_warned=yes ;;
6387 esac
6388 DLLWRAP=$ac_ct_DLLWRAP
6390 else
6391 DLLWRAP="$ac_cv_prog_DLLWRAP"
6394 if test "$DLLWRAP" = "false"; then
6395 LIBEXT="a"
6396 else
6397 LIBEXT="dll"
6399 IMPLIBEXT="a"
6400 enable_iphlpapi=${enable_iphlpapi:-no}
6401 enable_kernel32=${enable_kernel32:-no}
6402 enable_msvcrt=${enable_msvcrt:-no}
6403 enable_ntdll=${enable_ntdll:-no}
6404 enable_ws2_32=${enable_ws2_32:-no}
6405 enable_loader=${enable_loader:-no}
6406 enable_server=${enable_server:-no}
6407 with_x=${with_x:-no}
6408 with_pthread=${with_pthread:-no}
6410 darwin*|macosx*)
6411 DLLEXT=".so"
6412 LIBEXT="dylib"
6413 DLLFLAGS="$DLLFLAGS -fPIC"
6414 LDDLLFLAGS="-bundle -multiply_defined suppress"
6415 LIBWINE_LDFLAGS="-multiply_defined suppress"
6416 LDSHARED="\$(CC) -dynamiclib"
6417 STRIP="$STRIP -x"
6418 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6419 SECURITYLIB="-framework Security -framework CoreFoundation"
6421 COREFOUNDATIONLIB="-framework CoreFoundation"
6423 IOKITLIB="-framework IOKit -framework CoreFoundation"
6425 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6427 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6428 then
6429 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6432 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6433 then
6434 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6437 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6438 then
6439 LIBOPENAL="-framework OpenAL"
6441 ac_cv_lib_openal_alGetSource3i=yes
6443 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6444 then
6445 ac_save_LIBS="$LIBS"
6446 LIBS="$LIBS $IOKITLIB"
6447 for ac_func in IOHIDManagerCreate
6448 do :
6449 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6450 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6451 cat >>confdefs.h <<_ACEOF
6452 #define HAVE_IOHIDMANAGERCREATE 1
6453 _ACEOF
6456 done
6458 LIBS="$ac_save_LIBS"
6460 case $host_cpu in
6461 *powerpc*)
6462 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6463 esac
6464 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6465 then
6466 CARBONLIB="-framework Carbon"
6468 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6470 if test "x$enable_win16" = "xyes"
6471 then
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6473 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6474 if test "$cross_compiling" = yes; then :
6475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6476 $as_echo "cross-compiling, assuming yes" >&6; }
6477 else
6478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6479 /* end confdefs.h. */
6480 asm(".text\n"
6481 "bad:\tnop;nop\n"
6482 "good:\tnop;nop\n\t"
6483 ".globl _testfunc\n"
6484 "_testfunc:\tcallw good");
6485 extern void testfunc();
6487 main ()
6489 unsigned short *p = (unsigned short *)testfunc;
6490 return p[0] != 0xe866 || p[1] != 0xfffa
6492 return 0;
6494 _ACEOF
6495 if ac_fn_c_try_run "$LINENO"; then :
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6497 $as_echo "yes" >&6; }
6498 else
6499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6500 $as_echo "no" >&6; }
6501 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
6503 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6504 conftest.$ac_objext conftest.beam conftest.$ac_ext
6510 DLLFLAGS="$DLLFLAGS -fPIC"
6511 DLLEXT=".so"
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6513 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6514 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6515 $as_echo_n "(cached) " >&6
6516 else
6517 ac_wine_try_cflags_saved=$CFLAGS
6518 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6520 /* end confdefs.h. */
6521 void myfunc() {}
6522 _ACEOF
6523 if ac_fn_c_try_link "$LINENO"; then :
6524 ac_cv_c_dll_gnuelf="yes"
6525 else
6526 ac_cv_c_dll_gnuelf="no"
6528 rm -f core conftest.err conftest.$ac_objext \
6529 conftest$ac_exeext conftest.$ac_ext
6530 CFLAGS=$ac_wine_try_cflags_saved
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6533 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6534 if test "$ac_cv_c_dll_gnuelf" = "yes"
6535 then
6536 LDSHARED="\$(CC) -shared"
6537 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6539 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6540 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6541 $as_echo_n "(cached) " >&6
6542 else
6543 ac_wine_try_cflags_saved=$CFLAGS
6544 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6546 /* end confdefs.h. */
6547 int main(int argc, char *argv) { return 0; }
6548 _ACEOF
6549 if ac_fn_c_try_link "$LINENO"; then :
6550 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6551 else
6552 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6554 rm -f core conftest.err conftest.$ac_objext \
6555 conftest$ac_exeext conftest.$ac_ext
6556 CFLAGS=$ac_wine_try_cflags_saved
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6559 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6560 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6561 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6562 else
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6564 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6565 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6566 $as_echo_n "(cached) " >&6
6567 else
6568 ac_wine_try_cflags_saved=$CFLAGS
6569 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6571 /* end confdefs.h. */
6572 int main(int argc, char *argv) { return 0; }
6573 _ACEOF
6574 if ac_fn_c_try_link "$LINENO"; then :
6575 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6576 else
6577 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6579 rm -f core conftest.err conftest.$ac_objext \
6580 conftest$ac_exeext conftest.$ac_ext
6581 CFLAGS=$ac_wine_try_cflags_saved
6583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6584 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6585 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6586 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6591 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6592 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6593 $as_echo_n "(cached) " >&6
6594 else
6595 ac_wine_try_cflags_saved=$CFLAGS
6596 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6598 /* end confdefs.h. */
6599 int main(int argc, char *argv) { return 0; }
6600 _ACEOF
6601 if ac_fn_c_try_link "$LINENO"; then :
6602 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6603 else
6604 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6606 rm -f core conftest.err conftest.$ac_objext \
6607 conftest$ac_exeext conftest.$ac_ext
6608 CFLAGS=$ac_wine_try_cflags_saved
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6611 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6612 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6613 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6616 { $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
6617 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6618 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6619 $as_echo_n "(cached) " >&6
6620 else
6621 ac_wine_try_cflags_saved=$CFLAGS
6622 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6624 /* end confdefs.h. */
6625 int main(int argc, char *argv) { return 0; }
6626 _ACEOF
6627 if ac_fn_c_try_link "$LINENO"; then :
6628 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6629 else
6630 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6632 rm -f core conftest.err conftest.$ac_objext \
6633 conftest$ac_exeext conftest.$ac_ext
6634 CFLAGS=$ac_wine_try_cflags_saved
6636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6637 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6638 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6639 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6642 echo '{ global: *; };' >conftest.map
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6644 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6645 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6646 $as_echo_n "(cached) " >&6
6647 else
6648 ac_wine_try_cflags_saved=$CFLAGS
6649 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6651 /* end confdefs.h. */
6652 int main(int argc, char *argv) { return 0; }
6653 _ACEOF
6654 if ac_fn_c_try_link "$LINENO"; then :
6655 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6656 else
6657 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6659 rm -f core conftest.err conftest.$ac_objext \
6660 conftest$ac_exeext conftest.$ac_ext
6661 CFLAGS=$ac_wine_try_cflags_saved
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6664 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6665 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6666 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6668 rm -f conftest.map
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6671 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6672 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6673 $as_echo_n "(cached) " >&6
6674 else
6675 ac_wine_try_cflags_saved=$CFLAGS
6676 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6678 /* end confdefs.h. */
6679 int main(int argc, char *argv) { return 0; }
6680 _ACEOF
6681 if ac_fn_c_try_link "$LINENO"; then :
6682 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6683 else
6684 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6686 rm -f core conftest.err conftest.$ac_objext \
6687 conftest$ac_exeext conftest.$ac_ext
6688 CFLAGS=$ac_wine_try_cflags_saved
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6691 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6692 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6693 LDEXECFLAGS="-Wl,--export-dynamic"
6697 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6699 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6700 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6701 $as_echo_n "(cached) " >&6
6702 else
6703 ac_wine_try_cflags_saved=$CFLAGS
6704 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6706 /* end confdefs.h. */
6707 int main(int argc, char *argv) { return 0; }
6708 _ACEOF
6709 if ac_fn_c_try_link "$LINENO"; then :
6710 eval "$as_ac_var=yes"
6711 else
6712 eval "$as_ac_var=no"
6714 rm -f core conftest.err conftest.$ac_objext \
6715 conftest$ac_exeext conftest.$ac_ext
6716 CFLAGS=$ac_wine_try_cflags_saved
6718 eval ac_res=\$$as_ac_var
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6720 $as_echo "$ac_res" >&6; }
6721 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6722 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6723 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6724 else
6725 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6727 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6728 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6729 $as_echo_n "(cached) " >&6
6730 else
6731 ac_wine_try_cflags_saved=$CFLAGS
6732 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6734 /* end confdefs.h. */
6735 int main(int argc, char *argv) { return 0; }
6736 _ACEOF
6737 if ac_fn_c_try_link "$LINENO"; then :
6738 eval "$as_ac_var=yes"
6739 else
6740 eval "$as_ac_var=no"
6742 rm -f core conftest.err conftest.$ac_objext \
6743 conftest$ac_exeext conftest.$ac_ext
6744 CFLAGS=$ac_wine_try_cflags_saved
6746 eval ac_res=\$$as_ac_var
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6748 $as_echo "$ac_res" >&6; }
6749 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6750 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6751 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6756 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6757 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6758 $as_echo_n "(cached) " >&6
6759 else
6760 ac_wine_try_cflags_saved=$CFLAGS
6761 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6763 /* end confdefs.h. */
6764 int main(int argc, char *argv) { return 0; }
6765 _ACEOF
6766 if ac_fn_c_try_link "$LINENO"; then :
6767 ac_cv_cflags__Wl___enable_new_dtags=yes
6768 else
6769 ac_cv_cflags__Wl___enable_new_dtags=no
6771 rm -f core conftest.err conftest.$ac_objext \
6772 conftest$ac_exeext conftest.$ac_ext
6773 CFLAGS=$ac_wine_try_cflags_saved
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6776 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6777 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6778 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6781 case $host_cpu in
6782 *i[3456789]86* | x86_64)
6783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6784 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6785 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6786 $as_echo_n "(cached) " >&6
6787 else
6788 ac_wine_try_cflags_saved=$CFLAGS
6789 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6791 /* end confdefs.h. */
6792 int main(int argc, char *argv) { return 0; }
6793 _ACEOF
6794 if ac_fn_c_try_link "$LINENO"; then :
6795 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6796 else
6797 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6799 rm -f core conftest.err conftest.$ac_objext \
6800 conftest$ac_exeext conftest.$ac_ext
6801 CFLAGS=$ac_wine_try_cflags_saved
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6804 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6805 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6806 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6809 esac
6811 else
6812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6813 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6814 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6815 $as_echo_n "(cached) " >&6
6816 else
6817 ac_wine_try_cflags_saved=$CFLAGS
6818 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6820 /* end confdefs.h. */
6821 void myfunc() {}
6822 _ACEOF
6823 if ac_fn_c_try_link "$LINENO"; then :
6824 ac_cv_c_dll_unixware="yes"
6825 else
6826 ac_cv_c_dll_unixware="no"
6828 rm -f core conftest.err conftest.$ac_objext \
6829 conftest$ac_exeext conftest.$ac_ext
6830 CFLAGS=$ac_wine_try_cflags_saved
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6833 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6834 if test "$ac_cv_c_dll_unixware" = "yes"
6835 then
6836 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6837 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6839 else
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6841 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6842 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6843 $as_echo_n "(cached) " >&6
6844 else
6845 ac_wine_try_cflags_saved=$CFLAGS
6846 CFLAGS="$CFLAGS -shared"
6847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6848 /* end confdefs.h. */
6849 void myfunc() {}
6850 _ACEOF
6851 if ac_fn_c_try_link "$LINENO"; then :
6852 ac_cv_c_dll_hpux="yes"
6853 else
6854 ac_cv_c_dll_hpux="no"
6856 rm -f core conftest.err conftest.$ac_objext \
6857 conftest$ac_exeext conftest.$ac_ext
6858 CFLAGS=$ac_wine_try_cflags_saved
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6861 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6862 if test "$ac_cv_c_dll_hpux" = "yes"
6863 then
6864 LIBEXT="sl"
6865 DLLEXT=".sl"
6866 LDDLLFLAGS="-shared -fPIC"
6867 LDSHARED="\$(CC) -shared"
6872 esac
6874 enable_winequartz_drv=${enable_winequartz_drv:-no}
6876 if test "$LIBEXT" = "a"; then
6877 as_fn_error "could not find a way to build shared libraries.
6878 It is currently not possible to build Wine without shared library
6879 (.so) support to allow transparent switch between .so and .dll files.
6880 If you are using Linux, you will need a newer binutils.
6881 " "$LINENO" 5
6884 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6885 then
6886 case "$host_cpu" in
6887 i[3456789]86*)
6888 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 " ;;
6889 x86_64)
6890 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6892 ac_prefix_list="" ;;
6893 esac
6894 for ac_prog in $ac_prefix_list
6896 # Extract the first word of "$ac_prog", so it can be a program name with args.
6897 set dummy $ac_prog; ac_word=$2
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6899 $as_echo_n "checking for $ac_word... " >&6; }
6900 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6901 $as_echo_n "(cached) " >&6
6902 else
6903 if test -n "$CROSSCC"; then
6904 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6905 else
6906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6907 for as_dir in $PATH
6909 IFS=$as_save_IFS
6910 test -z "$as_dir" && as_dir=.
6911 for ac_exec_ext in '' $ac_executable_extensions; do
6912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6913 ac_cv_prog_CROSSCC="$ac_prog"
6914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6915 break 2
6917 done
6918 done
6919 IFS=$as_save_IFS
6923 CROSSCC=$ac_cv_prog_CROSSCC
6924 if test -n "$CROSSCC"; then
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6926 $as_echo "$CROSSCC" >&6; }
6927 else
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6929 $as_echo "no" >&6; }
6933 test -n "$CROSSCC" && break
6934 done
6935 test -n "$CROSSCC" || CROSSCC="false"
6937 if test "$CROSSCC" != "false"
6938 then
6939 CROSSTEST="\$(CROSSTEST)"
6941 set x $CROSSCC
6942 shift
6943 target=""
6944 while test $# -ge 1
6946 case "$1" in
6947 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6948 esac
6949 shift
6950 done
6951 if test -n "$target"
6952 then
6953 CROSSTARGET="$target"
6960 if test "$ac_cv_header_pthread_h" = "yes"
6961 then
6962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6963 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6964 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6965 $as_echo_n "(cached) " >&6
6966 else
6967 ac_check_lib_save_LIBS=$LIBS
6968 LIBS="-lpthread $LIBS"
6969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6970 /* end confdefs.h. */
6972 /* Override any GCC internal prototype to avoid an error.
6973 Use char because int might match the return type of a GCC
6974 builtin and then its argument prototype would still apply. */
6975 #ifdef __cplusplus
6976 extern "C"
6977 #endif
6978 char pthread_create ();
6980 main ()
6982 return pthread_create ();
6984 return 0;
6986 _ACEOF
6987 if ac_fn_c_try_link "$LINENO"; then :
6988 ac_cv_lib_pthread_pthread_create=yes
6989 else
6990 ac_cv_lib_pthread_pthread_create=no
6992 rm -f core conftest.err conftest.$ac_objext \
6993 conftest$ac_exeext conftest.$ac_ext
6994 LIBS=$ac_check_lib_save_LIBS
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6997 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6998 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6999 LIBPTHREAD="-lpthread"
7004 if test "x$LIBPTHREAD" = "x"; then :
7005 case "x$with_pthread" in
7006 xno) ;;
7007 *) as_fn_error "pthread ${notice_platform}development files not found.
7008 Wine cannot support threads without libpthread.
7009 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7010 esac
7014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7015 $as_echo_n "checking for X... " >&6; }
7018 # Check whether --with-x was given.
7019 if test "${with_x+set}" = set; then :
7020 withval=$with_x;
7023 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7024 if test "x$with_x" = xno; then
7025 # The user explicitly disabled X.
7026 have_x=disabled
7027 else
7028 case $x_includes,$x_libraries in #(
7029 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7030 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7031 $as_echo_n "(cached) " >&6
7032 else
7033 # One or both of the vars are not set, and there is no cached value.
7034 ac_x_includes=no ac_x_libraries=no
7035 rm -f -r conftest.dir
7036 if mkdir conftest.dir; then
7037 cd conftest.dir
7038 cat >Imakefile <<'_ACEOF'
7039 incroot:
7040 @echo incroot='${INCROOT}'
7041 usrlibdir:
7042 @echo usrlibdir='${USRLIBDIR}'
7043 libdir:
7044 @echo libdir='${LIBDIR}'
7045 _ACEOF
7046 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7047 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7048 for ac_var in incroot usrlibdir libdir; do
7049 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7050 done
7051 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7052 for ac_extension in a so sl dylib la dll; do
7053 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7054 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7055 ac_im_usrlibdir=$ac_im_libdir; break
7057 done
7058 # Screen out bogus values from the imake configuration. They are
7059 # bogus both because they are the default anyway, and because
7060 # using them would break gcc on systems where it needs fixed includes.
7061 case $ac_im_incroot in
7062 /usr/include) ac_x_includes= ;;
7063 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7064 esac
7065 case $ac_im_usrlibdir in
7066 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7067 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7068 esac
7070 cd ..
7071 rm -f -r conftest.dir
7074 # Standard set of common directories for X headers.
7075 # Check X11 before X11Rn because it is often a symlink to the current release.
7076 ac_x_header_dirs='
7077 /usr/X11/include
7078 /usr/X11R7/include
7079 /usr/X11R6/include
7080 /usr/X11R5/include
7081 /usr/X11R4/include
7083 /usr/include/X11
7084 /usr/include/X11R7
7085 /usr/include/X11R6
7086 /usr/include/X11R5
7087 /usr/include/X11R4
7089 /usr/local/X11/include
7090 /usr/local/X11R7/include
7091 /usr/local/X11R6/include
7092 /usr/local/X11R5/include
7093 /usr/local/X11R4/include
7095 /usr/local/include/X11
7096 /usr/local/include/X11R7
7097 /usr/local/include/X11R6
7098 /usr/local/include/X11R5
7099 /usr/local/include/X11R4
7101 /usr/X386/include
7102 /usr/x386/include
7103 /usr/XFree86/include/X11
7105 /usr/include
7106 /usr/local/include
7107 /usr/unsupported/include
7108 /usr/athena/include
7109 /usr/local/x11r5/include
7110 /usr/lpp/Xamples/include
7112 /usr/openwin/include
7113 /usr/openwin/share/include'
7115 if test "$ac_x_includes" = no; then
7116 # Guess where to find include files, by looking for Xlib.h.
7117 # First, try using that file with no special directory specified.
7118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7119 /* end confdefs.h. */
7120 #include <X11/Xlib.h>
7121 _ACEOF
7122 if ac_fn_c_try_cpp "$LINENO"; then :
7123 # We can compile using X headers with no special include directory.
7124 ac_x_includes=
7125 else
7126 for ac_dir in $ac_x_header_dirs; do
7127 if test -r "$ac_dir/X11/Xlib.h"; then
7128 ac_x_includes=$ac_dir
7129 break
7131 done
7133 rm -f conftest.err conftest.$ac_ext
7134 fi # $ac_x_includes = no
7136 if test "$ac_x_libraries" = no; then
7137 # Check for the libraries.
7138 # See if we find them without any special options.
7139 # Don't add to $LIBS permanently.
7140 ac_save_LIBS=$LIBS
7141 LIBS="-lX11 $LIBS"
7142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7143 /* end confdefs.h. */
7144 #include <X11/Xlib.h>
7146 main ()
7148 XrmInitialize ()
7150 return 0;
7152 _ACEOF
7153 if ac_fn_c_try_link "$LINENO"; then :
7154 LIBS=$ac_save_LIBS
7155 # We can link X programs with no special library path.
7156 ac_x_libraries=
7157 else
7158 LIBS=$ac_save_LIBS
7159 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7161 # Don't even attempt the hair of trying to link an X program!
7162 for ac_extension in a so sl dylib la dll; do
7163 if test -r "$ac_dir/libX11.$ac_extension"; then
7164 ac_x_libraries=$ac_dir
7165 break 2
7167 done
7168 done
7170 rm -f core conftest.err conftest.$ac_objext \
7171 conftest$ac_exeext conftest.$ac_ext
7172 fi # $ac_x_libraries = no
7174 case $ac_x_includes,$ac_x_libraries in #(
7175 no,* | *,no | *\'*)
7176 # Didn't find X, or a directory has "'" in its name.
7177 ac_cv_have_x="have_x=no";; #(
7179 # Record where we found X for the cache.
7180 ac_cv_have_x="have_x=yes\
7181 ac_x_includes='$ac_x_includes'\
7182 ac_x_libraries='$ac_x_libraries'"
7183 esac
7185 ;; #(
7186 *) have_x=yes;;
7187 esac
7188 eval "$ac_cv_have_x"
7189 fi # $with_x != no
7191 if test "$have_x" != yes; then
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7193 $as_echo "$have_x" >&6; }
7194 no_x=yes
7195 else
7196 # If each of the values was on the command line, it overrides each guess.
7197 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7198 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7199 # Update the cache value to reflect the command line values.
7200 ac_cv_have_x="have_x=yes\
7201 ac_x_includes='$x_includes'\
7202 ac_x_libraries='$x_libraries'"
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7204 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7207 if test "$no_x" = yes; then
7208 # Not all programs may use this symbol, but it does not hurt to define it.
7210 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7212 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7213 else
7214 if test -n "$x_includes"; then
7215 X_CFLAGS="$X_CFLAGS -I$x_includes"
7218 # It would also be nice to do this for all -L options, not just this one.
7219 if test -n "$x_libraries"; then
7220 X_LIBS="$X_LIBS -L$x_libraries"
7221 # For Solaris; some versions of Sun CC require a space after -R and
7222 # others require no space. Words are not sufficient . . . .
7223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7224 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7225 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7226 ac_xsave_c_werror_flag=$ac_c_werror_flag
7227 ac_c_werror_flag=yes
7228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7229 /* end confdefs.h. */
7232 main ()
7236 return 0;
7238 _ACEOF
7239 if ac_fn_c_try_link "$LINENO"; then :
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7241 $as_echo "no" >&6; }
7242 X_LIBS="$X_LIBS -R$x_libraries"
7243 else
7244 LIBS="$ac_xsave_LIBS -R $x_libraries"
7245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7246 /* end confdefs.h. */
7249 main ()
7253 return 0;
7255 _ACEOF
7256 if ac_fn_c_try_link "$LINENO"; then :
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7258 $as_echo "yes" >&6; }
7259 X_LIBS="$X_LIBS -R $x_libraries"
7260 else
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7262 $as_echo "neither works" >&6; }
7264 rm -f core conftest.err conftest.$ac_objext \
7265 conftest$ac_exeext conftest.$ac_ext
7267 rm -f core conftest.err conftest.$ac_objext \
7268 conftest$ac_exeext conftest.$ac_ext
7269 ac_c_werror_flag=$ac_xsave_c_werror_flag
7270 LIBS=$ac_xsave_LIBS
7273 # Check for system-dependent libraries X programs must link with.
7274 # Do this before checking for the system-independent R6 libraries
7275 # (-lICE), since we may need -lsocket or whatever for X linking.
7277 if test "$ISC" = yes; then
7278 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7279 else
7280 # Martyn Johnson says this is needed for Ultrix, if the X
7281 # libraries were built with DECnet support. And Karl Berry says
7282 # the Alpha needs dnet_stub (dnet does not exist).
7283 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7285 /* end confdefs.h. */
7287 /* Override any GCC internal prototype to avoid an error.
7288 Use char because int might match the return type of a GCC
7289 builtin and then its argument prototype would still apply. */
7290 #ifdef __cplusplus
7291 extern "C"
7292 #endif
7293 char XOpenDisplay ();
7295 main ()
7297 return XOpenDisplay ();
7299 return 0;
7301 _ACEOF
7302 if ac_fn_c_try_link "$LINENO"; then :
7304 else
7305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7306 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7307 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7308 $as_echo_n "(cached) " >&6
7309 else
7310 ac_check_lib_save_LIBS=$LIBS
7311 LIBS="-ldnet $LIBS"
7312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7313 /* end confdefs.h. */
7315 /* Override any GCC internal prototype to avoid an error.
7316 Use char because int might match the return type of a GCC
7317 builtin and then its argument prototype would still apply. */
7318 #ifdef __cplusplus
7319 extern "C"
7320 #endif
7321 char dnet_ntoa ();
7323 main ()
7325 return dnet_ntoa ();
7327 return 0;
7329 _ACEOF
7330 if ac_fn_c_try_link "$LINENO"; then :
7331 ac_cv_lib_dnet_dnet_ntoa=yes
7332 else
7333 ac_cv_lib_dnet_dnet_ntoa=no
7335 rm -f core conftest.err conftest.$ac_objext \
7336 conftest$ac_exeext conftest.$ac_ext
7337 LIBS=$ac_check_lib_save_LIBS
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7340 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7341 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7342 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7345 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7347 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7348 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7349 $as_echo_n "(cached) " >&6
7350 else
7351 ac_check_lib_save_LIBS=$LIBS
7352 LIBS="-ldnet_stub $LIBS"
7353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7354 /* end confdefs.h. */
7356 /* Override any GCC internal prototype to avoid an error.
7357 Use char because int might match the return type of a GCC
7358 builtin and then its argument prototype would still apply. */
7359 #ifdef __cplusplus
7360 extern "C"
7361 #endif
7362 char dnet_ntoa ();
7364 main ()
7366 return dnet_ntoa ();
7368 return 0;
7370 _ACEOF
7371 if ac_fn_c_try_link "$LINENO"; then :
7372 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7373 else
7374 ac_cv_lib_dnet_stub_dnet_ntoa=no
7376 rm -f core conftest.err conftest.$ac_objext \
7377 conftest$ac_exeext conftest.$ac_ext
7378 LIBS=$ac_check_lib_save_LIBS
7380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7381 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7382 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7383 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7388 rm -f core conftest.err conftest.$ac_objext \
7389 conftest$ac_exeext conftest.$ac_ext
7390 LIBS="$ac_xsave_LIBS"
7392 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7393 # to get the SysV transport functions.
7394 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7395 # needs -lnsl.
7396 # The nsl library prevents programs from opening the X display
7397 # on Irix 5.2, according to T.E. Dickey.
7398 # The functions gethostbyname, getservbyname, and inet_addr are
7399 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7400 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7401 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7405 if test $ac_cv_func_gethostbyname = no; then
7406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7407 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7408 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7409 $as_echo_n "(cached) " >&6
7410 else
7411 ac_check_lib_save_LIBS=$LIBS
7412 LIBS="-lnsl $LIBS"
7413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7414 /* end confdefs.h. */
7416 /* Override any GCC internal prototype to avoid an error.
7417 Use char because int might match the return type of a GCC
7418 builtin and then its argument prototype would still apply. */
7419 #ifdef __cplusplus
7420 extern "C"
7421 #endif
7422 char gethostbyname ();
7424 main ()
7426 return gethostbyname ();
7428 return 0;
7430 _ACEOF
7431 if ac_fn_c_try_link "$LINENO"; then :
7432 ac_cv_lib_nsl_gethostbyname=yes
7433 else
7434 ac_cv_lib_nsl_gethostbyname=no
7436 rm -f core conftest.err conftest.$ac_objext \
7437 conftest$ac_exeext conftest.$ac_ext
7438 LIBS=$ac_check_lib_save_LIBS
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7441 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7442 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7443 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7446 if test $ac_cv_lib_nsl_gethostbyname = no; then
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7448 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7449 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7450 $as_echo_n "(cached) " >&6
7451 else
7452 ac_check_lib_save_LIBS=$LIBS
7453 LIBS="-lbsd $LIBS"
7454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7455 /* end confdefs.h. */
7457 /* Override any GCC internal prototype to avoid an error.
7458 Use char because int might match the return type of a GCC
7459 builtin and then its argument prototype would still apply. */
7460 #ifdef __cplusplus
7461 extern "C"
7462 #endif
7463 char gethostbyname ();
7465 main ()
7467 return gethostbyname ();
7469 return 0;
7471 _ACEOF
7472 if ac_fn_c_try_link "$LINENO"; then :
7473 ac_cv_lib_bsd_gethostbyname=yes
7474 else
7475 ac_cv_lib_bsd_gethostbyname=no
7477 rm -f core conftest.err conftest.$ac_objext \
7478 conftest$ac_exeext conftest.$ac_ext
7479 LIBS=$ac_check_lib_save_LIBS
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7482 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7483 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7484 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7490 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7491 # socket/setsockopt and other routines are undefined under SCO ODT
7492 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7493 # on later versions), says Simon Leinen: it contains gethostby*
7494 # variants that don't use the name server (or something). -lsocket
7495 # must be given before -lnsl if both are needed. We assume that
7496 # if connect needs -lnsl, so does gethostbyname.
7497 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7498 if test "x$ac_cv_func_connect" = x""yes; then :
7502 if test $ac_cv_func_connect = no; then
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7504 $as_echo_n "checking for connect in -lsocket... " >&6; }
7505 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7506 $as_echo_n "(cached) " >&6
7507 else
7508 ac_check_lib_save_LIBS=$LIBS
7509 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7511 /* end confdefs.h. */
7513 /* Override any GCC internal prototype to avoid an error.
7514 Use char because int might match the return type of a GCC
7515 builtin and then its argument prototype would still apply. */
7516 #ifdef __cplusplus
7517 extern "C"
7518 #endif
7519 char connect ();
7521 main ()
7523 return connect ();
7525 return 0;
7527 _ACEOF
7528 if ac_fn_c_try_link "$LINENO"; then :
7529 ac_cv_lib_socket_connect=yes
7530 else
7531 ac_cv_lib_socket_connect=no
7533 rm -f core conftest.err conftest.$ac_objext \
7534 conftest$ac_exeext conftest.$ac_ext
7535 LIBS=$ac_check_lib_save_LIBS
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7538 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7539 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7540 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7545 # Guillermo Gomez says -lposix is necessary on A/UX.
7546 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7547 if test "x$ac_cv_func_remove" = x""yes; then :
7551 if test $ac_cv_func_remove = no; then
7552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7553 $as_echo_n "checking for remove in -lposix... " >&6; }
7554 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7555 $as_echo_n "(cached) " >&6
7556 else
7557 ac_check_lib_save_LIBS=$LIBS
7558 LIBS="-lposix $LIBS"
7559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7560 /* end confdefs.h. */
7562 /* Override any GCC internal prototype to avoid an error.
7563 Use char because int might match the return type of a GCC
7564 builtin and then its argument prototype would still apply. */
7565 #ifdef __cplusplus
7566 extern "C"
7567 #endif
7568 char remove ();
7570 main ()
7572 return remove ();
7574 return 0;
7576 _ACEOF
7577 if ac_fn_c_try_link "$LINENO"; then :
7578 ac_cv_lib_posix_remove=yes
7579 else
7580 ac_cv_lib_posix_remove=no
7582 rm -f core conftest.err conftest.$ac_objext \
7583 conftest$ac_exeext conftest.$ac_ext
7584 LIBS=$ac_check_lib_save_LIBS
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7587 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7588 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7589 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7594 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7595 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7596 if test "x$ac_cv_func_shmat" = x""yes; then :
7600 if test $ac_cv_func_shmat = no; then
7601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7602 $as_echo_n "checking for shmat in -lipc... " >&6; }
7603 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7604 $as_echo_n "(cached) " >&6
7605 else
7606 ac_check_lib_save_LIBS=$LIBS
7607 LIBS="-lipc $LIBS"
7608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7609 /* end confdefs.h. */
7611 /* Override any GCC internal prototype to avoid an error.
7612 Use char because int might match the return type of a GCC
7613 builtin and then its argument prototype would still apply. */
7614 #ifdef __cplusplus
7615 extern "C"
7616 #endif
7617 char shmat ();
7619 main ()
7621 return shmat ();
7623 return 0;
7625 _ACEOF
7626 if ac_fn_c_try_link "$LINENO"; then :
7627 ac_cv_lib_ipc_shmat=yes
7628 else
7629 ac_cv_lib_ipc_shmat=no
7631 rm -f core conftest.err conftest.$ac_objext \
7632 conftest$ac_exeext conftest.$ac_ext
7633 LIBS=$ac_check_lib_save_LIBS
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7636 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7637 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7638 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7644 # Check for libraries that X11R6 Xt/Xaw programs need.
7645 ac_save_LDFLAGS=$LDFLAGS
7646 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7647 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7648 # check for ICE first), but we must link in the order -lSM -lICE or
7649 # we get undefined symbols. So assume we have SM if we have ICE.
7650 # These have to be linked with before -lX11, unlike the other
7651 # libraries we check for below, so use a different variable.
7652 # John Interrante, Karl Berry
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7654 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7655 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7656 $as_echo_n "(cached) " >&6
7657 else
7658 ac_check_lib_save_LIBS=$LIBS
7659 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7661 /* end confdefs.h. */
7663 /* Override any GCC internal prototype to avoid an error.
7664 Use char because int might match the return type of a GCC
7665 builtin and then its argument prototype would still apply. */
7666 #ifdef __cplusplus
7667 extern "C"
7668 #endif
7669 char IceConnectionNumber ();
7671 main ()
7673 return IceConnectionNumber ();
7675 return 0;
7677 _ACEOF
7678 if ac_fn_c_try_link "$LINENO"; then :
7679 ac_cv_lib_ICE_IceConnectionNumber=yes
7680 else
7681 ac_cv_lib_ICE_IceConnectionNumber=no
7683 rm -f core conftest.err conftest.$ac_objext \
7684 conftest$ac_exeext conftest.$ac_ext
7685 LIBS=$ac_check_lib_save_LIBS
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7688 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7689 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7690 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7693 LDFLAGS=$ac_save_LDFLAGS
7698 if test "$have_x" = "yes"
7699 then
7700 XLIB="-lX11"
7701 ac_save_CPPFLAGS="$CPPFLAGS"
7702 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7705 $as_echo_n "checking for -lX11... " >&6; }
7706 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7707 $as_echo_n "(cached) " >&6
7708 else
7709 ac_check_soname_save_LIBS=$LIBS
7710 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7712 /* end confdefs.h. */
7714 /* Override any GCC internal prototype to avoid an error.
7715 Use char because int might match the return type of a GCC
7716 builtin and then its argument prototype would still apply. */
7717 #ifdef __cplusplus
7718 extern "C"
7719 #endif
7720 char XCreateWindow ();
7722 main ()
7724 return XCreateWindow ();
7726 return 0;
7728 _ACEOF
7729 if ac_fn_c_try_link "$LINENO"; then :
7730 case "$LIBEXT" in
7731 dll) ;;
7732 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'` ;;
7733 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7734 esac
7736 rm -f core conftest.err conftest.$ac_objext \
7737 conftest$ac_exeext conftest.$ac_ext
7738 LIBS=$ac_check_soname_save_LIBS
7740 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7742 $as_echo "not found" >&6; }
7744 else
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7746 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7748 cat >>confdefs.h <<_ACEOF
7749 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7750 _ACEOF
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7755 $as_echo_n "checking for -lXext... " >&6; }
7756 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7757 $as_echo_n "(cached) " >&6
7758 else
7759 ac_check_soname_save_LIBS=$LIBS
7760 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7762 /* end confdefs.h. */
7764 /* Override any GCC internal prototype to avoid an error.
7765 Use char because int might match the return type of a GCC
7766 builtin and then its argument prototype would still apply. */
7767 #ifdef __cplusplus
7768 extern "C"
7769 #endif
7770 char XextCreateExtension ();
7772 main ()
7774 return XextCreateExtension ();
7776 return 0;
7778 _ACEOF
7779 if ac_fn_c_try_link "$LINENO"; then :
7780 case "$LIBEXT" in
7781 dll) ;;
7782 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'` ;;
7783 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7784 esac
7786 rm -f core conftest.err conftest.$ac_objext \
7787 conftest$ac_exeext conftest.$ac_ext
7788 LIBS=$ac_check_soname_save_LIBS
7790 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7792 $as_echo "not found" >&6; }
7794 else
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7796 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7798 cat >>confdefs.h <<_ACEOF
7799 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7800 _ACEOF
7802 XLIB="-lXext $XLIB"
7805 for ac_header in X11/Xlib.h \
7806 X11/XKBlib.h \
7807 X11/Xutil.h \
7808 X11/Xcursor/Xcursor.h \
7809 X11/extensions/shape.h \
7810 X11/extensions/XInput.h \
7811 X11/extensions/XShm.h \
7812 X11/extensions/Xcomposite.h \
7813 X11/extensions/Xinerama.h \
7814 X11/extensions/Xrandr.h \
7815 X11/extensions/Xrender.h \
7816 X11/extensions/xf86vmode.h \
7817 X11/extensions/xf86vmproto.h
7818 do :
7819 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7820 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7821 # include <X11/Xlib.h>
7822 #endif
7823 #ifdef HAVE_X11_XUTIL_H
7824 # include <X11/Xutil.h>
7825 #endif
7827 eval as_val=\$$as_ac_Header
7828 if test "x$as_val" = x""yes; then :
7829 cat >>confdefs.h <<_ACEOF
7830 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7831 _ACEOF
7835 done
7838 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7839 then
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7841 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7842 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7843 $as_echo_n "(cached) " >&6
7844 else
7845 ac_check_lib_save_LIBS=$LIBS
7846 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7848 /* end confdefs.h. */
7850 /* Override any GCC internal prototype to avoid an error.
7851 Use char because int might match the return type of a GCC
7852 builtin and then its argument prototype would still apply. */
7853 #ifdef __cplusplus
7854 extern "C"
7855 #endif
7856 char XkbQueryExtension ();
7858 main ()
7860 return XkbQueryExtension ();
7862 return 0;
7864 _ACEOF
7865 if ac_fn_c_try_link "$LINENO"; then :
7866 ac_cv_lib_X11_XkbQueryExtension=yes
7867 else
7868 ac_cv_lib_X11_XkbQueryExtension=no
7870 rm -f core conftest.err conftest.$ac_objext \
7871 conftest$ac_exeext conftest.$ac_ext
7872 LIBS=$ac_check_lib_save_LIBS
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7875 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7876 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7878 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7884 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7885 then
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7887 $as_echo_n "checking for -lXcursor... " >&6; }
7888 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7889 $as_echo_n "(cached) " >&6
7890 else
7891 ac_check_soname_save_LIBS=$LIBS
7892 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7894 /* end confdefs.h. */
7896 /* Override any GCC internal prototype to avoid an error.
7897 Use char because int might match the return type of a GCC
7898 builtin and then its argument prototype would still apply. */
7899 #ifdef __cplusplus
7900 extern "C"
7901 #endif
7902 char XcursorImageLoadCursor ();
7904 main ()
7906 return XcursorImageLoadCursor ();
7908 return 0;
7910 _ACEOF
7911 if ac_fn_c_try_link "$LINENO"; then :
7912 case "$LIBEXT" in
7913 dll) ;;
7914 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'` ;;
7915 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7916 esac
7918 rm -f core conftest.err conftest.$ac_objext \
7919 conftest$ac_exeext conftest.$ac_ext
7920 LIBS=$ac_check_soname_save_LIBS
7922 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7924 $as_echo "not found" >&6; }
7926 else
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7928 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7930 cat >>confdefs.h <<_ACEOF
7931 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7932 _ACEOF
7937 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7938 case "x$with_xcursor" in
7939 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7940 xno) ;;
7941 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7942 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7943 esac
7946 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7947 then
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7949 $as_echo_n "checking for -lXi... " >&6; }
7950 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7951 $as_echo_n "(cached) " >&6
7952 else
7953 ac_check_soname_save_LIBS=$LIBS
7954 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7956 /* end confdefs.h. */
7958 /* Override any GCC internal prototype to avoid an error.
7959 Use char because int might match the return type of a GCC
7960 builtin and then its argument prototype would still apply. */
7961 #ifdef __cplusplus
7962 extern "C"
7963 #endif
7964 char XOpenDevice ();
7966 main ()
7968 return XOpenDevice ();
7970 return 0;
7972 _ACEOF
7973 if ac_fn_c_try_link "$LINENO"; then :
7974 case "$LIBEXT" in
7975 dll) ;;
7976 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'` ;;
7977 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7978 esac
7980 rm -f core conftest.err conftest.$ac_objext \
7981 conftest$ac_exeext conftest.$ac_ext
7982 LIBS=$ac_check_soname_save_LIBS
7984 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7986 $as_echo "not found" >&6; }
7988 else
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7990 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7992 cat >>confdefs.h <<_ACEOF
7993 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7994 _ACEOF
7999 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8000 case "x$with_xinput" in
8001 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8002 xno) ;;
8003 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8004 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8005 esac
8008 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8009 then
8010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8011 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8012 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8013 $as_echo_n "(cached) " >&6
8014 else
8015 ac_check_lib_save_LIBS=$LIBS
8016 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8018 /* end confdefs.h. */
8020 /* Override any GCC internal prototype to avoid an error.
8021 Use char because int might match the return type of a GCC
8022 builtin and then its argument prototype would still apply. */
8023 #ifdef __cplusplus
8024 extern "C"
8025 #endif
8026 char XShmQueryExtension ();
8028 main ()
8030 return XShmQueryExtension ();
8032 return 0;
8034 _ACEOF
8035 if ac_fn_c_try_link "$LINENO"; then :
8036 ac_cv_lib_Xext_XShmQueryExtension=yes
8037 else
8038 ac_cv_lib_Xext_XShmQueryExtension=no
8040 rm -f core conftest.err conftest.$ac_objext \
8041 conftest$ac_exeext conftest.$ac_ext
8042 LIBS=$ac_check_lib_save_LIBS
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8045 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8046 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8048 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8053 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8054 case "x$with_xshm" in
8055 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8056 xno) ;;
8057 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8058 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8059 esac
8062 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8063 then
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8065 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8066 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8067 $as_echo_n "(cached) " >&6
8068 else
8069 ac_check_lib_save_LIBS=$LIBS
8070 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8072 /* end confdefs.h. */
8074 /* Override any GCC internal prototype to avoid an error.
8075 Use char because int might match the return type of a GCC
8076 builtin and then its argument prototype would still apply. */
8077 #ifdef __cplusplus
8078 extern "C"
8079 #endif
8080 char XShapeQueryExtension ();
8082 main ()
8084 return XShapeQueryExtension ();
8086 return 0;
8088 _ACEOF
8089 if ac_fn_c_try_link "$LINENO"; then :
8090 ac_cv_lib_Xext_XShapeQueryExtension=yes
8091 else
8092 ac_cv_lib_Xext_XShapeQueryExtension=no
8094 rm -f core conftest.err conftest.$ac_objext \
8095 conftest$ac_exeext conftest.$ac_ext
8096 LIBS=$ac_check_lib_save_LIBS
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8099 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8100 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8102 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8107 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8108 case "x$with_xshape" in
8109 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8110 xno) ;;
8111 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8112 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8113 esac
8116 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8117 then
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8119 $as_echo_n "checking for -lXxf86vm... " >&6; }
8120 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8121 $as_echo_n "(cached) " >&6
8122 else
8123 ac_check_soname_save_LIBS=$LIBS
8124 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8126 /* end confdefs.h. */
8128 /* Override any GCC internal prototype to avoid an error.
8129 Use char because int might match the return type of a GCC
8130 builtin and then its argument prototype would still apply. */
8131 #ifdef __cplusplus
8132 extern "C"
8133 #endif
8134 char XF86VidModeQueryExtension ();
8136 main ()
8138 return XF86VidModeQueryExtension ();
8140 return 0;
8142 _ACEOF
8143 if ac_fn_c_try_link "$LINENO"; then :
8144 case "$LIBEXT" in
8145 dll) ;;
8146 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'` ;;
8147 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8148 esac
8150 rm -f core conftest.err conftest.$ac_objext \
8151 conftest$ac_exeext conftest.$ac_ext
8152 LIBS=$ac_check_soname_save_LIBS
8154 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8156 $as_echo "not found" >&6; }
8158 else
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8160 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8162 cat >>confdefs.h <<_ACEOF
8163 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8164 _ACEOF
8169 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8170 case "x$with_xxf86vm" in
8171 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8172 xno) ;;
8173 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8174 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8175 esac
8178 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"
8179 then
8180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8181 $as_echo_n "checking for -lXrender... " >&6; }
8182 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8183 $as_echo_n "(cached) " >&6
8184 else
8185 ac_check_soname_save_LIBS=$LIBS
8186 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8188 /* end confdefs.h. */
8190 /* Override any GCC internal prototype to avoid an error.
8191 Use char because int might match the return type of a GCC
8192 builtin and then its argument prototype would still apply. */
8193 #ifdef __cplusplus
8194 extern "C"
8195 #endif
8196 char XRenderQueryExtension ();
8198 main ()
8200 return XRenderQueryExtension ();
8202 return 0;
8204 _ACEOF
8205 if ac_fn_c_try_link "$LINENO"; then :
8206 case "$LIBEXT" in
8207 dll) ;;
8208 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'` ;;
8209 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8210 esac
8212 rm -f core conftest.err conftest.$ac_objext \
8213 conftest$ac_exeext conftest.$ac_ext
8214 LIBS=$ac_check_soname_save_LIBS
8216 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8218 $as_echo "not found" >&6; }
8220 else
8221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8222 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8224 cat >>confdefs.h <<_ACEOF
8225 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8226 _ACEOF
8228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8229 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8230 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8231 $as_echo_n "(cached) " >&6
8232 else
8233 ac_check_lib_save_LIBS=$LIBS
8234 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8236 /* end confdefs.h. */
8238 /* Override any GCC internal prototype to avoid an error.
8239 Use char because int might match the return type of a GCC
8240 builtin and then its argument prototype would still apply. */
8241 #ifdef __cplusplus
8242 extern "C"
8243 #endif
8244 char XRenderSetPictureTransform ();
8246 main ()
8248 return XRenderSetPictureTransform ();
8250 return 0;
8252 _ACEOF
8253 if ac_fn_c_try_link "$LINENO"; then :
8254 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8255 else
8256 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8258 rm -f core conftest.err conftest.$ac_objext \
8259 conftest$ac_exeext conftest.$ac_ext
8260 LIBS=$ac_check_lib_save_LIBS
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8263 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8264 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8266 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8273 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8274 case "x$with_xrender" in
8275 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8276 xno) ;;
8277 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8278 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8279 esac
8282 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8283 then
8284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8285 /* end confdefs.h. */
8286 #include <X11/Xlib.h>
8287 #include <X11/extensions/Xrandr.h>
8289 main ()
8291 static typeof(XRRSetScreenConfigAndRate) * func;
8293 return 0;
8295 _ACEOF
8296 if ac_fn_c_try_compile "$LINENO"; then :
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8298 $as_echo_n "checking for -lXrandr... " >&6; }
8299 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8300 $as_echo_n "(cached) " >&6
8301 else
8302 ac_check_soname_save_LIBS=$LIBS
8303 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8305 /* end confdefs.h. */
8307 /* Override any GCC internal prototype to avoid an error.
8308 Use char because int might match the return type of a GCC
8309 builtin and then its argument prototype would still apply. */
8310 #ifdef __cplusplus
8311 extern "C"
8312 #endif
8313 char XRRQueryExtension ();
8315 main ()
8317 return XRRQueryExtension ();
8319 return 0;
8321 _ACEOF
8322 if ac_fn_c_try_link "$LINENO"; then :
8323 case "$LIBEXT" in
8324 dll) ;;
8325 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'` ;;
8326 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8327 esac
8329 rm -f core conftest.err conftest.$ac_objext \
8330 conftest$ac_exeext conftest.$ac_ext
8331 LIBS=$ac_check_soname_save_LIBS
8333 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8335 $as_echo "not found" >&6; }
8337 else
8338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8339 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8341 cat >>confdefs.h <<_ACEOF
8342 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8343 _ACEOF
8348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8350 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8351 case "x$with_xrandr" in
8352 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8353 xno) ;;
8354 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8355 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8356 esac
8359 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8360 then
8361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8362 /* end confdefs.h. */
8363 #include <X11/Xlib.h>
8364 #include <X11/extensions/Xinerama.h>
8366 main ()
8368 static typeof(XineramaQueryScreens) * func;
8370 return 0;
8372 _ACEOF
8373 if ac_fn_c_try_compile "$LINENO"; then :
8374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8375 $as_echo_n "checking for -lXinerama... " >&6; }
8376 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8377 $as_echo_n "(cached) " >&6
8378 else
8379 ac_check_soname_save_LIBS=$LIBS
8380 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8382 /* end confdefs.h. */
8384 /* Override any GCC internal prototype to avoid an error.
8385 Use char because int might match the return type of a GCC
8386 builtin and then its argument prototype would still apply. */
8387 #ifdef __cplusplus
8388 extern "C"
8389 #endif
8390 char XineramaQueryScreens ();
8392 main ()
8394 return XineramaQueryScreens ();
8396 return 0;
8398 _ACEOF
8399 if ac_fn_c_try_link "$LINENO"; then :
8400 case "$LIBEXT" in
8401 dll) ;;
8402 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'` ;;
8403 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8404 esac
8406 rm -f core conftest.err conftest.$ac_objext \
8407 conftest$ac_exeext conftest.$ac_ext
8408 LIBS=$ac_check_soname_save_LIBS
8410 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8412 $as_echo "not found" >&6; }
8414 else
8415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8416 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8418 cat >>confdefs.h <<_ACEOF
8419 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8420 _ACEOF
8425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8427 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8428 case "x$with_xinerama" in
8429 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8430 xno) ;;
8431 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8432 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8433 esac
8436 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8437 then
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8439 $as_echo_n "checking for -lXcomposite... " >&6; }
8440 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8441 $as_echo_n "(cached) " >&6
8442 else
8443 ac_check_soname_save_LIBS=$LIBS
8444 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8446 /* end confdefs.h. */
8448 /* Override any GCC internal prototype to avoid an error.
8449 Use char because int might match the return type of a GCC
8450 builtin and then its argument prototype would still apply. */
8451 #ifdef __cplusplus
8452 extern "C"
8453 #endif
8454 char XCompositeRedirectWindow ();
8456 main ()
8458 return XCompositeRedirectWindow ();
8460 return 0;
8462 _ACEOF
8463 if ac_fn_c_try_link "$LINENO"; then :
8464 case "$LIBEXT" in
8465 dll) ;;
8466 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'` ;;
8467 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8468 esac
8470 rm -f core conftest.err conftest.$ac_objext \
8471 conftest$ac_exeext conftest.$ac_ext
8472 LIBS=$ac_check_soname_save_LIBS
8474 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8476 $as_echo "not found" >&6; }
8478 else
8479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8480 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8482 cat >>confdefs.h <<_ACEOF
8483 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8484 _ACEOF
8489 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8490 case "x$with_xcomposite" in
8491 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8492 xno) ;;
8493 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8494 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8495 esac
8498 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8499 #include <X11/Xlib.h>
8500 #endif
8502 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8504 cat >>confdefs.h <<_ACEOF
8505 #define HAVE_XICCALLBACK_CALLBACK 1
8506 _ACEOF
8513 opengl_msg=""
8514 if test "x$with_opengl" != "xno"
8515 then
8516 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8517 do :
8518 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8519 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8520 # include <GL/glx.h>
8521 #endif
8523 eval as_val=\$$as_ac_Header
8524 if test "x$as_val" = x""yes; then :
8525 cat >>confdefs.h <<_ACEOF
8526 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8527 _ACEOF
8531 done
8533 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8534 then
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8536 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8537 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8538 $as_echo_n "(cached) " >&6
8539 else
8540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8541 /* end confdefs.h. */
8542 #include <GL/gl.h>
8544 main ()
8546 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8548 return 0;
8550 _ACEOF
8551 if ac_fn_c_try_compile "$LINENO"; then :
8552 wine_cv_opengl_header_version_OK="yes"
8553 else
8554 wine_cv_opengl_header_version_OK="no"
8556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8559 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8561 if test "$wine_cv_opengl_header_version_OK" = "yes"
8562 then
8563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8564 $as_echo_n "checking for -lGL... " >&6; }
8565 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8566 $as_echo_n "(cached) " >&6
8567 else
8568 ac_check_soname_save_LIBS=$LIBS
8569 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8571 /* end confdefs.h. */
8573 /* Override any GCC internal prototype to avoid an error.
8574 Use char because int might match the return type of a GCC
8575 builtin and then its argument prototype would still apply. */
8576 #ifdef __cplusplus
8577 extern "C"
8578 #endif
8579 char glXCreateContext ();
8581 main ()
8583 return glXCreateContext ();
8585 return 0;
8587 _ACEOF
8588 if ac_fn_c_try_link "$LINENO"; then :
8589 case "$LIBEXT" in
8590 dll) ;;
8591 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'` ;;
8592 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8593 esac
8595 rm -f core conftest.err conftest.$ac_objext \
8596 conftest$ac_exeext conftest.$ac_ext
8597 LIBS=$ac_check_soname_save_LIBS
8599 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8601 $as_echo "not found" >&6; }
8602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8603 $as_echo_n "checking for -lGL... " >&6; }
8604 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8605 $as_echo_n "(cached) " >&6
8606 else
8607 ac_check_soname_save_LIBS=$LIBS
8608 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"
8609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8610 /* end confdefs.h. */
8612 /* Override any GCC internal prototype to avoid an error.
8613 Use char because int might match the return type of a GCC
8614 builtin and then its argument prototype would still apply. */
8615 #ifdef __cplusplus
8616 extern "C"
8617 #endif
8618 char glXCreateContext ();
8620 main ()
8622 return glXCreateContext ();
8624 return 0;
8626 _ACEOF
8627 if ac_fn_c_try_link "$LINENO"; then :
8628 case "$LIBEXT" in
8629 dll) ;;
8630 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'` ;;
8631 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8632 esac
8634 rm -f core conftest.err conftest.$ac_objext \
8635 conftest$ac_exeext conftest.$ac_ext
8636 LIBS=$ac_check_soname_save_LIBS
8638 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8640 $as_echo "not found" >&6; }
8641 if test -f /usr/X11R6/lib/libGL.a
8642 then
8643 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8644 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8645 else
8646 opengl_msg="No OpenGL library found on this system."
8648 else
8649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8650 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8652 cat >>confdefs.h <<_ACEOF
8653 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8654 _ACEOF
8656 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"
8658 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8661 else
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8663 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8665 cat >>confdefs.h <<_ACEOF
8666 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8667 _ACEOF
8669 OPENGL_LIBS="-lGL"
8671 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8674 if test "$ac_cv_header_GL_glu_h" = "yes"
8675 then
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8677 $as_echo_n "checking for -lGLU... " >&6; }
8678 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8679 $as_echo_n "(cached) " >&6
8680 else
8681 ac_check_soname_save_LIBS=$LIBS
8682 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8684 /* end confdefs.h. */
8686 /* Override any GCC internal prototype to avoid an error.
8687 Use char because int might match the return type of a GCC
8688 builtin and then its argument prototype would still apply. */
8689 #ifdef __cplusplus
8690 extern "C"
8691 #endif
8692 char gluLookAt ();
8694 main ()
8696 return gluLookAt ();
8698 return 0;
8700 _ACEOF
8701 if ac_fn_c_try_link "$LINENO"; then :
8702 case "$LIBEXT" in
8703 dll) ;;
8704 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'` ;;
8705 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8706 esac
8708 rm -f core conftest.err conftest.$ac_objext \
8709 conftest$ac_exeext conftest.$ac_ext
8710 LIBS=$ac_check_soname_save_LIBS
8712 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8714 $as_echo "not found" >&6; }
8716 else
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8718 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8720 cat >>confdefs.h <<_ACEOF
8721 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8722 _ACEOF
8727 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8728 case "x$with_glu" in
8729 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8730 xno) ;;
8731 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8732 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8733 esac
8735 else
8736 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8738 else
8739 opengl_msg="OpenGL development headers not found."
8741 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8742 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8743 else
8744 enable_opengl32=${enable_opengl32:-no}
8745 enable_glu32=${enable_glu32:-no}
8747 if test -n "$opengl_msg"; then :
8748 case "x$with_opengl" in
8749 x) wine_warnings="$wine_warnings|$opengl_msg
8750 OpenGL and Direct3D won't be supported." ;;
8751 xno) ;;
8752 *) as_fn_error "$opengl_msg
8753 OpenGL and Direct3D won't be supported.
8754 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8755 esac
8758 NASLIBS=""
8760 for ac_header in audio/audiolib.h
8761 do :
8762 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8763 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8764 cat >>confdefs.h <<_ACEOF
8765 #define HAVE_AUDIO_AUDIOLIB_H 1
8766 _ACEOF
8767 for ac_header in audio/soundlib.h
8768 do :
8769 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8771 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8772 cat >>confdefs.h <<_ACEOF
8773 #define HAVE_AUDIO_SOUNDLIB_H 1
8774 _ACEOF
8778 done
8780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8781 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8782 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8783 $as_echo_n "(cached) " >&6
8784 else
8785 ac_check_lib_save_LIBS=$LIBS
8786 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8788 /* end confdefs.h. */
8790 /* Override any GCC internal prototype to avoid an error.
8791 Use char because int might match the return type of a GCC
8792 builtin and then its argument prototype would still apply. */
8793 #ifdef __cplusplus
8794 extern "C"
8795 #endif
8796 char AuCreateFlow ();
8798 main ()
8800 return AuCreateFlow ();
8802 return 0;
8804 _ACEOF
8805 if ac_fn_c_try_link "$LINENO"; then :
8806 ac_cv_lib_audio_AuCreateFlow=yes
8807 else
8808 ac_cv_lib_audio_AuCreateFlow=no
8810 rm -f core conftest.err conftest.$ac_objext \
8811 conftest$ac_exeext conftest.$ac_ext
8812 LIBS=$ac_check_lib_save_LIBS
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8815 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8816 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8818 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8821 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8822 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8823 $as_echo_n "(cached) " >&6
8824 else
8825 ac_check_lib_save_LIBS=$LIBS
8826 LIBS="-lXau $X_LIBS $LIBS"
8827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8828 /* end confdefs.h. */
8830 /* Override any GCC internal prototype to avoid an error.
8831 Use char because int might match the return type of a GCC
8832 builtin and then its argument prototype would still apply. */
8833 #ifdef __cplusplus
8834 extern "C"
8835 #endif
8836 char XauGetBestAuthByAddr ();
8838 main ()
8840 return XauGetBestAuthByAddr ();
8842 return 0;
8844 _ACEOF
8845 if ac_fn_c_try_link "$LINENO"; then :
8846 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8847 else
8848 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8850 rm -f core conftest.err conftest.$ac_objext \
8851 conftest$ac_exeext conftest.$ac_ext
8852 LIBS=$ac_check_lib_save_LIBS
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8855 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8856 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8857 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8858 else
8859 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8867 done
8870 CPPFLAGS="$ac_save_CPPFLAGS"
8871 else
8872 XLIB=""
8873 X_CFLAGS=""
8874 X_LIBS=""
8875 enable_winex11_drv=${enable_winex11_drv:-no}
8876 enable_opengl32=${enable_opengl32:-no}
8877 enable_glu32=${enable_glu32:-no}
8879 if test "x$XLIB" = "x"; then :
8880 case "x$with_x" in
8881 xno) ;;
8882 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8883 without X support, which probably isn't what you want. You will need to install
8884 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8885 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8886 esac
8890 XML2LIBS=""
8892 XML2INCL=""
8894 XSLTINCL=""
8896 if test "x$with_xml" != "xno"
8897 then
8898 ac_save_CPPFLAGS="$CPPFLAGS"
8899 if test "$PKG_CONFIG" != "false"
8900 then
8901 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8902 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8903 else
8904 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8905 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8907 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8908 for ac_header in libxml/parser.h
8909 do :
8910 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8911 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8912 cat >>confdefs.h <<_ACEOF
8913 #define HAVE_LIBXML_PARSER_H 1
8914 _ACEOF
8915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8916 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8917 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8918 $as_echo_n "(cached) " >&6
8919 else
8920 ac_check_lib_save_LIBS=$LIBS
8921 LIBS="-lxml2 $ac_xml_libs $LIBS"
8922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8923 /* end confdefs.h. */
8925 /* Override any GCC internal prototype to avoid an error.
8926 Use char because int might match the return type of a GCC
8927 builtin and then its argument prototype would still apply. */
8928 #ifdef __cplusplus
8929 extern "C"
8930 #endif
8931 char xmlParseMemory ();
8933 main ()
8935 return xmlParseMemory ();
8937 return 0;
8939 _ACEOF
8940 if ac_fn_c_try_link "$LINENO"; then :
8941 ac_cv_lib_xml2_xmlParseMemory=yes
8942 else
8943 ac_cv_lib_xml2_xmlParseMemory=no
8945 rm -f core conftest.err conftest.$ac_objext \
8946 conftest$ac_exeext conftest.$ac_ext
8947 LIBS=$ac_check_lib_save_LIBS
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8950 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8951 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8953 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8955 XML2LIBS="$ac_xml_libs"
8956 XML2INCL="$ac_xml_cflags"
8959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8960 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8961 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8962 $as_echo_n "(cached) " >&6
8963 else
8964 ac_check_lib_save_LIBS=$LIBS
8965 LIBS="-lxml2 $ac_xml_libs $LIBS"
8966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8967 /* end confdefs.h. */
8969 /* Override any GCC internal prototype to avoid an error.
8970 Use char because int might match the return type of a GCC
8971 builtin and then its argument prototype would still apply. */
8972 #ifdef __cplusplus
8973 extern "C"
8974 #endif
8975 char xmlReadMemory ();
8977 main ()
8979 return xmlReadMemory ();
8981 return 0;
8983 _ACEOF
8984 if ac_fn_c_try_link "$LINENO"; then :
8985 ac_cv_lib_xml2_xmlReadMemory=yes
8986 else
8987 ac_cv_lib_xml2_xmlReadMemory=no
8989 rm -f core conftest.err conftest.$ac_objext \
8990 conftest$ac_exeext conftest.$ac_ext
8991 LIBS=$ac_check_lib_save_LIBS
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8994 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8995 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8997 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9002 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9003 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9004 $as_echo_n "(cached) " >&6
9005 else
9006 ac_check_lib_save_LIBS=$LIBS
9007 LIBS="-lxml2 $ac_xml_libs $LIBS"
9008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9009 /* end confdefs.h. */
9011 /* Override any GCC internal prototype to avoid an error.
9012 Use char because int might match the return type of a GCC
9013 builtin and then its argument prototype would still apply. */
9014 #ifdef __cplusplus
9015 extern "C"
9016 #endif
9017 char xmlNewDocPI ();
9019 main ()
9021 return xmlNewDocPI ();
9023 return 0;
9025 _ACEOF
9026 if ac_fn_c_try_link "$LINENO"; then :
9027 ac_cv_lib_xml2_xmlNewDocPI=yes
9028 else
9029 ac_cv_lib_xml2_xmlNewDocPI=no
9031 rm -f core conftest.err conftest.$ac_objext \
9032 conftest$ac_exeext conftest.$ac_ext
9033 LIBS=$ac_check_lib_save_LIBS
9035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9036 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9037 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9039 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9046 done
9048 CPPFLAGS="$ac_save_CPPFLAGS"
9050 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9051 case "x$with_xml" in
9052 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9053 xno) ;;
9054 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9055 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9056 esac
9059 if test "x$with_xslt" != "xno"
9060 then
9061 if test "$PKG_CONFIG" != "false"
9062 then
9063 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9064 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9065 else
9066 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9067 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9069 ac_save_CPPFLAGS="$CPPFLAGS"
9070 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9071 for ac_header in libxslt/pattern.h libxslt/transform.h
9072 do :
9073 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9074 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9075 # include <libxslt/pattern.h>
9076 #endif
9078 eval as_val=\$$as_ac_Header
9079 if test "x$as_val" = x""yes; then :
9080 cat >>confdefs.h <<_ACEOF
9081 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9082 _ACEOF
9086 done
9088 CPPFLAGS="$ac_save_CPPFLAGS"
9089 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9090 then
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9092 $as_echo_n "checking for -lxslt... " >&6; }
9093 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9094 $as_echo_n "(cached) " >&6
9095 else
9096 ac_check_soname_save_LIBS=$LIBS
9097 LIBS="-lxslt $ac_xslt_libs $LIBS"
9098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9099 /* end confdefs.h. */
9101 /* Override any GCC internal prototype to avoid an error.
9102 Use char because int might match the return type of a GCC
9103 builtin and then its argument prototype would still apply. */
9104 #ifdef __cplusplus
9105 extern "C"
9106 #endif
9107 char xsltCompilePattern ();
9109 main ()
9111 return xsltCompilePattern ();
9113 return 0;
9115 _ACEOF
9116 if ac_fn_c_try_link "$LINENO"; then :
9117 case "$LIBEXT" in
9118 dll) ;;
9119 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'` ;;
9120 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9121 esac
9123 rm -f core conftest.err conftest.$ac_objext \
9124 conftest$ac_exeext conftest.$ac_ext
9125 LIBS=$ac_check_soname_save_LIBS
9127 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9129 $as_echo "not found" >&6; }
9131 else
9132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9133 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9135 cat >>confdefs.h <<_ACEOF
9136 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9137 _ACEOF
9139 XSLTINCL="$ac_xslt_cflags"
9143 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9144 case "x$with_xslt" in
9145 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9146 xno) ;;
9147 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9148 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9149 esac
9152 HALINCL=""
9154 if test "x$with_hal" != "xno"
9155 then
9156 ac_save_CPPFLAGS="$CPPFLAGS"
9157 if test "$PKG_CONFIG" != "false"
9158 then
9159 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9160 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9161 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9163 for ac_header in dbus/dbus.h hal/libhal.h
9164 do :
9165 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9166 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9167 eval as_val=\$$as_ac_Header
9168 if test "x$as_val" = x""yes; then :
9169 cat >>confdefs.h <<_ACEOF
9170 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9171 _ACEOF
9175 done
9177 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9178 then
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9180 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9181 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9182 $as_echo_n "(cached) " >&6
9183 else
9184 ac_check_lib_save_LIBS=$LIBS
9185 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9187 /* end confdefs.h. */
9189 /* Override any GCC internal prototype to avoid an error.
9190 Use char because int might match the return type of a GCC
9191 builtin and then its argument prototype would still apply. */
9192 #ifdef __cplusplus
9193 extern "C"
9194 #endif
9195 char dbus_connection_close ();
9197 main ()
9199 return dbus_connection_close ();
9201 return 0;
9203 _ACEOF
9204 if ac_fn_c_try_link "$LINENO"; then :
9205 ac_cv_lib_dbus_1_dbus_connection_close=yes
9206 else
9207 ac_cv_lib_dbus_1_dbus_connection_close=no
9209 rm -f core conftest.err conftest.$ac_objext \
9210 conftest$ac_exeext conftest.$ac_ext
9211 LIBS=$ac_check_lib_save_LIBS
9213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9214 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9215 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9217 $as_echo_n "checking for -lhal... " >&6; }
9218 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9219 $as_echo_n "(cached) " >&6
9220 else
9221 ac_check_soname_save_LIBS=$LIBS
9222 LIBS="-lhal $ac_hal_libs $LIBS"
9223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9224 /* end confdefs.h. */
9226 /* Override any GCC internal prototype to avoid an error.
9227 Use char because int might match the return type of a GCC
9228 builtin and then its argument prototype would still apply. */
9229 #ifdef __cplusplus
9230 extern "C"
9231 #endif
9232 char libhal_ctx_new ();
9234 main ()
9236 return libhal_ctx_new ();
9238 return 0;
9240 _ACEOF
9241 if ac_fn_c_try_link "$LINENO"; then :
9242 case "$LIBEXT" in
9243 dll) ;;
9244 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'` ;;
9245 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9246 esac
9248 rm -f core conftest.err conftest.$ac_objext \
9249 conftest$ac_exeext conftest.$ac_ext
9250 LIBS=$ac_check_soname_save_LIBS
9252 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9254 $as_echo "not found" >&6; }
9256 else
9257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9258 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9260 cat >>confdefs.h <<_ACEOF
9261 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9262 _ACEOF
9264 HALINCL="$ac_hal_cflags"
9269 CPPFLAGS="$ac_save_CPPFLAGS"
9271 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9272 case "x$with_hal" in
9273 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9274 xno) ;;
9275 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9276 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9277 esac
9280 if test "x$with_gnutls" != "xno"
9281 then
9282 ac_save_CPPFLAGS="$CPPFLAGS"
9283 if test "$PKG_CONFIG" != "false"
9284 then
9285 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9286 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9287 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9289 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9290 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9292 /* end confdefs.h. */
9293 #include <gnutls/gnutls.h>
9295 main ()
9297 typeof(gnutls_mac_get_key_size) *pfunc;
9299 return 0;
9301 _ACEOF
9302 if ac_fn_c_try_compile "$LINENO"; then :
9303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9304 $as_echo_n "checking for -lgnutls... " >&6; }
9305 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9306 $as_echo_n "(cached) " >&6
9307 else
9308 ac_check_soname_save_LIBS=$LIBS
9309 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9311 /* end confdefs.h. */
9313 /* Override any GCC internal prototype to avoid an error.
9314 Use char because int might match the return type of a GCC
9315 builtin and then its argument prototype would still apply. */
9316 #ifdef __cplusplus
9317 extern "C"
9318 #endif
9319 char gnutls_global_init ();
9321 main ()
9323 return gnutls_global_init ();
9325 return 0;
9327 _ACEOF
9328 if ac_fn_c_try_link "$LINENO"; then :
9329 case "$LIBEXT" in
9330 dll) ;;
9331 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'` ;;
9332 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9333 esac
9335 rm -f core conftest.err conftest.$ac_objext \
9336 conftest$ac_exeext conftest.$ac_ext
9337 LIBS=$ac_check_soname_save_LIBS
9339 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9341 $as_echo "not found" >&6; }
9343 else
9344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9345 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9347 cat >>confdefs.h <<_ACEOF
9348 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9349 _ACEOF
9351 GNUTLSINCL="$ac_gnutls_cflags"
9355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9359 CPPFLAGS="$ac_save_CPPFLAGS"
9361 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9362 case "x$with_gnutls" in
9363 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9364 xno) ;;
9365 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9366 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9367 esac
9370 CURSESLIBS=""
9371 if test "$ac_cv_header_ncurses_h" = "yes"
9372 then
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9374 $as_echo_n "checking for -lncurses... " >&6; }
9375 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9376 $as_echo_n "(cached) " >&6
9377 else
9378 ac_check_soname_save_LIBS=$LIBS
9379 LIBS="-lncurses $LIBS"
9380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9381 /* end confdefs.h. */
9383 /* Override any GCC internal prototype to avoid an error.
9384 Use char because int might match the return type of a GCC
9385 builtin and then its argument prototype would still apply. */
9386 #ifdef __cplusplus
9387 extern "C"
9388 #endif
9389 char waddch ();
9391 main ()
9393 return waddch ();
9395 return 0;
9397 _ACEOF
9398 if ac_fn_c_try_link "$LINENO"; then :
9399 case "$LIBEXT" in
9400 dll) ;;
9401 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'` ;;
9402 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9403 esac
9405 rm -f core conftest.err conftest.$ac_objext \
9406 conftest$ac_exeext conftest.$ac_ext
9407 LIBS=$ac_check_soname_save_LIBS
9409 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9411 $as_echo "not found" >&6; }
9413 else
9414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9415 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9417 cat >>confdefs.h <<_ACEOF
9418 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9419 _ACEOF
9421 CURSESLIBS="-lncurses"
9423 elif test "$ac_cv_header_curses_h" = "yes"
9424 then
9425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9426 $as_echo_n "checking for -lcurses... " >&6; }
9427 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9428 $as_echo_n "(cached) " >&6
9429 else
9430 ac_check_soname_save_LIBS=$LIBS
9431 LIBS="-lcurses $LIBS"
9432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9433 /* end confdefs.h. */
9435 /* Override any GCC internal prototype to avoid an error.
9436 Use char because int might match the return type of a GCC
9437 builtin and then its argument prototype would still apply. */
9438 #ifdef __cplusplus
9439 extern "C"
9440 #endif
9441 char waddch ();
9443 main ()
9445 return waddch ();
9447 return 0;
9449 _ACEOF
9450 if ac_fn_c_try_link "$LINENO"; then :
9451 case "$LIBEXT" in
9452 dll) ;;
9453 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'` ;;
9454 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9455 esac
9457 rm -f core conftest.err conftest.$ac_objext \
9458 conftest$ac_exeext conftest.$ac_ext
9459 LIBS=$ac_check_soname_save_LIBS
9461 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9463 $as_echo "not found" >&6; }
9465 else
9466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9467 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9469 cat >>confdefs.h <<_ACEOF
9470 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9471 _ACEOF
9473 CURSESLIBS="-lcurses"
9476 ac_save_LIBS="$LIBS"
9477 LIBS="$LIBS $CURSESLIBS"
9478 for ac_func in mousemask
9479 do :
9480 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9481 if test "x$ac_cv_func_mousemask" = x""yes; then :
9482 cat >>confdefs.h <<_ACEOF
9483 #define HAVE_MOUSEMASK 1
9484 _ACEOF
9487 done
9489 LIBS="$ac_save_LIBS"
9490 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9491 case "x$with_curses" in
9492 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9493 xno) ;;
9494 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9495 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9496 esac
9499 if test "x$with_sane" != "xno"
9500 then
9501 ac_save_CPPFLAGS="$CPPFLAGS"
9502 # Extract the first word of "sane-config", so it can be a program name with args.
9503 set dummy sane-config; ac_word=$2
9504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9505 $as_echo_n "checking for $ac_word... " >&6; }
9506 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9507 $as_echo_n "(cached) " >&6
9508 else
9509 if test -n "$sane_devel"; then
9510 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9511 else
9512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9513 for as_dir in $PATH
9515 IFS=$as_save_IFS
9516 test -z "$as_dir" && as_dir=.
9517 for ac_exec_ext in '' $ac_executable_extensions; do
9518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9519 ac_cv_prog_sane_devel="sane-config"
9520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9521 break 2
9523 done
9524 done
9525 IFS=$as_save_IFS
9527 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9530 sane_devel=$ac_cv_prog_sane_devel
9531 if test -n "$sane_devel"; then
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9533 $as_echo "$sane_devel" >&6; }
9534 else
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9536 $as_echo "no" >&6; }
9540 if test "$sane_devel" != "no"
9541 then
9542 ac_sane_incl="`$sane_devel --cflags`"
9543 ac_sane_libs="`$sane_devel --ldflags`"
9544 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9546 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9547 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9549 $as_echo_n "checking for -lsane... " >&6; }
9550 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9551 $as_echo_n "(cached) " >&6
9552 else
9553 ac_check_soname_save_LIBS=$LIBS
9554 LIBS="-lsane $ac_sane_libs $LIBS"
9555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9556 /* end confdefs.h. */
9558 /* Override any GCC internal prototype to avoid an error.
9559 Use char because int might match the return type of a GCC
9560 builtin and then its argument prototype would still apply. */
9561 #ifdef __cplusplus
9562 extern "C"
9563 #endif
9564 char sane_init ();
9566 main ()
9568 return sane_init ();
9570 return 0;
9572 _ACEOF
9573 if ac_fn_c_try_link "$LINENO"; then :
9574 case "$LIBEXT" in
9575 dll) ;;
9576 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'` ;;
9577 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9578 esac
9580 rm -f core conftest.err conftest.$ac_objext \
9581 conftest$ac_exeext conftest.$ac_ext
9582 LIBS=$ac_check_soname_save_LIBS
9584 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9586 $as_echo "not found" >&6; }
9588 else
9589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9590 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9592 cat >>confdefs.h <<_ACEOF
9593 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9594 _ACEOF
9596 SANEINCL="$ac_sane_incl"
9602 CPPFLAGS="$ac_save_CPPFLAGS"
9604 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9605 case "x$with_sane" in
9606 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9607 xno) ;;
9608 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9609 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9610 esac
9613 if test "x$with_gphoto" != "xno"
9614 then
9615 ac_save_CPPFLAGS="$CPPFLAGS"
9616 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9617 set dummy gphoto2-config; ac_word=$2
9618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9619 $as_echo_n "checking for $ac_word... " >&6; }
9620 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9621 $as_echo_n "(cached) " >&6
9622 else
9623 if test -n "$gphoto2_devel"; then
9624 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9625 else
9626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9627 for as_dir in $PATH
9629 IFS=$as_save_IFS
9630 test -z "$as_dir" && as_dir=.
9631 for ac_exec_ext in '' $ac_executable_extensions; do
9632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9633 ac_cv_prog_gphoto2_devel="gphoto2-config"
9634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9635 break 2
9637 done
9638 done
9639 IFS=$as_save_IFS
9641 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9644 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9645 if test -n "$gphoto2_devel"; then
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9647 $as_echo "$gphoto2_devel" >&6; }
9648 else
9649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9650 $as_echo "no" >&6; }
9654 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9655 set dummy gphoto2-port-config; ac_word=$2
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9657 $as_echo_n "checking for $ac_word... " >&6; }
9658 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9659 $as_echo_n "(cached) " >&6
9660 else
9661 if test -n "$gphoto2port_devel"; then
9662 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9663 else
9664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9665 for as_dir in $PATH
9667 IFS=$as_save_IFS
9668 test -z "$as_dir" && as_dir=.
9669 for ac_exec_ext in '' $ac_executable_extensions; do
9670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9671 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9673 break 2
9675 done
9676 done
9677 IFS=$as_save_IFS
9679 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9682 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9683 if test -n "$gphoto2port_devel"; then
9684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9685 $as_echo "$gphoto2port_devel" >&6; }
9686 else
9687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9688 $as_echo "no" >&6; }
9692 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9693 then
9694 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9695 ac_gphoto2_libs=""
9696 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9698 case "$i" in
9699 -L/usr/lib|-L/usr/lib64) ;;
9700 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9701 esac
9702 done
9703 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9705 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9706 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9707 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9709 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9710 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9711 $as_echo_n "(cached) " >&6
9712 else
9713 ac_check_lib_save_LIBS=$LIBS
9714 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9716 /* end confdefs.h. */
9718 /* Override any GCC internal prototype to avoid an error.
9719 Use char because int might match the return type of a GCC
9720 builtin and then its argument prototype would still apply. */
9721 #ifdef __cplusplus
9722 extern "C"
9723 #endif
9724 char gp_camera_new ();
9726 main ()
9728 return gp_camera_new ();
9730 return 0;
9732 _ACEOF
9733 if ac_fn_c_try_link "$LINENO"; then :
9734 ac_cv_lib_gphoto2_gp_camera_new=yes
9735 else
9736 ac_cv_lib_gphoto2_gp_camera_new=no
9738 rm -f core conftest.err conftest.$ac_objext \
9739 conftest$ac_exeext conftest.$ac_ext
9740 LIBS=$ac_check_lib_save_LIBS
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9743 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9744 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9746 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9748 GPHOTO2LIBS="$ac_gphoto2_libs"
9750 GPHOTO2INCL="$ac_gphoto2_incl"
9757 CPPFLAGS="$ac_save_CPPFLAGS"
9759 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9760 case "x$with_gphoto" in
9761 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9762 xno) ;;
9763 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9764 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9765 esac
9769 RESOLVLIBS=""
9771 if test "$ac_cv_header_resolv_h" = "yes"
9772 then
9773 ac_save_LIBS="$LIBS"
9774 LIBS="$LIBS -lresolv"
9775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9776 /* end confdefs.h. */
9777 #ifdef HAVE_NETINET_IN_H
9778 #include <netinet/in.h>
9779 #endif
9780 #include <resolv.h>
9782 main ()
9784 res_init();
9786 return 0;
9788 _ACEOF
9789 if ac_fn_c_try_link "$LINENO"; then :
9791 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9793 RESOLVLIBS="-lresolv"
9795 rm -f core conftest.err conftest.$ac_objext \
9796 conftest$ac_exeext conftest.$ac_ext
9797 LIBS="$ac_save_LIBS"
9800 LCMSLIBS=""
9802 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9803 then
9804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9805 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9806 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9807 $as_echo_n "(cached) " >&6
9808 else
9809 ac_check_lib_save_LIBS=$LIBS
9810 LIBS="-llcms $LIBS"
9811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9812 /* end confdefs.h. */
9814 /* Override any GCC internal prototype to avoid an error.
9815 Use char because int might match the return type of a GCC
9816 builtin and then its argument prototype would still apply. */
9817 #ifdef __cplusplus
9818 extern "C"
9819 #endif
9820 char cmsOpenProfileFromFile ();
9822 main ()
9824 return cmsOpenProfileFromFile ();
9826 return 0;
9828 _ACEOF
9829 if ac_fn_c_try_link "$LINENO"; then :
9830 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9831 else
9832 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9834 rm -f core conftest.err conftest.$ac_objext \
9835 conftest$ac_exeext conftest.$ac_ext
9836 LIBS=$ac_check_lib_save_LIBS
9838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9839 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9840 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9842 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9844 LCMSLIBS="-llcms"
9848 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9849 case "x$with_cms" in
9850 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9851 xno) ;;
9852 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9853 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9854 esac
9857 if test "x$with_freetype" != "xno"
9858 then
9859 for ac_prog in freetype-config freetype2-config
9861 # Extract the first word of "$ac_prog", so it can be a program name with args.
9862 set dummy $ac_prog; ac_word=$2
9863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9864 $as_echo_n "checking for $ac_word... " >&6; }
9865 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9866 $as_echo_n "(cached) " >&6
9867 else
9868 if test -n "$ft_devel"; then
9869 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9870 else
9871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9872 for as_dir in $PATH
9874 IFS=$as_save_IFS
9875 test -z "$as_dir" && as_dir=.
9876 for ac_exec_ext in '' $ac_executable_extensions; do
9877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9878 ac_cv_prog_ft_devel="$ac_prog"
9879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9880 break 2
9882 done
9883 done
9884 IFS=$as_save_IFS
9888 ft_devel=$ac_cv_prog_ft_devel
9889 if test -n "$ft_devel"; then
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9891 $as_echo "$ft_devel" >&6; }
9892 else
9893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9894 $as_echo "no" >&6; }
9898 test -n "$ft_devel" && break
9899 done
9900 test -n "$ft_devel" || ft_devel="no"
9902 if test "$ft_devel" != "no"
9903 then
9904 ac_freetype_incl=`$ft_devel --cflags`
9905 ac_freetype_libs=`$ft_devel --libs`
9907 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9909 $as_echo_n "checking for -lfreetype... " >&6; }
9910 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9911 $as_echo_n "(cached) " >&6
9912 else
9913 ac_check_soname_save_LIBS=$LIBS
9914 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9916 /* end confdefs.h. */
9918 /* Override any GCC internal prototype to avoid an error.
9919 Use char because int might match the return type of a GCC
9920 builtin and then its argument prototype would still apply. */
9921 #ifdef __cplusplus
9922 extern "C"
9923 #endif
9924 char FT_Init_FreeType ();
9926 main ()
9928 return FT_Init_FreeType ();
9930 return 0;
9932 _ACEOF
9933 if ac_fn_c_try_link "$LINENO"; then :
9934 case "$LIBEXT" in
9935 dll) ;;
9936 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'` ;;
9937 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9938 esac
9940 rm -f core conftest.err conftest.$ac_objext \
9941 conftest$ac_exeext conftest.$ac_ext
9942 LIBS=$ac_check_soname_save_LIBS
9944 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
9945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9946 $as_echo "not found" >&6; }
9947 ft_lib=no
9948 else
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
9950 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
9952 cat >>confdefs.h <<_ACEOF
9953 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
9954 _ACEOF
9956 ft_lib=yes
9958 if test "$ft_lib" = "yes"
9959 then
9960 ac_save_CPPFLAGS="$CPPFLAGS"
9961 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
9962 for ac_header in ft2build.h \
9963 freetype/freetype.h \
9964 freetype/ftglyph.h \
9965 freetype/fttypes.h \
9966 freetype/tttables.h \
9967 freetype/ftsnames.h \
9968 freetype/ttnameid.h \
9969 freetype/ftoutln.h \
9970 freetype/ftwinfnt.h \
9971 freetype/ftmodapi.h \
9972 freetype/ftlcdfil.h \
9973 freetype/internal/sfnt.h
9974 do :
9975 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9976 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
9977 # include <ft2build.h>
9978 #endif
9980 eval as_val=\$$as_ac_Header
9981 if test "x$as_val" = x""yes; then :
9982 cat >>confdefs.h <<_ACEOF
9983 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9984 _ACEOF
9988 done
9990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9991 /* end confdefs.h. */
9992 #include <ft2build.h>
9993 #include <freetype/fttrigon.h>
9994 _ACEOF
9995 if ac_fn_c_try_cpp "$LINENO"; then :
9997 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
9999 wine_cv_fttrigon=yes
10000 else
10001 wine_cv_fttrigon=no
10003 rm -f conftest.err conftest.$ac_ext
10004 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10006 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10008 cat >>confdefs.h <<_ACEOF
10009 #define HAVE_FT_TRUETYPEENGINETYPE 1
10010 _ACEOF
10015 ac_save_CFLAGS="$CFLAGS"
10016 CFLAGS="$CFLAGS $ac_freetype_libs"
10017 for ac_func in FT_Load_Sfnt_Table
10018 do :
10019 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10020 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10021 cat >>confdefs.h <<_ACEOF
10022 #define HAVE_FT_LOAD_SFNT_TABLE 1
10023 _ACEOF
10026 done
10028 CFLAGS="$ac_save_CFLAGS"
10029 CPPFLAGS="$ac_save_CPPFLAGS"
10030 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10031 then
10033 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10035 FREETYPELIBS="$ac_freetype_libs"
10037 FREETYPEINCL="$ac_freetype_incl"
10042 if test "x$FREETYPELIBS" = "x"; then :
10043 case "x$with_freetype" in
10044 xno) ;;
10045 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10046 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10047 esac
10049 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10052 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10053 if test "${ac_cv_c_ppdev+set}" = set; then :
10054 $as_echo_n "(cached) " >&6
10055 else
10056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10057 /* end confdefs.h. */
10058 #include <linux/ppdev.h>
10060 main ()
10062 ioctl (1,PPCLAIM,0)
10064 return 0;
10066 _ACEOF
10067 if ac_fn_c_try_compile "$LINENO"; then :
10068 ac_cv_c_ppdev="yes"
10069 else
10070 ac_cv_c_ppdev="no"
10072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10075 $as_echo "$ac_cv_c_ppdev" >&6; }
10076 if test "$ac_cv_c_ppdev" = "yes"
10077 then
10079 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10083 ac_wine_check_funcs_save_LIBS="$LIBS"
10084 LIBS="$LIBS $LIBPTHREAD"
10085 for ac_func in \
10086 pthread_attr_get_np \
10087 pthread_getattr_np \
10088 pthread_get_stackaddr_np \
10089 pthread_get_stacksize_np
10090 do :
10091 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10092 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10093 eval as_val=\$$as_ac_var
10094 if test "x$as_val" = x""yes; then :
10095 cat >>confdefs.h <<_ACEOF
10096 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10097 _ACEOF
10100 done
10102 LIBS="$ac_wine_check_funcs_save_LIBS"
10104 if test "$ac_cv_header_zlib_h" = "yes"
10105 then
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10107 $as_echo_n "checking for inflate in -lz... " >&6; }
10108 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10109 $as_echo_n "(cached) " >&6
10110 else
10111 ac_check_lib_save_LIBS=$LIBS
10112 LIBS="-lz $LIBS"
10113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10114 /* end confdefs.h. */
10116 /* Override any GCC internal prototype to avoid an error.
10117 Use char because int might match the return type of a GCC
10118 builtin and then its argument prototype would still apply. */
10119 #ifdef __cplusplus
10120 extern "C"
10121 #endif
10122 char inflate ();
10124 main ()
10126 return inflate ();
10128 return 0;
10130 _ACEOF
10131 if ac_fn_c_try_link "$LINENO"; then :
10132 ac_cv_lib_z_inflate=yes
10133 else
10134 ac_cv_lib_z_inflate=no
10136 rm -f core conftest.err conftest.$ac_objext \
10137 conftest$ac_exeext conftest.$ac_ext
10138 LIBS=$ac_check_lib_save_LIBS
10140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10141 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10142 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10144 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10146 ZLIB="-lz"
10152 if test "x$with_esd" != xno
10153 then
10154 save_CFLAGS="$CFLAGS"
10155 # Extract the first word of "esd-config", so it can be a program name with args.
10156 set dummy esd-config; ac_word=$2
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10158 $as_echo_n "checking for $ac_word... " >&6; }
10159 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10160 $as_echo_n "(cached) " >&6
10161 else
10162 case $ESDCONFIG in
10163 [\\/]* | ?:[\\/]*)
10164 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10168 for as_dir in $PATH
10170 IFS=$as_save_IFS
10171 test -z "$as_dir" && as_dir=.
10172 for ac_exec_ext in '' $ac_executable_extensions; do
10173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10174 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10176 break 2
10178 done
10179 done
10180 IFS=$as_save_IFS
10182 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10184 esac
10186 ESDCONFIG=$ac_cv_path_ESDCONFIG
10187 if test -n "$ESDCONFIG"; then
10188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10189 $as_echo "$ESDCONFIG" >&6; }
10190 else
10191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10192 $as_echo "no" >&6; }
10196 if test "x$ESDCONFIG" != "xno"
10197 then
10198 ac_esd_incl=""
10199 for i in `$ESDCONFIG --cflags`
10201 case "$i" in
10202 -I*) ac_esd_incl="$ac_esd_incl $i";;
10203 esac
10204 done
10205 ac_esd_libs=`$ESDCONFIG --libs`
10206 CFLAGS="$CFLAGS $ac_esd_incl"
10208 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10209 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10210 if test "x$ac_cv_header_esd_h" = x""yes; then :
10211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10212 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10213 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10214 $as_echo_n "(cached) " >&6
10215 else
10216 ac_check_lib_save_LIBS=$LIBS
10217 LIBS="-lesd $ac_esd_libs $LIBS"
10218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10219 /* end confdefs.h. */
10221 /* Override any GCC internal prototype to avoid an error.
10222 Use char because int might match the return type of a GCC
10223 builtin and then its argument prototype would still apply. */
10224 #ifdef __cplusplus
10225 extern "C"
10226 #endif
10227 char esd_open_sound ();
10229 main ()
10231 return esd_open_sound ();
10233 return 0;
10235 _ACEOF
10236 if ac_fn_c_try_link "$LINENO"; then :
10237 ac_cv_lib_esd_esd_open_sound=yes
10238 else
10239 ac_cv_lib_esd_esd_open_sound=no
10241 rm -f core conftest.err conftest.$ac_objext \
10242 conftest$ac_exeext conftest.$ac_ext
10243 LIBS=$ac_check_lib_save_LIBS
10245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10246 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10247 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10248 ESDINCL="$ac_esd_incl"
10250 ESDLIBS="$ac_esd_libs"
10253 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10260 CFLAGS="$save_CFLAGS"
10263 ALSALIBS=""
10265 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10266 then
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10268 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10269 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10270 $as_echo_n "(cached) " >&6
10271 else
10272 ac_check_lib_save_LIBS=$LIBS
10273 LIBS="-lasound $LIBS"
10274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10275 /* end confdefs.h. */
10277 /* Override any GCC internal prototype to avoid an error.
10278 Use char because int might match the return type of a GCC
10279 builtin and then its argument prototype would still apply. */
10280 #ifdef __cplusplus
10281 extern "C"
10282 #endif
10283 char snd_pcm_hw_params_get_access ();
10285 main ()
10287 return snd_pcm_hw_params_get_access ();
10289 return 0;
10291 _ACEOF
10292 if ac_fn_c_try_link "$LINENO"; then :
10293 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10294 else
10295 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10297 rm -f core conftest.err conftest.$ac_objext \
10298 conftest$ac_exeext conftest.$ac_ext
10299 LIBS=$ac_check_lib_save_LIBS
10301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10302 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10303 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10305 /* end confdefs.h. */
10306 #ifdef HAVE_ALSA_ASOUNDLIB_H
10307 #include <alsa/asoundlib.h>
10308 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10309 #include <sys/asoundlib.h>
10310 #endif
10312 main ()
10314 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10316 return 0;
10318 _ACEOF
10319 if ac_fn_c_try_compile "$LINENO"; then :
10321 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10323 ALSALIBS="-lasound"
10325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10330 AUDIOIOLIBS=""
10332 if test "$ac_cv_header_libaudioio_h" = "yes"
10333 then
10334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10335 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10336 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10337 $as_echo_n "(cached) " >&6
10338 else
10339 ac_check_lib_save_LIBS=$LIBS
10340 LIBS="-laudioio $LIBS"
10341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10342 /* end confdefs.h. */
10344 /* Override any GCC internal prototype to avoid an error.
10345 Use char because int might match the return type of a GCC
10346 builtin and then its argument prototype would still apply. */
10347 #ifdef __cplusplus
10348 extern "C"
10349 #endif
10350 char AudioIOGetVersion ();
10352 main ()
10354 return AudioIOGetVersion ();
10356 return 0;
10358 _ACEOF
10359 if ac_fn_c_try_link "$LINENO"; then :
10360 ac_cv_lib_audioio_AudioIOGetVersion=yes
10361 else
10362 ac_cv_lib_audioio_AudioIOGetVersion=no
10364 rm -f core conftest.err conftest.$ac_objext \
10365 conftest$ac_exeext conftest.$ac_ext
10366 LIBS=$ac_check_lib_save_LIBS
10368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10369 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10370 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10371 AUDIOIOLIBS="-laudioio"
10373 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10380 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10381 then
10382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10383 $as_echo_n "checking for -lcapi20... " >&6; }
10384 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10385 $as_echo_n "(cached) " >&6
10386 else
10387 ac_check_soname_save_LIBS=$LIBS
10388 LIBS="-lcapi20 $LIBS"
10389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10390 /* end confdefs.h. */
10392 /* Override any GCC internal prototype to avoid an error.
10393 Use char because int might match the return type of a GCC
10394 builtin and then its argument prototype would still apply. */
10395 #ifdef __cplusplus
10396 extern "C"
10397 #endif
10398 char capi20_register ();
10400 main ()
10402 return capi20_register ();
10404 return 0;
10406 _ACEOF
10407 if ac_fn_c_try_link "$LINENO"; then :
10408 case "$LIBEXT" in
10409 dll) ;;
10410 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'` ;;
10411 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10412 esac
10414 rm -f core conftest.err conftest.$ac_objext \
10415 conftest$ac_exeext conftest.$ac_ext
10416 LIBS=$ac_check_soname_save_LIBS
10418 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10420 $as_echo "not found" >&6; }
10422 else
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10424 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10426 cat >>confdefs.h <<_ACEOF
10427 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10428 _ACEOF
10433 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10434 case "x$with_capi" in
10435 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10436 xno) ;;
10437 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10438 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10439 esac
10442 CUPSINCL=""
10444 if test "x$with_cups" != "xno"
10445 then
10446 ac_save_CPPFLAGS="$CPPFLAGS"
10447 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10448 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10449 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10450 for ac_header in cups/cups.h
10451 do :
10452 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10453 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10454 cat >>confdefs.h <<_ACEOF
10455 #define HAVE_CUPS_CUPS_H 1
10456 _ACEOF
10457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10458 $as_echo_n "checking for -lcups... " >&6; }
10459 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10460 $as_echo_n "(cached) " >&6
10461 else
10462 ac_check_soname_save_LIBS=$LIBS
10463 LIBS="-lcups $ac_cups_libs $LIBS"
10464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10465 /* end confdefs.h. */
10467 /* Override any GCC internal prototype to avoid an error.
10468 Use char because int might match the return type of a GCC
10469 builtin and then its argument prototype would still apply. */
10470 #ifdef __cplusplus
10471 extern "C"
10472 #endif
10473 char cupsGetDefault ();
10475 main ()
10477 return cupsGetDefault ();
10479 return 0;
10481 _ACEOF
10482 if ac_fn_c_try_link "$LINENO"; then :
10483 case "$LIBEXT" in
10484 dll) ;;
10485 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'` ;;
10486 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10487 esac
10489 rm -f core conftest.err conftest.$ac_objext \
10490 conftest$ac_exeext conftest.$ac_ext
10491 LIBS=$ac_check_soname_save_LIBS
10493 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10495 $as_echo "not found" >&6; }
10497 else
10498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10499 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10501 cat >>confdefs.h <<_ACEOF
10502 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10503 _ACEOF
10505 CUPSINCL="$ac_cups_cflags"
10509 done
10511 CPPFLAGS="$ac_save_CPPFLAGS"
10513 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10514 case "x$with_cups" in
10515 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10516 xno) ;;
10517 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10518 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10519 esac
10522 if test "$ac_cv_header_jack_jack_h" = "yes"
10523 then
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10525 $as_echo_n "checking for -ljack... " >&6; }
10526 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10527 $as_echo_n "(cached) " >&6
10528 else
10529 ac_check_soname_save_LIBS=$LIBS
10530 LIBS="-ljack $LIBS"
10531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10532 /* end confdefs.h. */
10534 /* Override any GCC internal prototype to avoid an error.
10535 Use char because int might match the return type of a GCC
10536 builtin and then its argument prototype would still apply. */
10537 #ifdef __cplusplus
10538 extern "C"
10539 #endif
10540 char jack_client_new ();
10542 main ()
10544 return jack_client_new ();
10546 return 0;
10548 _ACEOF
10549 if ac_fn_c_try_link "$LINENO"; then :
10550 case "$LIBEXT" in
10551 dll) ;;
10552 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'` ;;
10553 *) 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'` ;;
10554 esac
10556 rm -f core conftest.err conftest.$ac_objext \
10557 conftest$ac_exeext conftest.$ac_ext
10558 LIBS=$ac_check_soname_save_LIBS
10560 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10562 $as_echo "not found" >&6; }
10564 else
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10566 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10568 cat >>confdefs.h <<_ACEOF
10569 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10570 _ACEOF
10576 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10577 then
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10579 $as_echo_n "checking for -lfontconfig... " >&6; }
10580 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10581 $as_echo_n "(cached) " >&6
10582 else
10583 ac_check_soname_save_LIBS=$LIBS
10584 LIBS="-lfontconfig $LIBS"
10585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10586 /* end confdefs.h. */
10588 /* Override any GCC internal prototype to avoid an error.
10589 Use char because int might match the return type of a GCC
10590 builtin and then its argument prototype would still apply. */
10591 #ifdef __cplusplus
10592 extern "C"
10593 #endif
10594 char FcInit ();
10596 main ()
10598 return FcInit ();
10600 return 0;
10602 _ACEOF
10603 if ac_fn_c_try_link "$LINENO"; then :
10604 case "$LIBEXT" in
10605 dll) ;;
10606 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'` ;;
10607 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10608 esac
10610 rm -f core conftest.err conftest.$ac_objext \
10611 conftest$ac_exeext conftest.$ac_ext
10612 LIBS=$ac_check_soname_save_LIBS
10614 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10616 $as_echo "not found" >&6; }
10618 else
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10620 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10622 cat >>confdefs.h <<_ACEOF
10623 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10624 _ACEOF
10628 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10629 then
10630 ac_save_CPPFLAGS="$CPPFLAGS"
10631 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10632 $as_unset ac_cv_header_fontconfig_fontconfig_h
10633 for ac_header in fontconfig/fontconfig.h
10634 do :
10635 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10636 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10637 cat >>confdefs.h <<_ACEOF
10638 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10639 _ACEOF
10643 done
10645 CPPFLAGS="$ac_save_CPPFLAGS"
10646 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10647 then
10648 FONTCONFIGINCL="$X_CFLAGS"
10650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10651 $as_echo_n "checking for -lfontconfig... " >&6; }
10652 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10653 $as_echo_n "(cached) " >&6
10654 else
10655 ac_check_soname_save_LIBS=$LIBS
10656 LIBS="-lfontconfig $X_LIBS $LIBS"
10657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10658 /* end confdefs.h. */
10660 /* Override any GCC internal prototype to avoid an error.
10661 Use char because int might match the return type of a GCC
10662 builtin and then its argument prototype would still apply. */
10663 #ifdef __cplusplus
10664 extern "C"
10665 #endif
10666 char FcInit ();
10668 main ()
10670 return FcInit ();
10672 return 0;
10674 _ACEOF
10675 if ac_fn_c_try_link "$LINENO"; then :
10676 case "$LIBEXT" in
10677 dll) ;;
10678 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'` ;;
10679 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10680 esac
10682 rm -f core conftest.err conftest.$ac_objext \
10683 conftest$ac_exeext conftest.$ac_ext
10684 LIBS=$ac_check_soname_save_LIBS
10686 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10688 $as_echo "not found" >&6; }
10690 else
10691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10692 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10694 cat >>confdefs.h <<_ACEOF
10695 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10696 _ACEOF
10702 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10703 case "x$with_fontconfig" in
10704 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10705 xno) ;;
10706 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10707 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10708 esac
10711 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10712 then
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10714 $as_echo_n "checking for -lssl... " >&6; }
10715 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10716 $as_echo_n "(cached) " >&6
10717 else
10718 ac_check_soname_save_LIBS=$LIBS
10719 LIBS="-lssl $LIBS"
10720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10721 /* end confdefs.h. */
10723 /* Override any GCC internal prototype to avoid an error.
10724 Use char because int might match the return type of a GCC
10725 builtin and then its argument prototype would still apply. */
10726 #ifdef __cplusplus
10727 extern "C"
10728 #endif
10729 char SSL_library_init ();
10731 main ()
10733 return SSL_library_init ();
10735 return 0;
10737 _ACEOF
10738 if ac_fn_c_try_link "$LINENO"; then :
10739 case "$LIBEXT" in
10740 dll) ;;
10741 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'` ;;
10742 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10743 esac
10745 rm -f core conftest.err conftest.$ac_objext \
10746 conftest$ac_exeext conftest.$ac_ext
10747 LIBS=$ac_check_soname_save_LIBS
10749 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10751 $as_echo "not found" >&6; }
10753 else
10754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10755 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10757 cat >>confdefs.h <<_ACEOF
10758 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10759 _ACEOF
10763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10764 $as_echo_n "checking for -lcrypto... " >&6; }
10765 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10766 $as_echo_n "(cached) " >&6
10767 else
10768 ac_check_soname_save_LIBS=$LIBS
10769 LIBS="-lcrypto $LIBS"
10770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10771 /* end confdefs.h. */
10773 /* Override any GCC internal prototype to avoid an error.
10774 Use char because int might match the return type of a GCC
10775 builtin and then its argument prototype would still apply. */
10776 #ifdef __cplusplus
10777 extern "C"
10778 #endif
10779 char BIO_new_socket ();
10781 main ()
10783 return BIO_new_socket ();
10785 return 0;
10787 _ACEOF
10788 if ac_fn_c_try_link "$LINENO"; then :
10789 case "$LIBEXT" in
10790 dll) ;;
10791 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'` ;;
10792 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10793 esac
10795 rm -f core conftest.err conftest.$ac_objext \
10796 conftest$ac_exeext conftest.$ac_ext
10797 LIBS=$ac_check_soname_save_LIBS
10799 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10801 $as_echo "not found" >&6; }
10803 else
10804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10805 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10807 cat >>confdefs.h <<_ACEOF
10808 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10809 _ACEOF
10814 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10815 case "x$with_openssl" in
10816 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10817 xno) ;;
10818 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10819 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10820 esac
10823 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10824 then
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10826 $as_echo_n "checking for -lgsm... " >&6; }
10827 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10828 $as_echo_n "(cached) " >&6
10829 else
10830 ac_check_soname_save_LIBS=$LIBS
10831 LIBS="-lgsm $LIBS"
10832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10833 /* end confdefs.h. */
10835 /* Override any GCC internal prototype to avoid an error.
10836 Use char because int might match the return type of a GCC
10837 builtin and then its argument prototype would still apply. */
10838 #ifdef __cplusplus
10839 extern "C"
10840 #endif
10841 char gsm_create ();
10843 main ()
10845 return gsm_create ();
10847 return 0;
10849 _ACEOF
10850 if ac_fn_c_try_link "$LINENO"; then :
10851 case "$LIBEXT" in
10852 dll) ;;
10853 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'` ;;
10854 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10855 esac
10857 rm -f core conftest.err conftest.$ac_objext \
10858 conftest$ac_exeext conftest.$ac_ext
10859 LIBS=$ac_check_soname_save_LIBS
10861 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10863 $as_echo "not found" >&6; }
10865 else
10866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10867 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10869 cat >>confdefs.h <<_ACEOF
10870 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10871 _ACEOF
10876 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10877 case "x$with_gsm" in
10878 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10879 xno) ;;
10880 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10881 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10882 esac
10885 if test "$ac_cv_header_jpeglib_h" = "yes"
10886 then
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10888 $as_echo_n "checking for -ljpeg... " >&6; }
10889 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10890 $as_echo_n "(cached) " >&6
10891 else
10892 ac_check_soname_save_LIBS=$LIBS
10893 LIBS="-ljpeg $LIBS"
10894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10895 /* end confdefs.h. */
10897 /* Override any GCC internal prototype to avoid an error.
10898 Use char because int might match the return type of a GCC
10899 builtin and then its argument prototype would still apply. */
10900 #ifdef __cplusplus
10901 extern "C"
10902 #endif
10903 char jpeg_start_decompress ();
10905 main ()
10907 return jpeg_start_decompress ();
10909 return 0;
10911 _ACEOF
10912 if ac_fn_c_try_link "$LINENO"; then :
10913 case "$LIBEXT" in
10914 dll) ;;
10915 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'` ;;
10916 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10917 esac
10919 rm -f core conftest.err conftest.$ac_objext \
10920 conftest$ac_exeext conftest.$ac_ext
10921 LIBS=$ac_check_soname_save_LIBS
10923 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10925 $as_echo "not found" >&6; }
10927 else
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10929 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10931 cat >>confdefs.h <<_ACEOF
10932 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10933 _ACEOF
10938 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10939 case "x$with_jpeg" in
10940 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
10941 xno) ;;
10942 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
10943 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
10944 esac
10947 if test "$ac_cv_header_png_h" = "yes"
10948 then
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
10950 $as_echo_n "checking for -lpng... " >&6; }
10951 if test "${ac_cv_lib_soname_png+set}" = set; then :
10952 $as_echo_n "(cached) " >&6
10953 else
10954 ac_check_soname_save_LIBS=$LIBS
10955 LIBS="-lpng -lm -lz $LIBS"
10956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10957 /* end confdefs.h. */
10959 /* Override any GCC internal prototype to avoid an error.
10960 Use char because int might match the return type of a GCC
10961 builtin and then its argument prototype would still apply. */
10962 #ifdef __cplusplus
10963 extern "C"
10964 #endif
10965 char png_create_read_struct ();
10967 main ()
10969 return png_create_read_struct ();
10971 return 0;
10973 _ACEOF
10974 if ac_fn_c_try_link "$LINENO"; then :
10975 case "$LIBEXT" in
10976 dll) ;;
10977 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'` ;;
10978 *) 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'` ;;
10979 esac
10981 rm -f core conftest.err conftest.$ac_objext \
10982 conftest$ac_exeext conftest.$ac_ext
10983 LIBS=$ac_check_soname_save_LIBS
10985 if test "x$ac_cv_lib_soname_png" = "x"; then :
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10987 $as_echo "not found" >&6; }
10989 else
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
10991 $as_echo "$ac_cv_lib_soname_png" >&6; }
10993 cat >>confdefs.h <<_ACEOF
10994 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
10995 _ACEOF
10999 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11000 then
11001 ac_save_CPPFLAGS="$CPPFLAGS"
11002 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11003 $as_unset ac_cv_header_png_h
11004 for ac_header in png.h
11005 do :
11006 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11007 if test "x$ac_cv_header_png_h" = x""yes; then :
11008 cat >>confdefs.h <<_ACEOF
11009 #define HAVE_PNG_H 1
11010 _ACEOF
11014 done
11016 CPPFLAGS="$ac_save_CPPFLAGS"
11017 if test "$ac_cv_header_png_h" = "yes"
11018 then
11019 PNGINCL="$X_CFLAGS"
11021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11022 $as_echo_n "checking for -lpng... " >&6; }
11023 if test "${ac_cv_lib_soname_png+set}" = set; then :
11024 $as_echo_n "(cached) " >&6
11025 else
11026 ac_check_soname_save_LIBS=$LIBS
11027 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11029 /* end confdefs.h. */
11031 /* Override any GCC internal prototype to avoid an error.
11032 Use char because int might match the return type of a GCC
11033 builtin and then its argument prototype would still apply. */
11034 #ifdef __cplusplus
11035 extern "C"
11036 #endif
11037 char png_create_read_struct ();
11039 main ()
11041 return png_create_read_struct ();
11043 return 0;
11045 _ACEOF
11046 if ac_fn_c_try_link "$LINENO"; then :
11047 case "$LIBEXT" in
11048 dll) ;;
11049 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'` ;;
11050 *) 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'` ;;
11051 esac
11053 rm -f core conftest.err conftest.$ac_objext \
11054 conftest$ac_exeext conftest.$ac_ext
11055 LIBS=$ac_check_soname_save_LIBS
11057 if test "x$ac_cv_lib_soname_png" = "x"; then :
11058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11059 $as_echo "not found" >&6; }
11061 else
11062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11063 $as_echo "$ac_cv_lib_soname_png" >&6; }
11065 cat >>confdefs.h <<_ACEOF
11066 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11067 _ACEOF
11073 if test "x$ac_cv_lib_soname_png" = "x"; then :
11074 case "x$with_png" in
11075 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11076 xno) ;;
11077 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11078 This is an error since --with-png was requested." "$LINENO" 5 ;;
11079 esac
11082 if test "$ac_cv_header_mpg123_h" = "yes"
11083 then
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11085 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11086 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11087 $as_echo_n "(cached) " >&6
11088 else
11089 ac_check_lib_save_LIBS=$LIBS
11090 LIBS="-lmpg123 $LIBS"
11091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11092 /* end confdefs.h. */
11094 /* Override any GCC internal prototype to avoid an error.
11095 Use char because int might match the return type of a GCC
11096 builtin and then its argument prototype would still apply. */
11097 #ifdef __cplusplus
11098 extern "C"
11099 #endif
11100 char mpg123_feed ();
11102 main ()
11104 return mpg123_feed ();
11106 return 0;
11108 _ACEOF
11109 if ac_fn_c_try_link "$LINENO"; then :
11110 ac_cv_lib_mpg123_mpg123_feed=yes
11111 else
11112 ac_cv_lib_mpg123_mpg123_feed=no
11114 rm -f core conftest.err conftest.$ac_objext \
11115 conftest$ac_exeext conftest.$ac_ext
11116 LIBS=$ac_check_lib_save_LIBS
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11119 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11120 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11121 LIBMPG123="-lmpg123"
11126 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11127 case "x$with_mpg123" in
11128 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11129 xno) ;;
11130 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11131 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11132 esac
11134 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11136 if test "$ac_cv_header_AL_al_h" = "yes"
11137 then
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11139 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11140 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11141 $as_echo_n "(cached) " >&6
11142 else
11143 ac_check_lib_save_LIBS=$LIBS
11144 LIBS="-lopenal $LIBS"
11145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11146 /* end confdefs.h. */
11148 /* Override any GCC internal prototype to avoid an error.
11149 Use char because int might match the return type of a GCC
11150 builtin and then its argument prototype would still apply. */
11151 #ifdef __cplusplus
11152 extern "C"
11153 #endif
11154 char alGetSource3i ();
11156 main ()
11158 return alGetSource3i ();
11160 return 0;
11162 _ACEOF
11163 if ac_fn_c_try_link "$LINENO"; then :
11164 ac_cv_lib_openal_alGetSource3i=yes
11165 else
11166 ac_cv_lib_openal_alGetSource3i=no
11168 rm -f core conftest.err conftest.$ac_objext \
11169 conftest$ac_exeext conftest.$ac_ext
11170 LIBS=$ac_check_lib_save_LIBS
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11173 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11174 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11175 LIBOPENAL="-lopenal"
11180 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11181 case "x$with_openal" in
11182 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11183 xno) ;;
11184 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11185 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11186 esac
11188 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11190 if test "$ac_cv_header_kstat_h" = "yes"
11191 then
11192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11193 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11194 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11195 $as_echo_n "(cached) " >&6
11196 else
11197 ac_check_lib_save_LIBS=$LIBS
11198 LIBS="-lkstat $LIBS"
11199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11200 /* end confdefs.h. */
11202 /* Override any GCC internal prototype to avoid an error.
11203 Use char because int might match the return type of a GCC
11204 builtin and then its argument prototype would still apply. */
11205 #ifdef __cplusplus
11206 extern "C"
11207 #endif
11208 char kstat_open ();
11210 main ()
11212 return kstat_open ();
11214 return 0;
11216 _ACEOF
11217 if ac_fn_c_try_link "$LINENO"; then :
11218 ac_cv_lib_kstat_kstat_open=yes
11219 else
11220 ac_cv_lib_kstat_kstat_open=no
11222 rm -f core conftest.err conftest.$ac_objext \
11223 conftest$ac_exeext conftest.$ac_ext
11224 LIBS=$ac_check_lib_save_LIBS
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11227 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11228 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11230 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11232 LIBKSTAT="-lkstat"
11238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11239 $as_echo_n "checking for -lodbc... " >&6; }
11240 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11241 $as_echo_n "(cached) " >&6
11242 else
11243 ac_check_soname_save_LIBS=$LIBS
11244 LIBS="-lodbc $LIBS"
11245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11246 /* end confdefs.h. */
11248 /* Override any GCC internal prototype to avoid an error.
11249 Use char because int might match the return type of a GCC
11250 builtin and then its argument prototype would still apply. */
11251 #ifdef __cplusplus
11252 extern "C"
11253 #endif
11254 char SQLConnect ();
11256 main ()
11258 return SQLConnect ();
11260 return 0;
11262 _ACEOF
11263 if ac_fn_c_try_link "$LINENO"; then :
11264 case "$LIBEXT" in
11265 dll) ;;
11266 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'` ;;
11267 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11268 esac
11270 rm -f core conftest.err conftest.$ac_objext \
11271 conftest$ac_exeext conftest.$ac_ext
11272 LIBS=$ac_check_soname_save_LIBS
11274 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11276 $as_echo "not found" >&6; }
11277 cat >>confdefs.h <<_ACEOF
11278 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11279 _ACEOF
11281 else
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11283 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11285 cat >>confdefs.h <<_ACEOF
11286 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11287 _ACEOF
11292 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11293 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11294 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11295 "$ac_cv_header_soundcard_h" != "yes" -a \
11296 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11297 then
11298 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11302 EXTRACFLAGS=""
11304 if test "x${GCC}" = "xyes"
11305 then
11306 EXTRACFLAGS="-Wall -pipe"
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11309 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11310 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11311 $as_echo_n "(cached) " >&6
11312 else
11313 if test "$cross_compiling" = yes; then :
11314 ac_cv_c_gcc_strength_bug="yes"
11315 else
11316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11317 /* end confdefs.h. */
11318 int L[4] = {0,1,2,3};
11320 main ()
11322 static int Array[3];
11323 unsigned int B = 3;
11324 int i;
11325 for(i=0; i<B; i++) Array[i] = i - 3;
11326 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11327 L[i] = 4;
11328 return (Array[1] != -2 || L[2] != 3)
11330 return 0;
11332 _ACEOF
11333 if ac_fn_c_try_run "$LINENO"; then :
11334 ac_cv_c_gcc_strength_bug="no"
11335 else
11336 ac_cv_c_gcc_strength_bug="yes"
11338 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11339 conftest.$ac_objext conftest.beam conftest.$ac_ext
11343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11344 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11345 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11346 then
11347 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11351 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11352 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11353 $as_echo_n "(cached) " >&6
11354 else
11355 ac_wine_try_cflags_saved=$CFLAGS
11356 CFLAGS="$CFLAGS -fno-builtin"
11357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11358 /* end confdefs.h. */
11359 int main(int argc, char *argv) { return 0; }
11360 _ACEOF
11361 if ac_fn_c_try_link "$LINENO"; then :
11362 ac_cv_cflags__fno_builtin=yes
11363 else
11364 ac_cv_cflags__fno_builtin=no
11366 rm -f core conftest.err conftest.$ac_objext \
11367 conftest$ac_exeext conftest.$ac_ext
11368 CFLAGS=$ac_wine_try_cflags_saved
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11371 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11372 if test $ac_cv_cflags__fno_builtin = yes; then :
11373 BUILTINFLAG="-fno-builtin"
11376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11377 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11378 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11379 $as_echo_n "(cached) " >&6
11380 else
11381 ac_wine_try_cflags_saved=$CFLAGS
11382 CFLAGS="$CFLAGS -fno-strict-aliasing"
11383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11384 /* end confdefs.h. */
11385 int main(int argc, char *argv) { return 0; }
11386 _ACEOF
11387 if ac_fn_c_try_link "$LINENO"; then :
11388 ac_cv_cflags__fno_strict_aliasing=yes
11389 else
11390 ac_cv_cflags__fno_strict_aliasing=no
11392 rm -f core conftest.err conftest.$ac_objext \
11393 conftest$ac_exeext conftest.$ac_ext
11394 CFLAGS=$ac_wine_try_cflags_saved
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11397 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11398 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11399 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11402 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11403 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11404 $as_echo_n "(cached) " >&6
11405 else
11406 ac_wine_try_cflags_saved=$CFLAGS
11407 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11409 /* end confdefs.h. */
11410 int main(int argc, char *argv) { return 0; }
11411 _ACEOF
11412 if ac_fn_c_try_link "$LINENO"; then :
11413 ac_cv_cflags__Wdeclaration_after_statement=yes
11414 else
11415 ac_cv_cflags__Wdeclaration_after_statement=no
11417 rm -f core conftest.err conftest.$ac_objext \
11418 conftest$ac_exeext conftest.$ac_ext
11419 CFLAGS=$ac_wine_try_cflags_saved
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11422 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11423 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11424 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11427 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11428 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11429 $as_echo_n "(cached) " >&6
11430 else
11431 ac_wine_try_cflags_saved=$CFLAGS
11432 CFLAGS="$CFLAGS -Wstrict-prototypes"
11433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11434 /* end confdefs.h. */
11435 int main(int argc, char *argv) { return 0; }
11436 _ACEOF
11437 if ac_fn_c_try_link "$LINENO"; then :
11438 ac_cv_cflags__Wstrict_prototypes=yes
11439 else
11440 ac_cv_cflags__Wstrict_prototypes=no
11442 rm -f core conftest.err conftest.$ac_objext \
11443 conftest$ac_exeext conftest.$ac_ext
11444 CFLAGS=$ac_wine_try_cflags_saved
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11447 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11448 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11449 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11452 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11453 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11454 $as_echo_n "(cached) " >&6
11455 else
11456 ac_wine_try_cflags_saved=$CFLAGS
11457 CFLAGS="$CFLAGS -Wtype-limits"
11458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11459 /* end confdefs.h. */
11460 int main(int argc, char *argv) { return 0; }
11461 _ACEOF
11462 if ac_fn_c_try_link "$LINENO"; then :
11463 ac_cv_cflags__Wtype_limits=yes
11464 else
11465 ac_cv_cflags__Wtype_limits=no
11467 rm -f core conftest.err conftest.$ac_objext \
11468 conftest$ac_exeext conftest.$ac_ext
11469 CFLAGS=$ac_wine_try_cflags_saved
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11472 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11473 if test $ac_cv_cflags__Wtype_limits = yes; then :
11474 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11477 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11478 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11479 $as_echo_n "(cached) " >&6
11480 else
11481 ac_wine_try_cflags_saved=$CFLAGS
11482 CFLAGS="$CFLAGS -Wwrite-strings"
11483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11484 /* end confdefs.h. */
11485 int main(int argc, char *argv) { return 0; }
11486 _ACEOF
11487 if ac_fn_c_try_link "$LINENO"; then :
11488 ac_cv_cflags__Wwrite_strings=yes
11489 else
11490 ac_cv_cflags__Wwrite_strings=no
11492 rm -f core conftest.err conftest.$ac_objext \
11493 conftest$ac_exeext conftest.$ac_ext
11494 CFLAGS=$ac_wine_try_cflags_saved
11496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11497 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11498 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11499 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11502 saved_CFLAGS="$CFLAGS"
11503 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11505 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11506 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11507 $as_echo_n "(cached) " >&6
11508 else
11509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11510 /* end confdefs.h. */
11511 #include <string.h>
11513 main ()
11517 return 0;
11519 _ACEOF
11520 if ac_fn_c_try_compile "$LINENO"; then :
11521 ac_cv_c_string_h_warnings=no
11522 else
11523 ac_cv_c_string_h_warnings=yes
11525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11528 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11529 CFLAGS="$saved_CFLAGS"
11530 if test "$ac_cv_c_string_h_warnings" = "no"
11531 then
11532 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11535 if test "${enable_maintainer_mode+set}" = set
11536 then
11537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11538 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11539 if test "${ac_cv_cflags__Werror+set}" = set; then :
11540 $as_echo_n "(cached) " >&6
11541 else
11542 ac_wine_try_cflags_saved=$CFLAGS
11543 CFLAGS="$CFLAGS -Werror"
11544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11545 /* end confdefs.h. */
11546 int main(int argc, char *argv) { return 0; }
11547 _ACEOF
11548 if ac_fn_c_try_link "$LINENO"; then :
11549 ac_cv_cflags__Werror=yes
11550 else
11551 ac_cv_cflags__Werror=no
11553 rm -f core conftest.err conftest.$ac_objext \
11554 conftest$ac_exeext conftest.$ac_ext
11555 CFLAGS=$ac_wine_try_cflags_saved
11557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11558 $as_echo "$ac_cv_cflags__Werror" >&6; }
11559 if test $ac_cv_cflags__Werror = yes; then :
11560 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11564 saved_CFLAGS="$CFLAGS"
11565 CFLAGS="$CFLAGS -Werror"
11566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11567 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11568 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11569 $as_echo_n "(cached) " >&6
11570 else
11571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11572 /* end confdefs.h. */
11573 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11575 main ()
11579 return 0;
11581 _ACEOF
11582 if ac_fn_c_try_compile "$LINENO"; then :
11583 ac_cv_have_ms_hook_prologue="yes"
11584 else
11585 ac_cv_have_ms_hook_prologue="no"
11587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11590 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11591 CFLAGS="$saved_CFLAGS"
11592 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11593 then
11595 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11597 else
11598 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11605 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11606 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11607 $as_echo_n "(cached) " >&6
11608 else
11609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11610 /* end confdefs.h. */
11611 extern int ac_test;
11613 main ()
11615 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11617 return 0;
11619 _ACEOF
11620 if ac_fn_c_try_link "$LINENO"; then :
11621 ac_cv_c_extern_prefix="yes"
11622 else
11623 ac_cv_c_extern_prefix="no"
11625 rm -f core conftest.err conftest.$ac_objext \
11626 conftest$ac_exeext conftest.$ac_ext
11628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11629 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11631 case $host_cpu in
11632 *i[3456789]86*)
11633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11634 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11635 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11636 $as_echo_n "(cached) " >&6
11637 else
11638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11639 /* end confdefs.h. */
11640 #ifndef _MSC_VER
11641 #define __stdcall __attribute__((__stdcall__))
11642 #endif
11643 int __stdcall ac_test(int i) { return i; }
11645 main ()
11647 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11649 return 0;
11651 _ACEOF
11652 if ac_fn_c_try_link "$LINENO"; then :
11653 ac_cv_c_stdcall_suffix="yes"
11654 else
11655 ac_cv_c_stdcall_suffix="no"
11657 rm -f core conftest.err conftest.$ac_objext \
11658 conftest$ac_exeext conftest.$ac_ext
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11661 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11662 *) ac_cv_c_stdcall_suffix="no" ;;
11663 esac
11666 if test "$ac_cv_c_extern_prefix" = "yes"
11667 then
11668 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11670 asm_name_prefix="_"
11671 else
11672 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11674 asm_name_prefix=""
11678 if test "$ac_cv_c_stdcall_suffix" = "yes"
11679 then
11680 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11682 else
11683 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11689 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11690 if test "${ac_cv_asm_func_def+set}" = set; then :
11691 $as_echo_n "(cached) " >&6
11692 else
11693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11694 /* end confdefs.h. */
11697 main ()
11699 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11701 return 0;
11703 _ACEOF
11704 if ac_fn_c_try_link "$LINENO"; then :
11705 ac_cv_asm_func_def=".def"
11706 else
11707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11708 /* end confdefs.h. */
11711 main ()
11713 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11715 return 0;
11717 _ACEOF
11718 if ac_fn_c_try_link "$LINENO"; then :
11719 ac_cv_asm_func_def=".type @function"
11720 else
11721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11722 /* end confdefs.h. */
11725 main ()
11727 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11729 return 0;
11731 _ACEOF
11732 if ac_fn_c_try_link "$LINENO"; then :
11733 ac_cv_asm_func_def=".type 2"
11734 else
11735 ac_cv_asm_func_def="unknown"
11737 rm -f core conftest.err conftest.$ac_objext \
11738 conftest$ac_exeext conftest.$ac_ext
11740 rm -f core conftest.err conftest.$ac_objext \
11741 conftest$ac_exeext conftest.$ac_ext
11743 rm -f core conftest.err conftest.$ac_objext \
11744 conftest$ac_exeext conftest.$ac_ext
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11747 $as_echo "$ac_cv_asm_func_def" >&6; }
11750 case "$ac_cv_asm_func_def" in
11751 ".def")
11752 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11754 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11755 ".type @function")
11756 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11758 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11759 ".type 2")
11760 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11762 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11764 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11766 asm_func_header="" ;;
11767 esac
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11770 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11771 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11772 $as_echo_n "(cached) " >&6
11773 else
11774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11775 /* end confdefs.h. */
11776 asm(".text\n\t.long 0");
11778 main ()
11782 return 0;
11784 _ACEOF
11785 if ac_fn_c_try_compile "$LINENO"; then :
11786 ac_cv_c_asm_outside_funcs="yes"
11787 else
11788 ac_cv_c_asm_outside_funcs="no"
11790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11793 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11796 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11797 if test "${ac_cv_c_dot_previous+set}" = set; then :
11798 $as_echo_n "(cached) " >&6
11799 else
11800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11801 /* end confdefs.h. */
11804 main ()
11806 asm(".text\nac_test:\t.long 0\n\t.previous");
11808 return 0;
11810 _ACEOF
11811 if ac_fn_c_try_link "$LINENO"; then :
11812 ac_cv_c_dot_previous="yes"
11813 else
11814 ac_cv_c_dot_previous="no"
11816 rm -f core conftest.err conftest.$ac_objext \
11817 conftest$ac_exeext conftest.$ac_ext
11819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11820 $as_echo "$ac_cv_c_dot_previous" >&6; }
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11823 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11824 if test "${ac_cv_c_cfi_support+set}" = set; then :
11825 $as_echo_n "(cached) " >&6
11826 else
11827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11828 /* end confdefs.h. */
11829 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11831 main ()
11835 return 0;
11837 _ACEOF
11838 if ac_fn_c_try_compile "$LINENO"; then :
11839 ac_cv_c_cfi_support="yes"
11840 else
11841 ac_cv_c_cfi_support="no"
11843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11846 $as_echo "$ac_cv_c_cfi_support" >&6; }
11848 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11849 asm_func_trailer=""
11850 if test "$ac_cv_c_dot_previous" = "yes"
11851 then
11852 asm_func_trailer="\\n\\t.previous"
11854 if test "$ac_cv_c_cfi_support" = "yes"
11855 then
11856 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11857 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11859 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11861 else
11862 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11866 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11869 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11870 then
11871 cat >>confdefs.h <<_ACEOF
11872 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11873 _ACEOF
11875 else
11876 cat >>confdefs.h <<_ACEOF
11877 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11878 _ACEOF
11882 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11885 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11889 LDPATH=""
11891 case $build_os in
11892 cygwin*|mingw32*)
11893 TOOLSEXT=".exe"
11895 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11897 darwin*|macosx*)
11900 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11902 esac
11904 case $host_os in
11905 mingw32*)
11906 CRTLIBS="-lmsvcrt"
11908 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11911 esac
11913 MAIN_BINARY="wine"
11915 test -z "$with_wine64" || MAIN_BINARY="wine32"
11917 case $host_cpu in
11918 *i[3456789]86*)
11919 case $host_os in
11920 linux*)
11921 EXTRA_BINARIES="wine-preloader"
11923 esac
11925 esac
11928 ac_save_CFLAGS="$CFLAGS"
11929 CFLAGS="$CFLAGS $BUILTINFLAG"
11930 for ac_func in \
11931 _pclose \
11932 _popen \
11933 _snprintf \
11934 _spawnvp \
11935 _strdup \
11936 _stricmp \
11937 _strnicmp \
11938 _strtoi64 \
11939 _strtoui64 \
11940 _vsnprintf \
11941 asctime_r \
11942 chsize \
11943 dlopen \
11944 epoll_create \
11945 ffs \
11946 finite \
11947 fnmatch \
11948 fork \
11949 fpclass \
11950 fstatfs \
11951 fstatvfs \
11952 ftruncate \
11953 futimes \
11954 futimesat \
11955 getdirentries \
11956 getopt_long \
11957 getpagesize \
11958 getpwuid \
11959 gettid \
11960 gettimeofday \
11961 getuid \
11962 kqueue \
11963 lstat \
11964 memmove \
11965 mmap \
11966 pclose \
11967 pipe2 \
11968 poll \
11969 popen \
11970 port_create \
11971 prctl \
11972 pread \
11973 pwrite \
11974 readdir \
11975 readlink \
11976 sched_setaffinity \
11977 sched_yield \
11978 select \
11979 setproctitle \
11980 setrlimit \
11981 settimeofday \
11982 sigaltstack \
11983 sigprocmask \
11984 snprintf \
11985 spawnvp \
11986 statfs \
11987 statvfs \
11988 strcasecmp \
11989 strdup \
11990 strerror \
11991 strncasecmp \
11992 strtold \
11993 strtoll \
11994 strtoull \
11995 symlink \
11996 tcgetattr \
11997 thr_kill2 \
11998 timegm \
11999 usleep \
12000 vsnprintf \
12001 wait4 \
12002 waitpid \
12004 do :
12005 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12006 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12007 eval as_val=\$$as_ac_var
12008 if test "x$as_val" = x""yes; then :
12009 cat >>confdefs.h <<_ACEOF
12010 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12011 _ACEOF
12014 done
12016 CFLAGS="$ac_save_CFLAGS"
12018 if test "$ac_cv_func_dlopen" = no
12019 then
12020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12021 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12022 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12023 $as_echo_n "(cached) " >&6
12024 else
12025 ac_check_lib_save_LIBS=$LIBS
12026 LIBS="-ldl $LIBS"
12027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12028 /* end confdefs.h. */
12030 /* Override any GCC internal prototype to avoid an error.
12031 Use char because int might match the return type of a GCC
12032 builtin and then its argument prototype would still apply. */
12033 #ifdef __cplusplus
12034 extern "C"
12035 #endif
12036 char dlopen ();
12038 main ()
12040 return dlopen ();
12042 return 0;
12044 _ACEOF
12045 if ac_fn_c_try_link "$LINENO"; then :
12046 ac_cv_lib_dl_dlopen=yes
12047 else
12048 ac_cv_lib_dl_dlopen=no
12050 rm -f core conftest.err conftest.$ac_objext \
12051 conftest$ac_exeext conftest.$ac_ext
12052 LIBS=$ac_check_lib_save_LIBS
12054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12055 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12056 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12057 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12058 LIBDL="-ldl"
12063 ac_wine_check_funcs_save_LIBS="$LIBS"
12064 LIBS="$LIBS $LIBDL"
12065 for ac_func in dladdr
12066 do :
12067 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12068 if test "x$ac_cv_func_dladdr" = x""yes; then :
12069 cat >>confdefs.h <<_ACEOF
12070 #define HAVE_DLADDR 1
12071 _ACEOF
12074 done
12076 LIBS="$ac_wine_check_funcs_save_LIBS"
12078 if test "$ac_cv_func_poll" = no
12079 then
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12081 $as_echo_n "checking for poll in -lpoll... " >&6; }
12082 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12083 $as_echo_n "(cached) " >&6
12084 else
12085 ac_check_lib_save_LIBS=$LIBS
12086 LIBS="-lpoll $LIBS"
12087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12088 /* end confdefs.h. */
12090 /* Override any GCC internal prototype to avoid an error.
12091 Use char because int might match the return type of a GCC
12092 builtin and then its argument prototype would still apply. */
12093 #ifdef __cplusplus
12094 extern "C"
12095 #endif
12096 char poll ();
12098 main ()
12100 return poll ();
12102 return 0;
12104 _ACEOF
12105 if ac_fn_c_try_link "$LINENO"; then :
12106 ac_cv_lib_poll_poll=yes
12107 else
12108 ac_cv_lib_poll_poll=no
12110 rm -f core conftest.err conftest.$ac_objext \
12111 conftest$ac_exeext conftest.$ac_ext
12112 LIBS=$ac_check_lib_save_LIBS
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12115 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12116 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12117 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12118 LIBPOLL="-lpoll"
12124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12125 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12126 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12127 $as_echo_n "(cached) " >&6
12128 else
12129 ac_func_search_save_LIBS=$LIBS
12130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12131 /* end confdefs.h. */
12133 /* Override any GCC internal prototype to avoid an error.
12134 Use char because int might match the return type of a GCC
12135 builtin and then its argument prototype would still apply. */
12136 #ifdef __cplusplus
12137 extern "C"
12138 #endif
12139 char gethostbyname ();
12141 main ()
12143 return gethostbyname ();
12145 return 0;
12147 _ACEOF
12148 for ac_lib in '' nsl; do
12149 if test -z "$ac_lib"; then
12150 ac_res="none required"
12151 else
12152 ac_res=-l$ac_lib
12153 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12155 if ac_fn_c_try_link "$LINENO"; then :
12156 ac_cv_search_gethostbyname=$ac_res
12158 rm -f core conftest.err conftest.$ac_objext \
12159 conftest$ac_exeext
12160 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12161 break
12163 done
12164 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12166 else
12167 ac_cv_search_gethostbyname=no
12169 rm conftest.$ac_ext
12170 LIBS=$ac_func_search_save_LIBS
12172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12173 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12174 ac_res=$ac_cv_search_gethostbyname
12175 if test "$ac_res" != no; then :
12176 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12182 $as_echo_n "checking for library containing connect... " >&6; }
12183 if test "${ac_cv_search_connect+set}" = set; then :
12184 $as_echo_n "(cached) " >&6
12185 else
12186 ac_func_search_save_LIBS=$LIBS
12187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12188 /* end confdefs.h. */
12190 /* Override any GCC internal prototype to avoid an error.
12191 Use char because int might match the return type of a GCC
12192 builtin and then its argument prototype would still apply. */
12193 #ifdef __cplusplus
12194 extern "C"
12195 #endif
12196 char connect ();
12198 main ()
12200 return connect ();
12202 return 0;
12204 _ACEOF
12205 for ac_lib in '' socket; do
12206 if test -z "$ac_lib"; then
12207 ac_res="none required"
12208 else
12209 ac_res=-l$ac_lib
12210 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12212 if ac_fn_c_try_link "$LINENO"; then :
12213 ac_cv_search_connect=$ac_res
12215 rm -f core conftest.err conftest.$ac_objext \
12216 conftest$ac_exeext
12217 if test "${ac_cv_search_connect+set}" = set; then :
12218 break
12220 done
12221 if test "${ac_cv_search_connect+set}" = set; then :
12223 else
12224 ac_cv_search_connect=no
12226 rm conftest.$ac_ext
12227 LIBS=$ac_func_search_save_LIBS
12229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12230 $as_echo "$ac_cv_search_connect" >&6; }
12231 ac_res=$ac_cv_search_connect
12232 if test "$ac_res" != no; then :
12233 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12239 $as_echo_n "checking for library containing inet_aton... " >&6; }
12240 if test "${ac_cv_search_inet_aton+set}" = set; then :
12241 $as_echo_n "(cached) " >&6
12242 else
12243 ac_func_search_save_LIBS=$LIBS
12244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12245 /* end confdefs.h. */
12247 /* Override any GCC internal prototype to avoid an error.
12248 Use char because int might match the return type of a GCC
12249 builtin and then its argument prototype would still apply. */
12250 #ifdef __cplusplus
12251 extern "C"
12252 #endif
12253 char inet_aton ();
12255 main ()
12257 return inet_aton ();
12259 return 0;
12261 _ACEOF
12262 for ac_lib in '' resolv; do
12263 if test -z "$ac_lib"; then
12264 ac_res="none required"
12265 else
12266 ac_res=-l$ac_lib
12267 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12269 if ac_fn_c_try_link "$LINENO"; then :
12270 ac_cv_search_inet_aton=$ac_res
12272 rm -f core conftest.err conftest.$ac_objext \
12273 conftest$ac_exeext
12274 if test "${ac_cv_search_inet_aton+set}" = set; then :
12275 break
12277 done
12278 if test "${ac_cv_search_inet_aton+set}" = set; then :
12280 else
12281 ac_cv_search_inet_aton=no
12283 rm conftest.$ac_ext
12284 LIBS=$ac_func_search_save_LIBS
12286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12287 $as_echo "$ac_cv_search_inet_aton" >&6; }
12288 ac_res=$ac_cv_search_inet_aton
12289 if test "$ac_res" != no; then :
12290 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12295 for ac_func in \
12296 getaddrinfo \
12297 getnameinfo \
12298 getnetbyname \
12299 getprotobyname \
12300 getprotobynumber \
12301 getservbyport \
12302 inet_network \
12303 inet_ntop \
12304 inet_pton \
12305 sendmsg \
12306 socketpair \
12308 do :
12309 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12310 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12311 eval as_val=\$$as_ac_var
12312 if test "x$as_val" = x""yes; then :
12313 cat >>confdefs.h <<_ACEOF
12314 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12315 _ACEOF
12318 done
12321 LDAPLIBS=""
12323 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12324 then
12325 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12327 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12329 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12330 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12331 $as_echo_n "(cached) " >&6
12332 else
12333 ac_check_lib_save_LIBS=$LIBS
12334 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12336 /* end confdefs.h. */
12338 /* Override any GCC internal prototype to avoid an error.
12339 Use char because int might match the return type of a GCC
12340 builtin and then its argument prototype would still apply. */
12341 #ifdef __cplusplus
12342 extern "C"
12343 #endif
12344 char ldap_initialize ();
12346 main ()
12348 return ldap_initialize ();
12350 return 0;
12352 _ACEOF
12353 if ac_fn_c_try_link "$LINENO"; then :
12354 ac_cv_lib_ldap_r_ldap_initialize=yes
12355 else
12356 ac_cv_lib_ldap_r_ldap_initialize=no
12358 rm -f core conftest.err conftest.$ac_objext \
12359 conftest$ac_exeext conftest.$ac_ext
12360 LIBS=$ac_check_lib_save_LIBS
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12363 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12364 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12366 $as_echo_n "checking for ber_init in -llber... " >&6; }
12367 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12368 $as_echo_n "(cached) " >&6
12369 else
12370 ac_check_lib_save_LIBS=$LIBS
12371 LIBS="-llber $LIBPTHREAD $LIBS"
12372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12373 /* end confdefs.h. */
12375 /* Override any GCC internal prototype to avoid an error.
12376 Use char because int might match the return type of a GCC
12377 builtin and then its argument prototype would still apply. */
12378 #ifdef __cplusplus
12379 extern "C"
12380 #endif
12381 char ber_init ();
12383 main ()
12385 return ber_init ();
12387 return 0;
12389 _ACEOF
12390 if ac_fn_c_try_link "$LINENO"; then :
12391 ac_cv_lib_lber_ber_init=yes
12392 else
12393 ac_cv_lib_lber_ber_init=no
12395 rm -f core conftest.err conftest.$ac_objext \
12396 conftest$ac_exeext conftest.$ac_ext
12397 LIBS=$ac_check_lib_save_LIBS
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12400 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12401 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12403 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12405 LDAPLIBS="-lldap_r -llber"
12412 ac_wine_check_funcs_save_LIBS="$LIBS"
12413 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12414 for ac_func in \
12415 ldap_count_references \
12416 ldap_first_reference \
12417 ldap_next_reference \
12418 ldap_parse_reference \
12419 ldap_parse_sort_control \
12420 ldap_parse_sortresponse_control \
12421 ldap_parse_vlv_control \
12422 ldap_parse_vlvresponse_control
12423 do :
12424 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12425 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12426 eval as_val=\$$as_ac_var
12427 if test "x$as_val" = x""yes; then :
12428 cat >>confdefs.h <<_ACEOF
12429 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12430 _ACEOF
12433 done
12435 LIBS="$ac_wine_check_funcs_save_LIBS"
12437 if test "x$LDAPLIBS" = "x"; then :
12438 case "x$with_ldap" in
12439 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12440 xno) ;;
12441 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12442 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12443 esac
12446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12447 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12448 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12449 $as_echo_n "(cached) " >&6
12450 else
12451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12452 /* end confdefs.h. */
12453 #include <sys/stat.h>
12455 main ()
12457 mkdir("foo");
12459 return 0;
12461 _ACEOF
12462 if ac_fn_c_try_compile "$LINENO"; then :
12463 wine_cv_one_arg_mkdir=yes
12464 else
12465 wine_cv_one_arg_mkdir=no
12467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12470 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12471 if test "$wine_cv_one_arg_mkdir" = "yes"
12472 then
12474 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12480 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12481 if test "${ac_cv_c_const+set}" = set; then :
12482 $as_echo_n "(cached) " >&6
12483 else
12484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12485 /* end confdefs.h. */
12488 main ()
12490 /* FIXME: Include the comments suggested by Paul. */
12491 #ifndef __cplusplus
12492 /* Ultrix mips cc rejects this. */
12493 typedef int charset[2];
12494 const charset cs;
12495 /* SunOS 4.1.1 cc rejects this. */
12496 char const *const *pcpcc;
12497 char **ppc;
12498 /* NEC SVR4.0.2 mips cc rejects this. */
12499 struct point {int x, y;};
12500 static struct point const zero = {0,0};
12501 /* AIX XL C 1.02.0.0 rejects this.
12502 It does not let you subtract one const X* pointer from another in
12503 an arm of an if-expression whose if-part is not a constant
12504 expression */
12505 const char *g = "string";
12506 pcpcc = &g + (g ? g-g : 0);
12507 /* HPUX 7.0 cc rejects these. */
12508 ++pcpcc;
12509 ppc = (char**) pcpcc;
12510 pcpcc = (char const *const *) ppc;
12511 { /* SCO 3.2v4 cc rejects this. */
12512 char *t;
12513 char const *s = 0 ? (char *) 0 : (char const *) 0;
12515 *t++ = 0;
12516 if (s) return 0;
12518 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12519 int x[] = {25, 17};
12520 const int *foo = &x[0];
12521 ++foo;
12523 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12524 typedef const int *iptr;
12525 iptr p = 0;
12526 ++p;
12528 { /* AIX XL C 1.02.0.0 rejects this saying
12529 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12530 struct s { int j; const int *ap[3]; };
12531 struct s *b; b->j = 5;
12533 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12534 const int foo = 10;
12535 if (!foo) return 0;
12537 return !cs[0] && !zero.x;
12538 #endif
12541 return 0;
12543 _ACEOF
12544 if ac_fn_c_try_compile "$LINENO"; then :
12545 ac_cv_c_const=yes
12546 else
12547 ac_cv_c_const=no
12549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12552 $as_echo "$ac_cv_c_const" >&6; }
12553 if test $ac_cv_c_const = no; then
12555 $as_echo "#define const /**/" >>confdefs.h
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12560 $as_echo_n "checking for inline... " >&6; }
12561 if test "${ac_cv_c_inline+set}" = set; then :
12562 $as_echo_n "(cached) " >&6
12563 else
12564 ac_cv_c_inline=no
12565 for ac_kw in inline __inline__ __inline; do
12566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12567 /* end confdefs.h. */
12568 #ifndef __cplusplus
12569 typedef int foo_t;
12570 static $ac_kw foo_t static_foo () {return 0; }
12571 $ac_kw foo_t foo () {return 0; }
12572 #endif
12574 _ACEOF
12575 if ac_fn_c_try_compile "$LINENO"; then :
12576 ac_cv_c_inline=$ac_kw
12578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12579 test "$ac_cv_c_inline" != no && break
12580 done
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12584 $as_echo "$ac_cv_c_inline" >&6; }
12586 case $ac_cv_c_inline in
12587 inline | yes) ;;
12589 case $ac_cv_c_inline in
12590 no) ac_val=;;
12591 *) ac_val=$ac_cv_c_inline;;
12592 esac
12593 cat >>confdefs.h <<_ACEOF
12594 #ifndef __cplusplus
12595 #define inline $ac_val
12596 #endif
12597 _ACEOF
12599 esac
12601 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12602 if test "x$ac_cv_type_mode_t" = x""yes; then :
12604 cat >>confdefs.h <<_ACEOF
12605 #define HAVE_MODE_T 1
12606 _ACEOF
12610 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12611 if test "x$ac_cv_type_off_t" = x""yes; then :
12613 cat >>confdefs.h <<_ACEOF
12614 #define HAVE_OFF_T 1
12615 _ACEOF
12619 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12620 if test "x$ac_cv_type_pid_t" = x""yes; then :
12622 cat >>confdefs.h <<_ACEOF
12623 #define HAVE_PID_T 1
12624 _ACEOF
12628 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12629 if test "x$ac_cv_type_size_t" = x""yes; then :
12631 cat >>confdefs.h <<_ACEOF
12632 #define HAVE_SIZE_T 1
12633 _ACEOF
12637 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12638 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12640 cat >>confdefs.h <<_ACEOF
12641 #define HAVE_SSIZE_T 1
12642 _ACEOF
12646 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12647 if test "x$ac_cv_type_long_long" = x""yes; then :
12649 cat >>confdefs.h <<_ACEOF
12650 #define HAVE_LONG_LONG 1
12651 _ACEOF
12655 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12656 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12658 cat >>confdefs.h <<_ACEOF
12659 #define HAVE_FSBLKCNT_T 1
12660 _ACEOF
12664 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12665 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12667 cat >>confdefs.h <<_ACEOF
12668 #define HAVE_FSFILCNT_T 1
12669 _ACEOF
12674 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12675 #include <signal.h>
12677 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12679 cat >>confdefs.h <<_ACEOF
12680 #define HAVE_SIGSET_T 1
12681 _ACEOF
12686 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12688 if test "x$ac_cv_type_request_sense" = x""yes; then :
12690 cat >>confdefs.h <<_ACEOF
12691 #define HAVE_REQUEST_SENSE 1
12692 _ACEOF
12698 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12699 #ifdef HAVE_SYS_SOCKET_H
12700 #include <sys/socket.h>
12701 #endif
12702 #ifdef HAVE_SYS_SOCKETVAR_H
12703 #include <sys/socketvar.h>
12704 #endif
12705 #ifdef HAVE_NET_ROUTE_H
12706 #include <net/route.h>
12707 #endif
12708 #ifdef HAVE_NETINET_IN_H
12709 #include <netinet/in.h>
12710 #endif
12711 #ifdef HAVE_NETINET_IN_SYSTM_H
12712 #include <netinet/in_systm.h>
12713 #endif
12714 #ifdef HAVE_NETINET_IP_H
12715 #include <netinet/ip.h>
12716 #endif
12717 #ifdef HAVE_NETINET_IN_PCB_H
12718 #include <netinet/in_pcb.h>
12719 #endif
12721 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12723 cat >>confdefs.h <<_ACEOF
12724 #define HAVE_STRUCT_XINPGEN 1
12725 _ACEOF
12731 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12732 #include <linux/input.h>
12733 #endif
12735 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12737 cat >>confdefs.h <<_ACEOF
12738 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12739 _ACEOF
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12746 $as_echo_n "checking for sigaddset... " >&6; }
12747 if test "${wine_cv_have_sigaddset+set}" = set; then :
12748 $as_echo_n "(cached) " >&6
12749 else
12750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12751 /* end confdefs.h. */
12752 #include <signal.h>
12754 main ()
12756 sigset_t set; sigaddset(&set,SIGTERM);
12758 return 0;
12760 _ACEOF
12761 if ac_fn_c_try_link "$LINENO"; then :
12762 wine_cv_have_sigaddset=yes
12763 else
12764 wine_cv_have_sigaddset=no
12766 rm -f core conftest.err conftest.$ac_objext \
12767 conftest$ac_exeext conftest.$ac_ext
12769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12770 $as_echo "$wine_cv_have_sigaddset" >&6; }
12771 if test "$wine_cv_have_sigaddset" = "yes"
12772 then
12774 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12780 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12781 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12782 $as_echo_n "(cached) " >&6
12783 else
12784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12785 /* end confdefs.h. */
12786 #include <netdb.h>
12788 main ()
12791 char *name=0;
12792 struct hostent he;
12793 struct hostent *result;
12794 char *buf=0;
12795 int bufsize=0;
12796 int res,errnr;
12797 char *addr=0;
12798 int addrlen=0;
12799 int addrtype=0;
12800 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12801 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12804 return 0;
12806 _ACEOF
12807 if ac_fn_c_try_link "$LINENO"; then :
12808 wine_cv_linux_gethostbyname_r_6=yes
12809 else
12810 wine_cv_linux_gethostbyname_r_6=no
12813 rm -f core conftest.err conftest.$ac_objext \
12814 conftest$ac_exeext conftest.$ac_ext
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12818 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12819 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12820 then
12822 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12826 if test "$ac_cv_header_linux_joystick_h" = "yes"
12827 then
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12829 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12830 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12831 $as_echo_n "(cached) " >&6
12832 else
12833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12834 /* end confdefs.h. */
12836 #include <sys/ioctl.h>
12837 #include <sys/types.h>
12838 #include <linux/joystick.h>
12840 struct js_event blub;
12841 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12842 #error "no 2.2 header"
12843 #endif
12846 main ()
12848 /*empty*/
12850 return 0;
12852 _ACEOF
12853 if ac_fn_c_try_compile "$LINENO"; then :
12854 wine_cv_linux_joystick_22_api=yes
12855 else
12856 wine_cv_linux_joystick_22_api=no
12858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12862 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12863 if test "$wine_cv_linux_joystick_22_api" = "yes"
12864 then
12866 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12872 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12873 #ifdef HAVE_SYS_PARAM_H
12874 # include <sys/param.h>
12875 #endif
12876 #ifdef HAVE_SYS_MOUNT_H
12877 # include <sys/mount.h>
12878 #endif
12879 #ifdef HAVE_SYS_VFS_H
12880 # include <sys/vfs.h>
12881 #endif
12882 #ifdef HAVE_SYS_STATFS_H
12883 # include <sys/statfs.h>
12884 #endif
12886 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12888 cat >>confdefs.h <<_ACEOF
12889 #define HAVE_STRUCT_STATFS_F_BFREE 1
12890 _ACEOF
12894 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12895 #ifdef HAVE_SYS_PARAM_H
12896 # include <sys/param.h>
12897 #endif
12898 #ifdef HAVE_SYS_MOUNT_H
12899 # include <sys/mount.h>
12900 #endif
12901 #ifdef HAVE_SYS_VFS_H
12902 # include <sys/vfs.h>
12903 #endif
12904 #ifdef HAVE_SYS_STATFS_H
12905 # include <sys/statfs.h>
12906 #endif
12908 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12910 cat >>confdefs.h <<_ACEOF
12911 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12912 _ACEOF
12916 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12917 #ifdef HAVE_SYS_PARAM_H
12918 # include <sys/param.h>
12919 #endif
12920 #ifdef HAVE_SYS_MOUNT_H
12921 # include <sys/mount.h>
12922 #endif
12923 #ifdef HAVE_SYS_VFS_H
12924 # include <sys/vfs.h>
12925 #endif
12926 #ifdef HAVE_SYS_STATFS_H
12927 # include <sys/statfs.h>
12928 #endif
12930 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12932 cat >>confdefs.h <<_ACEOF
12933 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12934 _ACEOF
12938 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12939 #ifdef HAVE_SYS_PARAM_H
12940 # include <sys/param.h>
12941 #endif
12942 #ifdef HAVE_SYS_MOUNT_H
12943 # include <sys/mount.h>
12944 #endif
12945 #ifdef HAVE_SYS_VFS_H
12946 # include <sys/vfs.h>
12947 #endif
12948 #ifdef HAVE_SYS_STATFS_H
12949 # include <sys/statfs.h>
12950 #endif
12952 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
12954 cat >>confdefs.h <<_ACEOF
12955 #define HAVE_STRUCT_STATFS_F_FFREE 1
12956 _ACEOF
12960 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
12961 #ifdef HAVE_SYS_PARAM_H
12962 # include <sys/param.h>
12963 #endif
12964 #ifdef HAVE_SYS_MOUNT_H
12965 # include <sys/mount.h>
12966 #endif
12967 #ifdef HAVE_SYS_VFS_H
12968 # include <sys/vfs.h>
12969 #endif
12970 #ifdef HAVE_SYS_STATFS_H
12971 # include <sys/statfs.h>
12972 #endif
12974 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
12976 cat >>confdefs.h <<_ACEOF
12977 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
12978 _ACEOF
12982 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
12983 #ifdef HAVE_SYS_PARAM_H
12984 # include <sys/param.h>
12985 #endif
12986 #ifdef HAVE_SYS_MOUNT_H
12987 # include <sys/mount.h>
12988 #endif
12989 #ifdef HAVE_SYS_VFS_H
12990 # include <sys/vfs.h>
12991 #endif
12992 #ifdef HAVE_SYS_STATFS_H
12993 # include <sys/statfs.h>
12994 #endif
12996 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
12998 cat >>confdefs.h <<_ACEOF
12999 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13000 _ACEOF
13006 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13007 #include <sys/statvfs.h>
13008 #endif
13010 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13012 cat >>confdefs.h <<_ACEOF
13013 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13014 _ACEOF
13020 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13021 #ifdef HAVE_SYS_SOCKET_H
13022 # include <sys/socket.h>
13023 #endif
13024 #ifdef HAVE_SYS_UN_H
13025 # include <sys/un.h>
13026 #endif
13028 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13030 cat >>confdefs.h <<_ACEOF
13031 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13032 _ACEOF
13036 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13037 #ifdef HAVE_SYS_SOCKET_H
13038 # include <sys/socket.h>
13039 #endif
13040 #ifdef HAVE_SYS_UN_H
13041 # include <sys/un.h>
13042 #endif
13044 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13046 cat >>confdefs.h <<_ACEOF
13047 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13048 _ACEOF
13052 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13053 #ifdef HAVE_SYS_SOCKET_H
13054 # include <sys/socket.h>
13055 #endif
13056 #ifdef HAVE_SYS_UN_H
13057 # include <sys/un.h>
13058 #endif
13060 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13062 cat >>confdefs.h <<_ACEOF
13063 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13064 _ACEOF
13070 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13071 #ifdef HAVE_SCSI_SG_H
13072 #include <scsi/sg.h>
13073 #endif
13075 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13077 cat >>confdefs.h <<_ACEOF
13078 #define HAVE_SCSIREQ_T_CMD 1
13079 _ACEOF
13083 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>
13084 #ifdef HAVE_SCSI_SG_H
13085 #include <scsi/sg.h>
13086 #endif
13088 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13090 cat >>confdefs.h <<_ACEOF
13091 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13092 _ACEOF
13098 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13100 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13102 cat >>confdefs.h <<_ACEOF
13103 #define HAVE_SIGINFO_T_SI_FD 1
13104 _ACEOF
13110 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13111 #ifdef HAVE_SYS_MTIO_H
13112 #include <sys/mtio.h>
13113 #endif
13115 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13117 cat >>confdefs.h <<_ACEOF
13118 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13119 _ACEOF
13123 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13124 #ifdef HAVE_SYS_MTIO_H
13125 #include <sys/mtio.h>
13126 #endif
13128 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13130 cat >>confdefs.h <<_ACEOF
13131 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13132 _ACEOF
13136 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13137 #ifdef HAVE_SYS_MTIO_H
13138 #include <sys/mtio.h>
13139 #endif
13141 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13143 cat >>confdefs.h <<_ACEOF
13144 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13145 _ACEOF
13151 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13152 #include <getopt.h>
13153 #endif
13155 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13157 cat >>confdefs.h <<_ACEOF
13158 #define HAVE_STRUCT_OPTION_NAME 1
13159 _ACEOF
13165 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13166 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13168 cat >>confdefs.h <<_ACEOF
13169 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13170 _ACEOF
13174 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13175 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13177 cat >>confdefs.h <<_ACEOF
13178 #define HAVE_STRUCT_STAT_ST_MTIM 1
13179 _ACEOF
13183 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13184 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13186 cat >>confdefs.h <<_ACEOF
13187 #define HAVE_STRUCT_STAT_ST_CTIM 1
13188 _ACEOF
13192 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13193 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13195 cat >>confdefs.h <<_ACEOF
13196 #define HAVE_STRUCT_STAT_ST_ATIM 1
13197 _ACEOF
13203 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
13204 #include <sys/types.h>
13205 #endif
13206 #ifdef HAVE_NETINET_IN_H
13207 #include <netinet/in.h>
13208 #endif
13210 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13212 cat >>confdefs.h <<_ACEOF
13213 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13214 _ACEOF
13220 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13221 #include <sys/types.h>
13222 #endif
13223 #ifdef HAVE_NETINET_IN_H
13224 # include <netinet/in.h>
13225 #endif
13226 #ifdef HAVE_ARPA_NAMESER_H
13227 # include <arpa/nameser.h>
13228 #endif
13230 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13232 cat >>confdefs.h <<_ACEOF
13233 #define HAVE_NS_MSG__MSG_PTR 1
13234 _ACEOF
13240 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13241 #include <sys/types.h>
13242 #endif
13243 #ifdef HAVE_ALIAS_H
13244 #include <alias.h>
13245 #endif
13246 #ifdef HAVE_SYS_SOCKET_H
13247 #include <sys/socket.h>
13248 #endif
13249 #ifdef HAVE_SYS_SOCKETVAR_H
13250 #include <sys/socketvar.h>
13251 #endif
13252 #ifdef HAVE_SYS_TIMEOUT_H
13253 #include <sys/timeout.h>
13254 #endif
13255 #ifdef HAVE_NETINET_IN_H
13256 #include <netinet/in.h>
13257 #endif
13258 #ifdef HAVE_NETINET_IN_SYSTM_H
13259 #include <netinet/in_systm.h>
13260 #endif
13261 #ifdef HAVE_NETINET_IP_H
13262 #include <netinet/ip.h>
13263 #endif
13264 #ifdef HAVE_NETINET_IP_VAR_H
13265 #include <netinet/ip_var.h>
13266 #endif
13267 #ifdef HAVE_NETINET_IP_ICMP_H
13268 #include <netinet/ip_icmp.h>
13269 #endif
13270 #ifdef HAVE_NETINET_ICMP_VAR
13271 #include <netinet/icmp_var.h>
13272 #endif
13274 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13276 cat >>confdefs.h <<_ACEOF
13277 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13278 _ACEOF
13284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13285 $as_echo_n "checking for timezone variable... " >&6; }
13286 if test "${ac_cv_have_timezone+set}" = set; then :
13287 $as_echo_n "(cached) " >&6
13288 else
13289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13290 /* end confdefs.h. */
13291 #include <time.h>
13293 main ()
13295 timezone = 1
13297 return 0;
13299 _ACEOF
13300 if ac_fn_c_try_link "$LINENO"; then :
13301 ac_cv_have_timezone="yes"
13302 else
13303 ac_cv_have_timezone="no"
13305 rm -f core conftest.err conftest.$ac_objext \
13306 conftest$ac_exeext conftest.$ac_ext
13308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13309 $as_echo "$ac_cv_have_timezone" >&6; }
13310 if test "$ac_cv_have_timezone" = "yes"
13311 then
13313 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13317 $as_echo_n "checking for daylight variable... " >&6; }
13318 if test "${ac_cv_have_daylight+set}" = set; then :
13319 $as_echo_n "(cached) " >&6
13320 else
13321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13322 /* end confdefs.h. */
13323 #include <time.h>
13325 main ()
13327 daylight = 1
13329 return 0;
13331 _ACEOF
13332 if ac_fn_c_try_link "$LINENO"; then :
13333 ac_cv_have_daylight="yes"
13334 else
13335 ac_cv_have_daylight="no"
13337 rm -f core conftest.err conftest.$ac_objext \
13338 conftest$ac_exeext conftest.$ac_ext
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13341 $as_echo "$ac_cv_have_daylight" >&6; }
13342 if test "$ac_cv_have_daylight" = "yes"
13343 then
13345 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13350 $as_echo_n "checking for isinf... " >&6; }
13351 if test "${ac_cv_have_isinf+set}" = set; then :
13352 $as_echo_n "(cached) " >&6
13353 else
13354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13355 /* end confdefs.h. */
13356 #include <math.h>
13358 main ()
13360 float f = 0.0; int i=isinf(f)
13362 return 0;
13364 _ACEOF
13365 if ac_fn_c_try_link "$LINENO"; then :
13366 ac_cv_have_isinf="yes"
13367 else
13368 ac_cv_have_isinf="no"
13370 rm -f core conftest.err conftest.$ac_objext \
13371 conftest$ac_exeext conftest.$ac_ext
13373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13374 $as_echo "$ac_cv_have_isinf" >&6; }
13375 if test "$ac_cv_have_isinf" = "yes"
13376 then
13378 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13383 $as_echo_n "checking for isnan... " >&6; }
13384 if test "${ac_cv_have_isnan+set}" = set; then :
13385 $as_echo_n "(cached) " >&6
13386 else
13387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13388 /* end confdefs.h. */
13389 #include <math.h>
13391 main ()
13393 float f = 0.0; int i=isnan(f)
13395 return 0;
13397 _ACEOF
13398 if ac_fn_c_try_link "$LINENO"; then :
13399 ac_cv_have_isnan="yes"
13400 else
13401 ac_cv_have_isnan="no"
13403 rm -f core conftest.err conftest.$ac_objext \
13404 conftest$ac_exeext conftest.$ac_ext
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13407 $as_echo "$ac_cv_have_isnan" >&6; }
13408 if test "$ac_cv_have_isnan" = "yes"
13409 then
13411 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13416 case $host_cpu in
13417 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13418 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13419 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13420 $as_echo_n "(cached) " >&6
13421 else
13422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13423 /* end confdefs.h. */
13424 #ifndef __i386__
13426 #endif
13427 _ACEOF
13428 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13429 $EGREP "yes" >/dev/null 2>&1; then :
13430 ac_cv_cpp_def___i386__=yes
13431 else
13432 ac_cv_cpp_def___i386__=no
13434 rm -f conftest*
13437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13438 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13439 if test $ac_cv_cpp_def___i386__ = yes; then :
13440 CFLAGS="$CFLAGS -D__i386__"
13441 LINTFLAGS="$LINTFLAGS -D__i386__"
13442 fi ;;
13443 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13444 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13445 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13446 $as_echo_n "(cached) " >&6
13447 else
13448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13449 /* end confdefs.h. */
13450 #ifndef __x86_64__
13452 #endif
13453 _ACEOF
13454 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13455 $EGREP "yes" >/dev/null 2>&1; then :
13456 ac_cv_cpp_def___x86_64__=yes
13457 else
13458 ac_cv_cpp_def___x86_64__=no
13460 rm -f conftest*
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13464 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13465 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13466 CFLAGS="$CFLAGS -D__x86_64__"
13467 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13468 fi ;;
13469 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13470 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13471 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13472 $as_echo_n "(cached) " >&6
13473 else
13474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13475 /* end confdefs.h. */
13476 #ifndef __ALPHA__
13478 #endif
13479 _ACEOF
13480 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13481 $EGREP "yes" >/dev/null 2>&1; then :
13482 ac_cv_cpp_def___ALPHA__=yes
13483 else
13484 ac_cv_cpp_def___ALPHA__=no
13486 rm -f conftest*
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13490 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13491 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13492 CFLAGS="$CFLAGS -D__ALPHA__"
13493 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13494 fi ;;
13495 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13496 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13497 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13498 $as_echo_n "(cached) " >&6
13499 else
13500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13501 /* end confdefs.h. */
13502 #ifndef __sparc__
13504 #endif
13505 _ACEOF
13506 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13507 $EGREP "yes" >/dev/null 2>&1; then :
13508 ac_cv_cpp_def___sparc__=yes
13509 else
13510 ac_cv_cpp_def___sparc__=no
13512 rm -f conftest*
13515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13516 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13517 if test $ac_cv_cpp_def___sparc__ = yes; then :
13518 CFLAGS="$CFLAGS -D__sparc__"
13519 LINTFLAGS="$LINTFLAGS -D__sparc__"
13520 fi ;;
13521 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13522 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13523 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13524 $as_echo_n "(cached) " >&6
13525 else
13526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13527 /* end confdefs.h. */
13528 #ifndef __powerpc__
13530 #endif
13531 _ACEOF
13532 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13533 $EGREP "yes" >/dev/null 2>&1; then :
13534 ac_cv_cpp_def___powerpc__=yes
13535 else
13536 ac_cv_cpp_def___powerpc__=no
13538 rm -f conftest*
13541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13542 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13543 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13544 CFLAGS="$CFLAGS -D__powerpc__"
13545 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13546 fi ;;
13547 esac
13549 case $host_vendor in
13550 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13551 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13552 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13553 $as_echo_n "(cached) " >&6
13554 else
13555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13556 /* end confdefs.h. */
13557 #ifndef __sun__
13559 #endif
13560 _ACEOF
13561 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13562 $EGREP "yes" >/dev/null 2>&1; then :
13563 ac_cv_cpp_def___sun__=yes
13564 else
13565 ac_cv_cpp_def___sun__=no
13567 rm -f conftest*
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13571 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13572 if test $ac_cv_cpp_def___sun__ = yes; then :
13573 CFLAGS="$CFLAGS -D__sun__"
13574 LINTFLAGS="$LINTFLAGS -D__sun__"
13575 fi ;;
13576 esac
13579 DEPENDENCIES="### Dependencies:
13581 .INIT: Makefile
13582 .BEGIN: Makefile
13583 .MAKEFILEDEPS:
13584 Makefile: dummy
13585 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13587 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13588 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13589 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13590 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13591 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13594 ALL_MAKERULES=""
13596 ALL_MAKEFILES=""
13598 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13601 ALL_TOP_DIRS=""
13603 ALL_DLL_DIRS=""
13605 ALL_IMPLIB_DIRS=""
13607 ALL_TEST_DIRS=""
13609 ALL_PROGRAM_DIRS=""
13611 ALL_PROGRAM_INSTALL_DIRS=""
13613 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13618 ac_config_commands="$ac_config_commands include/stamp-h"
13621 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13623 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13625 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13627 ac_config_commands="$ac_config_commands dlls/user32/resources"
13629 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13631 ac_config_commands="$ac_config_commands include/wine"
13634 ALL_MAKERULES="$ALL_MAKERULES \\
13635 Make.rules"
13636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13637 Make.rules: Make.rules.in"
13638 MAKE_RULES=Make.rules
13639 ac_config_files="$ac_config_files Make.rules"
13641 ALL_MAKERULES="$ALL_MAKERULES \\
13642 dlls/Makedll.rules"
13643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13644 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13645 MAKE_DLL_RULES=dlls/Makedll.rules
13646 ac_config_files="$ac_config_files dlls/Makedll.rules"
13648 ALL_MAKERULES="$ALL_MAKERULES \\
13649 dlls/Makeimplib.rules"
13650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13651 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13652 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13653 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13655 ALL_MAKERULES="$ALL_MAKERULES \\
13656 dlls/Maketest.rules"
13657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13658 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13659 MAKE_TEST_RULES=dlls/Maketest.rules
13660 ac_config_files="$ac_config_files dlls/Maketest.rules"
13662 ALL_MAKERULES="$ALL_MAKERULES \\
13663 programs/Makeprog.rules"
13664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13665 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13666 MAKE_PROG_RULES=programs/Makeprog.rules
13667 ac_config_files="$ac_config_files programs/Makeprog.rules"
13672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13673 Makefile: Makefile.in Make.rules"
13674 ac_config_files="$ac_config_files Makefile"
13676 ALL_MAKEFILES="$ALL_MAKEFILES \\
13677 dlls/Makefile"
13678 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13679 dlls"
13680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13681 dlls/Makefile: dlls/Makefile.in Make.rules"
13682 ac_config_files="$ac_config_files dlls/Makefile"
13684 ALL_MAKEFILES="$ALL_MAKEFILES \\
13685 dlls/acledit/Makefile"
13686 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13687 acledit"
13688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13689 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13690 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13692 ALL_MAKEFILES="$ALL_MAKEFILES \\
13693 dlls/aclui/Makefile"
13694 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13695 aclui"
13696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13697 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13698 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13700 ALL_MAKEFILES="$ALL_MAKEFILES \\
13701 dlls/activeds/Makefile"
13702 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13703 activeds"
13704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13705 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13706 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13708 ALL_MAKEFILES="$ALL_MAKEFILES \\
13709 dlls/actxprxy/Makefile"
13710 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13711 actxprxy"
13712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13713 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13714 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13716 ALL_MAKEFILES="$ALL_MAKEFILES \\
13717 dlls/adsiid/Makefile"
13718 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13719 adsiid"
13720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13721 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13722 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13724 ALL_MAKEFILES="$ALL_MAKEFILES \\
13725 dlls/advapi32/Makefile"
13726 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13727 advapi32"
13728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13729 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13730 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13732 ALL_MAKEFILES="$ALL_MAKEFILES \\
13733 dlls/advapi32/tests/Makefile"
13734 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13735 advapi32/tests"
13736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13737 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13738 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13740 ALL_MAKEFILES="$ALL_MAKEFILES \\
13741 dlls/advpack/Makefile"
13742 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13743 advpack"
13744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13745 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13746 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13748 ALL_MAKEFILES="$ALL_MAKEFILES \\
13749 dlls/advpack/tests/Makefile"
13750 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13751 advpack/tests"
13752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13753 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13754 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13756 ALL_MAKEFILES="$ALL_MAKEFILES \\
13757 dlls/amstream/Makefile"
13758 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13759 amstream"
13760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13761 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13762 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13764 ALL_MAKEFILES="$ALL_MAKEFILES \\
13765 dlls/amstream/tests/Makefile"
13766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13767 amstream/tests"
13768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13769 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13770 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13772 ALL_MAKEFILES="$ALL_MAKEFILES \\
13773 dlls/appwiz.cpl/Makefile"
13774 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13775 appwiz.cpl"
13776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13777 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13778 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13780 ALL_MAKEFILES="$ALL_MAKEFILES \\
13781 dlls/atl/Makefile"
13782 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13783 atl"
13784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13785 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13786 ac_config_files="$ac_config_files dlls/atl/Makefile"
13788 ALL_MAKEFILES="$ALL_MAKEFILES \\
13789 dlls/authz/Makefile"
13790 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13791 authz"
13792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13793 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13794 ac_config_files="$ac_config_files dlls/authz/Makefile"
13796 ALL_MAKEFILES="$ALL_MAKEFILES \\
13797 dlls/avicap32/Makefile"
13798 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13799 avicap32"
13800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13801 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13802 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13804 ALL_MAKEFILES="$ALL_MAKEFILES \\
13805 dlls/avifil32/Makefile"
13806 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13807 avifil32"
13808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13809 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13810 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13812 ALL_MAKEFILES="$ALL_MAKEFILES \\
13813 dlls/avifil32/tests/Makefile"
13814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13815 avifil32/tests"
13816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13817 dlls/avifil32/tests/Makefile: dlls/avifil32/tests/Makefile.in dlls/Maketest.rules"
13818 ac_config_files="$ac_config_files dlls/avifil32/tests/Makefile"
13820 ALL_MAKEFILES="$ALL_MAKEFILES \\
13821 dlls/avifile.dll16/Makefile"
13822 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13823 avifile.dll16"
13824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13825 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13826 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13828 ALL_MAKEFILES="$ALL_MAKEFILES \\
13829 dlls/avrt/Makefile"
13830 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13831 avrt"
13832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13833 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
13834 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13836 ALL_MAKEFILES="$ALL_MAKEFILES \\
13837 dlls/bcrypt/Makefile"
13838 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13839 bcrypt"
13840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13841 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13842 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13844 ALL_MAKEFILES="$ALL_MAKEFILES \\
13845 dlls/browseui/Makefile"
13846 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13847 browseui"
13848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13849 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13850 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13852 ALL_MAKEFILES="$ALL_MAKEFILES \\
13853 dlls/browseui/tests/Makefile"
13854 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13855 browseui/tests"
13856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13857 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13858 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13860 ALL_MAKEFILES="$ALL_MAKEFILES \\
13861 dlls/cabinet/Makefile"
13862 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13863 cabinet"
13864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13865 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13866 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13868 ALL_MAKEFILES="$ALL_MAKEFILES \\
13869 dlls/cabinet/tests/Makefile"
13870 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13871 cabinet/tests"
13872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13873 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
13874 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13876 ALL_MAKEFILES="$ALL_MAKEFILES \\
13877 dlls/capi2032/Makefile"
13878 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13879 capi2032"
13880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13881 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
13882 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
13884 ALL_MAKEFILES="$ALL_MAKEFILES \\
13885 dlls/cards/Makefile"
13886 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13887 cards"
13888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13889 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
13890 ac_config_files="$ac_config_files dlls/cards/Makefile"
13892 ALL_MAKEFILES="$ALL_MAKEFILES \\
13893 dlls/cfgmgr32/Makefile"
13894 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13895 cfgmgr32"
13896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13897 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
13898 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
13900 ALL_MAKEFILES="$ALL_MAKEFILES \\
13901 dlls/clusapi/Makefile"
13902 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13903 clusapi"
13904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13905 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
13906 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
13908 ALL_MAKEFILES="$ALL_MAKEFILES \\
13909 dlls/comcat/Makefile"
13910 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13911 comcat"
13912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13913 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
13914 ac_config_files="$ac_config_files dlls/comcat/Makefile"
13916 ALL_MAKEFILES="$ALL_MAKEFILES \\
13917 dlls/comcat/tests/Makefile"
13918 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13919 comcat/tests"
13920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13921 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
13922 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
13924 ALL_MAKEFILES="$ALL_MAKEFILES \\
13925 dlls/comctl32/Makefile"
13926 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13927 comctl32"
13928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13929 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
13930 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
13932 ALL_MAKEFILES="$ALL_MAKEFILES \\
13933 dlls/comctl32/tests/Makefile"
13934 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13935 comctl32/tests"
13936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13937 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
13938 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
13940 ALL_MAKEFILES="$ALL_MAKEFILES \\
13941 dlls/comdlg32/Makefile"
13942 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13943 comdlg32"
13944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13945 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
13946 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
13948 ALL_MAKEFILES="$ALL_MAKEFILES \\
13949 dlls/comdlg32/tests/Makefile"
13950 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13951 comdlg32/tests"
13952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13953 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
13954 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
13956 ALL_MAKEFILES="$ALL_MAKEFILES \\
13957 dlls/comm.drv16/Makefile"
13958 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13959 comm.drv16"
13960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13961 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
13962 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
13964 ALL_MAKEFILES="$ALL_MAKEFILES \\
13965 dlls/commdlg.dll16/Makefile"
13966 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13967 commdlg.dll16"
13968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13969 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
13970 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
13972 ALL_MAKEFILES="$ALL_MAKEFILES \\
13973 dlls/compobj.dll16/Makefile"
13974 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13975 compobj.dll16"
13976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13977 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
13978 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
13980 ALL_MAKEFILES="$ALL_MAKEFILES \\
13981 dlls/compstui/Makefile"
13982 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13983 compstui"
13984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13985 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
13986 ac_config_files="$ac_config_files dlls/compstui/Makefile"
13988 ALL_MAKEFILES="$ALL_MAKEFILES \\
13989 dlls/credui/Makefile"
13990 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13991 credui"
13992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13993 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
13994 ac_config_files="$ac_config_files dlls/credui/Makefile"
13996 ALL_MAKEFILES="$ALL_MAKEFILES \\
13997 dlls/credui/tests/Makefile"
13998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13999 credui/tests"
14000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14001 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14002 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14004 ALL_MAKEFILES="$ALL_MAKEFILES \\
14005 dlls/crtdll/Makefile"
14006 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14007 crtdll"
14008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14009 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14010 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14012 ALL_MAKEFILES="$ALL_MAKEFILES \\
14013 dlls/crypt32/Makefile"
14014 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14015 crypt32"
14016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14017 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14018 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14020 ALL_MAKEFILES="$ALL_MAKEFILES \\
14021 dlls/crypt32/tests/Makefile"
14022 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14023 crypt32/tests"
14024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14025 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14026 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14028 ALL_MAKEFILES="$ALL_MAKEFILES \\
14029 dlls/cryptdlg/Makefile"
14030 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14031 cryptdlg"
14032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14033 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14034 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14036 ALL_MAKEFILES="$ALL_MAKEFILES \\
14037 dlls/cryptdll/Makefile"
14038 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14039 cryptdll"
14040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14041 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14042 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14044 ALL_MAKEFILES="$ALL_MAKEFILES \\
14045 dlls/cryptnet/Makefile"
14046 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14047 cryptnet"
14048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14049 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14050 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14052 ALL_MAKEFILES="$ALL_MAKEFILES \\
14053 dlls/cryptnet/tests/Makefile"
14054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14055 cryptnet/tests"
14056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14057 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14058 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14060 ALL_MAKEFILES="$ALL_MAKEFILES \\
14061 dlls/cryptui/Makefile"
14062 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14063 cryptui"
14064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14065 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14066 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14068 ALL_MAKEFILES="$ALL_MAKEFILES \\
14069 dlls/cryptui/tests/Makefile"
14070 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14071 cryptui/tests"
14072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14073 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14074 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14076 ALL_MAKEFILES="$ALL_MAKEFILES \\
14077 dlls/ctapi32/Makefile"
14078 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14079 ctapi32"
14080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14081 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14082 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14084 ALL_MAKEFILES="$ALL_MAKEFILES \\
14085 dlls/ctl3d.dll16/Makefile"
14086 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14087 ctl3d.dll16"
14088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14089 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14090 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14092 ALL_MAKEFILES="$ALL_MAKEFILES \\
14093 dlls/ctl3d32/Makefile"
14094 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14095 ctl3d32"
14096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14097 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14098 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14100 ALL_MAKEFILES="$ALL_MAKEFILES \\
14101 dlls/ctl3dv2.dll16/Makefile"
14102 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14103 ctl3dv2.dll16"
14104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14105 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14106 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14108 ALL_MAKEFILES="$ALL_MAKEFILES \\
14109 dlls/d3d10/Makefile"
14110 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14111 d3d10"
14112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14113 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14114 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14116 ALL_MAKEFILES="$ALL_MAKEFILES \\
14117 dlls/d3d10/tests/Makefile"
14118 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14119 d3d10/tests"
14120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14121 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14122 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14124 ALL_MAKEFILES="$ALL_MAKEFILES \\
14125 dlls/d3d10core/Makefile"
14126 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14127 d3d10core"
14128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14129 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14130 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14132 ALL_MAKEFILES="$ALL_MAKEFILES \\
14133 dlls/d3d10core/tests/Makefile"
14134 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14135 d3d10core/tests"
14136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14137 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14138 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14140 ALL_MAKEFILES="$ALL_MAKEFILES \\
14141 dlls/d3d8/Makefile"
14142 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14143 d3d8"
14144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14145 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14146 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14148 ALL_MAKEFILES="$ALL_MAKEFILES \\
14149 dlls/d3d8/tests/Makefile"
14150 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14151 d3d8/tests"
14152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14153 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14154 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14156 ALL_MAKEFILES="$ALL_MAKEFILES \\
14157 dlls/d3d9/Makefile"
14158 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14159 d3d9"
14160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14161 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14162 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14164 ALL_MAKEFILES="$ALL_MAKEFILES \\
14165 dlls/d3d9/tests/Makefile"
14166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14167 d3d9/tests"
14168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14169 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14170 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14172 ALL_MAKEFILES="$ALL_MAKEFILES \\
14173 dlls/d3dim/Makefile"
14174 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14175 d3dim"
14176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14177 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14178 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14180 ALL_MAKEFILES="$ALL_MAKEFILES \\
14181 dlls/d3drm/Makefile"
14182 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14183 d3drm"
14184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14185 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14186 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14188 ALL_MAKEFILES="$ALL_MAKEFILES \\
14189 dlls/d3drm/tests/Makefile"
14190 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14191 d3drm/tests"
14192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14193 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14194 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14196 ALL_MAKEFILES="$ALL_MAKEFILES \\
14197 dlls/d3dx9_24/Makefile"
14198 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14199 d3dx9_24"
14200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14201 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14202 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14204 ALL_MAKEFILES="$ALL_MAKEFILES \\
14205 dlls/d3dx9_25/Makefile"
14206 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14207 d3dx9_25"
14208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14209 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14210 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14212 ALL_MAKEFILES="$ALL_MAKEFILES \\
14213 dlls/d3dx9_26/Makefile"
14214 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14215 d3dx9_26"
14216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14217 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14218 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14220 ALL_MAKEFILES="$ALL_MAKEFILES \\
14221 dlls/d3dx9_27/Makefile"
14222 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14223 d3dx9_27"
14224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14225 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14226 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14228 ALL_MAKEFILES="$ALL_MAKEFILES \\
14229 dlls/d3dx9_28/Makefile"
14230 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14231 d3dx9_28"
14232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14233 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14234 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14236 ALL_MAKEFILES="$ALL_MAKEFILES \\
14237 dlls/d3dx9_29/Makefile"
14238 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14239 d3dx9_29"
14240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14241 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14242 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14244 ALL_MAKEFILES="$ALL_MAKEFILES \\
14245 dlls/d3dx9_30/Makefile"
14246 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14247 d3dx9_30"
14248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14249 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14250 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14252 ALL_MAKEFILES="$ALL_MAKEFILES \\
14253 dlls/d3dx9_31/Makefile"
14254 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14255 d3dx9_31"
14256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14257 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14258 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14260 ALL_MAKEFILES="$ALL_MAKEFILES \\
14261 dlls/d3dx9_32/Makefile"
14262 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14263 d3dx9_32"
14264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14265 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14266 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14268 ALL_MAKEFILES="$ALL_MAKEFILES \\
14269 dlls/d3dx9_33/Makefile"
14270 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14271 d3dx9_33"
14272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14273 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14274 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14276 ALL_MAKEFILES="$ALL_MAKEFILES \\
14277 dlls/d3dx9_34/Makefile"
14278 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14279 d3dx9_34"
14280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14281 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14282 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14284 ALL_MAKEFILES="$ALL_MAKEFILES \\
14285 dlls/d3dx9_35/Makefile"
14286 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14287 d3dx9_35"
14288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14289 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14290 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14292 ALL_MAKEFILES="$ALL_MAKEFILES \\
14293 dlls/d3dx9_36/Makefile"
14294 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14295 d3dx9_36"
14296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14297 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14298 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14300 ALL_MAKEFILES="$ALL_MAKEFILES \\
14301 dlls/d3dx9_36/tests/Makefile"
14302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14303 d3dx9_36/tests"
14304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14305 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14306 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14308 ALL_MAKEFILES="$ALL_MAKEFILES \\
14309 dlls/d3dx9_37/Makefile"
14310 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14311 d3dx9_37"
14312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14313 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14314 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14316 ALL_MAKEFILES="$ALL_MAKEFILES \\
14317 dlls/d3dx9_38/Makefile"
14318 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14319 d3dx9_38"
14320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14321 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14322 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14324 ALL_MAKEFILES="$ALL_MAKEFILES \\
14325 dlls/d3dx9_39/Makefile"
14326 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14327 d3dx9_39"
14328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14329 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14330 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14332 ALL_MAKEFILES="$ALL_MAKEFILES \\
14333 dlls/d3dx9_40/Makefile"
14334 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14335 d3dx9_40"
14336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14337 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14338 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14340 ALL_MAKEFILES="$ALL_MAKEFILES \\
14341 dlls/d3dx9_41/Makefile"
14342 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14343 d3dx9_41"
14344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14345 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14346 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14348 ALL_MAKEFILES="$ALL_MAKEFILES \\
14349 dlls/d3dx9_42/Makefile"
14350 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14351 d3dx9_42"
14352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14353 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
14354 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14356 ALL_MAKEFILES="$ALL_MAKEFILES \\
14357 dlls/d3dxof/Makefile"
14358 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14359 d3dxof"
14360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14361 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14362 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14364 ALL_MAKEFILES="$ALL_MAKEFILES \\
14365 dlls/d3dxof/tests/Makefile"
14366 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14367 d3dxof/tests"
14368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14369 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14370 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14372 ALL_MAKEFILES="$ALL_MAKEFILES \\
14373 dlls/dbghelp/Makefile"
14374 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14375 dbghelp"
14376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14377 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14378 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14380 ALL_MAKEFILES="$ALL_MAKEFILES \\
14381 dlls/dciman32/Makefile"
14382 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14383 dciman32"
14384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14385 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14386 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14388 ALL_MAKEFILES="$ALL_MAKEFILES \\
14389 dlls/ddeml.dll16/Makefile"
14390 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14391 ddeml.dll16"
14392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14393 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14394 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14396 ALL_MAKEFILES="$ALL_MAKEFILES \\
14397 dlls/ddraw/Makefile"
14398 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14399 ddraw"
14400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14401 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14402 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14404 ALL_MAKEFILES="$ALL_MAKEFILES \\
14405 dlls/ddraw/tests/Makefile"
14406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14407 ddraw/tests"
14408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14409 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14410 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14412 ALL_MAKEFILES="$ALL_MAKEFILES \\
14413 dlls/ddrawex/Makefile"
14414 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14415 ddrawex"
14416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14417 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14418 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14420 ALL_MAKEFILES="$ALL_MAKEFILES \\
14421 dlls/ddrawex/tests/Makefile"
14422 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14423 ddrawex/tests"
14424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14425 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14426 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14428 ALL_MAKEFILES="$ALL_MAKEFILES \\
14429 dlls/devenum/Makefile"
14430 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14431 devenum"
14432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14433 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14434 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14436 ALL_MAKEFILES="$ALL_MAKEFILES \\
14437 dlls/dinput/Makefile"
14438 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14439 dinput"
14440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14441 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14442 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14444 ALL_MAKEFILES="$ALL_MAKEFILES \\
14445 dlls/dinput/tests/Makefile"
14446 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14447 dinput/tests"
14448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14449 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14450 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14452 ALL_MAKEFILES="$ALL_MAKEFILES \\
14453 dlls/dinput8/Makefile"
14454 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14455 dinput8"
14456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14457 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14458 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14460 ALL_MAKEFILES="$ALL_MAKEFILES \\
14461 dlls/dispdib.dll16/Makefile"
14462 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14463 dispdib.dll16"
14464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14465 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14466 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14468 ALL_MAKEFILES="$ALL_MAKEFILES \\
14469 dlls/display.drv16/Makefile"
14470 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14471 display.drv16"
14472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14473 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14474 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14476 ALL_MAKEFILES="$ALL_MAKEFILES \\
14477 dlls/dmband/Makefile"
14478 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14479 dmband"
14480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14481 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14482 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14484 ALL_MAKEFILES="$ALL_MAKEFILES \\
14485 dlls/dmcompos/Makefile"
14486 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14487 dmcompos"
14488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14489 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14490 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14492 ALL_MAKEFILES="$ALL_MAKEFILES \\
14493 dlls/dmime/Makefile"
14494 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14495 dmime"
14496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14497 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14498 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14500 ALL_MAKEFILES="$ALL_MAKEFILES \\
14501 dlls/dmloader/Makefile"
14502 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14503 dmloader"
14504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14505 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14506 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14508 ALL_MAKEFILES="$ALL_MAKEFILES \\
14509 dlls/dmloader/tests/Makefile"
14510 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14511 dmloader/tests"
14512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14513 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules"
14514 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
14516 ALL_MAKEFILES="$ALL_MAKEFILES \\
14517 dlls/dmscript/Makefile"
14518 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14519 dmscript"
14520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14521 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14522 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14524 ALL_MAKEFILES="$ALL_MAKEFILES \\
14525 dlls/dmstyle/Makefile"
14526 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14527 dmstyle"
14528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14529 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14530 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14532 ALL_MAKEFILES="$ALL_MAKEFILES \\
14533 dlls/dmsynth/Makefile"
14534 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14535 dmsynth"
14536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14537 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14538 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14540 ALL_MAKEFILES="$ALL_MAKEFILES \\
14541 dlls/dmusic/Makefile"
14542 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14543 dmusic"
14544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14545 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14546 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14548 ALL_MAKEFILES="$ALL_MAKEFILES \\
14549 dlls/dmusic32/Makefile"
14550 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14551 dmusic32"
14552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14553 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14554 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14556 ALL_MAKEFILES="$ALL_MAKEFILES \\
14557 dlls/dnsapi/Makefile"
14558 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14559 dnsapi"
14560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14561 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14562 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14564 ALL_MAKEFILES="$ALL_MAKEFILES \\
14565 dlls/dnsapi/tests/Makefile"
14566 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14567 dnsapi/tests"
14568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14569 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14570 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14572 ALL_MAKEFILES="$ALL_MAKEFILES \\
14573 dlls/dplay/Makefile"
14574 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14575 dplay"
14576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14577 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14578 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14580 ALL_MAKEFILES="$ALL_MAKEFILES \\
14581 dlls/dplayx/Makefile"
14582 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14583 dplayx"
14584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14585 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14586 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14588 ALL_MAKEFILES="$ALL_MAKEFILES \\
14589 dlls/dplayx/tests/Makefile"
14590 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14591 dplayx/tests"
14592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14593 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14594 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14596 ALL_MAKEFILES="$ALL_MAKEFILES \\
14597 dlls/dpnaddr/Makefile"
14598 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14599 dpnaddr"
14600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14601 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14602 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14604 ALL_MAKEFILES="$ALL_MAKEFILES \\
14605 dlls/dpnet/Makefile"
14606 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14607 dpnet"
14608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14609 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14610 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14612 ALL_MAKEFILES="$ALL_MAKEFILES \\
14613 dlls/dpnhpast/Makefile"
14614 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14615 dpnhpast"
14616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14617 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14618 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14620 ALL_MAKEFILES="$ALL_MAKEFILES \\
14621 dlls/dpnlobby/Makefile"
14622 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14623 dpnlobby"
14624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14625 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14626 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14628 ALL_MAKEFILES="$ALL_MAKEFILES \\
14629 dlls/dpwsockx/Makefile"
14630 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14631 dpwsockx"
14632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14633 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14634 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14636 ALL_MAKEFILES="$ALL_MAKEFILES \\
14637 dlls/drmclien/Makefile"
14638 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14639 drmclien"
14640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14641 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14642 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14644 ALL_MAKEFILES="$ALL_MAKEFILES \\
14645 dlls/dsound/Makefile"
14646 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14647 dsound"
14648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14649 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14650 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14652 ALL_MAKEFILES="$ALL_MAKEFILES \\
14653 dlls/dsound/tests/Makefile"
14654 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14655 dsound/tests"
14656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14657 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14658 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14660 ALL_MAKEFILES="$ALL_MAKEFILES \\
14661 dlls/dssenh/Makefile"
14662 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14663 dssenh"
14664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14665 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14666 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14668 ALL_MAKEFILES="$ALL_MAKEFILES \\
14669 dlls/dswave/Makefile"
14670 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14671 dswave"
14672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14673 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14674 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14676 ALL_MAKEFILES="$ALL_MAKEFILES \\
14677 dlls/dwmapi/Makefile"
14678 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14679 dwmapi"
14680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14681 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14682 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14684 ALL_MAKEFILES="$ALL_MAKEFILES \\
14685 dlls/dxdiagn/Makefile"
14686 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14687 dxdiagn"
14688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14689 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14690 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14692 ALL_MAKEFILES="$ALL_MAKEFILES \\
14693 dlls/dxdiagn/tests/Makefile"
14694 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14695 dxdiagn/tests"
14696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14697 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules"
14698 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
14700 ALL_MAKEFILES="$ALL_MAKEFILES \\
14701 dlls/dxerr8/Makefile"
14702 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14703 dxerr8"
14704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14705 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14706 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14708 ALL_MAKEFILES="$ALL_MAKEFILES \\
14709 dlls/dxerr9/Makefile"
14710 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14711 dxerr9"
14712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14713 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14714 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14716 ALL_MAKEFILES="$ALL_MAKEFILES \\
14717 dlls/dxgi/Makefile"
14718 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14719 dxgi"
14720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14721 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14722 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14724 ALL_MAKEFILES="$ALL_MAKEFILES \\
14725 dlls/dxgi/tests/Makefile"
14726 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14727 dxgi/tests"
14728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14729 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14730 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14732 ALL_MAKEFILES="$ALL_MAKEFILES \\
14733 dlls/dxguid/Makefile"
14734 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14735 dxguid"
14736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14737 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14738 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14740 ALL_MAKEFILES="$ALL_MAKEFILES \\
14741 dlls/faultrep/Makefile"
14742 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14743 faultrep"
14744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14745 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14746 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14748 ALL_MAKEFILES="$ALL_MAKEFILES \\
14749 dlls/fltlib/Makefile"
14750 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14751 fltlib"
14752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14753 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
14754 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
14756 ALL_MAKEFILES="$ALL_MAKEFILES \\
14757 dlls/fusion/Makefile"
14758 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14759 fusion"
14760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14761 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14762 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14764 ALL_MAKEFILES="$ALL_MAKEFILES \\
14765 dlls/fusion/tests/Makefile"
14766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14767 fusion/tests"
14768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14769 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14770 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14772 ALL_MAKEFILES="$ALL_MAKEFILES \\
14773 dlls/fwpuclnt/Makefile"
14774 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14775 fwpuclnt"
14776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14777 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules"
14778 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
14780 ALL_MAKEFILES="$ALL_MAKEFILES \\
14781 dlls/gdi.exe16/Makefile"
14782 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14783 gdi.exe16"
14784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14785 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules"
14786 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
14788 ALL_MAKEFILES="$ALL_MAKEFILES \\
14789 dlls/gdi32/Makefile"
14790 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14791 gdi32"
14792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14793 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14794 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14796 ALL_MAKEFILES="$ALL_MAKEFILES \\
14797 dlls/gdi32/tests/Makefile"
14798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14799 gdi32/tests"
14800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14801 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14802 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14804 ALL_MAKEFILES="$ALL_MAKEFILES \\
14805 dlls/gdiplus/Makefile"
14806 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14807 gdiplus"
14808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14809 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14810 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14812 ALL_MAKEFILES="$ALL_MAKEFILES \\
14813 dlls/gdiplus/tests/Makefile"
14814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14815 gdiplus/tests"
14816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14817 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14818 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14820 ALL_MAKEFILES="$ALL_MAKEFILES \\
14821 dlls/glu32/Makefile"
14822 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14823 glu32"
14824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14825 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14826 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14828 ALL_MAKEFILES="$ALL_MAKEFILES \\
14829 dlls/gphoto2.ds/Makefile"
14830 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14831 gphoto2.ds"
14832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14833 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14834 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14836 ALL_MAKEFILES="$ALL_MAKEFILES \\
14837 dlls/gpkcsp/Makefile"
14838 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14839 gpkcsp"
14840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14841 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14842 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14844 ALL_MAKEFILES="$ALL_MAKEFILES \\
14845 dlls/hal/Makefile"
14846 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14847 hal"
14848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14849 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14850 ac_config_files="$ac_config_files dlls/hal/Makefile"
14852 ALL_MAKEFILES="$ALL_MAKEFILES \\
14853 dlls/hhctrl.ocx/Makefile"
14854 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14855 hhctrl.ocx"
14856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14857 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14858 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14860 ALL_MAKEFILES="$ALL_MAKEFILES \\
14861 dlls/hid/Makefile"
14862 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14863 hid"
14864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14865 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
14866 ac_config_files="$ac_config_files dlls/hid/Makefile"
14868 ALL_MAKEFILES="$ALL_MAKEFILES \\
14869 dlls/hlink/Makefile"
14870 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14871 hlink"
14872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14873 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
14874 ac_config_files="$ac_config_files dlls/hlink/Makefile"
14876 ALL_MAKEFILES="$ALL_MAKEFILES \\
14877 dlls/hlink/tests/Makefile"
14878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14879 hlink/tests"
14880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14881 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
14882 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14884 ALL_MAKEFILES="$ALL_MAKEFILES \\
14885 dlls/hnetcfg/Makefile"
14886 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14887 hnetcfg"
14888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14889 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
14890 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14892 ALL_MAKEFILES="$ALL_MAKEFILES \\
14893 dlls/httpapi/Makefile"
14894 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14895 httpapi"
14896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14897 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14898 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
14900 ALL_MAKEFILES="$ALL_MAKEFILES \\
14901 dlls/iccvid/Makefile"
14902 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14903 iccvid"
14904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14905 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
14906 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
14908 ALL_MAKEFILES="$ALL_MAKEFILES \\
14909 dlls/icmp/Makefile"
14910 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14911 icmp"
14912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14913 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
14914 ac_config_files="$ac_config_files dlls/icmp/Makefile"
14916 ALL_MAKEFILES="$ALL_MAKEFILES \\
14917 dlls/ifsmgr.vxd/Makefile"
14918 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14919 ifsmgr.vxd"
14920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14921 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
14922 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
14924 ALL_MAKEFILES="$ALL_MAKEFILES \\
14925 dlls/imaadp32.acm/Makefile"
14926 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14927 imaadp32.acm"
14928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14929 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
14930 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
14932 ALL_MAKEFILES="$ALL_MAKEFILES \\
14933 dlls/imagehlp/Makefile"
14934 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14935 imagehlp"
14936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14937 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
14938 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
14940 ALL_MAKEFILES="$ALL_MAKEFILES \\
14941 dlls/imagehlp/tests/Makefile"
14942 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14943 imagehlp/tests"
14944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14945 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules"
14946 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
14948 ALL_MAKEFILES="$ALL_MAKEFILES \\
14949 dlls/imm.dll16/Makefile"
14950 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14951 imm.dll16"
14952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14953 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
14954 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
14956 ALL_MAKEFILES="$ALL_MAKEFILES \\
14957 dlls/imm32/Makefile"
14958 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14959 imm32"
14960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14961 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
14962 ac_config_files="$ac_config_files dlls/imm32/Makefile"
14964 ALL_MAKEFILES="$ALL_MAKEFILES \\
14965 dlls/imm32/tests/Makefile"
14966 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14967 imm32/tests"
14968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14969 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
14970 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
14972 ALL_MAKEFILES="$ALL_MAKEFILES \\
14973 dlls/inetcomm/Makefile"
14974 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14975 inetcomm"
14976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14977 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
14978 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
14980 ALL_MAKEFILES="$ALL_MAKEFILES \\
14981 dlls/inetcomm/tests/Makefile"
14982 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14983 inetcomm/tests"
14984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14985 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
14986 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
14988 ALL_MAKEFILES="$ALL_MAKEFILES \\
14989 dlls/inetmib1/Makefile"
14990 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14991 inetmib1"
14992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14993 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
14994 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
14996 ALL_MAKEFILES="$ALL_MAKEFILES \\
14997 dlls/inetmib1/tests/Makefile"
14998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14999 inetmib1/tests"
15000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15001 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
15002 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15004 ALL_MAKEFILES="$ALL_MAKEFILES \\
15005 dlls/infosoft/Makefile"
15006 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15007 infosoft"
15008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15009 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15010 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15012 ALL_MAKEFILES="$ALL_MAKEFILES \\
15013 dlls/infosoft/tests/Makefile"
15014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15015 infosoft/tests"
15016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15017 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15018 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15020 ALL_MAKEFILES="$ALL_MAKEFILES \\
15021 dlls/initpki/Makefile"
15022 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15023 initpki"
15024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15025 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15026 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15028 ALL_MAKEFILES="$ALL_MAKEFILES \\
15029 dlls/inkobj/Makefile"
15030 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15031 inkobj"
15032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15033 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15034 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15036 ALL_MAKEFILES="$ALL_MAKEFILES \\
15037 dlls/inseng/Makefile"
15038 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15039 inseng"
15040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15041 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15042 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15044 ALL_MAKEFILES="$ALL_MAKEFILES \\
15045 dlls/iphlpapi/Makefile"
15046 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15047 iphlpapi"
15048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15049 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15050 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15052 ALL_MAKEFILES="$ALL_MAKEFILES \\
15053 dlls/iphlpapi/tests/Makefile"
15054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15055 iphlpapi/tests"
15056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15057 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15058 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15060 ALL_MAKEFILES="$ALL_MAKEFILES \\
15061 dlls/itircl/Makefile"
15062 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15063 itircl"
15064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15065 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15066 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15068 ALL_MAKEFILES="$ALL_MAKEFILES \\
15069 dlls/itss/Makefile"
15070 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15071 itss"
15072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15073 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15074 ac_config_files="$ac_config_files dlls/itss/Makefile"
15076 ALL_MAKEFILES="$ALL_MAKEFILES \\
15077 dlls/itss/tests/Makefile"
15078 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15079 itss/tests"
15080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15081 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15082 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15084 ALL_MAKEFILES="$ALL_MAKEFILES \\
15085 dlls/jscript/Makefile"
15086 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15087 jscript"
15088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15089 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15090 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15092 ALL_MAKEFILES="$ALL_MAKEFILES \\
15093 dlls/jscript/tests/Makefile"
15094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15095 jscript/tests"
15096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15097 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15098 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15100 ALL_MAKEFILES="$ALL_MAKEFILES \\
15101 dlls/kernel32/Makefile"
15102 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15103 kernel32"
15104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15105 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15106 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15108 ALL_MAKEFILES="$ALL_MAKEFILES \\
15109 dlls/kernel32/tests/Makefile"
15110 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15111 kernel32/tests"
15112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15113 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15114 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15116 ALL_MAKEFILES="$ALL_MAKEFILES \\
15117 dlls/keyboard.drv16/Makefile"
15118 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15119 keyboard.drv16"
15120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15121 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15122 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15124 ALL_MAKEFILES="$ALL_MAKEFILES \\
15125 dlls/krnl386.exe16/Makefile"
15126 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15127 krnl386.exe16"
15128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15129 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules"
15130 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15132 ALL_MAKEFILES="$ALL_MAKEFILES \\
15133 dlls/loadperf/Makefile"
15134 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15135 loadperf"
15136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15137 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15138 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15140 ALL_MAKEFILES="$ALL_MAKEFILES \\
15141 dlls/localspl/Makefile"
15142 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15143 localspl"
15144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15145 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15146 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15148 ALL_MAKEFILES="$ALL_MAKEFILES \\
15149 dlls/localspl/tests/Makefile"
15150 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15151 localspl/tests"
15152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15153 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15154 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15156 ALL_MAKEFILES="$ALL_MAKEFILES \\
15157 dlls/localui/Makefile"
15158 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15159 localui"
15160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15161 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15162 ac_config_files="$ac_config_files dlls/localui/Makefile"
15164 ALL_MAKEFILES="$ALL_MAKEFILES \\
15165 dlls/localui/tests/Makefile"
15166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15167 localui/tests"
15168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15169 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15170 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15172 ALL_MAKEFILES="$ALL_MAKEFILES \\
15173 dlls/lz32/Makefile"
15174 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15175 lz32"
15176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15177 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15178 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15180 ALL_MAKEFILES="$ALL_MAKEFILES \\
15181 dlls/lz32/tests/Makefile"
15182 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15183 lz32/tests"
15184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15185 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15186 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15188 ALL_MAKEFILES="$ALL_MAKEFILES \\
15189 dlls/lzexpand.dll16/Makefile"
15190 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15191 lzexpand.dll16"
15192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15193 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15194 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15196 ALL_MAKEFILES="$ALL_MAKEFILES \\
15197 dlls/mapi32/Makefile"
15198 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15199 mapi32"
15200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15201 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15202 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15204 ALL_MAKEFILES="$ALL_MAKEFILES \\
15205 dlls/mapi32/tests/Makefile"
15206 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15207 mapi32/tests"
15208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15209 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15210 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15212 ALL_MAKEFILES="$ALL_MAKEFILES \\
15213 dlls/mapistub/Makefile"
15214 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15215 mapistub"
15216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15217 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules"
15218 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15220 ALL_MAKEFILES="$ALL_MAKEFILES \\
15221 dlls/mciavi32/Makefile"
15222 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15223 mciavi32"
15224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15225 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15226 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15228 ALL_MAKEFILES="$ALL_MAKEFILES \\
15229 dlls/mcicda/Makefile"
15230 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15231 mcicda"
15232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15233 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15234 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15236 ALL_MAKEFILES="$ALL_MAKEFILES \\
15237 dlls/mciqtz32/Makefile"
15238 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15239 mciqtz32"
15240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15241 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15242 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15244 ALL_MAKEFILES="$ALL_MAKEFILES \\
15245 dlls/mciseq/Makefile"
15246 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15247 mciseq"
15248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15249 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15250 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15252 ALL_MAKEFILES="$ALL_MAKEFILES \\
15253 dlls/mciwave/Makefile"
15254 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15255 mciwave"
15256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15257 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15258 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15260 ALL_MAKEFILES="$ALL_MAKEFILES \\
15261 dlls/midimap/Makefile"
15262 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15263 midimap"
15264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15265 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15266 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15268 ALL_MAKEFILES="$ALL_MAKEFILES \\
15269 dlls/mlang/Makefile"
15270 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15271 mlang"
15272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15273 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15274 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15276 ALL_MAKEFILES="$ALL_MAKEFILES \\
15277 dlls/mlang/tests/Makefile"
15278 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15279 mlang/tests"
15280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15281 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15282 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15284 ALL_MAKEFILES="$ALL_MAKEFILES \\
15285 dlls/mmdevapi/Makefile"
15286 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15287 mmdevapi"
15288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15289 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules"
15290 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15292 ALL_MAKEFILES="$ALL_MAKEFILES \\
15293 dlls/mmdevapi/tests/Makefile"
15294 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15295 mmdevapi/tests"
15296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15297 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules"
15298 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15300 ALL_MAKEFILES="$ALL_MAKEFILES \\
15301 dlls/mmdevldr.vxd/Makefile"
15302 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15303 mmdevldr.vxd"
15304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15305 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15306 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15308 ALL_MAKEFILES="$ALL_MAKEFILES \\
15309 dlls/mmsystem.dll16/Makefile"
15310 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15311 mmsystem.dll16"
15312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15313 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
15314 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15316 ALL_MAKEFILES="$ALL_MAKEFILES \\
15317 dlls/monodebg.vxd/Makefile"
15318 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15319 monodebg.vxd"
15320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15321 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15322 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15324 ALL_MAKEFILES="$ALL_MAKEFILES \\
15325 dlls/mountmgr.sys/Makefile"
15326 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15327 mountmgr.sys"
15328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15329 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15330 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15332 ALL_MAKEFILES="$ALL_MAKEFILES \\
15333 dlls/mouse.drv16/Makefile"
15334 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15335 mouse.drv16"
15336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15337 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15338 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15340 ALL_MAKEFILES="$ALL_MAKEFILES \\
15341 dlls/mpr/Makefile"
15342 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15343 mpr"
15344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15345 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15346 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15348 ALL_MAKEFILES="$ALL_MAKEFILES \\
15349 dlls/mprapi/Makefile"
15350 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15351 mprapi"
15352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15353 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15354 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15356 ALL_MAKEFILES="$ALL_MAKEFILES \\
15357 dlls/msacm.dll16/Makefile"
15358 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15359 msacm.dll16"
15360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15361 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15362 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15364 ALL_MAKEFILES="$ALL_MAKEFILES \\
15365 dlls/msacm32.drv/Makefile"
15366 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15367 msacm32.drv"
15368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15369 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15370 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15372 ALL_MAKEFILES="$ALL_MAKEFILES \\
15373 dlls/msacm32/Makefile"
15374 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15375 msacm32"
15376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15377 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15378 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15380 ALL_MAKEFILES="$ALL_MAKEFILES \\
15381 dlls/msacm32/tests/Makefile"
15382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15383 msacm32/tests"
15384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15385 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15386 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15388 ALL_MAKEFILES="$ALL_MAKEFILES \\
15389 dlls/msadp32.acm/Makefile"
15390 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15391 msadp32.acm"
15392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15393 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15394 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15396 ALL_MAKEFILES="$ALL_MAKEFILES \\
15397 dlls/mscat32/Makefile"
15398 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15399 mscat32"
15400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15401 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15402 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15404 ALL_MAKEFILES="$ALL_MAKEFILES \\
15405 dlls/mscms/Makefile"
15406 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15407 mscms"
15408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15409 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15410 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15412 ALL_MAKEFILES="$ALL_MAKEFILES \\
15413 dlls/mscms/tests/Makefile"
15414 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15415 mscms/tests"
15416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15417 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15418 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15420 ALL_MAKEFILES="$ALL_MAKEFILES \\
15421 dlls/mscoree/Makefile"
15422 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15423 mscoree"
15424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15425 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15426 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15428 ALL_MAKEFILES="$ALL_MAKEFILES \\
15429 dlls/msctf/Makefile"
15430 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15431 msctf"
15432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15433 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15434 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15436 ALL_MAKEFILES="$ALL_MAKEFILES \\
15437 dlls/msctf/tests/Makefile"
15438 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15439 msctf/tests"
15440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15441 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15442 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15444 ALL_MAKEFILES="$ALL_MAKEFILES \\
15445 dlls/msdaps/Makefile"
15446 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15447 msdaps"
15448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15449 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15450 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15452 ALL_MAKEFILES="$ALL_MAKEFILES \\
15453 dlls/msdmo/Makefile"
15454 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15455 msdmo"
15456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15457 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15458 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15460 ALL_MAKEFILES="$ALL_MAKEFILES \\
15461 dlls/msftedit/Makefile"
15462 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15463 msftedit"
15464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15465 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15466 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15468 ALL_MAKEFILES="$ALL_MAKEFILES \\
15469 dlls/msg711.acm/Makefile"
15470 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15471 msg711.acm"
15472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15473 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15474 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15476 ALL_MAKEFILES="$ALL_MAKEFILES \\
15477 dlls/msgsm32.acm/Makefile"
15478 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15479 msgsm32.acm"
15480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15481 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15482 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15484 ALL_MAKEFILES="$ALL_MAKEFILES \\
15485 dlls/mshtml.tlb/Makefile"
15486 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15487 mshtml.tlb"
15488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15489 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15490 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15492 ALL_MAKEFILES="$ALL_MAKEFILES \\
15493 dlls/mshtml/Makefile"
15494 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15495 mshtml"
15496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15497 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15498 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15500 ALL_MAKEFILES="$ALL_MAKEFILES \\
15501 dlls/mshtml/tests/Makefile"
15502 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15503 mshtml/tests"
15504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15505 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15506 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15508 ALL_MAKEFILES="$ALL_MAKEFILES \\
15509 dlls/msi/Makefile"
15510 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15511 msi"
15512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15513 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15514 ac_config_files="$ac_config_files dlls/msi/Makefile"
15516 ALL_MAKEFILES="$ALL_MAKEFILES \\
15517 dlls/msi/tests/Makefile"
15518 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15519 msi/tests"
15520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15521 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15522 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15524 ALL_MAKEFILES="$ALL_MAKEFILES \\
15525 dlls/msimg32/Makefile"
15526 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15527 msimg32"
15528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15529 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15530 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15532 ALL_MAKEFILES="$ALL_MAKEFILES \\
15533 dlls/msimtf/Makefile"
15534 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15535 msimtf"
15536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15537 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15538 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15540 ALL_MAKEFILES="$ALL_MAKEFILES \\
15541 dlls/msisip/Makefile"
15542 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15543 msisip"
15544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15545 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15546 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15548 ALL_MAKEFILES="$ALL_MAKEFILES \\
15549 dlls/msisys.ocx/Makefile"
15550 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15551 msisys.ocx"
15552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15553 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15554 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15556 ALL_MAKEFILES="$ALL_MAKEFILES \\
15557 dlls/msnet32/Makefile"
15558 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15559 msnet32"
15560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15561 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15562 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15564 ALL_MAKEFILES="$ALL_MAKEFILES \\
15565 dlls/msrle32/Makefile"
15566 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15567 msrle32"
15568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15569 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15570 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15572 ALL_MAKEFILES="$ALL_MAKEFILES \\
15573 dlls/mssign32/Makefile"
15574 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15575 mssign32"
15576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15577 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15578 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15580 ALL_MAKEFILES="$ALL_MAKEFILES \\
15581 dlls/mssip32/Makefile"
15582 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15583 mssip32"
15584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15585 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15586 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15588 ALL_MAKEFILES="$ALL_MAKEFILES \\
15589 dlls/mstask/Makefile"
15590 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15591 mstask"
15592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15593 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15594 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15596 ALL_MAKEFILES="$ALL_MAKEFILES \\
15597 dlls/mstask/tests/Makefile"
15598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15599 mstask/tests"
15600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15601 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15602 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15604 ALL_MAKEFILES="$ALL_MAKEFILES \\
15605 dlls/msvcirt/Makefile"
15606 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15607 msvcirt"
15608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15609 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15610 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15612 ALL_MAKEFILES="$ALL_MAKEFILES \\
15613 dlls/msvcr71/Makefile"
15614 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15615 msvcr71"
15616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15617 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15618 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15620 ALL_MAKEFILES="$ALL_MAKEFILES \\
15621 dlls/msvcrt/Makefile"
15622 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15623 msvcrt"
15624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15625 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15626 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15628 ALL_MAKEFILES="$ALL_MAKEFILES \\
15629 dlls/msvcrt/tests/Makefile"
15630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15631 msvcrt/tests"
15632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15633 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15634 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15636 ALL_MAKEFILES="$ALL_MAKEFILES \\
15637 dlls/msvcrt20/Makefile"
15638 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15639 msvcrt20"
15640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15641 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15642 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15644 ALL_MAKEFILES="$ALL_MAKEFILES \\
15645 dlls/msvcrt40/Makefile"
15646 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15647 msvcrt40"
15648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15649 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15650 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15652 ALL_MAKEFILES="$ALL_MAKEFILES \\
15653 dlls/msvcrtd/Makefile"
15654 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15655 msvcrtd"
15656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15657 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15658 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15660 ALL_MAKEFILES="$ALL_MAKEFILES \\
15661 dlls/msvcrtd/tests/Makefile"
15662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15663 msvcrtd/tests"
15664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15665 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15666 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15668 ALL_MAKEFILES="$ALL_MAKEFILES \\
15669 dlls/msvfw32/Makefile"
15670 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15671 msvfw32"
15672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15673 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15674 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15676 ALL_MAKEFILES="$ALL_MAKEFILES \\
15677 dlls/msvfw32/tests/Makefile"
15678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15679 msvfw32/tests"
15680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15681 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15682 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15684 ALL_MAKEFILES="$ALL_MAKEFILES \\
15685 dlls/msvidc32/Makefile"
15686 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15687 msvidc32"
15688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15689 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15690 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15692 ALL_MAKEFILES="$ALL_MAKEFILES \\
15693 dlls/msvideo.dll16/Makefile"
15694 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15695 msvideo.dll16"
15696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15697 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15698 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15700 ALL_MAKEFILES="$ALL_MAKEFILES \\
15701 dlls/mswsock/Makefile"
15702 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15703 mswsock"
15704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15705 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15706 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15708 ALL_MAKEFILES="$ALL_MAKEFILES \\
15709 dlls/msxml3/Makefile"
15710 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15711 msxml3"
15712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15713 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15714 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15716 ALL_MAKEFILES="$ALL_MAKEFILES \\
15717 dlls/msxml3/tests/Makefile"
15718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15719 msxml3/tests"
15720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15721 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15722 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15724 ALL_MAKEFILES="$ALL_MAKEFILES \\
15725 dlls/nddeapi/Makefile"
15726 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15727 nddeapi"
15728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15729 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15730 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15732 ALL_MAKEFILES="$ALL_MAKEFILES \\
15733 dlls/netapi32/Makefile"
15734 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15735 netapi32"
15736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15737 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15738 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15740 ALL_MAKEFILES="$ALL_MAKEFILES \\
15741 dlls/netapi32/tests/Makefile"
15742 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15743 netapi32/tests"
15744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15745 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15746 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15748 ALL_MAKEFILES="$ALL_MAKEFILES \\
15749 dlls/newdev/Makefile"
15750 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15751 newdev"
15752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15753 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15754 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15756 ALL_MAKEFILES="$ALL_MAKEFILES \\
15757 dlls/ntdll/Makefile"
15758 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15759 ntdll"
15760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15761 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15762 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15764 ALL_MAKEFILES="$ALL_MAKEFILES \\
15765 dlls/ntdll/tests/Makefile"
15766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15767 ntdll/tests"
15768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15769 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15770 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15772 ALL_MAKEFILES="$ALL_MAKEFILES \\
15773 dlls/ntdsapi/Makefile"
15774 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15775 ntdsapi"
15776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15777 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15778 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15780 ALL_MAKEFILES="$ALL_MAKEFILES \\
15781 dlls/ntdsapi/tests/Makefile"
15782 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15783 ntdsapi/tests"
15784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15785 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15786 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15788 ALL_MAKEFILES="$ALL_MAKEFILES \\
15789 dlls/ntoskrnl.exe/Makefile"
15790 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15791 ntoskrnl.exe"
15792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15793 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15794 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15796 ALL_MAKEFILES="$ALL_MAKEFILES \\
15797 dlls/ntprint/Makefile"
15798 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15799 ntprint"
15800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15801 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15802 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15804 ALL_MAKEFILES="$ALL_MAKEFILES \\
15805 dlls/ntprint/tests/Makefile"
15806 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15807 ntprint/tests"
15808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15809 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15810 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15812 ALL_MAKEFILES="$ALL_MAKEFILES \\
15813 dlls/objsel/Makefile"
15814 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15815 objsel"
15816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15817 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15818 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15820 ALL_MAKEFILES="$ALL_MAKEFILES \\
15821 dlls/odbc32/Makefile"
15822 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15823 odbc32"
15824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15825 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15826 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15828 ALL_MAKEFILES="$ALL_MAKEFILES \\
15829 dlls/odbccp32/Makefile"
15830 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15831 odbccp32"
15832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15833 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15834 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15836 ALL_MAKEFILES="$ALL_MAKEFILES \\
15837 dlls/odbccp32/tests/Makefile"
15838 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15839 odbccp32/tests"
15840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15841 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15842 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15844 ALL_MAKEFILES="$ALL_MAKEFILES \\
15845 dlls/ole2.dll16/Makefile"
15846 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15847 ole2.dll16"
15848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15849 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15850 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15852 ALL_MAKEFILES="$ALL_MAKEFILES \\
15853 dlls/ole2conv.dll16/Makefile"
15854 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15855 ole2conv.dll16"
15856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15857 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15858 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15860 ALL_MAKEFILES="$ALL_MAKEFILES \\
15861 dlls/ole2disp.dll16/Makefile"
15862 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15863 ole2disp.dll16"
15864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15865 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15866 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15868 ALL_MAKEFILES="$ALL_MAKEFILES \\
15869 dlls/ole2nls.dll16/Makefile"
15870 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15871 ole2nls.dll16"
15872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15873 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15874 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15876 ALL_MAKEFILES="$ALL_MAKEFILES \\
15877 dlls/ole2prox.dll16/Makefile"
15878 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15879 ole2prox.dll16"
15880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15881 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15882 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15884 ALL_MAKEFILES="$ALL_MAKEFILES \\
15885 dlls/ole2thk.dll16/Makefile"
15886 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15887 ole2thk.dll16"
15888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15889 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15890 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15892 ALL_MAKEFILES="$ALL_MAKEFILES \\
15893 dlls/ole32/Makefile"
15894 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15895 ole32"
15896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15897 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15898 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15900 ALL_MAKEFILES="$ALL_MAKEFILES \\
15901 dlls/ole32/tests/Makefile"
15902 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15903 ole32/tests"
15904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15905 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15906 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15908 ALL_MAKEFILES="$ALL_MAKEFILES \\
15909 dlls/oleacc/Makefile"
15910 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15911 oleacc"
15912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15913 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15914 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15916 ALL_MAKEFILES="$ALL_MAKEFILES \\
15917 dlls/oleacc/tests/Makefile"
15918 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15919 oleacc/tests"
15920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15921 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15922 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15924 ALL_MAKEFILES="$ALL_MAKEFILES \\
15925 dlls/oleaut32/Makefile"
15926 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15927 oleaut32"
15928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15929 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15930 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15932 ALL_MAKEFILES="$ALL_MAKEFILES \\
15933 dlls/oleaut32/tests/Makefile"
15934 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15935 oleaut32/tests"
15936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15937 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
15938 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15940 ALL_MAKEFILES="$ALL_MAKEFILES \\
15941 dlls/olecli.dll16/Makefile"
15942 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15943 olecli.dll16"
15944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15945 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15946 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15948 ALL_MAKEFILES="$ALL_MAKEFILES \\
15949 dlls/olecli32/Makefile"
15950 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15951 olecli32"
15952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15953 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
15954 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15956 ALL_MAKEFILES="$ALL_MAKEFILES \\
15957 dlls/oledb32/Makefile"
15958 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15959 oledb32"
15960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15961 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
15962 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
15964 ALL_MAKEFILES="$ALL_MAKEFILES \\
15965 dlls/oledb32/tests/Makefile"
15966 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15967 oledb32/tests"
15968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15969 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
15970 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
15972 ALL_MAKEFILES="$ALL_MAKEFILES \\
15973 dlls/oledlg/Makefile"
15974 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15975 oledlg"
15976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15977 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
15978 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
15980 ALL_MAKEFILES="$ALL_MAKEFILES \\
15981 dlls/olepro32/Makefile"
15982 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15983 olepro32"
15984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15985 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
15986 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
15988 ALL_MAKEFILES="$ALL_MAKEFILES \\
15989 dlls/olesvr.dll16/Makefile"
15990 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15991 olesvr.dll16"
15992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15993 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
15994 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
15996 ALL_MAKEFILES="$ALL_MAKEFILES \\
15997 dlls/olesvr32/Makefile"
15998 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15999 olesvr32"
16000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16001 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
16002 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16004 ALL_MAKEFILES="$ALL_MAKEFILES \\
16005 dlls/olethk32/Makefile"
16006 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16007 olethk32"
16008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16009 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
16010 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16012 ALL_MAKEFILES="$ALL_MAKEFILES \\
16013 dlls/openal32/Makefile"
16014 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16015 openal32"
16016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16017 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
16018 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16020 ALL_MAKEFILES="$ALL_MAKEFILES \\
16021 dlls/opengl32/Makefile"
16022 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16023 opengl32"
16024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16025 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
16026 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16028 ALL_MAKEFILES="$ALL_MAKEFILES \\
16029 dlls/opengl32/tests/Makefile"
16030 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16031 opengl32/tests"
16032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16033 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
16034 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16036 ALL_MAKEFILES="$ALL_MAKEFILES \\
16037 dlls/pdh/Makefile"
16038 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16039 pdh"
16040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16041 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
16042 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16044 ALL_MAKEFILES="$ALL_MAKEFILES \\
16045 dlls/pdh/tests/Makefile"
16046 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16047 pdh/tests"
16048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16049 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
16050 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16052 ALL_MAKEFILES="$ALL_MAKEFILES \\
16053 dlls/pidgen/Makefile"
16054 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16055 pidgen"
16056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16057 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
16058 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16060 ALL_MAKEFILES="$ALL_MAKEFILES \\
16061 dlls/powrprof/Makefile"
16062 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16063 powrprof"
16064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16065 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
16066 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16068 ALL_MAKEFILES="$ALL_MAKEFILES \\
16069 dlls/printui/Makefile"
16070 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16071 printui"
16072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16073 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16074 ac_config_files="$ac_config_files dlls/printui/Makefile"
16076 ALL_MAKEFILES="$ALL_MAKEFILES \\
16077 dlls/propsys/Makefile"
16078 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16079 propsys"
16080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16081 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16082 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16084 ALL_MAKEFILES="$ALL_MAKEFILES \\
16085 dlls/psapi/Makefile"
16086 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16087 psapi"
16088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16089 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16090 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16092 ALL_MAKEFILES="$ALL_MAKEFILES \\
16093 dlls/psapi/tests/Makefile"
16094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16095 psapi/tests"
16096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16097 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16098 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16100 ALL_MAKEFILES="$ALL_MAKEFILES \\
16101 dlls/pstorec/Makefile"
16102 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16103 pstorec"
16104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16105 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16106 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16108 ALL_MAKEFILES="$ALL_MAKEFILES \\
16109 dlls/qcap/Makefile"
16110 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16111 qcap"
16112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16113 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16114 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16116 ALL_MAKEFILES="$ALL_MAKEFILES \\
16117 dlls/qedit/Makefile"
16118 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16119 qedit"
16120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16121 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16122 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16124 ALL_MAKEFILES="$ALL_MAKEFILES \\
16125 dlls/qedit/tests/Makefile"
16126 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16127 qedit/tests"
16128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16129 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16130 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16132 ALL_MAKEFILES="$ALL_MAKEFILES \\
16133 dlls/qmgr/Makefile"
16134 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16135 qmgr"
16136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16137 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16138 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16140 ALL_MAKEFILES="$ALL_MAKEFILES \\
16141 dlls/qmgr/tests/Makefile"
16142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16143 qmgr/tests"
16144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16145 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16146 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16148 ALL_MAKEFILES="$ALL_MAKEFILES \\
16149 dlls/qmgrprxy/Makefile"
16150 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16151 qmgrprxy"
16152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16153 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16154 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16156 ALL_MAKEFILES="$ALL_MAKEFILES \\
16157 dlls/quartz/Makefile"
16158 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16159 quartz"
16160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16161 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16162 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16164 ALL_MAKEFILES="$ALL_MAKEFILES \\
16165 dlls/quartz/tests/Makefile"
16166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16167 quartz/tests"
16168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16169 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16170 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16172 ALL_MAKEFILES="$ALL_MAKEFILES \\
16173 dlls/query/Makefile"
16174 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16175 query"
16176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16177 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16178 ac_config_files="$ac_config_files dlls/query/Makefile"
16180 ALL_MAKEFILES="$ALL_MAKEFILES \\
16181 dlls/rasapi16.dll16/Makefile"
16182 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16183 rasapi16.dll16"
16184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16185 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16186 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16188 ALL_MAKEFILES="$ALL_MAKEFILES \\
16189 dlls/rasapi32/Makefile"
16190 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16191 rasapi32"
16192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16193 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16194 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16196 ALL_MAKEFILES="$ALL_MAKEFILES \\
16197 dlls/rasapi32/tests/Makefile"
16198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16199 rasapi32/tests"
16200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16201 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16202 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16204 ALL_MAKEFILES="$ALL_MAKEFILES \\
16205 dlls/rasdlg/Makefile"
16206 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16207 rasdlg"
16208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16209 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16210 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16212 ALL_MAKEFILES="$ALL_MAKEFILES \\
16213 dlls/resutils/Makefile"
16214 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16215 resutils"
16216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16217 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16218 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16220 ALL_MAKEFILES="$ALL_MAKEFILES \\
16221 dlls/riched20/Makefile"
16222 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16223 riched20"
16224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16225 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16226 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16228 ALL_MAKEFILES="$ALL_MAKEFILES \\
16229 dlls/riched20/tests/Makefile"
16230 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16231 riched20/tests"
16232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16233 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16234 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16236 ALL_MAKEFILES="$ALL_MAKEFILES \\
16237 dlls/riched32/Makefile"
16238 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16239 riched32"
16240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16241 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16242 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16244 ALL_MAKEFILES="$ALL_MAKEFILES \\
16245 dlls/riched32/tests/Makefile"
16246 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16247 riched32/tests"
16248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16249 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16250 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16252 ALL_MAKEFILES="$ALL_MAKEFILES \\
16253 dlls/rpcrt4/Makefile"
16254 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16255 rpcrt4"
16256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16257 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16258 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16260 ALL_MAKEFILES="$ALL_MAKEFILES \\
16261 dlls/rpcrt4/tests/Makefile"
16262 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16263 rpcrt4/tests"
16264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16265 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16266 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16268 ALL_MAKEFILES="$ALL_MAKEFILES \\
16269 dlls/rsabase/Makefile"
16270 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16271 rsabase"
16272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16273 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16274 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16276 ALL_MAKEFILES="$ALL_MAKEFILES \\
16277 dlls/rsaenh/Makefile"
16278 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16279 rsaenh"
16280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16281 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16282 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16284 ALL_MAKEFILES="$ALL_MAKEFILES \\
16285 dlls/rsaenh/tests/Makefile"
16286 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16287 rsaenh/tests"
16288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16289 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16290 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16292 ALL_MAKEFILES="$ALL_MAKEFILES \\
16293 dlls/rtutils/Makefile"
16294 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16295 rtutils"
16296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16297 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16298 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16300 ALL_MAKEFILES="$ALL_MAKEFILES \\
16301 dlls/sane.ds/Makefile"
16302 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16303 sane.ds"
16304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16305 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16306 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16308 ALL_MAKEFILES="$ALL_MAKEFILES \\
16309 dlls/sccbase/Makefile"
16310 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16311 sccbase"
16312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16313 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16314 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16316 ALL_MAKEFILES="$ALL_MAKEFILES \\
16317 dlls/schannel/Makefile"
16318 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16319 schannel"
16320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16321 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16322 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16324 ALL_MAKEFILES="$ALL_MAKEFILES \\
16325 dlls/schannel/tests/Makefile"
16326 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16327 schannel/tests"
16328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16329 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16330 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16332 ALL_MAKEFILES="$ALL_MAKEFILES \\
16333 dlls/secur32/Makefile"
16334 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16335 secur32"
16336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16337 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16338 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16340 ALL_MAKEFILES="$ALL_MAKEFILES \\
16341 dlls/secur32/tests/Makefile"
16342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16343 secur32/tests"
16344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16345 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16346 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16348 ALL_MAKEFILES="$ALL_MAKEFILES \\
16349 dlls/security/Makefile"
16350 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16351 security"
16352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16353 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16354 ac_config_files="$ac_config_files dlls/security/Makefile"
16356 ALL_MAKEFILES="$ALL_MAKEFILES \\
16357 dlls/sensapi/Makefile"
16358 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16359 sensapi"
16360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16361 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16362 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16364 ALL_MAKEFILES="$ALL_MAKEFILES \\
16365 dlls/serialui/Makefile"
16366 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16367 serialui"
16368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16369 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16370 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16372 ALL_MAKEFILES="$ALL_MAKEFILES \\
16373 dlls/serialui/tests/Makefile"
16374 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16375 serialui/tests"
16376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16377 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16378 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16380 ALL_MAKEFILES="$ALL_MAKEFILES \\
16381 dlls/setupapi/Makefile"
16382 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16383 setupapi"
16384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16385 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16386 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16388 ALL_MAKEFILES="$ALL_MAKEFILES \\
16389 dlls/setupapi/tests/Makefile"
16390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16391 setupapi/tests"
16392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16393 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16394 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16396 ALL_MAKEFILES="$ALL_MAKEFILES \\
16397 dlls/setupx.dll16/Makefile"
16398 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16399 setupx.dll16"
16400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16401 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
16402 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
16404 ALL_MAKEFILES="$ALL_MAKEFILES \\
16405 dlls/sfc/Makefile"
16406 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16407 sfc"
16408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16409 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16410 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16412 ALL_MAKEFILES="$ALL_MAKEFILES \\
16413 dlls/sfc_os/Makefile"
16414 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16415 sfc_os"
16416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16417 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16418 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16420 ALL_MAKEFILES="$ALL_MAKEFILES \\
16421 dlls/shdoclc/Makefile"
16422 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16423 shdoclc"
16424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16425 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16426 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16428 ALL_MAKEFILES="$ALL_MAKEFILES \\
16429 dlls/shdocvw/Makefile"
16430 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16431 shdocvw"
16432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16433 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16434 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16436 ALL_MAKEFILES="$ALL_MAKEFILES \\
16437 dlls/shdocvw/tests/Makefile"
16438 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16439 shdocvw/tests"
16440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16441 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16442 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16444 ALL_MAKEFILES="$ALL_MAKEFILES \\
16445 dlls/shell.dll16/Makefile"
16446 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16447 shell.dll16"
16448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16449 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16450 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16452 ALL_MAKEFILES="$ALL_MAKEFILES \\
16453 dlls/shell32/Makefile"
16454 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16455 shell32"
16456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16457 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16458 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16460 ALL_MAKEFILES="$ALL_MAKEFILES \\
16461 dlls/shell32/tests/Makefile"
16462 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16463 shell32/tests"
16464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16465 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16466 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16468 ALL_MAKEFILES="$ALL_MAKEFILES \\
16469 dlls/shfolder/Makefile"
16470 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16471 shfolder"
16472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16473 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16474 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16476 ALL_MAKEFILES="$ALL_MAKEFILES \\
16477 dlls/shlwapi/Makefile"
16478 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16479 shlwapi"
16480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16481 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16482 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16484 ALL_MAKEFILES="$ALL_MAKEFILES \\
16485 dlls/shlwapi/tests/Makefile"
16486 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16487 shlwapi/tests"
16488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16489 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16490 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16492 ALL_MAKEFILES="$ALL_MAKEFILES \\
16493 dlls/slbcsp/Makefile"
16494 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16495 slbcsp"
16496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16497 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16498 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16500 ALL_MAKEFILES="$ALL_MAKEFILES \\
16501 dlls/slc/Makefile"
16502 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16503 slc"
16504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16505 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16506 ac_config_files="$ac_config_files dlls/slc/Makefile"
16508 ALL_MAKEFILES="$ALL_MAKEFILES \\
16509 dlls/snmpapi/Makefile"
16510 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16511 snmpapi"
16512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16513 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16514 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16516 ALL_MAKEFILES="$ALL_MAKEFILES \\
16517 dlls/snmpapi/tests/Makefile"
16518 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16519 snmpapi/tests"
16520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16521 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16522 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16524 ALL_MAKEFILES="$ALL_MAKEFILES \\
16525 dlls/softpub/Makefile"
16526 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16527 softpub"
16528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16529 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16530 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16532 ALL_MAKEFILES="$ALL_MAKEFILES \\
16533 dlls/sound.drv16/Makefile"
16534 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16535 sound.drv16"
16536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16537 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16538 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16540 ALL_MAKEFILES="$ALL_MAKEFILES \\
16541 dlls/spoolss/Makefile"
16542 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16543 spoolss"
16544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16545 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16546 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16548 ALL_MAKEFILES="$ALL_MAKEFILES \\
16549 dlls/spoolss/tests/Makefile"
16550 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16551 spoolss/tests"
16552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16553 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16554 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16556 ALL_MAKEFILES="$ALL_MAKEFILES \\
16557 dlls/stdole2.tlb/Makefile"
16558 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16559 stdole2.tlb"
16560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16561 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16562 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16564 ALL_MAKEFILES="$ALL_MAKEFILES \\
16565 dlls/stdole32.tlb/Makefile"
16566 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16567 stdole32.tlb"
16568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16569 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16570 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16572 ALL_MAKEFILES="$ALL_MAKEFILES \\
16573 dlls/sti/Makefile"
16574 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16575 sti"
16576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16577 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16578 ac_config_files="$ac_config_files dlls/sti/Makefile"
16580 ALL_MAKEFILES="$ALL_MAKEFILES \\
16581 dlls/sti/tests/Makefile"
16582 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16583 sti/tests"
16584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16585 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
16586 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
16588 ALL_MAKEFILES="$ALL_MAKEFILES \\
16589 dlls/storage.dll16/Makefile"
16590 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16591 storage.dll16"
16592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16593 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16594 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16596 ALL_MAKEFILES="$ALL_MAKEFILES \\
16597 dlls/stress.dll16/Makefile"
16598 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16599 stress.dll16"
16600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16601 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16602 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16604 ALL_MAKEFILES="$ALL_MAKEFILES \\
16605 dlls/strmiids/Makefile"
16606 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16607 strmiids"
16608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16609 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16610 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16612 ALL_MAKEFILES="$ALL_MAKEFILES \\
16613 dlls/svrapi/Makefile"
16614 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16615 svrapi"
16616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16617 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16618 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16620 ALL_MAKEFILES="$ALL_MAKEFILES \\
16621 dlls/sxs/Makefile"
16622 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16623 sxs"
16624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16625 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16626 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16628 ALL_MAKEFILES="$ALL_MAKEFILES \\
16629 dlls/system.drv16/Makefile"
16630 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16631 system.drv16"
16632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16633 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
16634 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
16636 ALL_MAKEFILES="$ALL_MAKEFILES \\
16637 dlls/t2embed/Makefile"
16638 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16639 t2embed"
16640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16641 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16642 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16644 ALL_MAKEFILES="$ALL_MAKEFILES \\
16645 dlls/tapi32/Makefile"
16646 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16647 tapi32"
16648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16649 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16650 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16652 ALL_MAKEFILES="$ALL_MAKEFILES \\
16653 dlls/toolhelp.dll16/Makefile"
16654 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16655 toolhelp.dll16"
16656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16657 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
16658 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
16660 ALL_MAKEFILES="$ALL_MAKEFILES \\
16661 dlls/traffic/Makefile"
16662 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16663 traffic"
16664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16665 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16666 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16668 ALL_MAKEFILES="$ALL_MAKEFILES \\
16669 dlls/twain.dll16/Makefile"
16670 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16671 twain.dll16"
16672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16673 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16674 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16676 ALL_MAKEFILES="$ALL_MAKEFILES \\
16677 dlls/twain_32/Makefile"
16678 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16679 twain_32"
16680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16681 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16682 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16684 ALL_MAKEFILES="$ALL_MAKEFILES \\
16685 dlls/twain_32/tests/Makefile"
16686 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16687 twain_32/tests"
16688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16689 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16690 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16692 ALL_MAKEFILES="$ALL_MAKEFILES \\
16693 dlls/typelib.dll16/Makefile"
16694 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16695 typelib.dll16"
16696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16697 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16698 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16700 ALL_MAKEFILES="$ALL_MAKEFILES \\
16701 dlls/unicows/Makefile"
16702 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16703 unicows"
16704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16705 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16706 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16708 ALL_MAKEFILES="$ALL_MAKEFILES \\
16709 dlls/updspapi/Makefile"
16710 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16711 updspapi"
16712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16713 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16714 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16716 ALL_MAKEFILES="$ALL_MAKEFILES \\
16717 dlls/url/Makefile"
16718 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16719 url"
16720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16721 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16722 ac_config_files="$ac_config_files dlls/url/Makefile"
16724 ALL_MAKEFILES="$ALL_MAKEFILES \\
16725 dlls/urlmon/Makefile"
16726 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16727 urlmon"
16728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16729 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16730 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16732 ALL_MAKEFILES="$ALL_MAKEFILES \\
16733 dlls/urlmon/tests/Makefile"
16734 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16735 urlmon/tests"
16736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16737 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16738 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16740 ALL_MAKEFILES="$ALL_MAKEFILES \\
16741 dlls/user.exe16/Makefile"
16742 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16743 user.exe16"
16744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16745 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules"
16746 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
16748 ALL_MAKEFILES="$ALL_MAKEFILES \\
16749 dlls/user32/Makefile"
16750 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16751 user32"
16752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16753 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16754 ac_config_files="$ac_config_files dlls/user32/Makefile"
16756 ALL_MAKEFILES="$ALL_MAKEFILES \\
16757 dlls/user32/tests/Makefile"
16758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16759 user32/tests"
16760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16761 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16762 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16764 ALL_MAKEFILES="$ALL_MAKEFILES \\
16765 dlls/userenv/Makefile"
16766 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16767 userenv"
16768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16769 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16770 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16772 ALL_MAKEFILES="$ALL_MAKEFILES \\
16773 dlls/userenv/tests/Makefile"
16774 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16775 userenv/tests"
16776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16777 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16778 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16780 ALL_MAKEFILES="$ALL_MAKEFILES \\
16781 dlls/usp10/Makefile"
16782 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16783 usp10"
16784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16785 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16786 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16788 ALL_MAKEFILES="$ALL_MAKEFILES \\
16789 dlls/usp10/tests/Makefile"
16790 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16791 usp10/tests"
16792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16793 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16794 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16796 ALL_MAKEFILES="$ALL_MAKEFILES \\
16797 dlls/uuid/Makefile"
16798 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16799 uuid"
16800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16801 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16802 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16804 ALL_MAKEFILES="$ALL_MAKEFILES \\
16805 dlls/uxtheme/Makefile"
16806 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16807 uxtheme"
16808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16809 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16810 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16812 ALL_MAKEFILES="$ALL_MAKEFILES \\
16813 dlls/uxtheme/tests/Makefile"
16814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16815 uxtheme/tests"
16816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16817 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16818 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16820 ALL_MAKEFILES="$ALL_MAKEFILES \\
16821 dlls/vdhcp.vxd/Makefile"
16822 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16823 vdhcp.vxd"
16824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16825 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16826 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16828 ALL_MAKEFILES="$ALL_MAKEFILES \\
16829 dlls/vdmdbg/Makefile"
16830 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16831 vdmdbg"
16832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16833 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16834 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16836 ALL_MAKEFILES="$ALL_MAKEFILES \\
16837 dlls/ver.dll16/Makefile"
16838 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16839 ver.dll16"
16840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16841 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
16842 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
16844 ALL_MAKEFILES="$ALL_MAKEFILES \\
16845 dlls/version/Makefile"
16846 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16847 version"
16848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16849 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16850 ac_config_files="$ac_config_files dlls/version/Makefile"
16852 ALL_MAKEFILES="$ALL_MAKEFILES \\
16853 dlls/version/tests/Makefile"
16854 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16855 version/tests"
16856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16857 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16858 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16860 ALL_MAKEFILES="$ALL_MAKEFILES \\
16861 dlls/vmm.vxd/Makefile"
16862 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16863 vmm.vxd"
16864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16865 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16866 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16868 ALL_MAKEFILES="$ALL_MAKEFILES \\
16869 dlls/vnbt.vxd/Makefile"
16870 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16871 vnbt.vxd"
16872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16873 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16874 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16876 ALL_MAKEFILES="$ALL_MAKEFILES \\
16877 dlls/vnetbios.vxd/Makefile"
16878 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16879 vnetbios.vxd"
16880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16881 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16882 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16884 ALL_MAKEFILES="$ALL_MAKEFILES \\
16885 dlls/vtdapi.vxd/Makefile"
16886 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16887 vtdapi.vxd"
16888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16889 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16890 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16892 ALL_MAKEFILES="$ALL_MAKEFILES \\
16893 dlls/vwin32.vxd/Makefile"
16894 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16895 vwin32.vxd"
16896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16897 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16898 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16900 ALL_MAKEFILES="$ALL_MAKEFILES \\
16901 dlls/w32skrnl/Makefile"
16902 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16903 w32skrnl"
16904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16905 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16906 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16908 ALL_MAKEFILES="$ALL_MAKEFILES \\
16909 dlls/w32sys.dll16/Makefile"
16910 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16911 w32sys.dll16"
16912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16913 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16914 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16916 ALL_MAKEFILES="$ALL_MAKEFILES \\
16917 dlls/wbemprox/Makefile"
16918 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16919 wbemprox"
16920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16921 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16922 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16924 ALL_MAKEFILES="$ALL_MAKEFILES \\
16925 dlls/wiaservc/Makefile"
16926 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16927 wiaservc"
16928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16929 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
16930 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
16932 ALL_MAKEFILES="$ALL_MAKEFILES \\
16933 dlls/win32s16.dll16/Makefile"
16934 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16935 win32s16.dll16"
16936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16937 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16938 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16940 ALL_MAKEFILES="$ALL_MAKEFILES \\
16941 dlls/win87em.dll16/Makefile"
16942 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16943 win87em.dll16"
16944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16945 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16946 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16948 ALL_MAKEFILES="$ALL_MAKEFILES \\
16949 dlls/winaspi.dll16/Makefile"
16950 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16951 winaspi.dll16"
16952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16953 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16954 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16956 ALL_MAKEFILES="$ALL_MAKEFILES \\
16957 dlls/windebug.dll16/Makefile"
16958 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16959 windebug.dll16"
16960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16961 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16962 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16964 ALL_MAKEFILES="$ALL_MAKEFILES \\
16965 dlls/windowscodecs/Makefile"
16966 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16967 windowscodecs"
16968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16969 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16970 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16972 ALL_MAKEFILES="$ALL_MAKEFILES \\
16973 dlls/windowscodecs/tests/Makefile"
16974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16975 windowscodecs/tests"
16976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16977 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16978 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16980 ALL_MAKEFILES="$ALL_MAKEFILES \\
16981 dlls/winealsa.drv/Makefile"
16982 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16983 winealsa.drv"
16984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16985 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
16986 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16988 ALL_MAKEFILES="$ALL_MAKEFILES \\
16989 dlls/wineaudioio.drv/Makefile"
16990 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16991 wineaudioio.drv"
16992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16993 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
16994 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
16996 ALL_MAKEFILES="$ALL_MAKEFILES \\
16997 dlls/winecoreaudio.drv/Makefile"
16998 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16999 winecoreaudio.drv"
17000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17001 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
17002 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17004 ALL_MAKEFILES="$ALL_MAKEFILES \\
17005 dlls/winecrt0/Makefile"
17006 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17007 winecrt0"
17008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17009 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
17010 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17012 ALL_MAKEFILES="$ALL_MAKEFILES \\
17013 dlls/wined3d/Makefile"
17014 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17015 wined3d"
17016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17017 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
17018 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17020 ALL_MAKEFILES="$ALL_MAKEFILES \\
17021 dlls/wineesd.drv/Makefile"
17022 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17023 wineesd.drv"
17024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17025 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
17026 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17028 ALL_MAKEFILES="$ALL_MAKEFILES \\
17029 dlls/winejack.drv/Makefile"
17030 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17031 winejack.drv"
17032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17033 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
17034 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17036 ALL_MAKEFILES="$ALL_MAKEFILES \\
17037 dlls/winejoystick.drv/Makefile"
17038 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17039 winejoystick.drv"
17040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17041 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
17042 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17044 ALL_MAKEFILES="$ALL_MAKEFILES \\
17045 dlls/winemapi/Makefile"
17046 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17047 winemapi"
17048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17049 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules"
17050 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
17052 ALL_MAKEFILES="$ALL_MAKEFILES \\
17053 dlls/winemp3.acm/Makefile"
17054 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17055 winemp3.acm"
17056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17057 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
17058 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17060 ALL_MAKEFILES="$ALL_MAKEFILES \\
17061 dlls/winenas.drv/Makefile"
17062 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17063 winenas.drv"
17064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17065 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
17066 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17068 ALL_MAKEFILES="$ALL_MAKEFILES \\
17069 dlls/wineoss.drv/Makefile"
17070 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17071 wineoss.drv"
17072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17073 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
17074 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17076 ALL_MAKEFILES="$ALL_MAKEFILES \\
17077 dlls/wineps.drv/Makefile"
17078 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17079 wineps.drv"
17080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17081 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
17082 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17084 ALL_MAKEFILES="$ALL_MAKEFILES \\
17085 dlls/wineps16.drv16/Makefile"
17086 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17087 wineps16.drv16"
17088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17089 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
17090 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17092 ALL_MAKEFILES="$ALL_MAKEFILES \\
17093 dlls/winequartz.drv/Makefile"
17094 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17095 winequartz.drv"
17096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17097 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
17098 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17100 ALL_MAKEFILES="$ALL_MAKEFILES \\
17101 dlls/winex11.drv/Makefile"
17102 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17103 winex11.drv"
17104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17105 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
17106 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17108 ALL_MAKEFILES="$ALL_MAKEFILES \\
17109 dlls/wing.dll16/Makefile"
17110 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17111 wing.dll16"
17112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17113 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
17114 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17116 ALL_MAKEFILES="$ALL_MAKEFILES \\
17117 dlls/wing32/Makefile"
17118 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17119 wing32"
17120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17121 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
17122 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17124 ALL_MAKEFILES="$ALL_MAKEFILES \\
17125 dlls/winhttp/Makefile"
17126 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17127 winhttp"
17128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17129 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
17130 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17132 ALL_MAKEFILES="$ALL_MAKEFILES \\
17133 dlls/winhttp/tests/Makefile"
17134 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17135 winhttp/tests"
17136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17137 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
17138 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17140 ALL_MAKEFILES="$ALL_MAKEFILES \\
17141 dlls/wininet/Makefile"
17142 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17143 wininet"
17144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17145 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17146 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17148 ALL_MAKEFILES="$ALL_MAKEFILES \\
17149 dlls/wininet/tests/Makefile"
17150 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17151 wininet/tests"
17152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17153 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17154 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17156 ALL_MAKEFILES="$ALL_MAKEFILES \\
17157 dlls/winmm/Makefile"
17158 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17159 winmm"
17160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17161 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17162 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17164 ALL_MAKEFILES="$ALL_MAKEFILES \\
17165 dlls/winmm/tests/Makefile"
17166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17167 winmm/tests"
17168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17169 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17170 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17172 ALL_MAKEFILES="$ALL_MAKEFILES \\
17173 dlls/winnls.dll16/Makefile"
17174 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17175 winnls.dll16"
17176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17177 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17178 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17180 ALL_MAKEFILES="$ALL_MAKEFILES \\
17181 dlls/winnls32/Makefile"
17182 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17183 winnls32"
17184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17185 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17186 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17188 ALL_MAKEFILES="$ALL_MAKEFILES \\
17189 dlls/winscard/Makefile"
17190 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17191 winscard"
17192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17193 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17194 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17196 ALL_MAKEFILES="$ALL_MAKEFILES \\
17197 dlls/winsock.dll16/Makefile"
17198 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17199 winsock.dll16"
17200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17201 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
17202 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
17204 ALL_MAKEFILES="$ALL_MAKEFILES \\
17205 dlls/winspool.drv/Makefile"
17206 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17207 winspool.drv"
17208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17209 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
17210 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17212 ALL_MAKEFILES="$ALL_MAKEFILES \\
17213 dlls/winspool.drv/tests/Makefile"
17214 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17215 winspool.drv/tests"
17216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17217 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
17218 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17220 ALL_MAKEFILES="$ALL_MAKEFILES \\
17221 dlls/wintab.dll16/Makefile"
17222 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17223 wintab.dll16"
17224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17225 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17226 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17228 ALL_MAKEFILES="$ALL_MAKEFILES \\
17229 dlls/wintab32/Makefile"
17230 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17231 wintab32"
17232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17233 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
17234 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17236 ALL_MAKEFILES="$ALL_MAKEFILES \\
17237 dlls/wintab32/tests/Makefile"
17238 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17239 wintab32/tests"
17240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17241 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17242 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17244 ALL_MAKEFILES="$ALL_MAKEFILES \\
17245 dlls/wintrust/Makefile"
17246 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17247 wintrust"
17248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17249 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
17250 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
17252 ALL_MAKEFILES="$ALL_MAKEFILES \\
17253 dlls/wintrust/tests/Makefile"
17254 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17255 wintrust/tests"
17256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17257 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
17258 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
17260 ALL_MAKEFILES="$ALL_MAKEFILES \\
17261 dlls/wldap32/Makefile"
17262 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17263 wldap32"
17264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17265 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
17266 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
17268 ALL_MAKEFILES="$ALL_MAKEFILES \\
17269 dlls/wldap32/tests/Makefile"
17270 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17271 wldap32/tests"
17272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17273 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
17274 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
17276 ALL_MAKEFILES="$ALL_MAKEFILES \\
17277 dlls/wmi/Makefile"
17278 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17279 wmi"
17280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17281 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
17282 ac_config_files="$ac_config_files dlls/wmi/Makefile"
17284 ALL_MAKEFILES="$ALL_MAKEFILES \\
17285 dlls/wmiutils/Makefile"
17286 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17287 wmiutils"
17288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17289 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
17290 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
17292 ALL_MAKEFILES="$ALL_MAKEFILES \\
17293 dlls/wnaspi32/Makefile"
17294 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17295 wnaspi32"
17296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17297 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
17298 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
17300 ALL_MAKEFILES="$ALL_MAKEFILES \\
17301 dlls/wow32/Makefile"
17302 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17303 wow32"
17304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17305 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
17306 ac_config_files="$ac_config_files dlls/wow32/Makefile"
17308 ALL_MAKEFILES="$ALL_MAKEFILES \\
17309 dlls/ws2_32/Makefile"
17310 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17311 ws2_32"
17312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17313 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
17314 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
17316 ALL_MAKEFILES="$ALL_MAKEFILES \\
17317 dlls/ws2_32/tests/Makefile"
17318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17319 ws2_32/tests"
17320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17321 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
17322 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
17324 ALL_MAKEFILES="$ALL_MAKEFILES \\
17325 dlls/wsock32/Makefile"
17326 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17327 wsock32"
17328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17329 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
17330 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
17332 ALL_MAKEFILES="$ALL_MAKEFILES \\
17333 dlls/wtsapi32/Makefile"
17334 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17335 wtsapi32"
17336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17337 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
17338 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
17340 ALL_MAKEFILES="$ALL_MAKEFILES \\
17341 dlls/wuapi/Makefile"
17342 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17343 wuapi"
17344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17345 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
17346 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
17348 ALL_MAKEFILES="$ALL_MAKEFILES \\
17349 dlls/wuaueng/Makefile"
17350 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17351 wuaueng"
17352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17353 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
17354 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
17356 ALL_MAKEFILES="$ALL_MAKEFILES \\
17357 dlls/xinput1_1/Makefile"
17358 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17359 xinput1_1"
17360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17361 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17362 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17364 ALL_MAKEFILES="$ALL_MAKEFILES \\
17365 dlls/xinput1_2/Makefile"
17366 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17367 xinput1_2"
17368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17369 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17370 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17372 ALL_MAKEFILES="$ALL_MAKEFILES \\
17373 dlls/xinput1_3/Makefile"
17374 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17375 xinput1_3"
17376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17377 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17378 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17380 ALL_MAKEFILES="$ALL_MAKEFILES \\
17381 dlls/xinput1_3/tests/Makefile"
17382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17383 xinput1_3/tests"
17384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17385 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17386 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17388 ALL_MAKEFILES="$ALL_MAKEFILES \\
17389 dlls/xinput9_1_0/Makefile"
17390 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17391 xinput9_1_0"
17392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17393 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17394 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17396 ALL_MAKEFILES="$ALL_MAKEFILES \\
17397 dlls/xmllite/Makefile"
17398 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17399 xmllite"
17400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17401 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17402 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17404 ALL_MAKEFILES="$ALL_MAKEFILES \\
17405 dlls/xmllite/tests/Makefile"
17406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17407 xmllite/tests"
17408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17409 dlls/xmllite/tests/Makefile: dlls/xmllite/tests/Makefile.in dlls/Maketest.rules"
17410 ac_config_files="$ac_config_files dlls/xmllite/tests/Makefile"
17412 ALL_MAKEFILES="$ALL_MAKEFILES \\
17413 documentation/Makefile"
17414 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17415 documentation"
17416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17417 documentation/Makefile: documentation/Makefile.in Make.rules"
17418 ac_config_files="$ac_config_files documentation/Makefile"
17420 ALL_MAKEFILES="$ALL_MAKEFILES \\
17421 fonts/Makefile"
17422 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17423 fonts"
17424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17425 fonts/Makefile: fonts/Makefile.in Make.rules"
17426 ac_config_files="$ac_config_files fonts/Makefile"
17428 ALL_MAKEFILES="$ALL_MAKEFILES \\
17429 include/Makefile"
17430 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17431 include"
17432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17433 include/Makefile: include/Makefile.in Make.rules"
17434 ac_config_files="$ac_config_files include/Makefile"
17436 ALL_MAKEFILES="$ALL_MAKEFILES \\
17437 libs/Makefile"
17438 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17439 libs"
17440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17441 libs/Makefile: libs/Makefile.in Make.rules"
17442 ac_config_files="$ac_config_files libs/Makefile"
17444 ALL_MAKEFILES="$ALL_MAKEFILES \\
17445 libs/port/Makefile"
17447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17448 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17449 ac_config_files="$ac_config_files libs/port/Makefile"
17451 ALL_MAKEFILES="$ALL_MAKEFILES \\
17452 libs/wine/Makefile"
17454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17455 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17456 ac_config_files="$ac_config_files libs/wine/Makefile"
17458 ALL_MAKEFILES="$ALL_MAKEFILES \\
17459 libs/wpp/Makefile"
17461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17462 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17463 ac_config_files="$ac_config_files libs/wpp/Makefile"
17465 ALL_MAKEFILES="$ALL_MAKEFILES \\
17466 loader/Makefile"
17467 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17468 loader"
17469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17470 loader/Makefile: loader/Makefile.in Make.rules"
17471 ac_config_files="$ac_config_files loader/Makefile"
17473 ALL_MAKEFILES="$ALL_MAKEFILES \\
17474 programs/Makefile"
17475 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17476 programs"
17477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17478 programs/Makefile: programs/Makefile.in Make.rules"
17479 ac_config_files="$ac_config_files programs/Makefile"
17481 ALL_MAKEFILES="$ALL_MAKEFILES \\
17482 programs/cacls/Makefile"
17483 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17484 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17485 cacls"
17486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17487 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17488 ac_config_files="$ac_config_files programs/cacls/Makefile"
17490 ALL_MAKEFILES="$ALL_MAKEFILES \\
17491 programs/clock/Makefile"
17492 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17493 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17494 clock"
17495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17496 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17497 ac_config_files="$ac_config_files programs/clock/Makefile"
17499 ALL_MAKEFILES="$ALL_MAKEFILES \\
17500 programs/cmd/Makefile"
17501 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17502 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17503 cmd"
17504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17505 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17506 ac_config_files="$ac_config_files programs/cmd/Makefile"
17508 ALL_MAKEFILES="$ALL_MAKEFILES \\
17509 programs/cmdlgtst/Makefile"
17510 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17511 cmdlgtst"
17512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17513 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17514 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17516 ALL_MAKEFILES="$ALL_MAKEFILES \\
17517 programs/control/Makefile"
17518 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17519 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17520 control"
17521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17522 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17523 ac_config_files="$ac_config_files programs/control/Makefile"
17525 ALL_MAKEFILES="$ALL_MAKEFILES \\
17526 programs/dxdiag/Makefile"
17527 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17528 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17529 dxdiag"
17530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17531 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17532 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17534 ALL_MAKEFILES="$ALL_MAKEFILES \\
17535 programs/eject/Makefile"
17536 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17537 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17538 eject"
17539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17540 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17541 ac_config_files="$ac_config_files programs/eject/Makefile"
17543 ALL_MAKEFILES="$ALL_MAKEFILES \\
17544 programs/expand/Makefile"
17545 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17546 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17547 expand"
17548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17549 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17550 ac_config_files="$ac_config_files programs/expand/Makefile"
17552 ALL_MAKEFILES="$ALL_MAKEFILES \\
17553 programs/explorer/Makefile"
17554 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17555 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17556 explorer"
17557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17558 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17559 ac_config_files="$ac_config_files programs/explorer/Makefile"
17561 ALL_MAKEFILES="$ALL_MAKEFILES \\
17562 programs/extrac32/Makefile"
17563 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17564 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17565 extrac32"
17566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17567 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
17568 ac_config_files="$ac_config_files programs/extrac32/Makefile"
17570 ALL_MAKEFILES="$ALL_MAKEFILES \\
17571 programs/hh/Makefile"
17572 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17573 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17576 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17577 ac_config_files="$ac_config_files programs/hh/Makefile"
17579 ALL_MAKEFILES="$ALL_MAKEFILES \\
17580 programs/icinfo/Makefile"
17581 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17582 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17583 icinfo"
17584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17585 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17586 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17588 ALL_MAKEFILES="$ALL_MAKEFILES \\
17589 programs/iexplore/Makefile"
17590 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17591 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17592 iexplore"
17593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17594 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17595 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17597 ALL_MAKEFILES="$ALL_MAKEFILES \\
17598 programs/lodctr/Makefile"
17599 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17600 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17601 lodctr"
17602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17603 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17604 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17606 ALL_MAKEFILES="$ALL_MAKEFILES \\
17607 programs/mshta/Makefile"
17608 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17609 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17610 mshta"
17611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17612 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
17613 ac_config_files="$ac_config_files programs/mshta/Makefile"
17615 ALL_MAKEFILES="$ALL_MAKEFILES \\
17616 programs/msiexec/Makefile"
17617 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17618 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17619 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17620 msiexec"
17621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17622 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17623 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17625 ALL_MAKEFILES="$ALL_MAKEFILES \\
17626 programs/net/Makefile"
17627 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17628 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17629 net"
17630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17631 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17632 ac_config_files="$ac_config_files programs/net/Makefile"
17634 ALL_MAKEFILES="$ALL_MAKEFILES \\
17635 programs/notepad/Makefile"
17636 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17637 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17638 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17639 notepad"
17640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17641 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17642 ac_config_files="$ac_config_files programs/notepad/Makefile"
17644 ALL_MAKEFILES="$ALL_MAKEFILES \\
17645 programs/oleview/Makefile"
17646 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17647 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17648 oleview"
17649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17650 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17651 ac_config_files="$ac_config_files programs/oleview/Makefile"
17653 ALL_MAKEFILES="$ALL_MAKEFILES \\
17654 programs/progman/Makefile"
17655 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17656 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17657 progman"
17658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17659 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17660 ac_config_files="$ac_config_files programs/progman/Makefile"
17662 ALL_MAKEFILES="$ALL_MAKEFILES \\
17663 programs/reg/Makefile"
17664 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17665 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17666 reg"
17667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17668 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17669 ac_config_files="$ac_config_files programs/reg/Makefile"
17671 ALL_MAKEFILES="$ALL_MAKEFILES \\
17672 programs/regedit/Makefile"
17673 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17674 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17675 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17676 regedit"
17677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17678 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17679 ac_config_files="$ac_config_files programs/regedit/Makefile"
17681 ALL_MAKEFILES="$ALL_MAKEFILES \\
17682 programs/regsvr32/Makefile"
17683 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17684 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17685 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17686 regsvr32"
17687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17688 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17689 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17691 ALL_MAKEFILES="$ALL_MAKEFILES \\
17692 programs/rpcss/Makefile"
17693 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17694 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17695 rpcss"
17696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17697 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17698 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17700 ALL_MAKEFILES="$ALL_MAKEFILES \\
17701 programs/rundll32/Makefile"
17702 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17703 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17704 rundll32"
17705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17706 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17707 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17709 ALL_MAKEFILES="$ALL_MAKEFILES \\
17710 programs/secedit/Makefile"
17711 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17712 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17713 secedit"
17714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17715 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17716 ac_config_files="$ac_config_files programs/secedit/Makefile"
17718 ALL_MAKEFILES="$ALL_MAKEFILES \\
17719 programs/services/Makefile"
17720 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17721 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17722 services"
17723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17724 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17725 ac_config_files="$ac_config_files programs/services/Makefile"
17727 ALL_MAKEFILES="$ALL_MAKEFILES \\
17728 programs/spoolsv/Makefile"
17729 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17730 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17731 spoolsv"
17732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17733 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17734 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17736 ALL_MAKEFILES="$ALL_MAKEFILES \\
17737 programs/start/Makefile"
17738 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17739 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17740 start"
17741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17742 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17743 ac_config_files="$ac_config_files programs/start/Makefile"
17745 ALL_MAKEFILES="$ALL_MAKEFILES \\
17746 programs/svchost/Makefile"
17747 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17748 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17749 svchost"
17750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17751 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17752 ac_config_files="$ac_config_files programs/svchost/Makefile"
17754 ALL_MAKEFILES="$ALL_MAKEFILES \\
17755 programs/taskmgr/Makefile"
17756 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17757 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17758 taskmgr"
17759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17760 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17761 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17763 ALL_MAKEFILES="$ALL_MAKEFILES \\
17764 programs/termsv/Makefile"
17765 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17766 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17767 termsv"
17768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17769 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17770 ac_config_files="$ac_config_files programs/termsv/Makefile"
17772 ALL_MAKEFILES="$ALL_MAKEFILES \\
17773 programs/uninstaller/Makefile"
17774 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17775 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17776 uninstaller"
17777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17778 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17779 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17781 ALL_MAKEFILES="$ALL_MAKEFILES \\
17782 programs/unlodctr/Makefile"
17783 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17784 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17785 unlodctr"
17786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17787 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17788 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17790 ALL_MAKEFILES="$ALL_MAKEFILES \\
17791 programs/view/Makefile"
17792 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17793 view"
17794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17795 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17796 ac_config_files="$ac_config_files programs/view/Makefile"
17798 ALL_MAKEFILES="$ALL_MAKEFILES \\
17799 programs/wineboot/Makefile"
17800 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17801 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17802 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17803 wineboot"
17804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17805 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17806 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17808 ALL_MAKEFILES="$ALL_MAKEFILES \\
17809 programs/winebrowser/Makefile"
17810 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17811 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17812 winebrowser"
17813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17814 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17815 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17817 ALL_MAKEFILES="$ALL_MAKEFILES \\
17818 programs/winecfg/Makefile"
17819 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17820 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17821 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17822 winecfg"
17823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17824 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17825 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17827 ALL_MAKEFILES="$ALL_MAKEFILES \\
17828 programs/wineconsole/Makefile"
17829 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17830 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17831 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17832 wineconsole"
17833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17834 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17835 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17837 ALL_MAKEFILES="$ALL_MAKEFILES \\
17838 programs/winedbg/Makefile"
17839 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17840 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17841 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17842 winedbg"
17843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17844 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17845 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17847 ALL_MAKEFILES="$ALL_MAKEFILES \\
17848 programs/winedevice/Makefile"
17849 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17850 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17851 winedevice"
17852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17853 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17854 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17856 ALL_MAKEFILES="$ALL_MAKEFILES \\
17857 programs/winefile/Makefile"
17858 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17859 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17860 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17861 winefile"
17862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17863 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17864 ac_config_files="$ac_config_files programs/winefile/Makefile"
17866 ALL_MAKEFILES="$ALL_MAKEFILES \\
17867 programs/winemenubuilder/Makefile"
17868 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17869 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17870 winemenubuilder"
17871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17872 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17873 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17875 ALL_MAKEFILES="$ALL_MAKEFILES \\
17876 programs/winemine/Makefile"
17877 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17878 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17879 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17880 winemine"
17881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17882 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17883 ac_config_files="$ac_config_files programs/winemine/Makefile"
17885 ALL_MAKEFILES="$ALL_MAKEFILES \\
17886 programs/winepath/Makefile"
17887 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17888 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17889 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17890 winepath"
17891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17892 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17893 ac_config_files="$ac_config_files programs/winepath/Makefile"
17895 ALL_MAKEFILES="$ALL_MAKEFILES \\
17896 programs/winetest/Makefile"
17897 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17898 winetest"
17899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17900 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17901 ac_config_files="$ac_config_files programs/winetest/Makefile"
17903 ALL_MAKEFILES="$ALL_MAKEFILES \\
17904 programs/winevdm/Makefile"
17905 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17906 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17907 winevdm"
17908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17909 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17910 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17912 ALL_MAKEFILES="$ALL_MAKEFILES \\
17913 programs/winhelp.exe16/Makefile"
17914 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17915 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17916 winhelp.exe16"
17917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17918 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17919 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17921 ALL_MAKEFILES="$ALL_MAKEFILES \\
17922 programs/winhlp32/Makefile"
17923 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17924 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17925 winhlp32"
17926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17927 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17928 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17930 ALL_MAKEFILES="$ALL_MAKEFILES \\
17931 programs/winoldap.mod16/Makefile"
17932 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17933 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17934 winoldap.mod16"
17935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17936 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17937 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17939 ALL_MAKEFILES="$ALL_MAKEFILES \\
17940 programs/winver/Makefile"
17941 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17942 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17943 winver"
17944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17945 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17946 ac_config_files="$ac_config_files programs/winver/Makefile"
17948 ALL_MAKEFILES="$ALL_MAKEFILES \\
17949 programs/wordpad/Makefile"
17950 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17951 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17952 wordpad"
17953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17954 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
17955 ac_config_files="$ac_config_files programs/wordpad/Makefile"
17957 ALL_MAKEFILES="$ALL_MAKEFILES \\
17958 programs/write/Makefile"
17959 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17960 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17961 write"
17962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17963 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
17964 ac_config_files="$ac_config_files programs/write/Makefile"
17966 ALL_MAKEFILES="$ALL_MAKEFILES \\
17967 programs/xcopy/Makefile"
17968 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17969 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17970 xcopy"
17971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17972 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
17973 ac_config_files="$ac_config_files programs/xcopy/Makefile"
17975 ALL_MAKEFILES="$ALL_MAKEFILES \\
17976 server/Makefile"
17977 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17978 server"
17979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17980 server/Makefile: server/Makefile.in Make.rules"
17981 ac_config_files="$ac_config_files server/Makefile"
17983 ALL_MAKEFILES="$ALL_MAKEFILES \\
17984 tools/Makefile"
17985 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17986 tools"
17987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17988 tools/Makefile: tools/Makefile.in Make.rules"
17989 ac_config_files="$ac_config_files tools/Makefile"
17991 ALL_MAKEFILES="$ALL_MAKEFILES \\
17992 tools/widl/Makefile"
17994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17995 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
17996 ac_config_files="$ac_config_files tools/widl/Makefile"
17998 ALL_MAKEFILES="$ALL_MAKEFILES \\
17999 tools/winebuild/Makefile"
18001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18002 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
18003 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18005 ALL_MAKEFILES="$ALL_MAKEFILES \\
18006 tools/winedump/Makefile"
18008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18009 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
18010 ac_config_files="$ac_config_files tools/winedump/Makefile"
18012 ALL_MAKEFILES="$ALL_MAKEFILES \\
18013 tools/winegcc/Makefile"
18015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18016 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
18017 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18019 ALL_MAKEFILES="$ALL_MAKEFILES \\
18020 tools/wmc/Makefile"
18022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18023 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
18024 ac_config_files="$ac_config_files tools/wmc/Makefile"
18026 ALL_MAKEFILES="$ALL_MAKEFILES \\
18027 tools/wrc/Makefile"
18029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18030 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
18031 ac_config_files="$ac_config_files tools/wrc/Makefile"
18035 ALL_WINETEST_DEPENDS="# Test binaries"
18037 for dir in $ALL_TEST_DIRS
18039 if test "$dir" != "\\"
18040 then
18041 testname=`expr $dir : '\(.*\)/tests'`_test
18042 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18044 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18045 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18046 $testname.rc:
18047 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18048 $testname.res: $testname.rc $testname.exe"
18050 done
18052 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18054 cat >confcache <<\_ACEOF
18055 # This file is a shell script that caches the results of configure
18056 # tests run on this system so they can be shared between configure
18057 # scripts and configure runs, see configure's option --config-cache.
18058 # It is not useful on other systems. If it contains results you don't
18059 # want to keep, you may remove or edit it.
18061 # config.status only pays attention to the cache file if you give it
18062 # the --recheck option to rerun configure.
18064 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18065 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18066 # following values.
18068 _ACEOF
18070 # The following way of writing the cache mishandles newlines in values,
18071 # but we know of no workaround that is simple, portable, and efficient.
18072 # So, we kill variables containing newlines.
18073 # Ultrix sh set writes to stderr and can't be redirected directly,
18074 # and sets the high bit in the cache file unless we assign to the vars.
18076 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18077 eval ac_val=\$$ac_var
18078 case $ac_val in #(
18079 *${as_nl}*)
18080 case $ac_var in #(
18081 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18082 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18083 esac
18084 case $ac_var in #(
18085 _ | IFS | as_nl) ;; #(
18086 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18087 *) { eval $ac_var=; unset $ac_var;} ;;
18088 esac ;;
18089 esac
18090 done
18092 (set) 2>&1 |
18093 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18094 *${as_nl}ac_space=\ *)
18095 # `set' does not quote correctly, so add quotes: double-quote
18096 # substitution turns \\\\ into \\, and sed turns \\ into \.
18097 sed -n \
18098 "s/'/'\\\\''/g;
18099 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18100 ;; #(
18102 # `set' quotes correctly as required by POSIX, so do not add quotes.
18103 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18105 esac |
18106 sort
18108 sed '
18109 /^ac_cv_env_/b end
18110 t clear
18111 :clear
18112 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18113 t end
18114 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18115 :end' >>confcache
18116 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18117 if test -w "$cache_file"; then
18118 test "x$cache_file" != "x/dev/null" &&
18119 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18120 $as_echo "$as_me: updating cache $cache_file" >&6;}
18121 cat confcache >$cache_file
18122 else
18123 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18124 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18127 rm -f confcache
18129 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18130 # Let make expand exec_prefix.
18131 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18133 DEFS=-DHAVE_CONFIG_H
18135 ac_libobjs=
18136 ac_ltlibobjs=
18137 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18138 # 1. Remove the extension, and $U if already installed.
18139 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18140 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18141 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18142 # will be set to the directory where LIBOBJS objects are built.
18143 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18144 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18145 done
18146 LIBOBJS=$ac_libobjs
18148 LTLIBOBJS=$ac_ltlibobjs
18152 : ${CONFIG_STATUS=./config.status}
18153 ac_write_fail=0
18154 ac_clean_files_save=$ac_clean_files
18155 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18156 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18157 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18158 as_write_fail=0
18159 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18160 #! $SHELL
18161 # Generated by $as_me.
18162 # Run this file to recreate the current configuration.
18163 # Compiler output produced by configure, useful for debugging
18164 # configure, is in config.log if it exists.
18166 debug=false
18167 ac_cs_recheck=false
18168 ac_cs_silent=false
18170 SHELL=\${CONFIG_SHELL-$SHELL}
18171 export SHELL
18172 _ASEOF
18173 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18174 ## -------------------- ##
18175 ## M4sh Initialization. ##
18176 ## -------------------- ##
18178 # Be more Bourne compatible
18179 DUALCASE=1; export DUALCASE # for MKS sh
18180 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18181 emulate sh
18182 NULLCMD=:
18183 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18184 # is contrary to our usage. Disable this feature.
18185 alias -g '${1+"$@"}'='"$@"'
18186 setopt NO_GLOB_SUBST
18187 else
18188 case `(set -o) 2>/dev/null` in #(
18189 *posix*) :
18190 set -o posix ;; #(
18191 *) :
18193 esac
18197 as_nl='
18199 export as_nl
18200 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18201 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18202 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18203 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18204 # Prefer a ksh shell builtin over an external printf program on Solaris,
18205 # but without wasting forks for bash or zsh.
18206 if test -z "$BASH_VERSION$ZSH_VERSION" \
18207 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18208 as_echo='print -r --'
18209 as_echo_n='print -rn --'
18210 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18211 as_echo='printf %s\n'
18212 as_echo_n='printf %s'
18213 else
18214 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18215 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18216 as_echo_n='/usr/ucb/echo -n'
18217 else
18218 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18219 as_echo_n_body='eval
18220 arg=$1;
18221 case $arg in #(
18222 *"$as_nl"*)
18223 expr "X$arg" : "X\\(.*\\)$as_nl";
18224 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18225 esac;
18226 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18228 export as_echo_n_body
18229 as_echo_n='sh -c $as_echo_n_body as_echo'
18231 export as_echo_body
18232 as_echo='sh -c $as_echo_body as_echo'
18235 # The user is always right.
18236 if test "${PATH_SEPARATOR+set}" != set; then
18237 PATH_SEPARATOR=:
18238 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18239 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18240 PATH_SEPARATOR=';'
18245 # IFS
18246 # We need space, tab and new line, in precisely that order. Quoting is
18247 # there to prevent editors from complaining about space-tab.
18248 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18249 # splitting by setting IFS to empty value.)
18250 IFS=" "" $as_nl"
18252 # Find who we are. Look in the path if we contain no directory separator.
18253 case $0 in #((
18254 *[\\/]* ) as_myself=$0 ;;
18255 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18256 for as_dir in $PATH
18258 IFS=$as_save_IFS
18259 test -z "$as_dir" && as_dir=.
18260 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18261 done
18262 IFS=$as_save_IFS
18265 esac
18266 # We did not find ourselves, most probably we were run as `sh COMMAND'
18267 # in which case we are not to be found in the path.
18268 if test "x$as_myself" = x; then
18269 as_myself=$0
18271 if test ! -f "$as_myself"; then
18272 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18273 exit 1
18276 # Unset variables that we do not need and which cause bugs (e.g. in
18277 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18278 # suppresses any "Segmentation fault" message there. '((' could
18279 # trigger a bug in pdksh 5.2.14.
18280 for as_var in BASH_ENV ENV MAIL MAILPATH
18281 do eval test x\${$as_var+set} = xset \
18282 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18283 done
18284 PS1='$ '
18285 PS2='> '
18286 PS4='+ '
18288 # NLS nuisances.
18289 LC_ALL=C
18290 export LC_ALL
18291 LANGUAGE=C
18292 export LANGUAGE
18294 # CDPATH.
18295 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18298 # as_fn_error ERROR [LINENO LOG_FD]
18299 # ---------------------------------
18300 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18301 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18302 # script with status $?, using 1 if that was 0.
18303 as_fn_error ()
18305 as_status=$?; test $as_status -eq 0 && as_status=1
18306 if test "$3"; then
18307 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18308 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18310 $as_echo "$as_me: error: $1" >&2
18311 as_fn_exit $as_status
18312 } # as_fn_error
18315 # as_fn_set_status STATUS
18316 # -----------------------
18317 # Set $? to STATUS, without forking.
18318 as_fn_set_status ()
18320 return $1
18321 } # as_fn_set_status
18323 # as_fn_exit STATUS
18324 # -----------------
18325 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18326 as_fn_exit ()
18328 set +e
18329 as_fn_set_status $1
18330 exit $1
18331 } # as_fn_exit
18333 # as_fn_unset VAR
18334 # ---------------
18335 # Portably unset VAR.
18336 as_fn_unset ()
18338 { eval $1=; unset $1;}
18340 as_unset=as_fn_unset
18341 # as_fn_append VAR VALUE
18342 # ----------------------
18343 # Append the text in VALUE to the end of the definition contained in VAR. Take
18344 # advantage of any shell optimizations that allow amortized linear growth over
18345 # repeated appends, instead of the typical quadratic growth present in naive
18346 # implementations.
18347 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18348 eval 'as_fn_append ()
18350 eval $1+=\$2
18352 else
18353 as_fn_append ()
18355 eval $1=\$$1\$2
18357 fi # as_fn_append
18359 # as_fn_arith ARG...
18360 # ------------------
18361 # Perform arithmetic evaluation on the ARGs, and store the result in the
18362 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18363 # must be portable across $(()) and expr.
18364 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18365 eval 'as_fn_arith ()
18367 as_val=$(( $* ))
18369 else
18370 as_fn_arith ()
18372 as_val=`expr "$@" || test $? -eq 1`
18374 fi # as_fn_arith
18377 if expr a : '\(a\)' >/dev/null 2>&1 &&
18378 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18379 as_expr=expr
18380 else
18381 as_expr=false
18384 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18385 as_basename=basename
18386 else
18387 as_basename=false
18390 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18391 as_dirname=dirname
18392 else
18393 as_dirname=false
18396 as_me=`$as_basename -- "$0" ||
18397 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18398 X"$0" : 'X\(//\)$' \| \
18399 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18400 $as_echo X/"$0" |
18401 sed '/^.*\/\([^/][^/]*\)\/*$/{
18402 s//\1/
18405 /^X\/\(\/\/\)$/{
18406 s//\1/
18409 /^X\/\(\/\).*/{
18410 s//\1/
18413 s/.*/./; q'`
18415 # Avoid depending upon Character Ranges.
18416 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18417 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18418 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18419 as_cr_digits='0123456789'
18420 as_cr_alnum=$as_cr_Letters$as_cr_digits
18422 ECHO_C= ECHO_N= ECHO_T=
18423 case `echo -n x` in #(((((
18424 -n*)
18425 case `echo 'xy\c'` in
18426 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18427 xy) ECHO_C='\c';;
18428 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18429 ECHO_T=' ';;
18430 esac;;
18432 ECHO_N='-n';;
18433 esac
18435 rm -f conf$$ conf$$.exe conf$$.file
18436 if test -d conf$$.dir; then
18437 rm -f conf$$.dir/conf$$.file
18438 else
18439 rm -f conf$$.dir
18440 mkdir conf$$.dir 2>/dev/null
18442 if (echo >conf$$.file) 2>/dev/null; then
18443 if ln -s conf$$.file conf$$ 2>/dev/null; then
18444 as_ln_s='ln -s'
18445 # ... but there are two gotchas:
18446 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18447 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18448 # In both cases, we have to default to `cp -p'.
18449 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18450 as_ln_s='cp -p'
18451 elif ln conf$$.file conf$$ 2>/dev/null; then
18452 as_ln_s=ln
18453 else
18454 as_ln_s='cp -p'
18456 else
18457 as_ln_s='cp -p'
18459 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18460 rmdir conf$$.dir 2>/dev/null
18463 # as_fn_mkdir_p
18464 # -------------
18465 # Create "$as_dir" as a directory, including parents if necessary.
18466 as_fn_mkdir_p ()
18469 case $as_dir in #(
18470 -*) as_dir=./$as_dir;;
18471 esac
18472 test -d "$as_dir" || eval $as_mkdir_p || {
18473 as_dirs=
18474 while :; do
18475 case $as_dir in #(
18476 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18477 *) as_qdir=$as_dir;;
18478 esac
18479 as_dirs="'$as_qdir' $as_dirs"
18480 as_dir=`$as_dirname -- "$as_dir" ||
18481 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18482 X"$as_dir" : 'X\(//\)[^/]' \| \
18483 X"$as_dir" : 'X\(//\)$' \| \
18484 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18485 $as_echo X"$as_dir" |
18486 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18487 s//\1/
18490 /^X\(\/\/\)[^/].*/{
18491 s//\1/
18494 /^X\(\/\/\)$/{
18495 s//\1/
18498 /^X\(\/\).*/{
18499 s//\1/
18502 s/.*/./; q'`
18503 test -d "$as_dir" && break
18504 done
18505 test -z "$as_dirs" || eval "mkdir $as_dirs"
18506 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18509 } # as_fn_mkdir_p
18510 if mkdir -p . 2>/dev/null; then
18511 as_mkdir_p='mkdir -p "$as_dir"'
18512 else
18513 test -d ./-p && rmdir ./-p
18514 as_mkdir_p=false
18517 if test -x / >/dev/null 2>&1; then
18518 as_test_x='test -x'
18519 else
18520 if ls -dL / >/dev/null 2>&1; then
18521 as_ls_L_option=L
18522 else
18523 as_ls_L_option=
18525 as_test_x='
18526 eval sh -c '\''
18527 if test -d "$1"; then
18528 test -d "$1/.";
18529 else
18530 case $1 in #(
18531 -*)set "./$1";;
18532 esac;
18533 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18534 ???[sx]*):;;*)false;;esac;fi
18535 '\'' sh
18538 as_executable_p=$as_test_x
18540 # Sed expression to map a string onto a valid CPP name.
18541 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18543 # Sed expression to map a string onto a valid variable name.
18544 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18547 exec 6>&1
18548 ## ----------------------------------- ##
18549 ## Main body of $CONFIG_STATUS script. ##
18550 ## ----------------------------------- ##
18551 _ASEOF
18552 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18554 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18555 # Save the log message, to keep $0 and so on meaningful, and to
18556 # report actual input values of CONFIG_FILES etc. instead of their
18557 # values after options handling.
18558 ac_log="
18559 This file was extended by Wine $as_me 1.1.37, which was
18560 generated by GNU Autoconf 2.65. Invocation command line was
18562 CONFIG_FILES = $CONFIG_FILES
18563 CONFIG_HEADERS = $CONFIG_HEADERS
18564 CONFIG_LINKS = $CONFIG_LINKS
18565 CONFIG_COMMANDS = $CONFIG_COMMANDS
18566 $ $0 $@
18568 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18571 _ACEOF
18573 case $ac_config_files in *"
18574 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18575 esac
18577 case $ac_config_headers in *"
18578 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18579 esac
18582 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18583 # Files that config.status was made for.
18584 config_files="$ac_config_files"
18585 config_headers="$ac_config_headers"
18586 config_commands="$ac_config_commands"
18588 _ACEOF
18590 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18591 ac_cs_usage="\
18592 \`$as_me' instantiates files and other configuration actions
18593 from templates according to the current configuration. Unless the files
18594 and actions are specified as TAGs, all are instantiated by default.
18596 Usage: $0 [OPTION]... [TAG]...
18598 -h, --help print this help, then exit
18599 -V, --version print version number and configuration settings, then exit
18600 --config print configuration, then exit
18601 -q, --quiet, --silent
18602 do not print progress messages
18603 -d, --debug don't remove temporary files
18604 --recheck update $as_me by reconfiguring in the same conditions
18605 --file=FILE[:TEMPLATE]
18606 instantiate the configuration file FILE
18607 --header=FILE[:TEMPLATE]
18608 instantiate the configuration header FILE
18610 Configuration files:
18611 $config_files
18613 Configuration headers:
18614 $config_headers
18616 Configuration commands:
18617 $config_commands
18619 Report bugs to <wine-devel@winehq.org>.
18620 Wine home page: <http://www.winehq.org>."
18622 _ACEOF
18623 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18624 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18625 ac_cs_version="\\
18626 Wine config.status 1.1.37
18627 configured by $0, generated by GNU Autoconf 2.65,
18628 with options \\"\$ac_cs_config\\"
18630 Copyright (C) 2009 Free Software Foundation, Inc.
18631 This config.status script is free software; the Free Software Foundation
18632 gives unlimited permission to copy, distribute and modify it."
18634 ac_pwd='$ac_pwd'
18635 srcdir='$srcdir'
18636 INSTALL='$INSTALL'
18637 test -n "\$AWK" || AWK=awk
18638 _ACEOF
18640 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18641 # The default lists apply if the user does not specify any file.
18642 ac_need_defaults=:
18643 while test $# != 0
18645 case $1 in
18646 --*=*)
18647 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18648 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18649 ac_shift=:
18652 ac_option=$1
18653 ac_optarg=$2
18654 ac_shift=shift
18656 esac
18658 case $ac_option in
18659 # Handling of the options.
18660 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18661 ac_cs_recheck=: ;;
18662 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18663 $as_echo "$ac_cs_version"; exit ;;
18664 --config | --confi | --conf | --con | --co | --c )
18665 $as_echo "$ac_cs_config"; exit ;;
18666 --debug | --debu | --deb | --de | --d | -d )
18667 debug=: ;;
18668 --file | --fil | --fi | --f )
18669 $ac_shift
18670 case $ac_optarg in
18671 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18672 esac
18673 as_fn_append CONFIG_FILES " '$ac_optarg'"
18674 ac_need_defaults=false;;
18675 --header | --heade | --head | --hea )
18676 $ac_shift
18677 case $ac_optarg in
18678 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18679 esac
18680 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18681 ac_need_defaults=false;;
18682 --he | --h)
18683 # Conflict between --help and --header
18684 as_fn_error "ambiguous option: \`$1'
18685 Try \`$0 --help' for more information.";;
18686 --help | --hel | -h )
18687 $as_echo "$ac_cs_usage"; exit ;;
18688 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18689 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18690 ac_cs_silent=: ;;
18692 # This is an error.
18693 -*) as_fn_error "unrecognized option: \`$1'
18694 Try \`$0 --help' for more information." ;;
18696 *) as_fn_append ac_config_targets " $1"
18697 ac_need_defaults=false ;;
18699 esac
18700 shift
18701 done
18703 ac_configure_extra_args=
18705 if $ac_cs_silent; then
18706 exec 6>/dev/null
18707 ac_configure_extra_args="$ac_configure_extra_args --silent"
18710 _ACEOF
18711 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18712 if \$ac_cs_recheck; then
18713 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18714 shift
18715 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18716 CONFIG_SHELL='$SHELL'
18717 export CONFIG_SHELL
18718 exec "\$@"
18721 _ACEOF
18722 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18723 exec 5>>config.log
18725 echo
18726 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18727 ## Running $as_me. ##
18728 _ASBOX
18729 $as_echo "$ac_log"
18730 } >&5
18732 _ACEOF
18733 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18734 _ACEOF
18736 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18738 # Handling of arguments.
18739 for ac_config_target in $ac_config_targets
18741 case $ac_config_target in
18742 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18743 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18744 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18745 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18746 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18747 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18748 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18749 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18750 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18751 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18752 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18753 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18754 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18755 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18756 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18757 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18758 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18759 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18760 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18761 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18762 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18763 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18764 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18765 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18766 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18767 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18768 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18769 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18770 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18771 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18772 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18773 "dlls/avifil32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/tests/Makefile" ;;
18774 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18775 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
18776 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18777 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18778 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18779 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18780 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18781 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18782 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18783 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18784 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18785 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18786 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18787 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18788 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18789 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18790 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18791 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18792 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
18793 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18794 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18795 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18796 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18797 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18798 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18799 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18800 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18801 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18802 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18803 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18804 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18805 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18806 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18807 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18808 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18809 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18810 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18811 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18812 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18813 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18814 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18815 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18816 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18817 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18818 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18819 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18820 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18821 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18822 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18823 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18824 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18825 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18826 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18827 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18828 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18829 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18830 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18831 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18832 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18833 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18834 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18835 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18836 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18837 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18838 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18839 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18840 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
18841 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18842 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18843 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18844 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18845 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18846 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18847 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18848 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18849 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18850 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18851 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18852 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18853 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18854 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18855 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18856 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18857 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18858 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18859 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18860 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
18861 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18862 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18863 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18864 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18865 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18866 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18867 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18868 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18869 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18870 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18871 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18872 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18873 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18874 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18875 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18876 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18877 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18878 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18879 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18880 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18881 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18882 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18883 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
18884 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18885 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18886 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18887 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18888 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18889 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18890 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
18891 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18892 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18893 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
18894 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
18895 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18896 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18897 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18898 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18899 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18900 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18901 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18902 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18903 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18904 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18905 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18906 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18907 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18908 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18909 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18910 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18911 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18912 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18913 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18914 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
18915 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18916 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18917 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18918 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18919 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18920 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18921 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18922 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18923 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18924 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18925 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18926 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18927 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18928 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18929 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18930 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18931 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18932 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18933 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18934 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18935 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18936 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18937 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
18938 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18939 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18940 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18941 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18942 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18943 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18944 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18945 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18946 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18947 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18948 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
18949 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18950 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18951 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18952 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18953 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18954 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18955 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18956 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18957 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
18958 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
18959 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18960 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
18961 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18962 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18963 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18964 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18965 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18966 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18967 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18968 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18969 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18970 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
18971 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
18972 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18973 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18974 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
18975 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
18976 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
18977 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
18978 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18979 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18980 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
18981 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
18982 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
18983 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18984 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18985 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18986 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18987 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
18988 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
18989 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
18990 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18991 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18992 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
18993 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
18994 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
18995 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
18996 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
18997 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
18998 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
18999 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19000 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19001 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19002 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19003 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19004 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19005 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19006 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19007 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19008 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19009 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19010 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19011 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19012 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19013 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19014 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19015 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19016 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19017 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19018 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19019 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19020 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19021 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19022 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19023 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19024 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19025 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19026 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19027 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19028 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19029 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19030 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19031 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19032 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19033 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19034 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19035 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19036 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19037 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19038 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19039 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19040 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19041 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19042 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19043 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19044 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19045 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19046 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19047 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19048 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19049 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19050 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19051 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19052 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19053 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19054 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19055 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19056 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19057 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19058 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19059 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19060 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19061 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19062 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19063 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19064 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19065 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19066 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19067 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19068 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19069 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19070 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19071 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19072 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19073 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19074 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19075 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19076 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19077 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19078 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19079 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19080 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19081 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19082 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19083 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19084 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19085 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19086 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19087 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19088 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19089 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19090 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19091 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19092 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19093 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19094 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19095 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19096 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19097 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19098 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19099 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19100 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19101 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19102 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19103 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19104 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19105 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19106 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19107 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19108 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19109 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19110 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19111 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19112 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19113 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19114 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19115 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19116 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19117 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19118 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19119 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
19120 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19121 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19122 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19123 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19124 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19125 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
19126 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19127 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19128 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
19129 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
19130 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
19131 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
19132 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
19133 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
19134 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19135 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
19136 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19137 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19138 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19139 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
19140 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19141 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
19142 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
19143 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
19144 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19145 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
19146 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19147 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
19148 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
19149 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19150 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19151 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
19152 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19153 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19154 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19155 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19156 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19157 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19158 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19159 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
19160 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
19161 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
19162 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
19163 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
19164 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
19165 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
19166 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
19167 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
19168 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
19169 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
19170 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
19171 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
19172 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
19173 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
19174 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
19175 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
19176 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
19177 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
19178 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
19179 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
19180 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
19181 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
19182 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
19183 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
19184 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
19185 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
19186 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
19187 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
19188 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
19189 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
19190 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
19191 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
19192 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
19193 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
19194 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
19195 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
19196 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
19197 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
19198 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
19199 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
19200 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
19201 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
19202 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
19203 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
19204 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
19205 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
19206 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
19207 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
19208 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
19209 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
19210 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
19211 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
19212 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19213 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
19214 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
19215 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
19216 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
19217 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
19218 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
19219 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
19220 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
19221 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
19222 "dlls/xmllite/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/tests/Makefile" ;;
19223 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19224 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19225 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19226 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19227 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19228 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19229 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19230 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19231 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19232 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
19233 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19234 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
19235 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19236 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19237 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
19238 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19239 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19240 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19241 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
19242 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19243 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19244 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
19245 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
19246 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
19247 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19248 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
19249 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19250 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
19251 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19252 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
19253 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19254 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19255 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19256 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19257 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
19258 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
19259 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
19260 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19261 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
19262 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19263 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
19264 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19265 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
19266 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19267 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19268 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19269 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19270 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19271 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19272 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
19273 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19274 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19275 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19276 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19277 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19278 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19279 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
19280 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
19281 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
19282 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19283 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
19284 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
19285 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
19286 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19287 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19288 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19289 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19290 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19291 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19292 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19293 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19295 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19296 esac
19297 done
19300 # If the user did not use the arguments to specify the items to instantiate,
19301 # then the envvar interface is used. Set only those that are not.
19302 # We use the long form for the default assignment because of an extremely
19303 # bizarre bug on SunOS 4.1.3.
19304 if $ac_need_defaults; then
19305 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19306 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19307 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19310 # Have a temporary directory for convenience. Make it in the build tree
19311 # simply because there is no reason against having it here, and in addition,
19312 # creating and moving files from /tmp can sometimes cause problems.
19313 # Hook for its removal unless debugging.
19314 # Note that there is a small window in which the directory will not be cleaned:
19315 # after its creation but before its name has been assigned to `$tmp'.
19316 $debug ||
19318 tmp=
19319 trap 'exit_status=$?
19320 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19322 trap 'as_fn_exit 1' 1 2 13 15
19324 # Create a (secure) tmp directory for tmp files.
19327 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19328 test -n "$tmp" && test -d "$tmp"
19329 } ||
19331 tmp=./conf$$-$RANDOM
19332 (umask 077 && mkdir "$tmp")
19333 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19335 # Set up the scripts for CONFIG_FILES section.
19336 # No need to generate them if there are no CONFIG_FILES.
19337 # This happens for instance with `./config.status config.h'.
19338 if test -n "$CONFIG_FILES"; then
19340 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19341 ac_cs_awk_getline=:
19342 ac_cs_awk_pipe_init=
19343 ac_cs_awk_read_file='
19344 while ((getline aline < (F[key])) > 0)
19345 print(aline)
19346 close(F[key])'
19347 ac_cs_awk_pipe_fini=
19348 else
19349 ac_cs_awk_getline=false
19350 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19351 ac_cs_awk_read_file='
19352 print "|#_!!_#|"
19353 print "cat " F[key] " &&"
19354 '$ac_cs_awk_pipe_init
19355 # The final `:' finishes the AND list.
19356 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19358 ac_cr=`echo X | tr X '\015'`
19359 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19360 # But we know of no other shell where ac_cr would be empty at this
19361 # point, so we can use a bashism as a fallback.
19362 if test "x$ac_cr" = x; then
19363 eval ac_cr=\$\'\\r\'
19365 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19366 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19367 ac_cs_awk_cr='\r'
19368 else
19369 ac_cs_awk_cr=$ac_cr
19372 echo 'BEGIN {' >"$tmp/subs1.awk" &&
19373 _ACEOF
19375 # Create commands to substitute file output variables.
19377 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19378 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19379 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19380 echo "_ACAWK" &&
19381 echo "_ACEOF"
19382 } >conf$$files.sh &&
19383 . ./conf$$files.sh ||
19384 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19385 rm -f conf$$files.sh
19388 echo "cat >conf$$subs.awk <<_ACEOF" &&
19389 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19390 echo "_ACEOF"
19391 } >conf$$subs.sh ||
19392 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19393 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19394 ac_delim='%!_!# '
19395 for ac_last_try in false false false false false :; do
19396 . ./conf$$subs.sh ||
19397 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19399 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19400 if test $ac_delim_n = $ac_delim_num; then
19401 break
19402 elif $ac_last_try; then
19403 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19404 else
19405 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19407 done
19408 rm -f conf$$subs.sh
19410 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19411 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19412 _ACEOF
19413 sed -n '
19415 s/^/S["/; s/!.*/"]=/
19418 s/^[^!]*!//
19419 :repl
19420 t repl
19421 s/'"$ac_delim"'$//
19422 t delim
19425 s/\(.\{148\}\)..*/\1/
19426 t more1
19427 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19430 b repl
19431 :more1
19432 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19435 s/.\{148\}//
19436 t nl
19437 :delim
19439 s/\(.\{148\}\)..*/\1/
19440 t more2
19441 s/["\\]/\\&/g; s/^/"/; s/$/"/
19444 :more2
19445 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19448 s/.\{148\}//
19449 t delim
19450 ' <conf$$subs.awk | sed '
19451 /^[^""]/{
19453 s/\n//
19455 ' >>$CONFIG_STATUS || ac_write_fail=1
19456 rm -f conf$$subs.awk
19457 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19458 _ACAWK
19459 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19460 for (key in S) S_is_set[key] = 1
19461 FS = "\a"
19462 \$ac_cs_awk_pipe_init
19465 line = $ 0
19466 nfields = split(line, field, "@")
19467 substed = 0
19468 len = length(field[1])
19469 for (i = 2; i < nfields; i++) {
19470 key = field[i]
19471 keylen = length(key)
19472 if (S_is_set[key]) {
19473 value = S[key]
19474 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19475 len += length(value) + length(field[++i])
19476 substed = 1
19477 } else
19478 len += 1 + keylen
19480 if (nfields == 3 && !substed) {
19481 key = field[2]
19482 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
19483 \$ac_cs_awk_read_file
19484 next
19487 print line
19489 \$ac_cs_awk_pipe_fini
19490 _ACAWK
19491 _ACEOF
19492 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19493 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19494 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19495 else
19497 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19498 || as_fn_error "could not setup config files machinery" "$LINENO" 5
19499 _ACEOF
19501 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19502 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19503 # trailing colons and then remove the whole line if VPATH becomes empty
19504 # (actually we leave an empty line to preserve line numbers).
19505 if test "x$srcdir" = x.; then
19506 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19507 s/:*\$(srcdir):*/:/
19508 s/:*\${srcdir}:*/:/
19509 s/:*@srcdir@:*/:/
19510 s/^\([^=]*=[ ]*\):*/\1/
19511 s/:*$//
19512 s/^[^=]*=[ ]*$//
19516 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19517 fi # test -n "$CONFIG_FILES"
19519 # Set up the scripts for CONFIG_HEADERS section.
19520 # No need to generate them if there are no CONFIG_HEADERS.
19521 # This happens for instance with `./config.status Makefile'.
19522 if test -n "$CONFIG_HEADERS"; then
19523 cat >"$tmp/defines.awk" <<\_ACAWK ||
19524 BEGIN {
19525 _ACEOF
19527 # Transform confdefs.h into an awk script `defines.awk', embedded as
19528 # here-document in config.status, that substitutes the proper values into
19529 # config.h.in to produce config.h.
19531 # Create a delimiter string that does not exist in confdefs.h, to ease
19532 # handling of long lines.
19533 ac_delim='%!_!# '
19534 for ac_last_try in false false :; do
19535 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19536 if test -z "$ac_t"; then
19537 break
19538 elif $ac_last_try; then
19539 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19540 else
19541 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19543 done
19545 # For the awk script, D is an array of macro values keyed by name,
19546 # likewise P contains macro parameters if any. Preserve backslash
19547 # newline sequences.
19549 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19550 sed -n '
19551 s/.\{148\}/&'"$ac_delim"'/g
19552 t rset
19553 :rset
19554 s/^[ ]*#[ ]*define[ ][ ]*/ /
19555 t def
19557 :def
19558 s/\\$//
19559 t bsnl
19560 s/["\\]/\\&/g
19561 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19562 D["\1"]=" \3"/p
19563 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19565 :bsnl
19566 s/["\\]/\\&/g
19567 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19568 D["\1"]=" \3\\\\\\n"\\/p
19569 t cont
19570 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19571 t cont
19573 :cont
19575 s/.\{148\}/&'"$ac_delim"'/g
19576 t clear
19577 :clear
19578 s/\\$//
19579 t bsnlc
19580 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19582 :bsnlc
19583 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19584 b cont
19585 ' <confdefs.h | sed '
19586 s/'"$ac_delim"'/"\\\
19587 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19589 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19590 for (key in D) D_is_set[key] = 1
19591 FS = "\a"
19593 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19594 line = \$ 0
19595 split(line, arg, " ")
19596 if (arg[1] == "#") {
19597 defundef = arg[2]
19598 mac1 = arg[3]
19599 } else {
19600 defundef = substr(arg[1], 2)
19601 mac1 = arg[2]
19603 split(mac1, mac2, "(") #)
19604 macro = mac2[1]
19605 prefix = substr(line, 1, index(line, defundef) - 1)
19606 if (D_is_set[macro]) {
19607 # Preserve the white space surrounding the "#".
19608 print prefix "define", macro P[macro] D[macro]
19609 next
19610 } else {
19611 # Replace #undef with comments. This is necessary, for example,
19612 # in the case of _POSIX_SOURCE, which is predefined and required
19613 # on some systems where configure will not decide to define it.
19614 if (defundef == "undef") {
19615 print "/*", prefix defundef, macro, "*/"
19616 next
19620 { print }
19621 _ACAWK
19622 _ACEOF
19623 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19624 as_fn_error "could not setup config headers machinery" "$LINENO" 5
19625 fi # test -n "$CONFIG_HEADERS"
19628 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19629 shift
19630 for ac_tag
19632 case $ac_tag in
19633 :[FHLC]) ac_mode=$ac_tag; continue;;
19634 esac
19635 case $ac_mode$ac_tag in
19636 :[FHL]*:*);;
19637 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19638 :[FH]-) ac_tag=-:-;;
19639 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19640 esac
19641 ac_save_IFS=$IFS
19642 IFS=:
19643 set x $ac_tag
19644 IFS=$ac_save_IFS
19645 shift
19646 ac_file=$1
19647 shift
19649 case $ac_mode in
19650 :L) ac_source=$1;;
19651 :[FH])
19652 ac_file_inputs=
19653 for ac_f
19655 case $ac_f in
19656 -) ac_f="$tmp/stdin";;
19657 *) # Look for the file first in the build tree, then in the source tree
19658 # (if the path is not absolute). The absolute path cannot be DOS-style,
19659 # because $ac_f cannot contain `:'.
19660 test -f "$ac_f" ||
19661 case $ac_f in
19662 [\\/$]*) false;;
19663 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19664 esac ||
19665 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19666 esac
19667 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19668 as_fn_append ac_file_inputs " '$ac_f'"
19669 done
19671 # Let's still pretend it is `configure' which instantiates (i.e., don't
19672 # use $as_me), people would be surprised to read:
19673 # /* config.h. Generated by config.status. */
19674 configure_input='Generated from '`
19675 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19676 `' by configure.'
19677 if test x"$ac_file" != x-; then
19678 configure_input="$ac_file. $configure_input"
19679 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19680 $as_echo "$as_me: creating $ac_file" >&6;}
19682 # Neutralize special characters interpreted by sed in replacement strings.
19683 case $configure_input in #(
19684 *\&* | *\|* | *\\* )
19685 ac_sed_conf_input=`$as_echo "$configure_input" |
19686 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19687 *) ac_sed_conf_input=$configure_input;;
19688 esac
19690 case $ac_tag in
19691 *:-:* | *:-) cat >"$tmp/stdin" \
19692 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19693 esac
19695 esac
19697 ac_dir=`$as_dirname -- "$ac_file" ||
19698 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19699 X"$ac_file" : 'X\(//\)[^/]' \| \
19700 X"$ac_file" : 'X\(//\)$' \| \
19701 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19702 $as_echo X"$ac_file" |
19703 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19704 s//\1/
19707 /^X\(\/\/\)[^/].*/{
19708 s//\1/
19711 /^X\(\/\/\)$/{
19712 s//\1/
19715 /^X\(\/\).*/{
19716 s//\1/
19719 s/.*/./; q'`
19720 as_dir="$ac_dir"; as_fn_mkdir_p
19721 ac_builddir=.
19723 case "$ac_dir" in
19724 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19726 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19727 # A ".." for each directory in $ac_dir_suffix.
19728 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19729 case $ac_top_builddir_sub in
19730 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19731 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19732 esac ;;
19733 esac
19734 ac_abs_top_builddir=$ac_pwd
19735 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19736 # for backward compatibility:
19737 ac_top_builddir=$ac_top_build_prefix
19739 case $srcdir in
19740 .) # We are building in place.
19741 ac_srcdir=.
19742 ac_top_srcdir=$ac_top_builddir_sub
19743 ac_abs_top_srcdir=$ac_pwd ;;
19744 [\\/]* | ?:[\\/]* ) # Absolute name.
19745 ac_srcdir=$srcdir$ac_dir_suffix;
19746 ac_top_srcdir=$srcdir
19747 ac_abs_top_srcdir=$srcdir ;;
19748 *) # Relative name.
19749 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19750 ac_top_srcdir=$ac_top_build_prefix$srcdir
19751 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19752 esac
19753 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19756 case $ac_mode in
19759 # CONFIG_FILE
19762 case $INSTALL in
19763 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19764 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19765 esac
19766 _ACEOF
19768 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19769 # If the template does not know about datarootdir, expand it.
19770 # FIXME: This hack should be removed a few years after 2.60.
19771 ac_datarootdir_hack=; ac_datarootdir_seen=
19772 ac_sed_dataroot='
19773 /datarootdir/ {
19777 /@datadir@/p
19778 /@docdir@/p
19779 /@infodir@/p
19780 /@localedir@/p
19781 /@mandir@/p'
19782 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19783 *datarootdir*) ac_datarootdir_seen=yes;;
19784 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19786 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19787 _ACEOF
19788 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19789 ac_datarootdir_hack='
19790 s&@datadir@&$datadir&g
19791 s&@docdir@&$docdir&g
19792 s&@infodir@&$infodir&g
19793 s&@localedir@&$localedir&g
19794 s&@mandir@&$mandir&g
19795 s&\\\${datarootdir}&$datarootdir&g' ;;
19796 esac
19797 _ACEOF
19799 # Neutralize VPATH when `$srcdir' = `.'.
19800 # Shell code in configure.ac might set extrasub.
19801 # FIXME: do we really want to maintain this feature?
19802 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19803 ac_sed_extra="$ac_vpsub
19804 $extrasub
19805 _ACEOF
19806 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19808 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19809 s|@configure_input@|$ac_sed_conf_input|;t t
19810 s&@top_builddir@&$ac_top_builddir_sub&;t t
19811 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19812 s&@srcdir@&$ac_srcdir&;t t
19813 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19814 s&@top_srcdir@&$ac_top_srcdir&;t t
19815 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19816 s&@builddir@&$ac_builddir&;t t
19817 s&@abs_builddir@&$ac_abs_builddir&;t t
19818 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19819 s&@INSTALL@&$ac_INSTALL&;t t
19820 $ac_datarootdir_hack
19822 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19823 if $ac_cs_awk_getline; then
19824 $AWK -f "$tmp/subs.awk"
19825 else
19826 $AWK -f "$tmp/subs.awk" | $SHELL
19827 fi >$tmp/out \
19828 || as_fn_error "could not create $ac_file" "$LINENO" 5
19830 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19831 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19832 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19833 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19834 which seems to be undefined. Please make sure it is defined." >&5
19835 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19836 which seems to be undefined. Please make sure it is defined." >&2;}
19838 rm -f "$tmp/stdin"
19839 case $ac_file in
19840 -) cat "$tmp/out" && rm -f "$tmp/out";;
19841 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19842 esac \
19843 || as_fn_error "could not create $ac_file" "$LINENO" 5
19847 # CONFIG_HEADER
19849 if test x"$ac_file" != x-; then
19851 $as_echo "/* $configure_input */" \
19852 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19853 } >"$tmp/config.h" \
19854 || as_fn_error "could not create $ac_file" "$LINENO" 5
19855 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19856 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19857 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19858 else
19859 rm -f "$ac_file"
19860 mv "$tmp/config.h" "$ac_file" \
19861 || as_fn_error "could not create $ac_file" "$LINENO" 5
19863 else
19864 $as_echo "/* $configure_input */" \
19865 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19866 || as_fn_error "could not create -" "$LINENO" 5
19870 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19871 $as_echo "$as_me: executing $ac_file commands" >&6;}
19873 esac
19876 case $ac_file$ac_mode in
19877 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19878 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19879 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19880 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19881 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19882 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19883 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19884 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19885 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19886 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19887 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19888 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19889 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19891 esac
19892 done # for ac_tag
19895 as_fn_exit 0
19896 _ACEOF
19897 ac_clean_files=$ac_clean_files_save
19899 test $ac_write_fail = 0 ||
19900 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19903 # configure is writing to config.log, and then calls config.status.
19904 # config.status does its own redirection, appending to config.log.
19905 # Unfortunately, on DOS this fails, as config.log is still kept open
19906 # by configure, so config.status won't be able to write to it; its
19907 # output is simply discarded. So we exec the FD to /dev/null,
19908 # effectively closing config.log, so it can be properly (re)opened and
19909 # appended to by config.status. When coming back to configure, we
19910 # need to make the FD available again.
19911 if test "$no_create" != yes; then
19912 ac_cs_success=:
19913 ac_config_status_args=
19914 test "$silent" = yes &&
19915 ac_config_status_args="$ac_config_status_args --quiet"
19916 exec 5>/dev/null
19917 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19918 exec 5>>config.log
19919 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19920 # would make configure fail if this is the last instruction.
19921 $ac_cs_success || as_fn_exit $?
19923 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19924 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19925 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19929 if test "$no_create" = "yes"
19930 then
19931 exit 0
19934 ac_save_IFS="$IFS"
19935 if test "x$wine_notices != "x; then
19936 echo >&6
19937 IFS="|"
19938 for msg in $wine_notices; do
19939 IFS="$ac_save_IFS"
19940 if test -n "$msg"; then
19941 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19942 $as_echo "$as_me: $msg" >&6;}
19944 done
19946 IFS="|"
19947 for msg in $wine_warnings; do
19948 IFS="$ac_save_IFS"
19949 if test -n "$msg"; then
19950 echo >&2
19951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19952 $as_echo "$as_me: WARNING: $msg" >&2;}
19954 done
19955 IFS="$ac_save_IFS"
19957 echo "
19958 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
19959 " >&6