ntdll: Fix typo in RTL_ReportRegistryValue which caused a counted string to be passed...
[wine/wine-gecko.git] / configure
blobe0ae0d2d8ff77f84919ed652c0a51dd367f4bd46
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.35.
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.35'
556 PACKAGE_STRING='Wine 1.1.35'
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 CROSSTARGETFLAGS
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 WIN16_INSTALL
706 WIN16_FILES
707 TARGETFLAGS
708 CPPBIN
709 ac_ct_CXX
710 CXXFLAGS
712 OBJEXT
713 EXEEXT
714 ac_ct_CC
715 CPPFLAGS
716 LDFLAGS
717 CFLAGS
719 SET_MAKE
720 host_os
721 host_vendor
722 host_cpu
723 host
724 build_os
725 build_vendor
726 build_cpu
727 build
728 MAINTAINER_MODE
729 target_alias
730 host_alias
731 build_alias
732 LIBS
733 ECHO_T
734 ECHO_N
735 ECHO_C
736 DEFS
737 mandir
738 localedir
739 libdir
740 psdir
741 pdfdir
742 dvidir
743 htmldir
744 infodir
745 docdir
746 oldincludedir
747 includedir
748 localstatedir
749 sharedstatedir
750 sysconfdir
751 datadir
752 datarootdir
753 libexecdir
754 sbindir
755 bindir
756 program_transform_name
757 prefix
758 exec_prefix
759 PACKAGE_URL
760 PACKAGE_BUGREPORT
761 PACKAGE_STRING
762 PACKAGE_VERSION
763 PACKAGE_TARNAME
764 PACKAGE_NAME
765 PATH_SEPARATOR
766 SHELL'
767 ac_subst_files='MAKE_RULES
768 MAKE_DLL_RULES
769 MAKE_IMPLIB_RULES
770 MAKE_TEST_RULES
771 MAKE_PROG_RULES'
772 ac_user_opts='
773 enable_option_checking
774 enable_win16
775 enable_win64
776 enable_tests
777 enable_maintainer_mode
778 with_alsa
779 with_audioio
780 with_capi
781 with_cms
782 with_coreaudio
783 with_cups
784 with_curses
785 with_esd
786 with_fontconfig
787 with_freetype
788 with_gphoto
789 with_glu
790 with_gnutls
791 with_gsm
792 with_hal
793 with_jack
794 with_jpeg
795 with_ldap
796 with_mpg123
797 with_nas
798 with_openal
799 with_opengl
800 with_openssl
801 with_oss
802 with_png
803 with_pthread
804 with_sane
805 with_xcomposite
806 with_xcursor
807 with_xinerama
808 with_xinput
809 with_xml
810 with_xrandr
811 with_xrender
812 with_xshape
813 with_xshm
814 with_xslt
815 with_xxf86vm
816 with_wine_tools
817 with_wine64
818 enable_largefile
819 with_x
821 ac_precious_vars='build_alias
822 host_alias
823 target_alias
825 CFLAGS
826 LDFLAGS
827 LIBS
828 CPPFLAGS
830 CXXFLAGS
833 XMKMF'
836 # Initialize some variables set by options.
837 ac_init_help=
838 ac_init_version=false
839 ac_unrecognized_opts=
840 ac_unrecognized_sep=
841 # The variables have the same names as the options, with
842 # dashes changed to underlines.
843 cache_file=/dev/null
844 exec_prefix=NONE
845 no_create=
846 no_recursion=
847 prefix=NONE
848 program_prefix=NONE
849 program_suffix=NONE
850 program_transform_name=s,x,x,
851 silent=
852 site=
853 srcdir=
854 verbose=
855 x_includes=NONE
856 x_libraries=NONE
858 # Installation directory options.
859 # These are left unexpanded so users can "make install exec_prefix=/foo"
860 # and all the variables that are supposed to be based on exec_prefix
861 # by default will actually change.
862 # Use braces instead of parens because sh, perl, etc. also accept them.
863 # (The list follows the same order as the GNU Coding Standards.)
864 bindir='${exec_prefix}/bin'
865 sbindir='${exec_prefix}/sbin'
866 libexecdir='${exec_prefix}/libexec'
867 datarootdir='${prefix}/share'
868 datadir='${datarootdir}'
869 sysconfdir='${prefix}/etc'
870 sharedstatedir='${prefix}/com'
871 localstatedir='${prefix}/var'
872 includedir='${prefix}/include'
873 oldincludedir='/usr/include'
874 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
875 infodir='${datarootdir}/info'
876 htmldir='${docdir}'
877 dvidir='${docdir}'
878 pdfdir='${docdir}'
879 psdir='${docdir}'
880 libdir='${exec_prefix}/lib'
881 localedir='${datarootdir}/locale'
882 mandir='${datarootdir}/man'
884 ac_prev=
885 ac_dashdash=
886 for ac_option
888 # If the previous option needs an argument, assign it.
889 if test -n "$ac_prev"; then
890 eval $ac_prev=\$ac_option
891 ac_prev=
892 continue
895 case $ac_option in
896 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
897 *) ac_optarg=yes ;;
898 esac
900 # Accept the important Cygnus configure options, so we can diagnose typos.
902 case $ac_dashdash$ac_option in
904 ac_dashdash=yes ;;
906 -bindir | --bindir | --bindi | --bind | --bin | --bi)
907 ac_prev=bindir ;;
908 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
909 bindir=$ac_optarg ;;
911 -build | --build | --buil | --bui | --bu)
912 ac_prev=build_alias ;;
913 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
914 build_alias=$ac_optarg ;;
916 -cache-file | --cache-file | --cache-fil | --cache-fi \
917 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
918 ac_prev=cache_file ;;
919 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
920 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
921 cache_file=$ac_optarg ;;
923 --config-cache | -C)
924 cache_file=config.cache ;;
926 -datadir | --datadir | --datadi | --datad)
927 ac_prev=datadir ;;
928 -datadir=* | --datadir=* | --datadi=* | --datad=*)
929 datadir=$ac_optarg ;;
931 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
932 | --dataroo | --dataro | --datar)
933 ac_prev=datarootdir ;;
934 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
935 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
936 datarootdir=$ac_optarg ;;
938 -disable-* | --disable-*)
939 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
940 # Reject names that are not valid shell variable names.
941 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
942 as_fn_error "invalid feature name: $ac_useropt"
943 ac_useropt_orig=$ac_useropt
944 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
945 case $ac_user_opts in
947 "enable_$ac_useropt"
948 "*) ;;
949 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
950 ac_unrecognized_sep=', ';;
951 esac
952 eval enable_$ac_useropt=no ;;
954 -docdir | --docdir | --docdi | --doc | --do)
955 ac_prev=docdir ;;
956 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
957 docdir=$ac_optarg ;;
959 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
960 ac_prev=dvidir ;;
961 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
962 dvidir=$ac_optarg ;;
964 -enable-* | --enable-*)
965 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
966 # Reject names that are not valid shell variable names.
967 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
968 as_fn_error "invalid feature name: $ac_useropt"
969 ac_useropt_orig=$ac_useropt
970 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
971 case $ac_user_opts in
973 "enable_$ac_useropt"
974 "*) ;;
975 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
976 ac_unrecognized_sep=', ';;
977 esac
978 eval enable_$ac_useropt=\$ac_optarg ;;
980 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
981 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
982 | --exec | --exe | --ex)
983 ac_prev=exec_prefix ;;
984 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
985 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
986 | --exec=* | --exe=* | --ex=*)
987 exec_prefix=$ac_optarg ;;
989 -gas | --gas | --ga | --g)
990 # Obsolete; use --with-gas.
991 with_gas=yes ;;
993 -help | --help | --hel | --he | -h)
994 ac_init_help=long ;;
995 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
996 ac_init_help=recursive ;;
997 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
998 ac_init_help=short ;;
1000 -host | --host | --hos | --ho)
1001 ac_prev=host_alias ;;
1002 -host=* | --host=* | --hos=* | --ho=*)
1003 host_alias=$ac_optarg ;;
1005 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1006 ac_prev=htmldir ;;
1007 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1008 | --ht=*)
1009 htmldir=$ac_optarg ;;
1011 -includedir | --includedir | --includedi | --included | --include \
1012 | --includ | --inclu | --incl | --inc)
1013 ac_prev=includedir ;;
1014 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1015 | --includ=* | --inclu=* | --incl=* | --inc=*)
1016 includedir=$ac_optarg ;;
1018 -infodir | --infodir | --infodi | --infod | --info | --inf)
1019 ac_prev=infodir ;;
1020 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1021 infodir=$ac_optarg ;;
1023 -libdir | --libdir | --libdi | --libd)
1024 ac_prev=libdir ;;
1025 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1026 libdir=$ac_optarg ;;
1028 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1029 | --libexe | --libex | --libe)
1030 ac_prev=libexecdir ;;
1031 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1032 | --libexe=* | --libex=* | --libe=*)
1033 libexecdir=$ac_optarg ;;
1035 -localedir | --localedir | --localedi | --localed | --locale)
1036 ac_prev=localedir ;;
1037 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1038 localedir=$ac_optarg ;;
1040 -localstatedir | --localstatedir | --localstatedi | --localstated \
1041 | --localstate | --localstat | --localsta | --localst | --locals)
1042 ac_prev=localstatedir ;;
1043 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1044 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1045 localstatedir=$ac_optarg ;;
1047 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1048 ac_prev=mandir ;;
1049 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1050 mandir=$ac_optarg ;;
1052 -nfp | --nfp | --nf)
1053 # Obsolete; use --without-fp.
1054 with_fp=no ;;
1056 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1057 | --no-cr | --no-c | -n)
1058 no_create=yes ;;
1060 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1061 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1062 no_recursion=yes ;;
1064 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1065 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1066 | --oldin | --oldi | --old | --ol | --o)
1067 ac_prev=oldincludedir ;;
1068 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1069 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1070 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1071 oldincludedir=$ac_optarg ;;
1073 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1074 ac_prev=prefix ;;
1075 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1076 prefix=$ac_optarg ;;
1078 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1079 | --program-pre | --program-pr | --program-p)
1080 ac_prev=program_prefix ;;
1081 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1082 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1083 program_prefix=$ac_optarg ;;
1085 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1086 | --program-suf | --program-su | --program-s)
1087 ac_prev=program_suffix ;;
1088 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1089 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1090 program_suffix=$ac_optarg ;;
1092 -program-transform-name | --program-transform-name \
1093 | --program-transform-nam | --program-transform-na \
1094 | --program-transform-n | --program-transform- \
1095 | --program-transform | --program-transfor \
1096 | --program-transfo | --program-transf \
1097 | --program-trans | --program-tran \
1098 | --progr-tra | --program-tr | --program-t)
1099 ac_prev=program_transform_name ;;
1100 -program-transform-name=* | --program-transform-name=* \
1101 | --program-transform-nam=* | --program-transform-na=* \
1102 | --program-transform-n=* | --program-transform-=* \
1103 | --program-transform=* | --program-transfor=* \
1104 | --program-transfo=* | --program-transf=* \
1105 | --program-trans=* | --program-tran=* \
1106 | --progr-tra=* | --program-tr=* | --program-t=*)
1107 program_transform_name=$ac_optarg ;;
1109 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1110 ac_prev=pdfdir ;;
1111 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1112 pdfdir=$ac_optarg ;;
1114 -psdir | --psdir | --psdi | --psd | --ps)
1115 ac_prev=psdir ;;
1116 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1117 psdir=$ac_optarg ;;
1119 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1120 | -silent | --silent | --silen | --sile | --sil)
1121 silent=yes ;;
1123 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1124 ac_prev=sbindir ;;
1125 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1126 | --sbi=* | --sb=*)
1127 sbindir=$ac_optarg ;;
1129 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1130 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1131 | --sharedst | --shareds | --shared | --share | --shar \
1132 | --sha | --sh)
1133 ac_prev=sharedstatedir ;;
1134 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1135 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1136 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1137 | --sha=* | --sh=*)
1138 sharedstatedir=$ac_optarg ;;
1140 -site | --site | --sit)
1141 ac_prev=site ;;
1142 -site=* | --site=* | --sit=*)
1143 site=$ac_optarg ;;
1145 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1146 ac_prev=srcdir ;;
1147 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1148 srcdir=$ac_optarg ;;
1150 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1151 | --syscon | --sysco | --sysc | --sys | --sy)
1152 ac_prev=sysconfdir ;;
1153 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1154 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1155 sysconfdir=$ac_optarg ;;
1157 -target | --target | --targe | --targ | --tar | --ta | --t)
1158 ac_prev=target_alias ;;
1159 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1160 target_alias=$ac_optarg ;;
1162 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1163 verbose=yes ;;
1165 -version | --version | --versio | --versi | --vers | -V)
1166 ac_init_version=: ;;
1168 -with-* | --with-*)
1169 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1170 # Reject names that are not valid shell variable names.
1171 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1172 as_fn_error "invalid package name: $ac_useropt"
1173 ac_useropt_orig=$ac_useropt
1174 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1175 case $ac_user_opts in
1177 "with_$ac_useropt"
1178 "*) ;;
1179 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1180 ac_unrecognized_sep=', ';;
1181 esac
1182 eval with_$ac_useropt=\$ac_optarg ;;
1184 -without-* | --without-*)
1185 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1186 # Reject names that are not valid shell variable names.
1187 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1188 as_fn_error "invalid package name: $ac_useropt"
1189 ac_useropt_orig=$ac_useropt
1190 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1191 case $ac_user_opts in
1193 "with_$ac_useropt"
1194 "*) ;;
1195 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1196 ac_unrecognized_sep=', ';;
1197 esac
1198 eval with_$ac_useropt=no ;;
1200 --x)
1201 # Obsolete; use --with-x.
1202 with_x=yes ;;
1204 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1205 | --x-incl | --x-inc | --x-in | --x-i)
1206 ac_prev=x_includes ;;
1207 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1208 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1209 x_includes=$ac_optarg ;;
1211 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1212 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1213 ac_prev=x_libraries ;;
1214 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1215 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1216 x_libraries=$ac_optarg ;;
1218 -*) as_fn_error "unrecognized option: \`$ac_option'
1219 Try \`$0 --help' for more information."
1222 *=*)
1223 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1224 # Reject names that are not valid shell variable names.
1225 case $ac_envvar in #(
1226 '' | [0-9]* | *[!_$as_cr_alnum]* )
1227 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1228 esac
1229 eval $ac_envvar=\$ac_optarg
1230 export $ac_envvar ;;
1233 # FIXME: should be removed in autoconf 3.0.
1234 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1235 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1236 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1237 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1240 esac
1241 done
1243 if test -n "$ac_prev"; then
1244 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1245 as_fn_error "missing argument to $ac_option"
1248 if test -n "$ac_unrecognized_opts"; then
1249 case $enable_option_checking in
1250 no) ;;
1251 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1252 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1253 esac
1256 # Check all directory arguments for consistency.
1257 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1258 datadir sysconfdir sharedstatedir localstatedir includedir \
1259 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1260 libdir localedir mandir
1262 eval ac_val=\$$ac_var
1263 # Remove trailing slashes.
1264 case $ac_val in
1265 */ )
1266 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1267 eval $ac_var=\$ac_val;;
1268 esac
1269 # Be sure to have absolute directory names.
1270 case $ac_val in
1271 [\\/$]* | ?:[\\/]* ) continue;;
1272 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1273 esac
1274 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1275 done
1277 # There might be people who depend on the old broken behavior: `$host'
1278 # used to hold the argument of --host etc.
1279 # FIXME: To remove some day.
1280 build=$build_alias
1281 host=$host_alias
1282 target=$target_alias
1284 # FIXME: To remove some day.
1285 if test "x$host_alias" != x; then
1286 if test "x$build_alias" = x; then
1287 cross_compiling=maybe
1288 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1289 If a cross compiler is detected then cross compile mode will be used." >&2
1290 elif test "x$build_alias" != "x$host_alias"; then
1291 cross_compiling=yes
1295 ac_tool_prefix=
1296 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1298 test "$silent" = yes && exec 6>/dev/null
1301 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1302 ac_ls_di=`ls -di .` &&
1303 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1304 as_fn_error "working directory cannot be determined"
1305 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1306 as_fn_error "pwd does not report name of working directory"
1309 # Find the source files, if location was not specified.
1310 if test -z "$srcdir"; then
1311 ac_srcdir_defaulted=yes
1312 # Try the directory containing this script, then the parent directory.
1313 ac_confdir=`$as_dirname -- "$as_myself" ||
1314 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1315 X"$as_myself" : 'X\(//\)[^/]' \| \
1316 X"$as_myself" : 'X\(//\)$' \| \
1317 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1318 $as_echo X"$as_myself" |
1319 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1320 s//\1/
1323 /^X\(\/\/\)[^/].*/{
1324 s//\1/
1327 /^X\(\/\/\)$/{
1328 s//\1/
1331 /^X\(\/\).*/{
1332 s//\1/
1335 s/.*/./; q'`
1336 srcdir=$ac_confdir
1337 if test ! -r "$srcdir/$ac_unique_file"; then
1338 srcdir=..
1340 else
1341 ac_srcdir_defaulted=no
1343 if test ! -r "$srcdir/$ac_unique_file"; then
1344 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1345 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1347 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1348 ac_abs_confdir=`(
1349 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1350 pwd)`
1351 # When building in place, set srcdir=.
1352 if test "$ac_abs_confdir" = "$ac_pwd"; then
1353 srcdir=.
1355 # Remove unnecessary trailing slashes from srcdir.
1356 # Double slashes in file names in object file debugging info
1357 # mess up M-x gdb in Emacs.
1358 case $srcdir in
1359 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1360 esac
1361 for ac_var in $ac_precious_vars; do
1362 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1363 eval ac_env_${ac_var}_value=\$${ac_var}
1364 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1365 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1366 done
1369 # Report the --help message.
1371 if test "$ac_init_help" = "long"; then
1372 # Omit some internal or obsolete options to make the list less imposing.
1373 # This message is too long to be a string in the A/UX 3.1 sh.
1374 cat <<_ACEOF
1375 \`configure' configures Wine 1.1.35 to adapt to many kinds of systems.
1377 Usage: $0 [OPTION]... [VAR=VALUE]...
1379 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1380 VAR=VALUE. See below for descriptions of some of the useful variables.
1382 Defaults for the options are specified in brackets.
1384 Configuration:
1385 -h, --help display this help and exit
1386 --help=short display options specific to this package
1387 --help=recursive display the short help of all the included packages
1388 -V, --version display version information and exit
1389 -q, --quiet, --silent do not print \`checking...' messages
1390 --cache-file=FILE cache test results in FILE [disabled]
1391 -C, --config-cache alias for \`--cache-file=config.cache'
1392 -n, --no-create do not create output files
1393 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1395 Installation directories:
1396 --prefix=PREFIX install architecture-independent files in PREFIX
1397 [$ac_default_prefix]
1398 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1399 [PREFIX]
1401 By default, \`make install' will install all the files in
1402 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1403 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1404 for instance \`--prefix=\$HOME'.
1406 For better control, use the options below.
1408 Fine tuning of the installation directories:
1409 --bindir=DIR user executables [EPREFIX/bin]
1410 --sbindir=DIR system admin executables [EPREFIX/sbin]
1411 --libexecdir=DIR program executables [EPREFIX/libexec]
1412 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1413 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1414 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1415 --libdir=DIR object code libraries [EPREFIX/lib]
1416 --includedir=DIR C header files [PREFIX/include]
1417 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1418 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1419 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1420 --infodir=DIR info documentation [DATAROOTDIR/info]
1421 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1422 --mandir=DIR man documentation [DATAROOTDIR/man]
1423 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1424 --htmldir=DIR html documentation [DOCDIR]
1425 --dvidir=DIR dvi documentation [DOCDIR]
1426 --pdfdir=DIR pdf documentation [DOCDIR]
1427 --psdir=DIR ps documentation [DOCDIR]
1428 _ACEOF
1430 cat <<\_ACEOF
1432 X features:
1433 --x-includes=DIR X include files are in DIR
1434 --x-libraries=DIR X library files are in DIR
1436 System types:
1437 --build=BUILD configure for building on BUILD [guessed]
1438 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1439 _ACEOF
1442 if test -n "$ac_init_help"; then
1443 case $ac_init_help in
1444 short | recursive ) echo "Configuration of Wine 1.1.35:";;
1445 esac
1446 cat <<\_ACEOF
1448 Optional Features:
1449 --disable-option-checking ignore unrecognized --enable/--with options
1450 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1451 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1452 --disable-win16 do not include Win16 support
1453 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1454 binaries)
1455 --disable-tests do not build the regression tests
1456 --enable-maintainer-mode
1457 enable maintainer-specific build rules
1458 --disable-largefile omit support for large files
1460 Optional Packages:
1461 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1462 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1463 --without-alsa do not use the Alsa sound support
1464 --without-audioio do not use the AudioIO sound support
1465 --without-capi do not use CAPI (ISDN support)
1466 --without-cms do not use CMS (color management support)
1467 --without-coreaudio do not use the CoreAudio sound support
1468 --without-cups do not use CUPS
1469 --without-curses do not use (n)curses
1470 --without-esd do not use the EsounD sound support
1471 --without-fontconfig do not use fontconfig
1472 --without-freetype do not use the FreeType library
1473 --without-gphoto do not use gphoto (Digital Camera support)
1474 --without-glu do not use the GLU library
1475 --without-gnutls do not use GnuTLS (schannel support)
1476 --without-gsm do not use libgsm (GSM 06.10 codec support)
1477 --without-hal do not use HAL (dynamic device support)
1478 --without-jack do not use the Jack sound support
1479 --without-jpeg do not use JPEG
1480 --without-ldap do not use LDAP
1481 --without-mpg123 do not use the mpg123 library
1482 --without-nas do not use the NAS sound support
1483 --without-openal do not use OpenAL
1484 --without-opengl do not use OpenGL
1485 --without-openssl do not use OpenSSL
1486 --without-oss do not use the OSS sound support
1487 --without-png do not use PNG
1488 --without-pthread do not use the pthread library
1489 --without-sane do not use SANE (scanner support)
1490 --without-xcomposite do not use the Xcomposite extension
1491 --without-xcursor do not use the Xcursor extension
1492 --without-xinerama do not use Xinerama (multi-monitor support)
1493 --without-xinput do not use the Xinput extension
1494 --without-xml do not use XML
1495 --without-xrandr do not use Xrandr (resolution changes)
1496 --without-xrender do not use the Xrender extension
1497 --without-xshape do not use the Xshape extension
1498 --without-xshm do not use XShm (shared memory extension)
1499 --without-xslt do not use XSLT
1500 --without-xxf86vm do not use XFree video mode extension
1501 --with-wine-tools=DIR use Wine tools from directory DIR
1502 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1503 --with-x use the X Window System
1505 Some influential environment variables:
1506 CC C compiler command
1507 CFLAGS C compiler flags
1508 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1509 nonstandard directory <lib dir>
1510 LIBS libraries to pass to the linker, e.g. -l<library>
1511 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1512 you have headers in a nonstandard directory <include dir>
1513 CXX C++ compiler command
1514 CXXFLAGS C++ compiler flags
1515 CPP C preprocessor
1516 XMKMF Path to xmkmf, Makefile generator for X Window System
1518 Use these variables to override the choices made by `configure' or to help
1519 it to find libraries and programs with nonstandard names/locations.
1521 Report bugs to <wine-devel@winehq.org>.
1522 Wine home page: <http://www.winehq.org>.
1523 _ACEOF
1524 ac_status=$?
1527 if test "$ac_init_help" = "recursive"; then
1528 # If there are subdirs, report their specific --help.
1529 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1530 test -d "$ac_dir" ||
1531 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1532 continue
1533 ac_builddir=.
1535 case "$ac_dir" in
1536 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1538 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1539 # A ".." for each directory in $ac_dir_suffix.
1540 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1541 case $ac_top_builddir_sub in
1542 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1543 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1544 esac ;;
1545 esac
1546 ac_abs_top_builddir=$ac_pwd
1547 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1548 # for backward compatibility:
1549 ac_top_builddir=$ac_top_build_prefix
1551 case $srcdir in
1552 .) # We are building in place.
1553 ac_srcdir=.
1554 ac_top_srcdir=$ac_top_builddir_sub
1555 ac_abs_top_srcdir=$ac_pwd ;;
1556 [\\/]* | ?:[\\/]* ) # Absolute name.
1557 ac_srcdir=$srcdir$ac_dir_suffix;
1558 ac_top_srcdir=$srcdir
1559 ac_abs_top_srcdir=$srcdir ;;
1560 *) # Relative name.
1561 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1562 ac_top_srcdir=$ac_top_build_prefix$srcdir
1563 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1564 esac
1565 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1567 cd "$ac_dir" || { ac_status=$?; continue; }
1568 # Check for guested configure.
1569 if test -f "$ac_srcdir/configure.gnu"; then
1570 echo &&
1571 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1572 elif test -f "$ac_srcdir/configure"; then
1573 echo &&
1574 $SHELL "$ac_srcdir/configure" --help=recursive
1575 else
1576 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1577 fi || ac_status=$?
1578 cd "$ac_pwd" || { ac_status=$?; break; }
1579 done
1582 test -n "$ac_init_help" && exit $ac_status
1583 if $ac_init_version; then
1584 cat <<\_ACEOF
1585 Wine configure 1.1.35
1586 generated by GNU Autoconf 2.65
1588 Copyright (C) 2009 Free Software Foundation, Inc.
1589 This configure script is free software; the Free Software Foundation
1590 gives unlimited permission to copy, distribute and modify it.
1591 _ACEOF
1592 exit
1595 ## ------------------------ ##
1596 ## Autoconf initialization. ##
1597 ## ------------------------ ##
1599 # ac_fn_c_try_compile LINENO
1600 # --------------------------
1601 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1602 ac_fn_c_try_compile ()
1604 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1605 rm -f conftest.$ac_objext
1606 if { { ac_try="$ac_compile"
1607 case "(($ac_try" in
1608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1609 *) ac_try_echo=$ac_try;;
1610 esac
1611 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1612 $as_echo "$ac_try_echo"; } >&5
1613 (eval "$ac_compile") 2>conftest.err
1614 ac_status=$?
1615 if test -s conftest.err; then
1616 grep -v '^ *+' conftest.err >conftest.er1
1617 cat conftest.er1 >&5
1618 mv -f conftest.er1 conftest.err
1620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1621 test $ac_status = 0; } && {
1622 test -z "$ac_c_werror_flag" ||
1623 test ! -s conftest.err
1624 } && test -s conftest.$ac_objext; then :
1625 ac_retval=0
1626 else
1627 $as_echo "$as_me: failed program was:" >&5
1628 sed 's/^/| /' conftest.$ac_ext >&5
1630 ac_retval=1
1632 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1633 as_fn_set_status $ac_retval
1635 } # ac_fn_c_try_compile
1637 # ac_fn_cxx_try_compile LINENO
1638 # ----------------------------
1639 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1640 ac_fn_cxx_try_compile ()
1642 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1643 rm -f conftest.$ac_objext
1644 if { { ac_try="$ac_compile"
1645 case "(($ac_try" in
1646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1647 *) ac_try_echo=$ac_try;;
1648 esac
1649 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1650 $as_echo "$ac_try_echo"; } >&5
1651 (eval "$ac_compile") 2>conftest.err
1652 ac_status=$?
1653 if test -s conftest.err; then
1654 grep -v '^ *+' conftest.err >conftest.er1
1655 cat conftest.er1 >&5
1656 mv -f conftest.er1 conftest.err
1658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1659 test $ac_status = 0; } && {
1660 test -z "$ac_cxx_werror_flag" ||
1661 test ! -s conftest.err
1662 } && test -s conftest.$ac_objext; then :
1663 ac_retval=0
1664 else
1665 $as_echo "$as_me: failed program was:" >&5
1666 sed 's/^/| /' conftest.$ac_ext >&5
1668 ac_retval=1
1670 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1671 as_fn_set_status $ac_retval
1673 } # ac_fn_cxx_try_compile
1675 # ac_fn_c_try_link LINENO
1676 # -----------------------
1677 # Try to link conftest.$ac_ext, and return whether this succeeded.
1678 ac_fn_c_try_link ()
1680 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1681 rm -f conftest.$ac_objext conftest$ac_exeext
1682 if { { ac_try="$ac_link"
1683 case "(($ac_try" in
1684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1685 *) ac_try_echo=$ac_try;;
1686 esac
1687 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1688 $as_echo "$ac_try_echo"; } >&5
1689 (eval "$ac_link") 2>conftest.err
1690 ac_status=$?
1691 if test -s conftest.err; then
1692 grep -v '^ *+' conftest.err >conftest.er1
1693 cat conftest.er1 >&5
1694 mv -f conftest.er1 conftest.err
1696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1697 test $ac_status = 0; } && {
1698 test -z "$ac_c_werror_flag" ||
1699 test ! -s conftest.err
1700 } && test -s conftest$ac_exeext && {
1701 test "$cross_compiling" = yes ||
1702 $as_test_x conftest$ac_exeext
1703 }; then :
1704 ac_retval=0
1705 else
1706 $as_echo "$as_me: failed program was:" >&5
1707 sed 's/^/| /' conftest.$ac_ext >&5
1709 ac_retval=1
1711 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1712 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1713 # interfere with the next link command; also delete a directory that is
1714 # left behind by Apple's compiler. We do this before executing the actions.
1715 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1716 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1717 as_fn_set_status $ac_retval
1719 } # ac_fn_c_try_link
1721 # ac_fn_c_try_cpp LINENO
1722 # ----------------------
1723 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1724 ac_fn_c_try_cpp ()
1726 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1727 if { { ac_try="$ac_cpp conftest.$ac_ext"
1728 case "(($ac_try" in
1729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1730 *) ac_try_echo=$ac_try;;
1731 esac
1732 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1733 $as_echo "$ac_try_echo"; } >&5
1734 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1735 ac_status=$?
1736 if test -s conftest.err; then
1737 grep -v '^ *+' conftest.err >conftest.er1
1738 cat conftest.er1 >&5
1739 mv -f conftest.er1 conftest.err
1741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1742 test $ac_status = 0; } >/dev/null && {
1743 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1744 test ! -s conftest.err
1745 }; then :
1746 ac_retval=0
1747 else
1748 $as_echo "$as_me: failed program was:" >&5
1749 sed 's/^/| /' conftest.$ac_ext >&5
1751 ac_retval=1
1753 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1754 as_fn_set_status $ac_retval
1756 } # ac_fn_c_try_cpp
1758 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1759 # -------------------------------------------------------
1760 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1761 # the include files in INCLUDES and setting the cache variable VAR
1762 # accordingly.
1763 ac_fn_c_check_header_mongrel ()
1765 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1766 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1768 $as_echo_n "checking for $2... " >&6; }
1769 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1770 $as_echo_n "(cached) " >&6
1772 eval ac_res=\$$3
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1774 $as_echo "$ac_res" >&6; }
1775 else
1776 # Is the header compilable?
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1778 $as_echo_n "checking $2 usability... " >&6; }
1779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1780 /* end confdefs.h. */
1782 #include <$2>
1783 _ACEOF
1784 if ac_fn_c_try_compile "$LINENO"; then :
1785 ac_header_compiler=yes
1786 else
1787 ac_header_compiler=no
1789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1791 $as_echo "$ac_header_compiler" >&6; }
1793 # Is the header present?
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1795 $as_echo_n "checking $2 presence... " >&6; }
1796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1797 /* end confdefs.h. */
1798 #include <$2>
1799 _ACEOF
1800 if ac_fn_c_try_cpp "$LINENO"; then :
1801 ac_header_preproc=yes
1802 else
1803 ac_header_preproc=no
1805 rm -f conftest.err conftest.$ac_ext
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1807 $as_echo "$ac_header_preproc" >&6; }
1809 # So? What about this header?
1810 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1811 yes:no: )
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1813 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1815 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1817 no:yes:* )
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1819 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1821 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1823 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1825 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1827 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1828 ( cat <<\_ASBOX
1829 ## ------------------------------------ ##
1830 ## Report this to wine-devel@winehq.org ##
1831 ## ------------------------------------ ##
1832 _ASBOX
1833 ) | sed "s/^/$as_me: WARNING: /" >&2
1835 esac
1836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1837 $as_echo_n "checking for $2... " >&6; }
1838 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1839 $as_echo_n "(cached) " >&6
1840 else
1841 eval "$3=\$ac_header_compiler"
1843 eval ac_res=\$$3
1844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1845 $as_echo "$ac_res" >&6; }
1847 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1849 } # ac_fn_c_check_header_mongrel
1851 # ac_fn_c_try_run LINENO
1852 # ----------------------
1853 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1854 # that executables *can* be run.
1855 ac_fn_c_try_run ()
1857 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1858 if { { ac_try="$ac_link"
1859 case "(($ac_try" in
1860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1861 *) ac_try_echo=$ac_try;;
1862 esac
1863 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1864 $as_echo "$ac_try_echo"; } >&5
1865 (eval "$ac_link") 2>&5
1866 ac_status=$?
1867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1868 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1869 { { case "(($ac_try" in
1870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1871 *) ac_try_echo=$ac_try;;
1872 esac
1873 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1874 $as_echo "$ac_try_echo"; } >&5
1875 (eval "$ac_try") 2>&5
1876 ac_status=$?
1877 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1878 test $ac_status = 0; }; }; then :
1879 ac_retval=0
1880 else
1881 $as_echo "$as_me: program exited with status $ac_status" >&5
1882 $as_echo "$as_me: failed program was:" >&5
1883 sed 's/^/| /' conftest.$ac_ext >&5
1885 ac_retval=$ac_status
1887 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1888 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1889 as_fn_set_status $ac_retval
1891 } # ac_fn_c_try_run
1893 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1894 # -------------------------------------------------------
1895 # Tests whether HEADER exists and can be compiled using the include files in
1896 # INCLUDES, setting the cache variable VAR accordingly.
1897 ac_fn_c_check_header_compile ()
1899 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1901 $as_echo_n "checking for $2... " >&6; }
1902 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1903 $as_echo_n "(cached) " >&6
1904 else
1905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1906 /* end confdefs.h. */
1908 #include <$2>
1909 _ACEOF
1910 if ac_fn_c_try_compile "$LINENO"; then :
1911 eval "$3=yes"
1912 else
1913 eval "$3=no"
1915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1917 eval ac_res=\$$3
1918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1919 $as_echo "$ac_res" >&6; }
1920 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1922 } # ac_fn_c_check_header_compile
1924 # ac_fn_c_check_func LINENO FUNC VAR
1925 # ----------------------------------
1926 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1927 ac_fn_c_check_func ()
1929 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1931 $as_echo_n "checking for $2... " >&6; }
1932 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1933 $as_echo_n "(cached) " >&6
1934 else
1935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1936 /* end confdefs.h. */
1937 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1938 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1939 #define $2 innocuous_$2
1941 /* System header to define __stub macros and hopefully few prototypes,
1942 which can conflict with char $2 (); below.
1943 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1944 <limits.h> exists even on freestanding compilers. */
1946 #ifdef __STDC__
1947 # include <limits.h>
1948 #else
1949 # include <assert.h>
1950 #endif
1952 #undef $2
1954 /* Override any GCC internal prototype to avoid an error.
1955 Use char because int might match the return type of a GCC
1956 builtin and then its argument prototype would still apply. */
1957 #ifdef __cplusplus
1958 extern "C"
1959 #endif
1960 char $2 ();
1961 /* The GNU C library defines this for functions which it implements
1962 to always fail with ENOSYS. Some functions are actually named
1963 something starting with __ and the normal name is an alias. */
1964 #if defined __stub_$2 || defined __stub___$2
1965 choke me
1966 #endif
1969 main ()
1971 return $2 ();
1973 return 0;
1975 _ACEOF
1976 if ac_fn_c_try_link "$LINENO"; then :
1977 eval "$3=yes"
1978 else
1979 eval "$3=no"
1981 rm -f core conftest.err conftest.$ac_objext \
1982 conftest$ac_exeext conftest.$ac_ext
1984 eval ac_res=\$$3
1985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1986 $as_echo "$ac_res" >&6; }
1987 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1989 } # ac_fn_c_check_func
1991 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1992 # ----------------------------------------------------
1993 # Tries to find if the field MEMBER exists in type AGGR, after including
1994 # INCLUDES, setting cache variable VAR accordingly.
1995 ac_fn_c_check_member ()
1997 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1999 $as_echo_n "checking for $2.$3... " >&6; }
2000 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2001 $as_echo_n "(cached) " >&6
2002 else
2003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2004 /* end confdefs.h. */
2007 main ()
2009 static $2 ac_aggr;
2010 if (ac_aggr.$3)
2011 return 0;
2013 return 0;
2015 _ACEOF
2016 if ac_fn_c_try_compile "$LINENO"; then :
2017 eval "$4=yes"
2018 else
2019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2020 /* end confdefs.h. */
2023 main ()
2025 static $2 ac_aggr;
2026 if (sizeof ac_aggr.$3)
2027 return 0;
2029 return 0;
2031 _ACEOF
2032 if ac_fn_c_try_compile "$LINENO"; then :
2033 eval "$4=yes"
2034 else
2035 eval "$4=no"
2037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2041 eval ac_res=\$$4
2042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2043 $as_echo "$ac_res" >&6; }
2044 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2046 } # ac_fn_c_check_member
2048 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2049 # -------------------------------------------
2050 # Tests whether TYPE exists after having included INCLUDES, setting cache
2051 # variable VAR accordingly.
2052 ac_fn_c_check_type ()
2054 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2056 $as_echo_n "checking for $2... " >&6; }
2057 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2058 $as_echo_n "(cached) " >&6
2059 else
2060 eval "$3=no"
2061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2062 /* end confdefs.h. */
2065 main ()
2067 if (sizeof ($2))
2068 return 0;
2070 return 0;
2072 _ACEOF
2073 if ac_fn_c_try_compile "$LINENO"; then :
2074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2075 /* end confdefs.h. */
2078 main ()
2080 if (sizeof (($2)))
2081 return 0;
2083 return 0;
2085 _ACEOF
2086 if ac_fn_c_try_compile "$LINENO"; then :
2088 else
2089 eval "$3=yes"
2091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2095 eval ac_res=\$$3
2096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2097 $as_echo "$ac_res" >&6; }
2098 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2100 } # ac_fn_c_check_type
2101 cat >config.log <<_ACEOF
2102 This file contains any messages produced by compilers while
2103 running configure, to aid debugging if configure makes a mistake.
2105 It was created by Wine $as_me 1.1.35, which was
2106 generated by GNU Autoconf 2.65. Invocation command line was
2108 $ $0 $@
2110 _ACEOF
2111 exec 5>>config.log
2113 cat <<_ASUNAME
2114 ## --------- ##
2115 ## Platform. ##
2116 ## --------- ##
2118 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2119 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2120 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2121 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2122 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2124 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2125 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2127 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2128 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2129 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2130 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2131 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2132 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2133 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2135 _ASUNAME
2137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2138 for as_dir in $PATH
2140 IFS=$as_save_IFS
2141 test -z "$as_dir" && as_dir=.
2142 $as_echo "PATH: $as_dir"
2143 done
2144 IFS=$as_save_IFS
2146 } >&5
2148 cat >&5 <<_ACEOF
2151 ## ----------- ##
2152 ## Core tests. ##
2153 ## ----------- ##
2155 _ACEOF
2158 # Keep a trace of the command line.
2159 # Strip out --no-create and --no-recursion so they do not pile up.
2160 # Strip out --silent because we don't want to record it for future runs.
2161 # Also quote any args containing shell meta-characters.
2162 # Make two passes to allow for proper duplicate-argument suppression.
2163 ac_configure_args=
2164 ac_configure_args0=
2165 ac_configure_args1=
2166 ac_must_keep_next=false
2167 for ac_pass in 1 2
2169 for ac_arg
2171 case $ac_arg in
2172 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2173 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2174 | -silent | --silent | --silen | --sile | --sil)
2175 continue ;;
2176 *\'*)
2177 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2178 esac
2179 case $ac_pass in
2180 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2182 as_fn_append ac_configure_args1 " '$ac_arg'"
2183 if test $ac_must_keep_next = true; then
2184 ac_must_keep_next=false # Got value, back to normal.
2185 else
2186 case $ac_arg in
2187 *=* | --config-cache | -C | -disable-* | --disable-* \
2188 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2189 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2190 | -with-* | --with-* | -without-* | --without-* | --x)
2191 case "$ac_configure_args0 " in
2192 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2193 esac
2195 -* ) ac_must_keep_next=true ;;
2196 esac
2198 as_fn_append ac_configure_args " '$ac_arg'"
2200 esac
2201 done
2202 done
2203 { ac_configure_args0=; unset ac_configure_args0;}
2204 { ac_configure_args1=; unset ac_configure_args1;}
2206 # When interrupted or exit'd, cleanup temporary files, and complete
2207 # config.log. We remove comments because anyway the quotes in there
2208 # would cause problems or look ugly.
2209 # WARNING: Use '\'' to represent an apostrophe within the trap.
2210 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2211 trap 'exit_status=$?
2212 # Save into config.log some information that might help in debugging.
2214 echo
2216 cat <<\_ASBOX
2217 ## ---------------- ##
2218 ## Cache variables. ##
2219 ## ---------------- ##
2220 _ASBOX
2221 echo
2222 # The following way of writing the cache mishandles newlines in values,
2224 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2225 eval ac_val=\$$ac_var
2226 case $ac_val in #(
2227 *${as_nl}*)
2228 case $ac_var in #(
2229 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2230 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2231 esac
2232 case $ac_var in #(
2233 _ | IFS | as_nl) ;; #(
2234 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2235 *) { eval $ac_var=; unset $ac_var;} ;;
2236 esac ;;
2237 esac
2238 done
2239 (set) 2>&1 |
2240 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2241 *${as_nl}ac_space=\ *)
2242 sed -n \
2243 "s/'\''/'\''\\\\'\'''\''/g;
2244 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2245 ;; #(
2247 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2249 esac |
2250 sort
2252 echo
2254 cat <<\_ASBOX
2255 ## ----------------- ##
2256 ## Output variables. ##
2257 ## ----------------- ##
2258 _ASBOX
2259 echo
2260 for ac_var in $ac_subst_vars
2262 eval ac_val=\$$ac_var
2263 case $ac_val in
2264 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2265 esac
2266 $as_echo "$ac_var='\''$ac_val'\''"
2267 done | sort
2268 echo
2270 if test -n "$ac_subst_files"; then
2271 cat <<\_ASBOX
2272 ## ------------------- ##
2273 ## File substitutions. ##
2274 ## ------------------- ##
2275 _ASBOX
2276 echo
2277 for ac_var in $ac_subst_files
2279 eval ac_val=\$$ac_var
2280 case $ac_val in
2281 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2282 esac
2283 $as_echo "$ac_var='\''$ac_val'\''"
2284 done | sort
2285 echo
2288 if test -s confdefs.h; then
2289 cat <<\_ASBOX
2290 ## ----------- ##
2291 ## confdefs.h. ##
2292 ## ----------- ##
2293 _ASBOX
2294 echo
2295 cat confdefs.h
2296 echo
2298 test "$ac_signal" != 0 &&
2299 $as_echo "$as_me: caught signal $ac_signal"
2300 $as_echo "$as_me: exit $exit_status"
2301 } >&5
2302 rm -f core *.core core.conftest.* &&
2303 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2304 exit $exit_status
2306 for ac_signal in 1 2 13 15; do
2307 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2308 done
2309 ac_signal=0
2311 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2312 rm -f -r conftest* confdefs.h
2314 $as_echo "/* confdefs.h */" > confdefs.h
2316 # Predefined preprocessor variables.
2318 cat >>confdefs.h <<_ACEOF
2319 #define PACKAGE_NAME "$PACKAGE_NAME"
2320 _ACEOF
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2324 _ACEOF
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2328 _ACEOF
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_STRING "$PACKAGE_STRING"
2332 _ACEOF
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2336 _ACEOF
2338 cat >>confdefs.h <<_ACEOF
2339 #define PACKAGE_URL "$PACKAGE_URL"
2340 _ACEOF
2343 # Let the site file select an alternate cache file if it wants to.
2344 # Prefer an explicitly selected file to automatically selected ones.
2345 ac_site_file1=NONE
2346 ac_site_file2=NONE
2347 if test -n "$CONFIG_SITE"; then
2348 ac_site_file1=$CONFIG_SITE
2349 elif test "x$prefix" != xNONE; then
2350 ac_site_file1=$prefix/share/config.site
2351 ac_site_file2=$prefix/etc/config.site
2352 else
2353 ac_site_file1=$ac_default_prefix/share/config.site
2354 ac_site_file2=$ac_default_prefix/etc/config.site
2356 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2358 test "x$ac_site_file" = xNONE && continue
2359 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2361 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2362 sed 's/^/| /' "$ac_site_file" >&5
2363 . "$ac_site_file"
2365 done
2367 if test -r "$cache_file"; then
2368 # Some versions of bash will fail to source /dev/null (special files
2369 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2370 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2371 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2372 $as_echo "$as_me: loading cache $cache_file" >&6;}
2373 case $cache_file in
2374 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2375 *) . "./$cache_file";;
2376 esac
2378 else
2379 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2380 $as_echo "$as_me: creating cache $cache_file" >&6;}
2381 >$cache_file
2384 # Check that the precious variables saved in the cache have kept the same
2385 # value.
2386 ac_cache_corrupted=false
2387 for ac_var in $ac_precious_vars; do
2388 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2389 eval ac_new_set=\$ac_env_${ac_var}_set
2390 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2391 eval ac_new_val=\$ac_env_${ac_var}_value
2392 case $ac_old_set,$ac_new_set in
2393 set,)
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2395 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2396 ac_cache_corrupted=: ;;
2397 ,set)
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2399 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2400 ac_cache_corrupted=: ;;
2401 ,);;
2403 if test "x$ac_old_val" != "x$ac_new_val"; then
2404 # differences in whitespace do not lead to failure.
2405 ac_old_val_w=`echo x $ac_old_val`
2406 ac_new_val_w=`echo x $ac_new_val`
2407 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2409 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2410 ac_cache_corrupted=:
2411 else
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2413 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2414 eval $ac_var=\$ac_old_val
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2417 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2419 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2420 fi;;
2421 esac
2422 # Pass precious variables to config.status.
2423 if test "$ac_new_set" = set; then
2424 case $ac_new_val in
2425 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2426 *) ac_arg=$ac_var=$ac_new_val ;;
2427 esac
2428 case " $ac_configure_args " in
2429 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2430 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2431 esac
2433 done
2434 if $ac_cache_corrupted; then
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2436 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2437 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2438 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2439 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2441 ## -------------------- ##
2442 ## Main body of script. ##
2443 ## -------------------- ##
2445 ac_ext=c
2446 ac_cpp='$CPP $CPPFLAGS'
2447 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2448 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2449 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2453 ac_config_headers="$ac_config_headers include/config.h"
2455 ac_aux_dir=
2456 for ac_dir in tools "$srcdir"/tools; do
2457 for ac_t in install-sh install.sh shtool; do
2458 if test -f "$ac_dir/$ac_t"; then
2459 ac_aux_dir=$ac_dir
2460 ac_install_sh="$ac_aux_dir/$ac_t -c"
2461 break 2
2463 done
2464 done
2465 if test -z "$ac_aux_dir"; then
2466 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2469 # These three variables are undocumented and unsupported,
2470 # and are intended to be withdrawn in a future Autoconf release.
2471 # They can cause serious problems if a builder's source tree is in a directory
2472 # whose full name contains unusual characters.
2473 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2474 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2475 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2480 # Check whether --enable-win16 was given.
2481 if test "${enable_win16+set}" = set; then :
2482 enableval=$enable_win16;
2485 # Check whether --enable-win64 was given.
2486 if test "${enable_win64+set}" = set; then :
2487 enableval=$enable_win64;
2490 # Check whether --enable-tests was given.
2491 if test "${enable_tests+set}" = set; then :
2492 enableval=$enable_tests;
2495 # Check whether --enable-maintainer-mode was given.
2496 if test "${enable_maintainer_mode+set}" = set; then :
2497 enableval=$enable_maintainer_mode;
2498 else
2499 MAINTAINER_MODE=\#
2505 # Check whether --with-alsa was given.
2506 if test "${with_alsa+set}" = set; then :
2507 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2511 # Check whether --with-audioio was given.
2512 if test "${with_audioio+set}" = set; then :
2513 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2517 # Check whether --with-capi was given.
2518 if test "${with_capi+set}" = set; then :
2519 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2523 # Check whether --with-cms was given.
2524 if test "${with_cms+set}" = set; then :
2525 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2529 # Check whether --with-coreaudio was given.
2530 if test "${with_coreaudio+set}" = set; then :
2531 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2535 # Check whether --with-cups was given.
2536 if test "${with_cups+set}" = set; then :
2537 withval=$with_cups;
2541 # Check whether --with-curses was given.
2542 if test "${with_curses+set}" = set; then :
2543 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2547 # Check whether --with-esd was given.
2548 if test "${with_esd+set}" = set; then :
2549 withval=$with_esd;
2553 # Check whether --with-fontconfig was given.
2554 if test "${with_fontconfig+set}" = set; then :
2555 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2559 # Check whether --with-freetype was given.
2560 if test "${with_freetype+set}" = set; then :
2561 withval=$with_freetype;
2565 # Check whether --with-gphoto was given.
2566 if test "${with_gphoto+set}" = set; then :
2567 withval=$with_gphoto;
2571 # Check whether --with-glu was given.
2572 if test "${with_glu+set}" = set; then :
2573 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2577 # Check whether --with-gnutls was given.
2578 if test "${with_gnutls+set}" = set; then :
2579 withval=$with_gnutls;
2583 # Check whether --with-gsm was given.
2584 if test "${with_gsm+set}" = set; then :
2585 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2589 # Check whether --with-hal was given.
2590 if test "${with_hal+set}" = set; then :
2591 withval=$with_hal;
2595 # Check whether --with-jack was given.
2596 if test "${with_jack+set}" = set; then :
2597 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2601 # Check whether --with-jpeg was given.
2602 if test "${with_jpeg+set}" = set; then :
2603 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2607 # Check whether --with-ldap was given.
2608 if test "${with_ldap+set}" = set; then :
2609 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2613 # Check whether --with-mpg123 was given.
2614 if test "${with_mpg123+set}" = set; then :
2615 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2619 # Check whether --with-nas was given.
2620 if test "${with_nas+set}" = set; then :
2621 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2625 # Check whether --with-openal was given.
2626 if test "${with_openal+set}" = set; then :
2627 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2631 # Check whether --with-opengl was given.
2632 if test "${with_opengl+set}" = set; then :
2633 withval=$with_opengl;
2637 # Check whether --with-openssl was given.
2638 if test "${with_openssl+set}" = set; then :
2639 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2643 # Check whether --with-oss was given.
2644 if test "${with_oss+set}" = set; then :
2645 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
2649 # Check whether --with-png was given.
2650 if test "${with_png+set}" = set; then :
2651 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2655 # Check whether --with-pthread was given.
2656 if test "${with_pthread+set}" = set; then :
2657 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2661 # Check whether --with-sane was given.
2662 if test "${with_sane+set}" = set; then :
2663 withval=$with_sane;
2667 # Check whether --with-xcomposite was given.
2668 if test "${with_xcomposite+set}" = set; then :
2669 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2673 # Check whether --with-xcursor was given.
2674 if test "${with_xcursor+set}" = set; then :
2675 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2679 # Check whether --with-xinerama was given.
2680 if test "${with_xinerama+set}" = set; then :
2681 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2685 # Check whether --with-xinput was given.
2686 if test "${with_xinput+set}" = set; then :
2687 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2691 # Check whether --with-xml was given.
2692 if test "${with_xml+set}" = set; then :
2693 withval=$with_xml;
2697 # Check whether --with-xrandr was given.
2698 if test "${with_xrandr+set}" = set; then :
2699 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2703 # Check whether --with-xrender was given.
2704 if test "${with_xrender+set}" = set; then :
2705 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2709 # Check whether --with-xshape was given.
2710 if test "${with_xshape+set}" = set; then :
2711 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2715 # Check whether --with-xshm was given.
2716 if test "${with_xshm+set}" = set; then :
2717 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2721 # Check whether --with-xslt was given.
2722 if test "${with_xslt+set}" = set; then :
2723 withval=$with_xslt;
2727 # Check whether --with-xxf86vm was given.
2728 if test "${with_xxf86vm+set}" = set; then :
2729 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
2734 # Check whether --with-wine-tools was given.
2735 if test "${with_wine_tools+set}" = set; then :
2736 withval=$with_wine_tools;
2740 # Check whether --with-wine64 was given.
2741 if test "${with_wine64+set}" = set; then :
2742 withval=$with_wine64;
2746 # Make sure we can run config.sub.
2747 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2748 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2751 $as_echo_n "checking build system type... " >&6; }
2752 if test "${ac_cv_build+set}" = set; then :
2753 $as_echo_n "(cached) " >&6
2754 else
2755 ac_build_alias=$build_alias
2756 test "x$ac_build_alias" = x &&
2757 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2758 test "x$ac_build_alias" = x &&
2759 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2760 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2761 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2765 $as_echo "$ac_cv_build" >&6; }
2766 case $ac_cv_build in
2767 *-*-*) ;;
2768 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2769 esac
2770 build=$ac_cv_build
2771 ac_save_IFS=$IFS; IFS='-'
2772 set x $ac_cv_build
2773 shift
2774 build_cpu=$1
2775 build_vendor=$2
2776 shift; shift
2777 # Remember, the first character of IFS is used to create $*,
2778 # except with old shells:
2779 build_os=$*
2780 IFS=$ac_save_IFS
2781 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2785 $as_echo_n "checking host system type... " >&6; }
2786 if test "${ac_cv_host+set}" = set; then :
2787 $as_echo_n "(cached) " >&6
2788 else
2789 if test "x$host_alias" = x; then
2790 ac_cv_host=$ac_cv_build
2791 else
2792 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2793 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2798 $as_echo "$ac_cv_host" >&6; }
2799 case $ac_cv_host in
2800 *-*-*) ;;
2801 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2802 esac
2803 host=$ac_cv_host
2804 ac_save_IFS=$IFS; IFS='-'
2805 set x $ac_cv_host
2806 shift
2807 host_cpu=$1
2808 host_vendor=$2
2809 shift; shift
2810 # Remember, the first character of IFS is used to create $*,
2811 # except with old shells:
2812 host_os=$*
2813 IFS=$ac_save_IFS
2814 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2818 case "$srcdir" in
2819 .) ;;
2820 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2821 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2822 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2823 fi ;;
2824 esac
2827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2828 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2829 set x ${MAKE-make}
2830 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2831 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2832 $as_echo_n "(cached) " >&6
2833 else
2834 cat >conftest.make <<\_ACEOF
2835 SHELL = /bin/sh
2836 all:
2837 @echo '@@@%%%=$(MAKE)=@@@%%%'
2838 _ACEOF
2839 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2840 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2841 *@@@%%%=?*=@@@%%%*)
2842 eval ac_cv_prog_make_${ac_make}_set=yes;;
2844 eval ac_cv_prog_make_${ac_make}_set=no;;
2845 esac
2846 rm -f conftest.make
2848 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2850 $as_echo "yes" >&6; }
2851 SET_MAKE=
2852 else
2853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2854 $as_echo "no" >&6; }
2855 SET_MAKE="MAKE=${MAKE-make}"
2858 ac_ext=c
2859 ac_cpp='$CPP $CPPFLAGS'
2860 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2861 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2862 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2863 if test -n "$ac_tool_prefix"; then
2864 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2865 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2867 $as_echo_n "checking for $ac_word... " >&6; }
2868 if test "${ac_cv_prog_CC+set}" = set; then :
2869 $as_echo_n "(cached) " >&6
2870 else
2871 if test -n "$CC"; then
2872 ac_cv_prog_CC="$CC" # Let the user override the test.
2873 else
2874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2875 for as_dir in $PATH
2877 IFS=$as_save_IFS
2878 test -z "$as_dir" && as_dir=.
2879 for ac_exec_ext in '' $ac_executable_extensions; do
2880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2881 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2883 break 2
2885 done
2886 done
2887 IFS=$as_save_IFS
2891 CC=$ac_cv_prog_CC
2892 if test -n "$CC"; then
2893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2894 $as_echo "$CC" >&6; }
2895 else
2896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2897 $as_echo "no" >&6; }
2902 if test -z "$ac_cv_prog_CC"; then
2903 ac_ct_CC=$CC
2904 # Extract the first word of "gcc", so it can be a program name with args.
2905 set dummy gcc; ac_word=$2
2906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2907 $as_echo_n "checking for $ac_word... " >&6; }
2908 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2909 $as_echo_n "(cached) " >&6
2910 else
2911 if test -n "$ac_ct_CC"; then
2912 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2913 else
2914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2915 for as_dir in $PATH
2917 IFS=$as_save_IFS
2918 test -z "$as_dir" && as_dir=.
2919 for ac_exec_ext in '' $ac_executable_extensions; do
2920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2921 ac_cv_prog_ac_ct_CC="gcc"
2922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2923 break 2
2925 done
2926 done
2927 IFS=$as_save_IFS
2931 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2932 if test -n "$ac_ct_CC"; then
2933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2934 $as_echo "$ac_ct_CC" >&6; }
2935 else
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2937 $as_echo "no" >&6; }
2940 if test "x$ac_ct_CC" = x; then
2941 CC=""
2942 else
2943 case $cross_compiling:$ac_tool_warned in
2944 yes:)
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2946 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2947 ac_tool_warned=yes ;;
2948 esac
2949 CC=$ac_ct_CC
2951 else
2952 CC="$ac_cv_prog_CC"
2955 if test -z "$CC"; then
2956 if test -n "$ac_tool_prefix"; then
2957 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2958 set dummy ${ac_tool_prefix}cc; ac_word=$2
2959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2960 $as_echo_n "checking for $ac_word... " >&6; }
2961 if test "${ac_cv_prog_CC+set}" = set; then :
2962 $as_echo_n "(cached) " >&6
2963 else
2964 if test -n "$CC"; then
2965 ac_cv_prog_CC="$CC" # Let the user override the test.
2966 else
2967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2968 for as_dir in $PATH
2970 IFS=$as_save_IFS
2971 test -z "$as_dir" && as_dir=.
2972 for ac_exec_ext in '' $ac_executable_extensions; do
2973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2974 ac_cv_prog_CC="${ac_tool_prefix}cc"
2975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2976 break 2
2978 done
2979 done
2980 IFS=$as_save_IFS
2984 CC=$ac_cv_prog_CC
2985 if test -n "$CC"; then
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2987 $as_echo "$CC" >&6; }
2988 else
2989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2990 $as_echo "no" >&6; }
2996 if test -z "$CC"; then
2997 # Extract the first word of "cc", so it can be a program name with args.
2998 set dummy cc; ac_word=$2
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3000 $as_echo_n "checking for $ac_word... " >&6; }
3001 if test "${ac_cv_prog_CC+set}" = set; then :
3002 $as_echo_n "(cached) " >&6
3003 else
3004 if test -n "$CC"; then
3005 ac_cv_prog_CC="$CC" # Let the user override the test.
3006 else
3007 ac_prog_rejected=no
3008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3009 for as_dir in $PATH
3011 IFS=$as_save_IFS
3012 test -z "$as_dir" && as_dir=.
3013 for ac_exec_ext in '' $ac_executable_extensions; do
3014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3015 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3016 ac_prog_rejected=yes
3017 continue
3019 ac_cv_prog_CC="cc"
3020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3021 break 2
3023 done
3024 done
3025 IFS=$as_save_IFS
3027 if test $ac_prog_rejected = yes; then
3028 # We found a bogon in the path, so make sure we never use it.
3029 set dummy $ac_cv_prog_CC
3030 shift
3031 if test $# != 0; then
3032 # We chose a different compiler from the bogus one.
3033 # However, it has the same basename, so the bogon will be chosen
3034 # first if we set CC to just the basename; use the full file name.
3035 shift
3036 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3041 CC=$ac_cv_prog_CC
3042 if test -n "$CC"; then
3043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3044 $as_echo "$CC" >&6; }
3045 else
3046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3047 $as_echo "no" >&6; }
3052 if test -z "$CC"; then
3053 if test -n "$ac_tool_prefix"; then
3054 for ac_prog in cl.exe
3056 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3057 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3059 $as_echo_n "checking for $ac_word... " >&6; }
3060 if test "${ac_cv_prog_CC+set}" = set; then :
3061 $as_echo_n "(cached) " >&6
3062 else
3063 if test -n "$CC"; then
3064 ac_cv_prog_CC="$CC" # Let the user override the test.
3065 else
3066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3067 for as_dir in $PATH
3069 IFS=$as_save_IFS
3070 test -z "$as_dir" && as_dir=.
3071 for ac_exec_ext in '' $ac_executable_extensions; do
3072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3073 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3075 break 2
3077 done
3078 done
3079 IFS=$as_save_IFS
3083 CC=$ac_cv_prog_CC
3084 if test -n "$CC"; then
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3086 $as_echo "$CC" >&6; }
3087 else
3088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3089 $as_echo "no" >&6; }
3093 test -n "$CC" && break
3094 done
3096 if test -z "$CC"; then
3097 ac_ct_CC=$CC
3098 for ac_prog in cl.exe
3100 # Extract the first word of "$ac_prog", so it can be a program name with args.
3101 set dummy $ac_prog; ac_word=$2
3102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3103 $as_echo_n "checking for $ac_word... " >&6; }
3104 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3105 $as_echo_n "(cached) " >&6
3106 else
3107 if test -n "$ac_ct_CC"; then
3108 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3109 else
3110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3111 for as_dir in $PATH
3113 IFS=$as_save_IFS
3114 test -z "$as_dir" && as_dir=.
3115 for ac_exec_ext in '' $ac_executable_extensions; do
3116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3117 ac_cv_prog_ac_ct_CC="$ac_prog"
3118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3119 break 2
3121 done
3122 done
3123 IFS=$as_save_IFS
3127 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3128 if test -n "$ac_ct_CC"; then
3129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3130 $as_echo "$ac_ct_CC" >&6; }
3131 else
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3133 $as_echo "no" >&6; }
3137 test -n "$ac_ct_CC" && break
3138 done
3140 if test "x$ac_ct_CC" = x; then
3141 CC=""
3142 else
3143 case $cross_compiling:$ac_tool_warned in
3144 yes:)
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3146 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3147 ac_tool_warned=yes ;;
3148 esac
3149 CC=$ac_ct_CC
3156 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3157 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3158 as_fn_error "no acceptable C compiler found in \$PATH
3159 See \`config.log' for more details." "$LINENO" 5; }
3161 # Provide some information about the compiler.
3162 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3163 set X $ac_compile
3164 ac_compiler=$2
3165 for ac_option in --version -v -V -qversion; do
3166 { { ac_try="$ac_compiler $ac_option >&5"
3167 case "(($ac_try" in
3168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3169 *) ac_try_echo=$ac_try;;
3170 esac
3171 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3172 $as_echo "$ac_try_echo"; } >&5
3173 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3174 ac_status=$?
3175 if test -s conftest.err; then
3176 sed '10a\
3177 ... rest of stderr output deleted ...
3178 10q' conftest.err >conftest.er1
3179 cat conftest.er1 >&5
3181 rm -f conftest.er1 conftest.err
3182 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3183 test $ac_status = 0; }
3184 done
3186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3187 /* end confdefs.h. */
3190 main ()
3194 return 0;
3196 _ACEOF
3197 ac_clean_files_save=$ac_clean_files
3198 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3199 # Try to create an executable without -o first, disregard a.out.
3200 # It will help us diagnose broken compilers, and finding out an intuition
3201 # of exeext.
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3203 $as_echo_n "checking whether the C compiler works... " >&6; }
3204 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3206 # The possible output files:
3207 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3209 ac_rmfiles=
3210 for ac_file in $ac_files
3212 case $ac_file in
3213 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3214 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3215 esac
3216 done
3217 rm -f $ac_rmfiles
3219 if { { ac_try="$ac_link_default"
3220 case "(($ac_try" in
3221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3222 *) ac_try_echo=$ac_try;;
3223 esac
3224 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3225 $as_echo "$ac_try_echo"; } >&5
3226 (eval "$ac_link_default") 2>&5
3227 ac_status=$?
3228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3229 test $ac_status = 0; }; then :
3230 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3231 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3232 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3233 # so that the user can short-circuit this test for compilers unknown to
3234 # Autoconf.
3235 for ac_file in $ac_files ''
3237 test -f "$ac_file" || continue
3238 case $ac_file in
3239 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3241 [ab].out )
3242 # We found the default executable, but exeext='' is most
3243 # certainly right.
3244 break;;
3245 *.* )
3246 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3247 then :; else
3248 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3250 # We set ac_cv_exeext here because the later test for it is not
3251 # safe: cross compilers may not add the suffix if given an `-o'
3252 # argument, so we may need to know it at that point already.
3253 # Even if this section looks crufty: it has the advantage of
3254 # actually working.
3255 break;;
3257 break;;
3258 esac
3259 done
3260 test "$ac_cv_exeext" = no && ac_cv_exeext=
3262 else
3263 ac_file=''
3265 if test -z "$ac_file"; then :
3266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3267 $as_echo "no" >&6; }
3268 $as_echo "$as_me: failed program was:" >&5
3269 sed 's/^/| /' conftest.$ac_ext >&5
3271 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3272 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3273 { as_fn_set_status 77
3274 as_fn_error "C compiler cannot create executables
3275 See \`config.log' for more details." "$LINENO" 5; }; }
3276 else
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3278 $as_echo "yes" >&6; }
3280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3281 $as_echo_n "checking for C compiler default output file name... " >&6; }
3282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3283 $as_echo "$ac_file" >&6; }
3284 ac_exeext=$ac_cv_exeext
3286 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3287 ac_clean_files=$ac_clean_files_save
3288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3289 $as_echo_n "checking for suffix of executables... " >&6; }
3290 if { { ac_try="$ac_link"
3291 case "(($ac_try" in
3292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3293 *) ac_try_echo=$ac_try;;
3294 esac
3295 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3296 $as_echo "$ac_try_echo"; } >&5
3297 (eval "$ac_link") 2>&5
3298 ac_status=$?
3299 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3300 test $ac_status = 0; }; then :
3301 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3302 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3303 # work properly (i.e., refer to `conftest.exe'), while it won't with
3304 # `rm'.
3305 for ac_file in conftest.exe conftest conftest.*; do
3306 test -f "$ac_file" || continue
3307 case $ac_file in
3308 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3309 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3310 break;;
3311 * ) break;;
3312 esac
3313 done
3314 else
3315 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3316 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3317 as_fn_error "cannot compute suffix of executables: cannot compile and link
3318 See \`config.log' for more details." "$LINENO" 5; }
3320 rm -f conftest conftest$ac_cv_exeext
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3322 $as_echo "$ac_cv_exeext" >&6; }
3324 rm -f conftest.$ac_ext
3325 EXEEXT=$ac_cv_exeext
3326 ac_exeext=$EXEEXT
3327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3328 /* end confdefs.h. */
3329 #include <stdio.h>
3331 main ()
3333 FILE *f = fopen ("conftest.out", "w");
3334 return ferror (f) || fclose (f) != 0;
3337 return 0;
3339 _ACEOF
3340 ac_clean_files="$ac_clean_files conftest.out"
3341 # Check that the compiler produces executables we can run. If not, either
3342 # the compiler is broken, or we cross compile.
3343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3344 $as_echo_n "checking whether we are cross compiling... " >&6; }
3345 if test "$cross_compiling" != yes; then
3346 { { ac_try="$ac_link"
3347 case "(($ac_try" in
3348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349 *) ac_try_echo=$ac_try;;
3350 esac
3351 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3352 $as_echo "$ac_try_echo"; } >&5
3353 (eval "$ac_link") 2>&5
3354 ac_status=$?
3355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3356 test $ac_status = 0; }
3357 if { ac_try='./conftest$ac_cv_exeext'
3358 { { case "(($ac_try" in
3359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3360 *) ac_try_echo=$ac_try;;
3361 esac
3362 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3363 $as_echo "$ac_try_echo"; } >&5
3364 (eval "$ac_try") 2>&5
3365 ac_status=$?
3366 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3367 test $ac_status = 0; }; }; then
3368 cross_compiling=no
3369 else
3370 if test "$cross_compiling" = maybe; then
3371 cross_compiling=yes
3372 else
3373 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3374 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3375 as_fn_error "cannot run C compiled programs.
3376 If you meant to cross compile, use \`--host'.
3377 See \`config.log' for more details." "$LINENO" 5; }
3381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3382 $as_echo "$cross_compiling" >&6; }
3384 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3385 ac_clean_files=$ac_clean_files_save
3386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3387 $as_echo_n "checking for suffix of object files... " >&6; }
3388 if test "${ac_cv_objext+set}" = set; then :
3389 $as_echo_n "(cached) " >&6
3390 else
3391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3392 /* end confdefs.h. */
3395 main ()
3399 return 0;
3401 _ACEOF
3402 rm -f conftest.o conftest.obj
3403 if { { ac_try="$ac_compile"
3404 case "(($ac_try" in
3405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3406 *) ac_try_echo=$ac_try;;
3407 esac
3408 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3409 $as_echo "$ac_try_echo"; } >&5
3410 (eval "$ac_compile") 2>&5
3411 ac_status=$?
3412 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3413 test $ac_status = 0; }; then :
3414 for ac_file in conftest.o conftest.obj conftest.*; do
3415 test -f "$ac_file" || continue;
3416 case $ac_file in
3417 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3418 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3419 break;;
3420 esac
3421 done
3422 else
3423 $as_echo "$as_me: failed program was:" >&5
3424 sed 's/^/| /' conftest.$ac_ext >&5
3426 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3427 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3428 as_fn_error "cannot compute suffix of object files: cannot compile
3429 See \`config.log' for more details." "$LINENO" 5; }
3431 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3434 $as_echo "$ac_cv_objext" >&6; }
3435 OBJEXT=$ac_cv_objext
3436 ac_objext=$OBJEXT
3437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3438 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3439 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3440 $as_echo_n "(cached) " >&6
3441 else
3442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3443 /* end confdefs.h. */
3446 main ()
3448 #ifndef __GNUC__
3449 choke me
3450 #endif
3453 return 0;
3455 _ACEOF
3456 if ac_fn_c_try_compile "$LINENO"; then :
3457 ac_compiler_gnu=yes
3458 else
3459 ac_compiler_gnu=no
3461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3462 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3466 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3467 if test $ac_compiler_gnu = yes; then
3468 GCC=yes
3469 else
3470 GCC=
3472 ac_test_CFLAGS=${CFLAGS+set}
3473 ac_save_CFLAGS=$CFLAGS
3474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3475 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3476 if test "${ac_cv_prog_cc_g+set}" = set; then :
3477 $as_echo_n "(cached) " >&6
3478 else
3479 ac_save_c_werror_flag=$ac_c_werror_flag
3480 ac_c_werror_flag=yes
3481 ac_cv_prog_cc_g=no
3482 CFLAGS="-g"
3483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3484 /* end confdefs.h. */
3487 main ()
3491 return 0;
3493 _ACEOF
3494 if ac_fn_c_try_compile "$LINENO"; then :
3495 ac_cv_prog_cc_g=yes
3496 else
3497 CFLAGS=""
3498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3499 /* end confdefs.h. */
3502 main ()
3506 return 0;
3508 _ACEOF
3509 if ac_fn_c_try_compile "$LINENO"; then :
3511 else
3512 ac_c_werror_flag=$ac_save_c_werror_flag
3513 CFLAGS="-g"
3514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3515 /* end confdefs.h. */
3518 main ()
3522 return 0;
3524 _ACEOF
3525 if ac_fn_c_try_compile "$LINENO"; then :
3526 ac_cv_prog_cc_g=yes
3528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3533 ac_c_werror_flag=$ac_save_c_werror_flag
3535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3536 $as_echo "$ac_cv_prog_cc_g" >&6; }
3537 if test "$ac_test_CFLAGS" = set; then
3538 CFLAGS=$ac_save_CFLAGS
3539 elif test $ac_cv_prog_cc_g = yes; then
3540 if test "$GCC" = yes; then
3541 CFLAGS="-g -O2"
3542 else
3543 CFLAGS="-g"
3545 else
3546 if test "$GCC" = yes; then
3547 CFLAGS="-O2"
3548 else
3549 CFLAGS=
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3553 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3554 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3555 $as_echo_n "(cached) " >&6
3556 else
3557 ac_cv_prog_cc_c89=no
3558 ac_save_CC=$CC
3559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3560 /* end confdefs.h. */
3561 #include <stdarg.h>
3562 #include <stdio.h>
3563 #include <sys/types.h>
3564 #include <sys/stat.h>
3565 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3566 struct buf { int x; };
3567 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3568 static char *e (p, i)
3569 char **p;
3570 int i;
3572 return p[i];
3574 static char *f (char * (*g) (char **, int), char **p, ...)
3576 char *s;
3577 va_list v;
3578 va_start (v,p);
3579 s = g (p, va_arg (v,int));
3580 va_end (v);
3581 return s;
3584 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3585 function prototypes and stuff, but not '\xHH' hex character constants.
3586 These don't provoke an error unfortunately, instead are silently treated
3587 as 'x'. The following induces an error, until -std is added to get
3588 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3589 array size at least. It's necessary to write '\x00'==0 to get something
3590 that's true only with -std. */
3591 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3593 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3594 inside strings and character constants. */
3595 #define FOO(x) 'x'
3596 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3598 int test (int i, double x);
3599 struct s1 {int (*f) (int a);};
3600 struct s2 {int (*f) (double a);};
3601 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3602 int argc;
3603 char **argv;
3605 main ()
3607 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3609 return 0;
3611 _ACEOF
3612 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3613 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3615 CC="$ac_save_CC $ac_arg"
3616 if ac_fn_c_try_compile "$LINENO"; then :
3617 ac_cv_prog_cc_c89=$ac_arg
3619 rm -f core conftest.err conftest.$ac_objext
3620 test "x$ac_cv_prog_cc_c89" != "xno" && break
3621 done
3622 rm -f conftest.$ac_ext
3623 CC=$ac_save_CC
3626 # AC_CACHE_VAL
3627 case "x$ac_cv_prog_cc_c89" in
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3630 $as_echo "none needed" >&6; } ;;
3631 xno)
3632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3633 $as_echo "unsupported" >&6; } ;;
3635 CC="$CC $ac_cv_prog_cc_c89"
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3637 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3638 esac
3639 if test "x$ac_cv_prog_cc_c89" != xno; then :
3643 ac_ext=c
3644 ac_cpp='$CPP $CPPFLAGS'
3645 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3646 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3647 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3649 ac_ext=cpp
3650 ac_cpp='$CXXCPP $CPPFLAGS'
3651 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3652 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3653 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3654 if test -z "$CXX"; then
3655 if test -n "$CCC"; then
3656 CXX=$CCC
3657 else
3658 if test -n "$ac_tool_prefix"; then
3659 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3661 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3662 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3664 $as_echo_n "checking for $ac_word... " >&6; }
3665 if test "${ac_cv_prog_CXX+set}" = set; then :
3666 $as_echo_n "(cached) " >&6
3667 else
3668 if test -n "$CXX"; then
3669 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3670 else
3671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3672 for as_dir in $PATH
3674 IFS=$as_save_IFS
3675 test -z "$as_dir" && as_dir=.
3676 for ac_exec_ext in '' $ac_executable_extensions; do
3677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3678 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3680 break 2
3682 done
3683 done
3684 IFS=$as_save_IFS
3688 CXX=$ac_cv_prog_CXX
3689 if test -n "$CXX"; then
3690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3691 $as_echo "$CXX" >&6; }
3692 else
3693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3694 $as_echo "no" >&6; }
3698 test -n "$CXX" && break
3699 done
3701 if test -z "$CXX"; then
3702 ac_ct_CXX=$CXX
3703 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3705 # Extract the first word of "$ac_prog", so it can be a program name with args.
3706 set dummy $ac_prog; ac_word=$2
3707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3708 $as_echo_n "checking for $ac_word... " >&6; }
3709 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3710 $as_echo_n "(cached) " >&6
3711 else
3712 if test -n "$ac_ct_CXX"; then
3713 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3714 else
3715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3716 for as_dir in $PATH
3718 IFS=$as_save_IFS
3719 test -z "$as_dir" && as_dir=.
3720 for ac_exec_ext in '' $ac_executable_extensions; do
3721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3722 ac_cv_prog_ac_ct_CXX="$ac_prog"
3723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3724 break 2
3726 done
3727 done
3728 IFS=$as_save_IFS
3732 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3733 if test -n "$ac_ct_CXX"; then
3734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3735 $as_echo "$ac_ct_CXX" >&6; }
3736 else
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3738 $as_echo "no" >&6; }
3742 test -n "$ac_ct_CXX" && break
3743 done
3745 if test "x$ac_ct_CXX" = x; then
3746 CXX="g++"
3747 else
3748 case $cross_compiling:$ac_tool_warned in
3749 yes:)
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3751 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3752 ac_tool_warned=yes ;;
3753 esac
3754 CXX=$ac_ct_CXX
3760 # Provide some information about the compiler.
3761 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3762 set X $ac_compile
3763 ac_compiler=$2
3764 for ac_option in --version -v -V -qversion; do
3765 { { ac_try="$ac_compiler $ac_option >&5"
3766 case "(($ac_try" in
3767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3768 *) ac_try_echo=$ac_try;;
3769 esac
3770 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3771 $as_echo "$ac_try_echo"; } >&5
3772 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3773 ac_status=$?
3774 if test -s conftest.err; then
3775 sed '10a\
3776 ... rest of stderr output deleted ...
3777 10q' conftest.err >conftest.er1
3778 cat conftest.er1 >&5
3780 rm -f conftest.er1 conftest.err
3781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3782 test $ac_status = 0; }
3783 done
3785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3786 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3787 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3788 $as_echo_n "(cached) " >&6
3789 else
3790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3791 /* end confdefs.h. */
3794 main ()
3796 #ifndef __GNUC__
3797 choke me
3798 #endif
3801 return 0;
3803 _ACEOF
3804 if ac_fn_cxx_try_compile "$LINENO"; then :
3805 ac_compiler_gnu=yes
3806 else
3807 ac_compiler_gnu=no
3809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3810 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3814 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3815 if test $ac_compiler_gnu = yes; then
3816 GXX=yes
3817 else
3818 GXX=
3820 ac_test_CXXFLAGS=${CXXFLAGS+set}
3821 ac_save_CXXFLAGS=$CXXFLAGS
3822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3823 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3824 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3825 $as_echo_n "(cached) " >&6
3826 else
3827 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3828 ac_cxx_werror_flag=yes
3829 ac_cv_prog_cxx_g=no
3830 CXXFLAGS="-g"
3831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3832 /* end confdefs.h. */
3835 main ()
3839 return 0;
3841 _ACEOF
3842 if ac_fn_cxx_try_compile "$LINENO"; then :
3843 ac_cv_prog_cxx_g=yes
3844 else
3845 CXXFLAGS=""
3846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3847 /* end confdefs.h. */
3850 main ()
3854 return 0;
3856 _ACEOF
3857 if ac_fn_cxx_try_compile "$LINENO"; then :
3859 else
3860 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3861 CXXFLAGS="-g"
3862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3863 /* end confdefs.h. */
3866 main ()
3870 return 0;
3872 _ACEOF
3873 if ac_fn_cxx_try_compile "$LINENO"; then :
3874 ac_cv_prog_cxx_g=yes
3876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3881 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3884 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3885 if test "$ac_test_CXXFLAGS" = set; then
3886 CXXFLAGS=$ac_save_CXXFLAGS
3887 elif test $ac_cv_prog_cxx_g = yes; then
3888 if test "$GXX" = yes; then
3889 CXXFLAGS="-g -O2"
3890 else
3891 CXXFLAGS="-g"
3893 else
3894 if test "$GXX" = yes; then
3895 CXXFLAGS="-O2"
3896 else
3897 CXXFLAGS=
3900 ac_ext=c
3901 ac_cpp='$CPP $CPPFLAGS'
3902 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3903 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3904 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3906 if test -n "$ac_tool_prefix"; then
3907 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3908 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3910 $as_echo_n "checking for $ac_word... " >&6; }
3911 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3912 $as_echo_n "(cached) " >&6
3913 else
3914 if test -n "$CPPBIN"; then
3915 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3916 else
3917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3918 for as_dir in $PATH
3920 IFS=$as_save_IFS
3921 test -z "$as_dir" && as_dir=.
3922 for ac_exec_ext in '' $ac_executable_extensions; do
3923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3924 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3926 break 2
3928 done
3929 done
3930 IFS=$as_save_IFS
3934 CPPBIN=$ac_cv_prog_CPPBIN
3935 if test -n "$CPPBIN"; then
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3937 $as_echo "$CPPBIN" >&6; }
3938 else
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3940 $as_echo "no" >&6; }
3945 if test -z "$ac_cv_prog_CPPBIN"; then
3946 ac_ct_CPPBIN=$CPPBIN
3947 # Extract the first word of "cpp", so it can be a program name with args.
3948 set dummy cpp; ac_word=$2
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3950 $as_echo_n "checking for $ac_word... " >&6; }
3951 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3952 $as_echo_n "(cached) " >&6
3953 else
3954 if test -n "$ac_ct_CPPBIN"; then
3955 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3956 else
3957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3958 for as_dir in $PATH
3960 IFS=$as_save_IFS
3961 test -z "$as_dir" && as_dir=.
3962 for ac_exec_ext in '' $ac_executable_extensions; do
3963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3964 ac_cv_prog_ac_ct_CPPBIN="cpp"
3965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3966 break 2
3968 done
3969 done
3970 IFS=$as_save_IFS
3974 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3975 if test -n "$ac_ct_CPPBIN"; then
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3977 $as_echo "$ac_ct_CPPBIN" >&6; }
3978 else
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3980 $as_echo "no" >&6; }
3983 if test "x$ac_ct_CPPBIN" = x; then
3984 CPPBIN="cpp"
3985 else
3986 case $cross_compiling:$ac_tool_warned in
3987 yes:)
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3989 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3990 ac_tool_warned=yes ;;
3991 esac
3992 CPPBIN=$ac_ct_CPPBIN
3994 else
3995 CPPBIN="$ac_cv_prog_CPPBIN"
3999 cat >>confdefs.h <<_ACEOF
4000 #define EXEEXT "$ac_exeext"
4001 _ACEOF
4004 case $host in
4005 *-darwin*)
4006 if test "x$enable_win64" = "xyes"
4007 then
4008 CC="$CC -m64"
4009 CXX="$CXX -m64"
4010 LD="${LD:-ld} -arch x86_64"
4011 AS="${AS:-as} -arch x86_64"
4012 host_cpu="x86_64"
4013 notice_platform="64-bit "
4014 TARGETFLAGS="-m64"
4016 else
4017 CC="$CC -m32"
4018 CXX="$CXX -m32"
4019 LD="${LD:-ld} -arch i386"
4020 AS="${AS:-as} -arch i386"
4021 host_cpu="i386"
4022 notice_platform="32-bit "
4023 TARGETFLAGS="-m32"
4025 enable_win16=${enable_win16:-yes}
4028 x86_64*)
4029 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4030 then
4031 CC="$CC -m32"
4032 CXX="$CXX -m32"
4033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4034 $as_echo_n "checking whether $CC works... " >&6; }
4036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4037 /* end confdefs.h. */
4040 main ()
4044 return 0;
4046 _ACEOF
4047 if ac_fn_c_try_link "$LINENO"; then :
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4049 $as_echo "yes" >&6; }
4050 else
4051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4052 $as_echo "no" >&6; }
4053 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4055 rm -f core conftest.err conftest.$ac_objext \
4056 conftest$ac_exeext conftest.$ac_ext
4057 LD="${LD:-ld} -m elf_i386"
4058 AS="${AS:-as} --32"
4059 host_cpu="i386"
4060 notice_platform="32-bit "
4061 TARGETFLAGS="-m32"
4063 enable_win16=${enable_win16:-yes}
4064 else
4065 if test "x${GCC}" = "xyes"
4066 then
4067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4068 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4070 /* end confdefs.h. */
4071 #include <stdarg.h>
4073 main ()
4075 void func(__builtin_ms_va_list *args);
4077 return 0;
4079 _ACEOF
4080 if ac_fn_c_try_compile "$LINENO"; then :
4081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4082 $as_echo "yes" >&6; }
4083 else
4084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4085 $as_echo "no" >&6; }
4086 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4090 TARGETFLAGS="-m64"
4094 *-mingw32*|*-cygwin*)
4095 enable_win16=${enable_win16:-no}
4097 i[3456789]86*)
4098 enable_win16=${enable_win16:-yes}
4100 esac
4102 enable_win16=${enable_win16:-no}
4104 WIN16_FILES="\$(WIN16_FILES)"
4106 WIN16_INSTALL="\$(WIN16_INSTALL)"
4108 if test "x$enable_win16" != "xyes"
4109 then
4110 WIN16_FILES=""
4111 WIN16_INSTALL=""
4112 enable_w32skrnl=${enable_w32skrnl:-no}
4113 enable_winedos=${enable_winedos:-no}
4114 enable_winevdm=${enable_winevdm:-no}
4115 enable_wow32=${enable_wow32:-no}
4118 if test -n "$with_wine64"
4119 then
4120 if test "x$enable_win64" = "xyes"
4121 then
4122 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4123 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4125 WOW64_DISABLE=\#
4127 enable_fonts=${enable_fonts:-no}
4128 enable_include=${enable_include:-no}
4129 enable_server=${enable_server:-no}
4130 enable_tools=${enable_tools:-no}
4131 enable_wineboot=${enable_wineboot:-no}
4132 enable_winedbg=${enable_winedbg:-no}
4133 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4137 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4138 if test "${wine_cv_toolsdir+set}" = set; then :
4139 $as_echo_n "(cached) " >&6
4140 else
4141 wine_cv_toolsdir="$with_wine_tools"
4142 if test -z "$with_wine_tools"; then
4143 if test "$cross_compiling" = "yes"; then
4144 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4145 elif test -n "$with_wine64"; then
4146 wine_cv_toolsdir="$with_wine64"
4149 if test -z "$wine_cv_toolsdir"; then
4150 wine_cv_toolsdir="\$(TOPOBJDIR)"
4151 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4152 case "$wine_cv_toolsdir" in
4153 /*) ;;
4154 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4155 esac
4156 else
4157 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4161 $as_echo "$wine_cv_toolsdir" >&6; }
4162 TOOLSDIR=$wine_cv_toolsdir
4164 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4165 then
4166 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4170 for ac_prog in flex
4172 # Extract the first word of "$ac_prog", so it can be a program name with args.
4173 set dummy $ac_prog; ac_word=$2
4174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4175 $as_echo_n "checking for $ac_word... " >&6; }
4176 if test "${ac_cv_prog_FLEX+set}" = set; then :
4177 $as_echo_n "(cached) " >&6
4178 else
4179 if test -n "$FLEX"; then
4180 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4181 else
4182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4183 for as_dir in $PATH
4185 IFS=$as_save_IFS
4186 test -z "$as_dir" && as_dir=.
4187 for ac_exec_ext in '' $ac_executable_extensions; do
4188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4189 ac_cv_prog_FLEX="$ac_prog"
4190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4191 break 2
4193 done
4194 done
4195 IFS=$as_save_IFS
4199 FLEX=$ac_cv_prog_FLEX
4200 if test -n "$FLEX"; then
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4202 $as_echo "$FLEX" >&6; }
4203 else
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4205 $as_echo "no" >&6; }
4209 test -n "$FLEX" && break
4210 done
4211 test -n "$FLEX" || FLEX="none"
4213 if test "$FLEX" = "none"
4214 then
4215 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4218 $as_echo_n "checking whether flex is recent enough... " >&6; }
4219 cat >conftest.l <<EOF
4220 %top{
4221 #include "prediluvian.h"
4225 if $FLEX -t conftest.l >/dev/null 2>&1
4226 then
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4228 $as_echo "yes" >&6; }
4229 else
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4231 $as_echo "no" >&6; }
4232 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4235 for ac_prog in bison
4237 # Extract the first word of "$ac_prog", so it can be a program name with args.
4238 set dummy $ac_prog; ac_word=$2
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4240 $as_echo_n "checking for $ac_word... " >&6; }
4241 if test "${ac_cv_prog_BISON+set}" = set; then :
4242 $as_echo_n "(cached) " >&6
4243 else
4244 if test -n "$BISON"; then
4245 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4246 else
4247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4248 for as_dir in $PATH
4250 IFS=$as_save_IFS
4251 test -z "$as_dir" && as_dir=.
4252 for ac_exec_ext in '' $ac_executable_extensions; do
4253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4254 ac_cv_prog_BISON="$ac_prog"
4255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4256 break 2
4258 done
4259 done
4260 IFS=$as_save_IFS
4264 BISON=$ac_cv_prog_BISON
4265 if test -n "$BISON"; then
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4267 $as_echo "$BISON" >&6; }
4268 else
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4270 $as_echo "no" >&6; }
4274 test -n "$BISON" && break
4275 done
4276 test -n "$BISON" || BISON="none"
4278 if test "$BISON" = "none"
4279 then
4280 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4283 if test -n "$ac_tool_prefix"; then
4284 for ac_prog in ar gar
4286 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4287 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4289 $as_echo_n "checking for $ac_word... " >&6; }
4290 if test "${ac_cv_prog_AR+set}" = set; then :
4291 $as_echo_n "(cached) " >&6
4292 else
4293 if test -n "$AR"; then
4294 ac_cv_prog_AR="$AR" # Let the user override the test.
4295 else
4296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4297 for as_dir in $PATH
4299 IFS=$as_save_IFS
4300 test -z "$as_dir" && as_dir=.
4301 for ac_exec_ext in '' $ac_executable_extensions; do
4302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4303 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4305 break 2
4307 done
4308 done
4309 IFS=$as_save_IFS
4313 AR=$ac_cv_prog_AR
4314 if test -n "$AR"; then
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4316 $as_echo "$AR" >&6; }
4317 else
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4319 $as_echo "no" >&6; }
4323 test -n "$AR" && break
4324 done
4326 if test -z "$AR"; then
4327 ac_ct_AR=$AR
4328 for ac_prog in ar gar
4330 # Extract the first word of "$ac_prog", so it can be a program name with args.
4331 set dummy $ac_prog; ac_word=$2
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4333 $as_echo_n "checking for $ac_word... " >&6; }
4334 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4335 $as_echo_n "(cached) " >&6
4336 else
4337 if test -n "$ac_ct_AR"; then
4338 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4339 else
4340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4341 for as_dir in $PATH
4343 IFS=$as_save_IFS
4344 test -z "$as_dir" && as_dir=.
4345 for ac_exec_ext in '' $ac_executable_extensions; do
4346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4347 ac_cv_prog_ac_ct_AR="$ac_prog"
4348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4349 break 2
4351 done
4352 done
4353 IFS=$as_save_IFS
4357 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4358 if test -n "$ac_ct_AR"; then
4359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4360 $as_echo "$ac_ct_AR" >&6; }
4361 else
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4363 $as_echo "no" >&6; }
4367 test -n "$ac_ct_AR" && break
4368 done
4370 if test "x$ac_ct_AR" = x; then
4371 AR="ar"
4372 else
4373 case $cross_compiling:$ac_tool_warned in
4374 yes:)
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4376 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4377 ac_tool_warned=yes ;;
4378 esac
4379 AR=$ac_ct_AR
4383 ARFLAGS=rc
4385 if test -n "$ac_tool_prefix"; then
4386 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4387 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4389 $as_echo_n "checking for $ac_word... " >&6; }
4390 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4391 $as_echo_n "(cached) " >&6
4392 else
4393 if test -n "$RANLIB"; then
4394 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4395 else
4396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4397 for as_dir in $PATH
4399 IFS=$as_save_IFS
4400 test -z "$as_dir" && as_dir=.
4401 for ac_exec_ext in '' $ac_executable_extensions; do
4402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4403 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4405 break 2
4407 done
4408 done
4409 IFS=$as_save_IFS
4413 RANLIB=$ac_cv_prog_RANLIB
4414 if test -n "$RANLIB"; then
4415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4416 $as_echo "$RANLIB" >&6; }
4417 else
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4419 $as_echo "no" >&6; }
4424 if test -z "$ac_cv_prog_RANLIB"; then
4425 ac_ct_RANLIB=$RANLIB
4426 # Extract the first word of "ranlib", so it can be a program name with args.
4427 set dummy ranlib; ac_word=$2
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4429 $as_echo_n "checking for $ac_word... " >&6; }
4430 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4431 $as_echo_n "(cached) " >&6
4432 else
4433 if test -n "$ac_ct_RANLIB"; then
4434 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4435 else
4436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4437 for as_dir in $PATH
4439 IFS=$as_save_IFS
4440 test -z "$as_dir" && as_dir=.
4441 for ac_exec_ext in '' $ac_executable_extensions; do
4442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4443 ac_cv_prog_ac_ct_RANLIB="ranlib"
4444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4445 break 2
4447 done
4448 done
4449 IFS=$as_save_IFS
4453 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4454 if test -n "$ac_ct_RANLIB"; then
4455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4456 $as_echo "$ac_ct_RANLIB" >&6; }
4457 else
4458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4459 $as_echo "no" >&6; }
4462 if test "x$ac_ct_RANLIB" = x; then
4463 RANLIB=":"
4464 else
4465 case $cross_compiling:$ac_tool_warned in
4466 yes:)
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4469 ac_tool_warned=yes ;;
4470 esac
4471 RANLIB=$ac_ct_RANLIB
4473 else
4474 RANLIB="$ac_cv_prog_RANLIB"
4477 if test -n "$ac_tool_prefix"; then
4478 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4479 set dummy ${ac_tool_prefix}strip; ac_word=$2
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4481 $as_echo_n "checking for $ac_word... " >&6; }
4482 if test "${ac_cv_prog_STRIP+set}" = set; then :
4483 $as_echo_n "(cached) " >&6
4484 else
4485 if test -n "$STRIP"; then
4486 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4487 else
4488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4489 for as_dir in $PATH
4491 IFS=$as_save_IFS
4492 test -z "$as_dir" && as_dir=.
4493 for ac_exec_ext in '' $ac_executable_extensions; do
4494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4495 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4497 break 2
4499 done
4500 done
4501 IFS=$as_save_IFS
4505 STRIP=$ac_cv_prog_STRIP
4506 if test -n "$STRIP"; then
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4508 $as_echo "$STRIP" >&6; }
4509 else
4510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4511 $as_echo "no" >&6; }
4516 if test -z "$ac_cv_prog_STRIP"; then
4517 ac_ct_STRIP=$STRIP
4518 # Extract the first word of "strip", so it can be a program name with args.
4519 set dummy strip; ac_word=$2
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4521 $as_echo_n "checking for $ac_word... " >&6; }
4522 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4523 $as_echo_n "(cached) " >&6
4524 else
4525 if test -n "$ac_ct_STRIP"; then
4526 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4527 else
4528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4529 for as_dir in $PATH
4531 IFS=$as_save_IFS
4532 test -z "$as_dir" && as_dir=.
4533 for ac_exec_ext in '' $ac_executable_extensions; do
4534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4535 ac_cv_prog_ac_ct_STRIP="strip"
4536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4537 break 2
4539 done
4540 done
4541 IFS=$as_save_IFS
4545 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4546 if test -n "$ac_ct_STRIP"; then
4547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4548 $as_echo "$ac_ct_STRIP" >&6; }
4549 else
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4551 $as_echo "no" >&6; }
4554 if test "x$ac_ct_STRIP" = x; then
4555 STRIP="strip"
4556 else
4557 case $cross_compiling:$ac_tool_warned in
4558 yes:)
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4560 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4561 ac_tool_warned=yes ;;
4562 esac
4563 STRIP=$ac_ct_STRIP
4565 else
4566 STRIP="$ac_cv_prog_STRIP"
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4570 $as_echo_n "checking whether ln -s works... " >&6; }
4571 LN_S=$as_ln_s
4572 if test "$LN_S" = "ln -s"; then
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4574 $as_echo "yes" >&6; }
4575 else
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4577 $as_echo "no, using $LN_S" >&6; }
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4581 $as_echo_n "checking whether ln works... " >&6; }
4582 rm -f conf$$ conf$$.file
4583 echo >conf$$.file
4584 if ln conf$$.file conf$$ 2>/dev/null; then
4585 LN=ln
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4588 $as_echo "yes" >&6; }
4589 else
4590 LN="cp -p"
4592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4593 $as_echo "no, using $LN" >&6; }
4595 rm -f conf$$ conf$$.file
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4597 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4598 if test "${ac_cv_path_GREP+set}" = set; then :
4599 $as_echo_n "(cached) " >&6
4600 else
4601 if test -z "$GREP"; then
4602 ac_path_GREP_found=false
4603 # Loop through the user's path and test for each of PROGNAME-LIST
4604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4605 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4607 IFS=$as_save_IFS
4608 test -z "$as_dir" && as_dir=.
4609 for ac_prog in grep ggrep; do
4610 for ac_exec_ext in '' $ac_executable_extensions; do
4611 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4612 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4613 # Check for GNU ac_path_GREP and select it if it is found.
4614 # Check for GNU $ac_path_GREP
4615 case `"$ac_path_GREP" --version 2>&1` in
4616 *GNU*)
4617 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4619 ac_count=0
4620 $as_echo_n 0123456789 >"conftest.in"
4621 while :
4623 cat "conftest.in" "conftest.in" >"conftest.tmp"
4624 mv "conftest.tmp" "conftest.in"
4625 cp "conftest.in" "conftest.nl"
4626 $as_echo 'GREP' >> "conftest.nl"
4627 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4628 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4629 as_fn_arith $ac_count + 1 && ac_count=$as_val
4630 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4631 # Best one so far, save it but keep looking for a better one
4632 ac_cv_path_GREP="$ac_path_GREP"
4633 ac_path_GREP_max=$ac_count
4635 # 10*(2^10) chars as input seems more than enough
4636 test $ac_count -gt 10 && break
4637 done
4638 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4639 esac
4641 $ac_path_GREP_found && break 3
4642 done
4643 done
4644 done
4645 IFS=$as_save_IFS
4646 if test -z "$ac_cv_path_GREP"; then
4647 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4649 else
4650 ac_cv_path_GREP=$GREP
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4655 $as_echo "$ac_cv_path_GREP" >&6; }
4656 GREP="$ac_cv_path_GREP"
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4660 $as_echo_n "checking for egrep... " >&6; }
4661 if test "${ac_cv_path_EGREP+set}" = set; then :
4662 $as_echo_n "(cached) " >&6
4663 else
4664 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4665 then ac_cv_path_EGREP="$GREP -E"
4666 else
4667 if test -z "$EGREP"; then
4668 ac_path_EGREP_found=false
4669 # Loop through the user's path and test for each of PROGNAME-LIST
4670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4671 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4673 IFS=$as_save_IFS
4674 test -z "$as_dir" && as_dir=.
4675 for ac_prog in egrep; do
4676 for ac_exec_ext in '' $ac_executable_extensions; do
4677 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4678 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4679 # Check for GNU ac_path_EGREP and select it if it is found.
4680 # Check for GNU $ac_path_EGREP
4681 case `"$ac_path_EGREP" --version 2>&1` in
4682 *GNU*)
4683 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4685 ac_count=0
4686 $as_echo_n 0123456789 >"conftest.in"
4687 while :
4689 cat "conftest.in" "conftest.in" >"conftest.tmp"
4690 mv "conftest.tmp" "conftest.in"
4691 cp "conftest.in" "conftest.nl"
4692 $as_echo 'EGREP' >> "conftest.nl"
4693 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4694 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4695 as_fn_arith $ac_count + 1 && ac_count=$as_val
4696 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4697 # Best one so far, save it but keep looking for a better one
4698 ac_cv_path_EGREP="$ac_path_EGREP"
4699 ac_path_EGREP_max=$ac_count
4701 # 10*(2^10) chars as input seems more than enough
4702 test $ac_count -gt 10 && break
4703 done
4704 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4705 esac
4707 $ac_path_EGREP_found && break 3
4708 done
4709 done
4710 done
4711 IFS=$as_save_IFS
4712 if test -z "$ac_cv_path_EGREP"; then
4713 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4715 else
4716 ac_cv_path_EGREP=$EGREP
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4722 $as_echo "$ac_cv_path_EGREP" >&6; }
4723 EGREP="$ac_cv_path_EGREP"
4726 # Extract the first word of "ldconfig", so it can be a program name with args.
4727 set dummy ldconfig; ac_word=$2
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4729 $as_echo_n "checking for $ac_word... " >&6; }
4730 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4731 $as_echo_n "(cached) " >&6
4732 else
4733 case $LDCONFIG in
4734 [\\/]* | ?:[\\/]*)
4735 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4739 for as_dir in /sbin /usr/sbin $PATH
4741 IFS=$as_save_IFS
4742 test -z "$as_dir" && as_dir=.
4743 for ac_exec_ext in '' $ac_executable_extensions; do
4744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4745 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4747 break 2
4749 done
4750 done
4751 IFS=$as_save_IFS
4753 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4755 esac
4757 LDCONFIG=$ac_cv_path_LDCONFIG
4758 if test -n "$LDCONFIG"; then
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4760 $as_echo "$LDCONFIG" >&6; }
4761 else
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4763 $as_echo "no" >&6; }
4767 # Find a good install program. We prefer a C program (faster),
4768 # so one script is as good as another. But avoid the broken or
4769 # incompatible versions:
4770 # SysV /etc/install, /usr/sbin/install
4771 # SunOS /usr/etc/install
4772 # IRIX /sbin/install
4773 # AIX /bin/install
4774 # AmigaOS /C/install, which installs bootblocks on floppy discs
4775 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4776 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4777 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4778 # OS/2's system install, which has a completely different semantic
4779 # ./install, which can be erroneously created by make from ./install.sh.
4780 # Reject install programs that cannot install multiple files.
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4782 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4783 if test -z "$INSTALL"; then
4784 if test "${ac_cv_path_install+set}" = set; then :
4785 $as_echo_n "(cached) " >&6
4786 else
4787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4788 for as_dir in $PATH
4790 IFS=$as_save_IFS
4791 test -z "$as_dir" && as_dir=.
4792 # Account for people who put trailing slashes in PATH elements.
4793 case $as_dir/ in #((
4794 ./ | .// | /[cC]/* | \
4795 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4796 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4797 /usr/ucb/* ) ;;
4799 # OSF1 and SCO ODT 3.0 have their own names for install.
4800 # Don't use installbsd from OSF since it installs stuff as root
4801 # by default.
4802 for ac_prog in ginstall scoinst install; do
4803 for ac_exec_ext in '' $ac_executable_extensions; do
4804 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4805 if test $ac_prog = install &&
4806 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4807 # AIX install. It has an incompatible calling convention.
4809 elif test $ac_prog = install &&
4810 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4811 # program-specific install script used by HP pwplus--don't use.
4813 else
4814 rm -rf conftest.one conftest.two conftest.dir
4815 echo one > conftest.one
4816 echo two > conftest.two
4817 mkdir conftest.dir
4818 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4819 test -s conftest.one && test -s conftest.two &&
4820 test -s conftest.dir/conftest.one &&
4821 test -s conftest.dir/conftest.two
4822 then
4823 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4824 break 3
4828 done
4829 done
4831 esac
4833 done
4834 IFS=$as_save_IFS
4836 rm -rf conftest.one conftest.two conftest.dir
4839 if test "${ac_cv_path_install+set}" = set; then
4840 INSTALL=$ac_cv_path_install
4841 else
4842 # As a last resort, use the slow shell script. Don't cache a
4843 # value for INSTALL within a source directory, because that will
4844 # break other packages using the cache if that directory is
4845 # removed, or if the value is a relative name.
4846 INSTALL=$ac_install_sh
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4850 $as_echo "$INSTALL" >&6; }
4852 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4853 # It thinks the first close brace ends the variable substitution.
4854 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4856 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4858 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4860 case "$INSTALL" in
4861 [\\/$]* | ?:[\\/]* ) ;;
4862 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4863 esac
4865 for ac_prog in lclint lint
4867 # Extract the first word of "$ac_prog", so it can be a program name with args.
4868 set dummy $ac_prog; ac_word=$2
4869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4870 $as_echo_n "checking for $ac_word... " >&6; }
4871 if test "${ac_cv_prog_LINT+set}" = set; then :
4872 $as_echo_n "(cached) " >&6
4873 else
4874 if test -n "$LINT"; then
4875 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4876 else
4877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4878 for as_dir in $PATH
4880 IFS=$as_save_IFS
4881 test -z "$as_dir" && as_dir=.
4882 for ac_exec_ext in '' $ac_executable_extensions; do
4883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4884 ac_cv_prog_LINT="$ac_prog"
4885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4886 break 2
4888 done
4889 done
4890 IFS=$as_save_IFS
4894 LINT=$ac_cv_prog_LINT
4895 if test -n "$LINT"; then
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4897 $as_echo "$LINT" >&6; }
4898 else
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4900 $as_echo "no" >&6; }
4904 test -n "$LINT" && break
4905 done
4907 if test "$LINT" = "lint"
4908 then
4909 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4914 for ac_prog in fontforge
4916 # Extract the first word of "$ac_prog", so it can be a program name with args.
4917 set dummy $ac_prog; ac_word=$2
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4919 $as_echo_n "checking for $ac_word... " >&6; }
4920 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4921 $as_echo_n "(cached) " >&6
4922 else
4923 if test -n "$FONTFORGE"; then
4924 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4925 else
4926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4927 for as_dir in $PATH
4929 IFS=$as_save_IFS
4930 test -z "$as_dir" && as_dir=.
4931 for ac_exec_ext in '' $ac_executable_extensions; do
4932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4933 ac_cv_prog_FONTFORGE="$ac_prog"
4934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4935 break 2
4937 done
4938 done
4939 IFS=$as_save_IFS
4943 FONTFORGE=$ac_cv_prog_FONTFORGE
4944 if test -n "$FONTFORGE"; then
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4946 $as_echo "$FONTFORGE" >&6; }
4947 else
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4949 $as_echo "no" >&6; }
4953 test -n "$FONTFORGE" && break
4954 done
4955 test -n "$FONTFORGE" || FONTFORGE="false"
4957 for ac_prog in pkg-config
4959 # Extract the first word of "$ac_prog", so it can be a program name with args.
4960 set dummy $ac_prog; ac_word=$2
4961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4962 $as_echo_n "checking for $ac_word... " >&6; }
4963 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4964 $as_echo_n "(cached) " >&6
4965 else
4966 if test -n "$PKG_CONFIG"; then
4967 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4968 else
4969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4970 for as_dir in $PATH
4972 IFS=$as_save_IFS
4973 test -z "$as_dir" && as_dir=.
4974 for ac_exec_ext in '' $ac_executable_extensions; do
4975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4976 ac_cv_prog_PKG_CONFIG="$ac_prog"
4977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4978 break 2
4980 done
4981 done
4982 IFS=$as_save_IFS
4986 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4987 if test -n "$PKG_CONFIG"; then
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4989 $as_echo "$PKG_CONFIG" >&6; }
4990 else
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4992 $as_echo "no" >&6; }
4996 test -n "$PKG_CONFIG" && break
4997 done
4998 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5000 for ac_prog in rsvg
5002 # Extract the first word of "$ac_prog", so it can be a program name with args.
5003 set dummy $ac_prog; ac_word=$2
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5005 $as_echo_n "checking for $ac_word... " >&6; }
5006 if test "${ac_cv_prog_RSVG+set}" = set; then :
5007 $as_echo_n "(cached) " >&6
5008 else
5009 if test -n "$RSVG"; then
5010 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5011 else
5012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5013 for as_dir in $PATH
5015 IFS=$as_save_IFS
5016 test -z "$as_dir" && as_dir=.
5017 for ac_exec_ext in '' $ac_executable_extensions; do
5018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5019 ac_cv_prog_RSVG="$ac_prog"
5020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5021 break 2
5023 done
5024 done
5025 IFS=$as_save_IFS
5029 RSVG=$ac_cv_prog_RSVG
5030 if test -n "$RSVG"; then
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5032 $as_echo "$RSVG" >&6; }
5033 else
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5035 $as_echo "no" >&6; }
5039 test -n "$RSVG" && break
5040 done
5041 test -n "$RSVG" || RSVG="false"
5043 for ac_prog in icotool
5045 # Extract the first word of "$ac_prog", so it can be a program name with args.
5046 set dummy $ac_prog; ac_word=$2
5047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5048 $as_echo_n "checking for $ac_word... " >&6; }
5049 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5050 $as_echo_n "(cached) " >&6
5051 else
5052 if test -n "$ICOTOOL"; then
5053 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5054 else
5055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5056 for as_dir in $PATH
5058 IFS=$as_save_IFS
5059 test -z "$as_dir" && as_dir=.
5060 for ac_exec_ext in '' $ac_executable_extensions; do
5061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5062 ac_cv_prog_ICOTOOL="$ac_prog"
5063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5064 break 2
5066 done
5067 done
5068 IFS=$as_save_IFS
5072 ICOTOOL=$ac_cv_prog_ICOTOOL
5073 if test -n "$ICOTOOL"; then
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5075 $as_echo "$ICOTOOL" >&6; }
5076 else
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5078 $as_echo "no" >&6; }
5082 test -n "$ICOTOOL" && break
5083 done
5084 test -n "$ICOTOOL" || ICOTOOL="false"
5087 if test "${enable_maintainer_mode+set}" = set
5088 then
5089 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5090 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5091 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5094 case $host_cpu in
5095 *i[3456789]86*)
5096 # Extract the first word of "prelink", so it can be a program name with args.
5097 set dummy prelink; ac_word=$2
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5099 $as_echo_n "checking for $ac_word... " >&6; }
5100 if test "${ac_cv_path_PRELINK+set}" = set; then :
5101 $as_echo_n "(cached) " >&6
5102 else
5103 case $PRELINK in
5104 [\\/]* | ?:[\\/]*)
5105 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5109 for as_dir in /sbin /usr/sbin $PATH
5111 IFS=$as_save_IFS
5112 test -z "$as_dir" && as_dir=.
5113 for ac_exec_ext in '' $ac_executable_extensions; do
5114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5115 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5117 break 2
5119 done
5120 done
5121 IFS=$as_save_IFS
5123 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5125 esac
5127 PRELINK=$ac_cv_path_PRELINK
5128 if test -n "$PRELINK"; then
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5130 $as_echo "$PRELINK" >&6; }
5131 else
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5133 $as_echo "no" >&6; }
5138 esac
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5142 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5143 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5144 $as_echo_n "(cached) " >&6
5145 else
5146 ac_check_lib_save_LIBS=$LIBS
5147 LIBS="-li386 $LIBS"
5148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5149 /* end confdefs.h. */
5151 /* Override any GCC internal prototype to avoid an error.
5152 Use char because int might match the return type of a GCC
5153 builtin and then its argument prototype would still apply. */
5154 #ifdef __cplusplus
5155 extern "C"
5156 #endif
5157 char i386_set_ldt ();
5159 main ()
5161 return i386_set_ldt ();
5163 return 0;
5165 _ACEOF
5166 if ac_fn_c_try_link "$LINENO"; then :
5167 ac_cv_lib_i386_i386_set_ldt=yes
5168 else
5169 ac_cv_lib_i386_i386_set_ldt=no
5171 rm -f core conftest.err conftest.$ac_objext \
5172 conftest$ac_exeext conftest.$ac_ext
5173 LIBS=$ac_check_lib_save_LIBS
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5176 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5177 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5178 cat >>confdefs.h <<_ACEOF
5179 #define HAVE_LIBI386 1
5180 _ACEOF
5182 LIBS="-li386 $LIBS"
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5187 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5188 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5189 $as_echo_n "(cached) " >&6
5190 else
5191 ac_check_lib_save_LIBS=$LIBS
5192 LIBS="-lossaudio $LIBS"
5193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5194 /* end confdefs.h. */
5196 /* Override any GCC internal prototype to avoid an error.
5197 Use char because int might match the return type of a GCC
5198 builtin and then its argument prototype would still apply. */
5199 #ifdef __cplusplus
5200 extern "C"
5201 #endif
5202 char _oss_ioctl ();
5204 main ()
5206 return _oss_ioctl ();
5208 return 0;
5210 _ACEOF
5211 if ac_fn_c_try_link "$LINENO"; then :
5212 ac_cv_lib_ossaudio__oss_ioctl=yes
5213 else
5214 ac_cv_lib_ossaudio__oss_ioctl=no
5216 rm -f core conftest.err conftest.$ac_objext \
5217 conftest$ac_exeext conftest.$ac_ext
5218 LIBS=$ac_check_lib_save_LIBS
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5221 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5222 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5223 cat >>confdefs.h <<_ACEOF
5224 #define HAVE_LIBOSSAUDIO 1
5225 _ACEOF
5227 LIBS="-lossaudio $LIBS"
5232 XLIB=""
5234 OPENGL_LIBS=""
5238 # Check whether --enable-largefile was given.
5239 if test "${enable_largefile+set}" = set; then :
5240 enableval=$enable_largefile;
5243 if test "$enable_largefile" != no; then
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5246 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5247 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5248 $as_echo_n "(cached) " >&6
5249 else
5250 ac_cv_sys_largefile_CC=no
5251 if test "$GCC" != yes; then
5252 ac_save_CC=$CC
5253 while :; do
5254 # IRIX 6.2 and later do not support large files by default,
5255 # so use the C compiler's -n32 option if that helps.
5256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5257 /* end confdefs.h. */
5258 #include <sys/types.h>
5259 /* Check that off_t can represent 2**63 - 1 correctly.
5260 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5261 since some C++ compilers masquerading as C compilers
5262 incorrectly reject 9223372036854775807. */
5263 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5264 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5265 && LARGE_OFF_T % 2147483647 == 1)
5266 ? 1 : -1];
5268 main ()
5272 return 0;
5274 _ACEOF
5275 if ac_fn_c_try_compile "$LINENO"; then :
5276 break
5278 rm -f core conftest.err conftest.$ac_objext
5279 CC="$CC -n32"
5280 if ac_fn_c_try_compile "$LINENO"; then :
5281 ac_cv_sys_largefile_CC=' -n32'; break
5283 rm -f core conftest.err conftest.$ac_objext
5284 break
5285 done
5286 CC=$ac_save_CC
5287 rm -f conftest.$ac_ext
5290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5291 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5292 if test "$ac_cv_sys_largefile_CC" != no; then
5293 CC=$CC$ac_cv_sys_largefile_CC
5296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5297 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5298 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5299 $as_echo_n "(cached) " >&6
5300 else
5301 while :; do
5302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5303 /* end confdefs.h. */
5304 #include <sys/types.h>
5305 /* Check that off_t can represent 2**63 - 1 correctly.
5306 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5307 since some C++ compilers masquerading as C compilers
5308 incorrectly reject 9223372036854775807. */
5309 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5310 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5311 && LARGE_OFF_T % 2147483647 == 1)
5312 ? 1 : -1];
5314 main ()
5318 return 0;
5320 _ACEOF
5321 if ac_fn_c_try_compile "$LINENO"; then :
5322 ac_cv_sys_file_offset_bits=no; break
5324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5326 /* end confdefs.h. */
5327 #define _FILE_OFFSET_BITS 64
5328 #include <sys/types.h>
5329 /* Check that off_t can represent 2**63 - 1 correctly.
5330 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5331 since some C++ compilers masquerading as C compilers
5332 incorrectly reject 9223372036854775807. */
5333 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5334 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5335 && LARGE_OFF_T % 2147483647 == 1)
5336 ? 1 : -1];
5338 main ()
5342 return 0;
5344 _ACEOF
5345 if ac_fn_c_try_compile "$LINENO"; then :
5346 ac_cv_sys_file_offset_bits=64; break
5348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5349 ac_cv_sys_file_offset_bits=unknown
5350 break
5351 done
5353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5354 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5355 case $ac_cv_sys_file_offset_bits in #(
5356 no | unknown) ;;
5358 cat >>confdefs.h <<_ACEOF
5359 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5360 _ACEOF
5362 esac
5363 rm -rf conftest*
5364 if test $ac_cv_sys_file_offset_bits = unknown; then
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5366 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5367 if test "${ac_cv_sys_large_files+set}" = set; then :
5368 $as_echo_n "(cached) " >&6
5369 else
5370 while :; do
5371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5372 /* end confdefs.h. */
5373 #include <sys/types.h>
5374 /* Check that off_t can represent 2**63 - 1 correctly.
5375 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5376 since some C++ compilers masquerading as C compilers
5377 incorrectly reject 9223372036854775807. */
5378 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5379 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5380 && LARGE_OFF_T % 2147483647 == 1)
5381 ? 1 : -1];
5383 main ()
5387 return 0;
5389 _ACEOF
5390 if ac_fn_c_try_compile "$LINENO"; then :
5391 ac_cv_sys_large_files=no; break
5393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5395 /* end confdefs.h. */
5396 #define _LARGE_FILES 1
5397 #include <sys/types.h>
5398 /* Check that off_t can represent 2**63 - 1 correctly.
5399 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5400 since some C++ compilers masquerading as C compilers
5401 incorrectly reject 9223372036854775807. */
5402 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5403 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5404 && LARGE_OFF_T % 2147483647 == 1)
5405 ? 1 : -1];
5407 main ()
5411 return 0;
5413 _ACEOF
5414 if ac_fn_c_try_compile "$LINENO"; then :
5415 ac_cv_sys_large_files=1; break
5417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5418 ac_cv_sys_large_files=unknown
5419 break
5420 done
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5423 $as_echo "$ac_cv_sys_large_files" >&6; }
5424 case $ac_cv_sys_large_files in #(
5425 no | unknown) ;;
5427 cat >>confdefs.h <<_ACEOF
5428 #define _LARGE_FILES $ac_cv_sys_large_files
5429 _ACEOF
5431 esac
5432 rm -rf conftest*
5437 ac_ext=c
5438 ac_cpp='$CPP $CPPFLAGS'
5439 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5440 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5441 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5443 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5444 # On Suns, sometimes $CPP names a directory.
5445 if test -n "$CPP" && test -d "$CPP"; then
5446 CPP=
5448 if test -z "$CPP"; then
5449 if test "${ac_cv_prog_CPP+set}" = set; then :
5450 $as_echo_n "(cached) " >&6
5451 else
5452 # Double quotes because CPP needs to be expanded
5453 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5455 ac_preproc_ok=false
5456 for ac_c_preproc_warn_flag in '' yes
5458 # Use a header file that comes with gcc, so configuring glibc
5459 # with a fresh cross-compiler works.
5460 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5461 # <limits.h> exists even on freestanding compilers.
5462 # On the NeXT, cc -E runs the code through the compiler's parser,
5463 # not just through cpp. "Syntax error" is here to catch this case.
5464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5465 /* end confdefs.h. */
5466 #ifdef __STDC__
5467 # include <limits.h>
5468 #else
5469 # include <assert.h>
5470 #endif
5471 Syntax error
5472 _ACEOF
5473 if ac_fn_c_try_cpp "$LINENO"; then :
5475 else
5476 # Broken: fails on valid input.
5477 continue
5479 rm -f conftest.err conftest.$ac_ext
5481 # OK, works on sane cases. Now check whether nonexistent headers
5482 # can be detected and how.
5483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5484 /* end confdefs.h. */
5485 #include <ac_nonexistent.h>
5486 _ACEOF
5487 if ac_fn_c_try_cpp "$LINENO"; then :
5488 # Broken: success on invalid input.
5489 continue
5490 else
5491 # Passes both tests.
5492 ac_preproc_ok=:
5493 break
5495 rm -f conftest.err conftest.$ac_ext
5497 done
5498 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5499 rm -f conftest.err conftest.$ac_ext
5500 if $ac_preproc_ok; then :
5501 break
5504 done
5505 ac_cv_prog_CPP=$CPP
5508 CPP=$ac_cv_prog_CPP
5509 else
5510 ac_cv_prog_CPP=$CPP
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5513 $as_echo "$CPP" >&6; }
5514 ac_preproc_ok=false
5515 for ac_c_preproc_warn_flag in '' yes
5517 # Use a header file that comes with gcc, so configuring glibc
5518 # with a fresh cross-compiler works.
5519 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5520 # <limits.h> exists even on freestanding compilers.
5521 # On the NeXT, cc -E runs the code through the compiler's parser,
5522 # not just through cpp. "Syntax error" is here to catch this case.
5523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5524 /* end confdefs.h. */
5525 #ifdef __STDC__
5526 # include <limits.h>
5527 #else
5528 # include <assert.h>
5529 #endif
5530 Syntax error
5531 _ACEOF
5532 if ac_fn_c_try_cpp "$LINENO"; then :
5534 else
5535 # Broken: fails on valid input.
5536 continue
5538 rm -f conftest.err conftest.$ac_ext
5540 # OK, works on sane cases. Now check whether nonexistent headers
5541 # can be detected and how.
5542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5543 /* end confdefs.h. */
5544 #include <ac_nonexistent.h>
5545 _ACEOF
5546 if ac_fn_c_try_cpp "$LINENO"; then :
5547 # Broken: success on invalid input.
5548 continue
5549 else
5550 # Passes both tests.
5551 ac_preproc_ok=:
5552 break
5554 rm -f conftest.err conftest.$ac_ext
5556 done
5557 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5558 rm -f conftest.err conftest.$ac_ext
5559 if $ac_preproc_ok; then :
5561 else
5562 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5563 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5564 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5565 See \`config.log' for more details." "$LINENO" 5; }
5568 ac_ext=c
5569 ac_cpp='$CPP $CPPFLAGS'
5570 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5571 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5572 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5576 $as_echo_n "checking for ANSI C header files... " >&6; }
5577 if test "${ac_cv_header_stdc+set}" = set; then :
5578 $as_echo_n "(cached) " >&6
5579 else
5580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5581 /* end confdefs.h. */
5582 #include <stdlib.h>
5583 #include <stdarg.h>
5584 #include <string.h>
5585 #include <float.h>
5588 main ()
5592 return 0;
5594 _ACEOF
5595 if ac_fn_c_try_compile "$LINENO"; then :
5596 ac_cv_header_stdc=yes
5597 else
5598 ac_cv_header_stdc=no
5600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5602 if test $ac_cv_header_stdc = yes; then
5603 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5605 /* end confdefs.h. */
5606 #include <string.h>
5608 _ACEOF
5609 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5610 $EGREP "memchr" >/dev/null 2>&1; then :
5612 else
5613 ac_cv_header_stdc=no
5615 rm -f conftest*
5619 if test $ac_cv_header_stdc = yes; then
5620 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5622 /* end confdefs.h. */
5623 #include <stdlib.h>
5625 _ACEOF
5626 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5627 $EGREP "free" >/dev/null 2>&1; then :
5629 else
5630 ac_cv_header_stdc=no
5632 rm -f conftest*
5636 if test $ac_cv_header_stdc = yes; then
5637 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5638 if test "$cross_compiling" = yes; then :
5640 else
5641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5642 /* end confdefs.h. */
5643 #include <ctype.h>
5644 #include <stdlib.h>
5645 #if ((' ' & 0x0FF) == 0x020)
5646 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5647 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5648 #else
5649 # define ISLOWER(c) \
5650 (('a' <= (c) && (c) <= 'i') \
5651 || ('j' <= (c) && (c) <= 'r') \
5652 || ('s' <= (c) && (c) <= 'z'))
5653 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5654 #endif
5656 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5658 main ()
5660 int i;
5661 for (i = 0; i < 256; i++)
5662 if (XOR (islower (i), ISLOWER (i))
5663 || toupper (i) != TOUPPER (i))
5664 return 2;
5665 return 0;
5667 _ACEOF
5668 if ac_fn_c_try_run "$LINENO"; then :
5670 else
5671 ac_cv_header_stdc=no
5673 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5674 conftest.$ac_objext conftest.beam conftest.$ac_ext
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5680 $as_echo "$ac_cv_header_stdc" >&6; }
5681 if test $ac_cv_header_stdc = yes; then
5683 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5687 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5688 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5689 inttypes.h stdint.h unistd.h
5690 do :
5691 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5692 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5694 eval as_val=\$$as_ac_Header
5695 if test "x$as_val" = x""yes; then :
5696 cat >>confdefs.h <<_ACEOF
5697 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5698 _ACEOF
5702 done
5705 for ac_header in \
5706 AL/al.h \
5707 AudioUnit/AudioUnit.h \
5708 Carbon/Carbon.h \
5709 CoreAudio/CoreAudio.h \
5710 DiskArbitration/DiskArbitration.h \
5711 IOKit/IOKitLib.h \
5712 IOKit/hid/IOHIDLib.h \
5713 OpenAL/al.h \
5714 alias.h \
5715 alsa/asoundlib.h \
5716 arpa/inet.h \
5717 arpa/nameser.h \
5718 asm/types.h \
5719 capi20.h \
5720 curses.h \
5721 direct.h \
5722 dirent.h \
5723 dlfcn.h \
5724 elf.h \
5725 float.h \
5726 fnmatch.h \
5727 fontconfig/fontconfig.h \
5728 getopt.h \
5729 grp.h \
5730 gsm.h \
5731 gsm/gsm.h \
5732 ieeefp.h \
5733 inet/mib2.h \
5734 io.h \
5735 jack/jack.h \
5736 jpeglib.h \
5737 kstat.h \
5738 lber.h \
5739 lcms.h \
5740 lcms/lcms.h \
5741 ldap.h \
5742 libaudioio.h \
5743 link.h \
5744 linux/cdrom.h \
5745 linux/compiler.h \
5746 linux/hdreg.h \
5747 linux/input.h \
5748 linux/ioctl.h \
5749 linux/joystick.h \
5750 linux/major.h \
5751 linux/param.h \
5752 linux/serial.h \
5753 linux/types.h \
5754 linux/ucdrom.h \
5755 mach-o/nlist.h \
5756 mach/mach.h \
5757 mach/machine.h \
5758 machine/cpu.h \
5759 machine/limits.h \
5760 machine/soundcard.h \
5761 mntent.h \
5762 mpg123.h \
5763 ncurses.h \
5764 netdb.h \
5765 netinet/in.h \
5766 netinet/in_systm.h \
5767 netinet/tcp.h \
5768 netinet/tcp_fsm.h \
5769 openssl/err.h \
5770 openssl/ssl.h \
5771 png.h \
5772 poll.h \
5773 port.h \
5774 process.h \
5775 pthread.h \
5776 pwd.h \
5777 regex.h \
5778 sched.h \
5779 scsi/scsi.h \
5780 scsi/scsi_ioctl.h \
5781 scsi/sg.h \
5782 soundcard.h \
5783 stdbool.h \
5784 stdint.h \
5785 strings.h \
5786 stropts.h \
5787 sys/asoundlib.h \
5788 sys/cdio.h \
5789 sys/elf32.h \
5790 sys/epoll.h \
5791 sys/errno.h \
5792 sys/event.h \
5793 sys/exec_elf.h \
5794 sys/filio.h \
5795 sys/inotify.h \
5796 sys/ioctl.h \
5797 sys/ipc.h \
5798 sys/limits.h \
5799 sys/link.h \
5800 sys/mman.h \
5801 sys/modem.h \
5802 sys/msg.h \
5803 sys/mtio.h \
5804 sys/param.h \
5805 sys/poll.h \
5806 sys/prctl.h \
5807 sys/protosw.h \
5808 sys/ptrace.h \
5809 sys/resource.h \
5810 sys/scsiio.h \
5811 sys/shm.h \
5812 sys/signal.h \
5813 sys/socket.h \
5814 sys/socketvar.h \
5815 sys/sockio.h \
5816 sys/soundcard.h \
5817 sys/statvfs.h \
5818 sys/strtio.h \
5819 sys/syscall.h \
5820 sys/tihdr.h \
5821 sys/time.h \
5822 sys/timeout.h \
5823 sys/times.h \
5824 sys/uio.h \
5825 sys/un.h \
5826 sys/utsname.h \
5827 sys/vm86.h \
5828 sys/wait.h \
5829 syscall.h \
5830 termios.h \
5831 unistd.h \
5832 utime.h \
5833 valgrind/memcheck.h \
5834 valgrind/valgrind.h \
5835 zlib.h
5837 do :
5838 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5839 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5840 eval as_val=\$$as_ac_Header
5841 if test "x$as_val" = x""yes; then :
5842 cat >>confdefs.h <<_ACEOF
5843 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5844 _ACEOF
5848 done
5850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5851 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5852 if test "${ac_cv_header_stat_broken+set}" = set; then :
5853 $as_echo_n "(cached) " >&6
5854 else
5855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5856 /* end confdefs.h. */
5857 #include <sys/types.h>
5858 #include <sys/stat.h>
5860 #if defined S_ISBLK && defined S_IFDIR
5861 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5862 #endif
5864 #if defined S_ISBLK && defined S_IFCHR
5865 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5866 #endif
5868 #if defined S_ISLNK && defined S_IFREG
5869 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5870 #endif
5872 #if defined S_ISSOCK && defined S_IFREG
5873 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5874 #endif
5876 _ACEOF
5877 if ac_fn_c_try_compile "$LINENO"; then :
5878 ac_cv_header_stat_broken=no
5879 else
5880 ac_cv_header_stat_broken=yes
5882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5885 $as_echo "$ac_cv_header_stat_broken" >&6; }
5886 if test $ac_cv_header_stat_broken = yes; then
5888 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5894 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5895 do :
5896 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5897 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5898 #ifdef HAVE_SYS_PARAM_H
5899 # include <sys/param.h>
5900 #endif
5902 eval as_val=\$$as_ac_Header
5903 if test "x$as_val" = x""yes; then :
5904 cat >>confdefs.h <<_ACEOF
5905 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5906 _ACEOF
5910 done
5913 for ac_header in \
5914 netinet/ip.h \
5915 net/if.h \
5916 net/if_arp.h \
5917 net/if_dl.h \
5918 net/if_types.h \
5919 net/route.h \
5920 netinet/if_ether.h \
5921 netinet/if_inarp.h \
5922 netinet/in_pcb.h \
5923 netinet/ip_icmp.h \
5924 netinet/ip_var.h \
5925 netinet/udp.h \
5926 netipx/ipx.h \
5928 do :
5929 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5930 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5931 #ifdef HAVE_SYS_SOCKET_H
5932 # include <sys/socket.h>
5933 #endif
5934 #ifdef HAVE_SYS_SOCKETVAR_H
5935 # include <sys/socketvar.h>
5936 #endif
5937 #ifdef HAVE_NET_ROUTE_H
5938 # include <net/route.h>
5939 #endif
5940 #ifdef HAVE_NETINET_IN_H
5941 # include <netinet/in.h>
5942 #endif
5943 #ifdef HAVE_NETINET_IN_SYSTM_H
5944 # include <netinet/in_systm.h>
5945 #endif
5946 #ifdef HAVE_NET_IF_H
5947 # include <net/if.h>
5948 #endif
5949 #ifdef HAVE_NETINET_IP_H
5950 # include <netinet/ip.h>
5951 #endif
5953 eval as_val=\$$as_ac_Header
5954 if test "x$as_val" = x""yes; then :
5955 cat >>confdefs.h <<_ACEOF
5956 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5957 _ACEOF
5961 done
5964 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5965 do :
5966 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5967 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5968 #ifdef HAVE_ALIAS_H
5969 # include <alias.h>
5970 #endif
5971 #ifdef HAVE_SYS_SOCKET_H
5972 # include <sys/socket.h>
5973 #endif
5974 #ifdef HAVE_SYS_SOCKETVAR_H
5975 # include <sys/socketvar.h>
5976 #endif
5977 #ifdef HAVE_SYS_TIMEOUT_H
5978 # include <sys/timeout.h>
5979 #endif
5980 #ifdef HAVE_NETINET_IN_H
5981 # include <netinet/in.h>
5982 #endif
5983 #ifdef HAVE_NETINET_IN_SYSTM_H
5984 # include <netinet/in_systm.h>
5985 #endif
5986 #ifdef HAVE_NETINET_IP_H
5987 # include <netinet/ip.h>
5988 #endif
5989 #ifdef HAVE_NETINET_IP_VAR_H
5990 # include <netinet/ip_var.h>
5991 #endif
5992 #ifdef HAVE_NETINET_IP_ICMP_H
5993 # include <netinet/ip_icmp.h>
5994 #endif
5995 #ifdef HAVE_NETINET_UDP_H
5996 # include <netinet/udp.h>
5997 #endif
5998 #ifdef HAVE_NETINET_TCP_H
5999 # include <netinet/tcp.h>
6000 #endif
6001 #ifdef HAVE_NETINET_TCP_TIMER_H
6002 #include <netinet/tcp_timer.h>
6003 #endif
6005 eval as_val=\$$as_ac_Header
6006 if test "x$as_val" = x""yes; then :
6007 cat >>confdefs.h <<_ACEOF
6008 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6009 _ACEOF
6013 done
6016 for ac_header in linux/ipx.h linux/irda.h
6017 do :
6018 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6019 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6020 #ifdef HAVE_ASM_TYPES_H
6021 # include <asm/types.h>
6022 #endif
6023 #ifdef HAVE_SYS_SOCKET_H
6024 # include <sys/socket.h>
6025 #endif
6026 #ifdef HAVE_LINUX_TYPES_H
6027 # include <linux/types.h>
6028 #endif
6030 eval as_val=\$$as_ac_Header
6031 if test "x$as_val" = x""yes; then :
6032 cat >>confdefs.h <<_ACEOF
6033 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6034 _ACEOF
6038 done
6041 for ac_header in mach-o/dyld_images.h
6042 do :
6043 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6044 # include <stdbool.h>
6045 #endif
6046 #ifdef HAVE_STDINT_H
6047 # include <stdint.h>
6048 #endif
6050 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6051 cat >>confdefs.h <<_ACEOF
6052 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6053 _ACEOF
6057 done
6060 for ac_header in resolv.h
6061 do :
6062 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6063 #ifdef HAVE_SYS_SOCKET_H
6064 # include <sys/socket.h>
6065 #endif
6066 #ifdef HAVE_NETINET_IN_H
6067 # include <netinet/in.h>
6068 #endif
6069 #ifdef HAVE_ARPA_NAMESER_H
6070 # include <arpa/nameser.h>
6071 #endif
6073 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6074 cat >>confdefs.h <<_ACEOF
6075 #define HAVE_RESOLV_H 1
6076 _ACEOF
6080 done
6083 for ac_header in ucontext.h
6084 do :
6085 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6087 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6088 cat >>confdefs.h <<_ACEOF
6089 #define HAVE_UCONTEXT_H 1
6090 _ACEOF
6094 done
6097 for ac_header in sys/thr.h
6098 do :
6099 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6100 #ifdef HAVE_UCONTEXT_H
6101 #include <ucontext.h>
6102 #endif
6104 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6105 cat >>confdefs.h <<_ACEOF
6106 #define HAVE_SYS_THR_H 1
6107 _ACEOF
6111 done
6114 for ac_header in pthread_np.h
6115 do :
6116 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6117 #include <pthread.h>
6118 #endif
6120 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6121 cat >>confdefs.h <<_ACEOF
6122 #define HAVE_PTHREAD_NP_H 1
6123 _ACEOF
6127 done
6130 for ac_header in linux/videodev.h
6131 do :
6132 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6133 #include <sys/time.h>
6134 #endif
6135 #include <sys/types.h>
6136 #ifdef HAVE_ASM_TYPES_H
6137 #include <asm/types.h>
6138 #endif
6140 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6141 cat >>confdefs.h <<_ACEOF
6142 #define HAVE_LINUX_VIDEODEV_H 1
6143 _ACEOF
6147 done
6150 for ac_header in linux/capi.h
6151 do :
6152 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6154 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6155 cat >>confdefs.h <<_ACEOF
6156 #define HAVE_LINUX_CAPI_H 1
6157 _ACEOF
6161 done
6165 DLLEXT=""
6167 DLLFLAGS="-D_REENTRANT"
6169 LDSHARED=""
6171 LDDLLFLAGS=""
6173 LIBEXT="so"
6175 IMPLIBEXT="def"
6177 LDRPATH_INSTALL=""
6179 LDRPATH_LOCAL=""
6181 # Extract the first word of "ldd", so it can be a program name with args.
6182 set dummy ldd; ac_word=$2
6183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6184 $as_echo_n "checking for $ac_word... " >&6; }
6185 if test "${ac_cv_path_LDD+set}" = set; then :
6186 $as_echo_n "(cached) " >&6
6187 else
6188 case $LDD in
6189 [\\/]* | ?:[\\/]*)
6190 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6194 as_dummy="/sbin:/usr/sbin:$PATH"
6195 for as_dir in $as_dummy
6197 IFS=$as_save_IFS
6198 test -z "$as_dir" && as_dir=.
6199 for ac_exec_ext in '' $ac_executable_extensions; do
6200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6201 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6203 break 2
6205 done
6206 done
6207 IFS=$as_save_IFS
6209 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6211 esac
6213 LDD=$ac_cv_path_LDD
6214 if test -n "$LDD"; then
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6216 $as_echo "$LDD" >&6; }
6217 else
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6219 $as_echo "no" >&6; }
6224 case $host_os in
6225 cygwin*|mingw32*)
6226 if test -n "$ac_tool_prefix"; then
6227 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6228 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6230 $as_echo_n "checking for $ac_word... " >&6; }
6231 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6232 $as_echo_n "(cached) " >&6
6233 else
6234 if test -n "$DLLTOOL"; then
6235 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6236 else
6237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6238 for as_dir in $PATH
6240 IFS=$as_save_IFS
6241 test -z "$as_dir" && as_dir=.
6242 for ac_exec_ext in '' $ac_executable_extensions; do
6243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6244 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6246 break 2
6248 done
6249 done
6250 IFS=$as_save_IFS
6254 DLLTOOL=$ac_cv_prog_DLLTOOL
6255 if test -n "$DLLTOOL"; then
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6257 $as_echo "$DLLTOOL" >&6; }
6258 else
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6260 $as_echo "no" >&6; }
6265 if test -z "$ac_cv_prog_DLLTOOL"; then
6266 ac_ct_DLLTOOL=$DLLTOOL
6267 # Extract the first word of "dlltool", so it can be a program name with args.
6268 set dummy dlltool; ac_word=$2
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6270 $as_echo_n "checking for $ac_word... " >&6; }
6271 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6272 $as_echo_n "(cached) " >&6
6273 else
6274 if test -n "$ac_ct_DLLTOOL"; then
6275 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6276 else
6277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6278 for as_dir in $PATH
6280 IFS=$as_save_IFS
6281 test -z "$as_dir" && as_dir=.
6282 for ac_exec_ext in '' $ac_executable_extensions; do
6283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6284 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6286 break 2
6288 done
6289 done
6290 IFS=$as_save_IFS
6294 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6295 if test -n "$ac_ct_DLLTOOL"; then
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6297 $as_echo "$ac_ct_DLLTOOL" >&6; }
6298 else
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6300 $as_echo "no" >&6; }
6303 if test "x$ac_ct_DLLTOOL" = x; then
6304 DLLTOOL="false"
6305 else
6306 case $cross_compiling:$ac_tool_warned in
6307 yes:)
6308 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6309 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6310 ac_tool_warned=yes ;;
6311 esac
6312 DLLTOOL=$ac_ct_DLLTOOL
6314 else
6315 DLLTOOL="$ac_cv_prog_DLLTOOL"
6318 if test -n "$ac_tool_prefix"; then
6319 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6320 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6322 $as_echo_n "checking for $ac_word... " >&6; }
6323 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6324 $as_echo_n "(cached) " >&6
6325 else
6326 if test -n "$DLLWRAP"; then
6327 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6328 else
6329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6330 for as_dir in $PATH
6332 IFS=$as_save_IFS
6333 test -z "$as_dir" && as_dir=.
6334 for ac_exec_ext in '' $ac_executable_extensions; do
6335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6336 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6338 break 2
6340 done
6341 done
6342 IFS=$as_save_IFS
6346 DLLWRAP=$ac_cv_prog_DLLWRAP
6347 if test -n "$DLLWRAP"; then
6348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6349 $as_echo "$DLLWRAP" >&6; }
6350 else
6351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6352 $as_echo "no" >&6; }
6357 if test -z "$ac_cv_prog_DLLWRAP"; then
6358 ac_ct_DLLWRAP=$DLLWRAP
6359 # Extract the first word of "dllwrap", so it can be a program name with args.
6360 set dummy dllwrap; ac_word=$2
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6362 $as_echo_n "checking for $ac_word... " >&6; }
6363 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6364 $as_echo_n "(cached) " >&6
6365 else
6366 if test -n "$ac_ct_DLLWRAP"; then
6367 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6368 else
6369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6370 for as_dir in $PATH
6372 IFS=$as_save_IFS
6373 test -z "$as_dir" && as_dir=.
6374 for ac_exec_ext in '' $ac_executable_extensions; do
6375 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6376 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6378 break 2
6380 done
6381 done
6382 IFS=$as_save_IFS
6386 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6387 if test -n "$ac_ct_DLLWRAP"; then
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6389 $as_echo "$ac_ct_DLLWRAP" >&6; }
6390 else
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6392 $as_echo "no" >&6; }
6395 if test "x$ac_ct_DLLWRAP" = x; then
6396 DLLWRAP="false"
6397 else
6398 case $cross_compiling:$ac_tool_warned in
6399 yes:)
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6401 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6402 ac_tool_warned=yes ;;
6403 esac
6404 DLLWRAP=$ac_ct_DLLWRAP
6406 else
6407 DLLWRAP="$ac_cv_prog_DLLWRAP"
6410 if test "$DLLWRAP" = "false"; then
6411 LIBEXT="a"
6412 else
6413 LIBEXT="dll"
6415 IMPLIBEXT="a"
6416 enable_iphlpapi=${enable_iphlpapi:-no}
6417 enable_kernel32=${enable_kernel32:-no}
6418 enable_msvcrt=${enable_msvcrt:-no}
6419 enable_ntdll=${enable_ntdll:-no}
6420 enable_ws2_32=${enable_ws2_32:-no}
6421 enable_loader=${enable_loader:-no}
6422 enable_server=${enable_server:-no}
6423 with_x=${with_x:-no}
6424 with_pthread=${with_pthread:-no}
6426 darwin*|macosx*)
6427 DLLEXT=".so"
6428 LIBEXT="dylib"
6429 DLLFLAGS="$DLLFLAGS -fPIC"
6430 LDDLLFLAGS="-bundle -multiply_defined suppress"
6431 LIBWINE_LDFLAGS="-multiply_defined suppress"
6432 LDSHARED="\$(CC) -dynamiclib"
6433 STRIP="$STRIP -x"
6434 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6435 SECURITYLIB="-framework Security -framework CoreFoundation"
6437 COREFOUNDATIONLIB="-framework CoreFoundation"
6439 IOKITLIB="-framework IOKit -framework CoreFoundation"
6441 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6443 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6444 then
6445 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6448 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6449 then
6450 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6453 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6454 then
6455 LIBOPENAL="-framework OpenAL"
6457 ac_cv_lib_openal_alGetSource3i=yes
6459 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6460 then
6461 ac_save_LIBS="$LIBS"
6462 LIBS="$LIBS $IOKITLIB"
6463 for ac_func in IOHIDManagerCreate
6464 do :
6465 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6466 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6467 cat >>confdefs.h <<_ACEOF
6468 #define HAVE_IOHIDMANAGERCREATE 1
6469 _ACEOF
6472 done
6474 LIBS="$ac_save_LIBS"
6476 case $host_cpu in
6477 *powerpc*)
6478 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6479 esac
6480 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6481 then
6482 CARBONLIB="-framework Carbon"
6484 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6486 if test "x$enable_win16" = "xyes"
6487 then
6488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6489 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6490 if test "$cross_compiling" = yes; then :
6491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6492 $as_echo "cross-compiling, assuming yes" >&6; }
6493 else
6494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6495 /* end confdefs.h. */
6496 asm(".text\n"
6497 "bad:\tnop;nop\n"
6498 "good:\tnop;nop\n\t"
6499 ".globl _testfunc\n"
6500 "_testfunc:\tcallw good");
6501 extern void testfunc();
6503 main ()
6505 unsigned short *p = (unsigned short *)testfunc;
6506 return p[0] != 0xe866 || p[1] != 0xfffa
6508 return 0;
6510 _ACEOF
6511 if ac_fn_c_try_run "$LINENO"; then :
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6513 $as_echo "yes" >&6; }
6514 else
6515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6516 $as_echo "no" >&6; }
6517 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
6519 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6520 conftest.$ac_objext conftest.beam conftest.$ac_ext
6526 DLLFLAGS="$DLLFLAGS -fPIC"
6527 DLLEXT=".so"
6528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6529 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6530 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6531 $as_echo_n "(cached) " >&6
6532 else
6533 ac_wine_try_cflags_saved=$CFLAGS
6534 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6536 /* end confdefs.h. */
6537 void myfunc() {}
6538 _ACEOF
6539 if ac_fn_c_try_link "$LINENO"; then :
6540 ac_cv_c_dll_gnuelf="yes"
6541 else
6542 ac_cv_c_dll_gnuelf="no"
6544 rm -f core conftest.err conftest.$ac_objext \
6545 conftest$ac_exeext conftest.$ac_ext
6546 CFLAGS=$ac_wine_try_cflags_saved
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6549 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6550 if test "$ac_cv_c_dll_gnuelf" = "yes"
6551 then
6552 LDSHARED="\$(CC) -shared"
6553 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6555 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6556 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6557 $as_echo_n "(cached) " >&6
6558 else
6559 ac_wine_try_cflags_saved=$CFLAGS
6560 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6562 /* end confdefs.h. */
6563 int main(int argc, char *argv) { return 0; }
6564 _ACEOF
6565 if ac_fn_c_try_link "$LINENO"; then :
6566 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6567 else
6568 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6570 rm -f core conftest.err conftest.$ac_objext \
6571 conftest$ac_exeext conftest.$ac_ext
6572 CFLAGS=$ac_wine_try_cflags_saved
6574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6575 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6576 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6577 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6578 else
6579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6580 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6581 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6582 $as_echo_n "(cached) " >&6
6583 else
6584 ac_wine_try_cflags_saved=$CFLAGS
6585 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6587 /* end confdefs.h. */
6588 int main(int argc, char *argv) { return 0; }
6589 _ACEOF
6590 if ac_fn_c_try_link "$LINENO"; then :
6591 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6592 else
6593 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6595 rm -f core conftest.err conftest.$ac_objext \
6596 conftest$ac_exeext conftest.$ac_ext
6597 CFLAGS=$ac_wine_try_cflags_saved
6599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6600 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6601 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6602 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6607 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6608 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6609 $as_echo_n "(cached) " >&6
6610 else
6611 ac_wine_try_cflags_saved=$CFLAGS
6612 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6614 /* end confdefs.h. */
6615 int main(int argc, char *argv) { return 0; }
6616 _ACEOF
6617 if ac_fn_c_try_link "$LINENO"; then :
6618 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6619 else
6620 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6622 rm -f core conftest.err conftest.$ac_objext \
6623 conftest$ac_exeext conftest.$ac_ext
6624 CFLAGS=$ac_wine_try_cflags_saved
6626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6627 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6628 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6629 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6632 { $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
6633 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6634 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6635 $as_echo_n "(cached) " >&6
6636 else
6637 ac_wine_try_cflags_saved=$CFLAGS
6638 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6640 /* end confdefs.h. */
6641 int main(int argc, char *argv) { return 0; }
6642 _ACEOF
6643 if ac_fn_c_try_link "$LINENO"; then :
6644 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6645 else
6646 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6648 rm -f core conftest.err conftest.$ac_objext \
6649 conftest$ac_exeext conftest.$ac_ext
6650 CFLAGS=$ac_wine_try_cflags_saved
6652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6653 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6654 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6655 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6658 echo '{ global: *; };' >conftest.map
6659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6660 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6661 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6662 $as_echo_n "(cached) " >&6
6663 else
6664 ac_wine_try_cflags_saved=$CFLAGS
6665 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6667 /* end confdefs.h. */
6668 int main(int argc, char *argv) { return 0; }
6669 _ACEOF
6670 if ac_fn_c_try_link "$LINENO"; then :
6671 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6672 else
6673 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6675 rm -f core conftest.err conftest.$ac_objext \
6676 conftest$ac_exeext conftest.$ac_ext
6677 CFLAGS=$ac_wine_try_cflags_saved
6679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6680 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6681 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6682 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6684 rm -f conftest.map
6686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6687 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6688 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6689 $as_echo_n "(cached) " >&6
6690 else
6691 ac_wine_try_cflags_saved=$CFLAGS
6692 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6694 /* end confdefs.h. */
6695 int main(int argc, char *argv) { return 0; }
6696 _ACEOF
6697 if ac_fn_c_try_link "$LINENO"; then :
6698 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6699 else
6700 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6702 rm -f core conftest.err conftest.$ac_objext \
6703 conftest$ac_exeext conftest.$ac_ext
6704 CFLAGS=$ac_wine_try_cflags_saved
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6707 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6708 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6709 LDEXECFLAGS="-Wl,--export-dynamic"
6713 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6715 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6716 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6717 $as_echo_n "(cached) " >&6
6718 else
6719 ac_wine_try_cflags_saved=$CFLAGS
6720 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6722 /* end confdefs.h. */
6723 int main(int argc, char *argv) { return 0; }
6724 _ACEOF
6725 if ac_fn_c_try_link "$LINENO"; then :
6726 eval "$as_ac_var=yes"
6727 else
6728 eval "$as_ac_var=no"
6730 rm -f core conftest.err conftest.$ac_objext \
6731 conftest$ac_exeext conftest.$ac_ext
6732 CFLAGS=$ac_wine_try_cflags_saved
6734 eval ac_res=\$$as_ac_var
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6736 $as_echo "$ac_res" >&6; }
6737 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6738 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6739 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6740 else
6741 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6743 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6744 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6745 $as_echo_n "(cached) " >&6
6746 else
6747 ac_wine_try_cflags_saved=$CFLAGS
6748 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6750 /* end confdefs.h. */
6751 int main(int argc, char *argv) { return 0; }
6752 _ACEOF
6753 if ac_fn_c_try_link "$LINENO"; then :
6754 eval "$as_ac_var=yes"
6755 else
6756 eval "$as_ac_var=no"
6758 rm -f core conftest.err conftest.$ac_objext \
6759 conftest$ac_exeext conftest.$ac_ext
6760 CFLAGS=$ac_wine_try_cflags_saved
6762 eval ac_res=\$$as_ac_var
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6764 $as_echo "$ac_res" >&6; }
6765 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6766 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6767 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6772 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6773 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6774 $as_echo_n "(cached) " >&6
6775 else
6776 ac_wine_try_cflags_saved=$CFLAGS
6777 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6779 /* end confdefs.h. */
6780 int main(int argc, char *argv) { return 0; }
6781 _ACEOF
6782 if ac_fn_c_try_link "$LINENO"; then :
6783 ac_cv_cflags__Wl___enable_new_dtags=yes
6784 else
6785 ac_cv_cflags__Wl___enable_new_dtags=no
6787 rm -f core conftest.err conftest.$ac_objext \
6788 conftest$ac_exeext conftest.$ac_ext
6789 CFLAGS=$ac_wine_try_cflags_saved
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6792 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6793 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6794 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6797 case $host_cpu in
6798 *i[3456789]86* | x86_64)
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6800 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6801 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6802 $as_echo_n "(cached) " >&6
6803 else
6804 ac_wine_try_cflags_saved=$CFLAGS
6805 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6807 /* end confdefs.h. */
6808 int main(int argc, char *argv) { return 0; }
6809 _ACEOF
6810 if ac_fn_c_try_link "$LINENO"; then :
6811 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6812 else
6813 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6815 rm -f core conftest.err conftest.$ac_objext \
6816 conftest$ac_exeext conftest.$ac_ext
6817 CFLAGS=$ac_wine_try_cflags_saved
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6820 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6821 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6822 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6825 esac
6827 else
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6829 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6830 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6831 $as_echo_n "(cached) " >&6
6832 else
6833 ac_wine_try_cflags_saved=$CFLAGS
6834 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6836 /* end confdefs.h. */
6837 void myfunc() {}
6838 _ACEOF
6839 if ac_fn_c_try_link "$LINENO"; then :
6840 ac_cv_c_dll_unixware="yes"
6841 else
6842 ac_cv_c_dll_unixware="no"
6844 rm -f core conftest.err conftest.$ac_objext \
6845 conftest$ac_exeext conftest.$ac_ext
6846 CFLAGS=$ac_wine_try_cflags_saved
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6849 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6850 if test "$ac_cv_c_dll_unixware" = "yes"
6851 then
6852 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6853 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6855 else
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6857 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6858 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6859 $as_echo_n "(cached) " >&6
6860 else
6861 ac_wine_try_cflags_saved=$CFLAGS
6862 CFLAGS="$CFLAGS -shared"
6863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6864 /* end confdefs.h. */
6865 void myfunc() {}
6866 _ACEOF
6867 if ac_fn_c_try_link "$LINENO"; then :
6868 ac_cv_c_dll_hpux="yes"
6869 else
6870 ac_cv_c_dll_hpux="no"
6872 rm -f core conftest.err conftest.$ac_objext \
6873 conftest$ac_exeext conftest.$ac_ext
6874 CFLAGS=$ac_wine_try_cflags_saved
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6877 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6878 if test "$ac_cv_c_dll_hpux" = "yes"
6879 then
6880 LIBEXT="sl"
6881 DLLEXT=".sl"
6882 LDDLLFLAGS="-shared -fPIC"
6883 LDSHARED="\$(CC) -shared"
6888 esac
6890 enable_winequartz_drv=${enable_winequartz_drv:-no}
6892 if test "$LIBEXT" = "a"; then
6893 as_fn_error "could not find a way to build shared libraries.
6894 It is currently not possible to build Wine without shared library
6895 (.so) support to allow transparent switch between .so and .dll files.
6896 If you are using Linux, you will need a newer binutils.
6897 " "$LINENO" 5
6900 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6901 then
6902 case "$host_cpu" in
6903 i[3456789]86*)
6904 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 " ;;
6905 x86_64)
6906 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6908 ac_prefix_list="" ;;
6909 esac
6910 for ac_prog in $ac_prefix_list
6912 # Extract the first word of "$ac_prog", so it can be a program name with args.
6913 set dummy $ac_prog; ac_word=$2
6914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6915 $as_echo_n "checking for $ac_word... " >&6; }
6916 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6917 $as_echo_n "(cached) " >&6
6918 else
6919 if test -n "$CROSSCC"; then
6920 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6921 else
6922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6923 for as_dir in $PATH
6925 IFS=$as_save_IFS
6926 test -z "$as_dir" && as_dir=.
6927 for ac_exec_ext in '' $ac_executable_extensions; do
6928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6929 ac_cv_prog_CROSSCC="$ac_prog"
6930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6931 break 2
6933 done
6934 done
6935 IFS=$as_save_IFS
6939 CROSSCC=$ac_cv_prog_CROSSCC
6940 if test -n "$CROSSCC"; then
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6942 $as_echo "$CROSSCC" >&6; }
6943 else
6944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6945 $as_echo "no" >&6; }
6949 test -n "$CROSSCC" && break
6950 done
6951 test -n "$CROSSCC" || CROSSCC="false"
6953 if test "$CROSSCC" != "false"
6954 then
6955 CROSSTEST="\$(CROSSTEST)"
6957 set x $CROSSCC
6958 shift
6959 target=""
6960 while test $# -ge 1
6962 case "$1" in
6963 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6964 esac
6965 shift
6966 done
6967 if test -n "$target"
6968 then
6969 CROSSTARGETFLAGS="-b $target"
6976 if test "$ac_cv_header_pthread_h" = "yes"
6977 then
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6979 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6980 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6981 $as_echo_n "(cached) " >&6
6982 else
6983 ac_check_lib_save_LIBS=$LIBS
6984 LIBS="-lpthread $LIBS"
6985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6986 /* end confdefs.h. */
6988 /* Override any GCC internal prototype to avoid an error.
6989 Use char because int might match the return type of a GCC
6990 builtin and then its argument prototype would still apply. */
6991 #ifdef __cplusplus
6992 extern "C"
6993 #endif
6994 char pthread_create ();
6996 main ()
6998 return pthread_create ();
7000 return 0;
7002 _ACEOF
7003 if ac_fn_c_try_link "$LINENO"; then :
7004 ac_cv_lib_pthread_pthread_create=yes
7005 else
7006 ac_cv_lib_pthread_pthread_create=no
7008 rm -f core conftest.err conftest.$ac_objext \
7009 conftest$ac_exeext conftest.$ac_ext
7010 LIBS=$ac_check_lib_save_LIBS
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7013 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7014 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7015 LIBPTHREAD="-lpthread"
7020 if test "x$LIBPTHREAD" = "x"; then :
7021 case "x$with_pthread" in
7022 xno) ;;
7023 *) as_fn_error "pthread ${notice_platform}development files not found.
7024 Wine cannot support threads without libpthread.
7025 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7026 esac
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7031 $as_echo_n "checking for X... " >&6; }
7034 # Check whether --with-x was given.
7035 if test "${with_x+set}" = set; then :
7036 withval=$with_x;
7039 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7040 if test "x$with_x" = xno; then
7041 # The user explicitly disabled X.
7042 have_x=disabled
7043 else
7044 case $x_includes,$x_libraries in #(
7045 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7046 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7047 $as_echo_n "(cached) " >&6
7048 else
7049 # One or both of the vars are not set, and there is no cached value.
7050 ac_x_includes=no ac_x_libraries=no
7051 rm -f -r conftest.dir
7052 if mkdir conftest.dir; then
7053 cd conftest.dir
7054 cat >Imakefile <<'_ACEOF'
7055 incroot:
7056 @echo incroot='${INCROOT}'
7057 usrlibdir:
7058 @echo usrlibdir='${USRLIBDIR}'
7059 libdir:
7060 @echo libdir='${LIBDIR}'
7061 _ACEOF
7062 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7063 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7064 for ac_var in incroot usrlibdir libdir; do
7065 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7066 done
7067 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7068 for ac_extension in a so sl dylib la dll; do
7069 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7070 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7071 ac_im_usrlibdir=$ac_im_libdir; break
7073 done
7074 # Screen out bogus values from the imake configuration. They are
7075 # bogus both because they are the default anyway, and because
7076 # using them would break gcc on systems where it needs fixed includes.
7077 case $ac_im_incroot in
7078 /usr/include) ac_x_includes= ;;
7079 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7080 esac
7081 case $ac_im_usrlibdir in
7082 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7083 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7084 esac
7086 cd ..
7087 rm -f -r conftest.dir
7090 # Standard set of common directories for X headers.
7091 # Check X11 before X11Rn because it is often a symlink to the current release.
7092 ac_x_header_dirs='
7093 /usr/X11/include
7094 /usr/X11R7/include
7095 /usr/X11R6/include
7096 /usr/X11R5/include
7097 /usr/X11R4/include
7099 /usr/include/X11
7100 /usr/include/X11R7
7101 /usr/include/X11R6
7102 /usr/include/X11R5
7103 /usr/include/X11R4
7105 /usr/local/X11/include
7106 /usr/local/X11R7/include
7107 /usr/local/X11R6/include
7108 /usr/local/X11R5/include
7109 /usr/local/X11R4/include
7111 /usr/local/include/X11
7112 /usr/local/include/X11R7
7113 /usr/local/include/X11R6
7114 /usr/local/include/X11R5
7115 /usr/local/include/X11R4
7117 /usr/X386/include
7118 /usr/x386/include
7119 /usr/XFree86/include/X11
7121 /usr/include
7122 /usr/local/include
7123 /usr/unsupported/include
7124 /usr/athena/include
7125 /usr/local/x11r5/include
7126 /usr/lpp/Xamples/include
7128 /usr/openwin/include
7129 /usr/openwin/share/include'
7131 if test "$ac_x_includes" = no; then
7132 # Guess where to find include files, by looking for Xlib.h.
7133 # First, try using that file with no special directory specified.
7134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7135 /* end confdefs.h. */
7136 #include <X11/Xlib.h>
7137 _ACEOF
7138 if ac_fn_c_try_cpp "$LINENO"; then :
7139 # We can compile using X headers with no special include directory.
7140 ac_x_includes=
7141 else
7142 for ac_dir in $ac_x_header_dirs; do
7143 if test -r "$ac_dir/X11/Xlib.h"; then
7144 ac_x_includes=$ac_dir
7145 break
7147 done
7149 rm -f conftest.err conftest.$ac_ext
7150 fi # $ac_x_includes = no
7152 if test "$ac_x_libraries" = no; then
7153 # Check for the libraries.
7154 # See if we find them without any special options.
7155 # Don't add to $LIBS permanently.
7156 ac_save_LIBS=$LIBS
7157 LIBS="-lX11 $LIBS"
7158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7159 /* end confdefs.h. */
7160 #include <X11/Xlib.h>
7162 main ()
7164 XrmInitialize ()
7166 return 0;
7168 _ACEOF
7169 if ac_fn_c_try_link "$LINENO"; then :
7170 LIBS=$ac_save_LIBS
7171 # We can link X programs with no special library path.
7172 ac_x_libraries=
7173 else
7174 LIBS=$ac_save_LIBS
7175 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7177 # Don't even attempt the hair of trying to link an X program!
7178 for ac_extension in a so sl dylib la dll; do
7179 if test -r "$ac_dir/libX11.$ac_extension"; then
7180 ac_x_libraries=$ac_dir
7181 break 2
7183 done
7184 done
7186 rm -f core conftest.err conftest.$ac_objext \
7187 conftest$ac_exeext conftest.$ac_ext
7188 fi # $ac_x_libraries = no
7190 case $ac_x_includes,$ac_x_libraries in #(
7191 no,* | *,no | *\'*)
7192 # Didn't find X, or a directory has "'" in its name.
7193 ac_cv_have_x="have_x=no";; #(
7195 # Record where we found X for the cache.
7196 ac_cv_have_x="have_x=yes\
7197 ac_x_includes='$ac_x_includes'\
7198 ac_x_libraries='$ac_x_libraries'"
7199 esac
7201 ;; #(
7202 *) have_x=yes;;
7203 esac
7204 eval "$ac_cv_have_x"
7205 fi # $with_x != no
7207 if test "$have_x" != yes; then
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7209 $as_echo "$have_x" >&6; }
7210 no_x=yes
7211 else
7212 # If each of the values was on the command line, it overrides each guess.
7213 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7214 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7215 # Update the cache value to reflect the command line values.
7216 ac_cv_have_x="have_x=yes\
7217 ac_x_includes='$x_includes'\
7218 ac_x_libraries='$x_libraries'"
7219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7220 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7223 if test "$no_x" = yes; then
7224 # Not all programs may use this symbol, but it does not hurt to define it.
7226 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7228 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7229 else
7230 if test -n "$x_includes"; then
7231 X_CFLAGS="$X_CFLAGS -I$x_includes"
7234 # It would also be nice to do this for all -L options, not just this one.
7235 if test -n "$x_libraries"; then
7236 X_LIBS="$X_LIBS -L$x_libraries"
7237 # For Solaris; some versions of Sun CC require a space after -R and
7238 # others require no space. Words are not sufficient . . . .
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7240 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7241 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7242 ac_xsave_c_werror_flag=$ac_c_werror_flag
7243 ac_c_werror_flag=yes
7244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7245 /* end confdefs.h. */
7248 main ()
7252 return 0;
7254 _ACEOF
7255 if ac_fn_c_try_link "$LINENO"; then :
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7257 $as_echo "no" >&6; }
7258 X_LIBS="$X_LIBS -R$x_libraries"
7259 else
7260 LIBS="$ac_xsave_LIBS -R $x_libraries"
7261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7262 /* end confdefs.h. */
7265 main ()
7269 return 0;
7271 _ACEOF
7272 if ac_fn_c_try_link "$LINENO"; then :
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7274 $as_echo "yes" >&6; }
7275 X_LIBS="$X_LIBS -R $x_libraries"
7276 else
7277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7278 $as_echo "neither works" >&6; }
7280 rm -f core conftest.err conftest.$ac_objext \
7281 conftest$ac_exeext conftest.$ac_ext
7283 rm -f core conftest.err conftest.$ac_objext \
7284 conftest$ac_exeext conftest.$ac_ext
7285 ac_c_werror_flag=$ac_xsave_c_werror_flag
7286 LIBS=$ac_xsave_LIBS
7289 # Check for system-dependent libraries X programs must link with.
7290 # Do this before checking for the system-independent R6 libraries
7291 # (-lICE), since we may need -lsocket or whatever for X linking.
7293 if test "$ISC" = yes; then
7294 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7295 else
7296 # Martyn Johnson says this is needed for Ultrix, if the X
7297 # libraries were built with DECnet support. And Karl Berry says
7298 # the Alpha needs dnet_stub (dnet does not exist).
7299 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7301 /* end confdefs.h. */
7303 /* Override any GCC internal prototype to avoid an error.
7304 Use char because int might match the return type of a GCC
7305 builtin and then its argument prototype would still apply. */
7306 #ifdef __cplusplus
7307 extern "C"
7308 #endif
7309 char XOpenDisplay ();
7311 main ()
7313 return XOpenDisplay ();
7315 return 0;
7317 _ACEOF
7318 if ac_fn_c_try_link "$LINENO"; then :
7320 else
7321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7322 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7323 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7324 $as_echo_n "(cached) " >&6
7325 else
7326 ac_check_lib_save_LIBS=$LIBS
7327 LIBS="-ldnet $LIBS"
7328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7329 /* end confdefs.h. */
7331 /* Override any GCC internal prototype to avoid an error.
7332 Use char because int might match the return type of a GCC
7333 builtin and then its argument prototype would still apply. */
7334 #ifdef __cplusplus
7335 extern "C"
7336 #endif
7337 char dnet_ntoa ();
7339 main ()
7341 return dnet_ntoa ();
7343 return 0;
7345 _ACEOF
7346 if ac_fn_c_try_link "$LINENO"; then :
7347 ac_cv_lib_dnet_dnet_ntoa=yes
7348 else
7349 ac_cv_lib_dnet_dnet_ntoa=no
7351 rm -f core conftest.err conftest.$ac_objext \
7352 conftest$ac_exeext conftest.$ac_ext
7353 LIBS=$ac_check_lib_save_LIBS
7355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7356 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7357 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7358 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7361 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7363 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7364 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7365 $as_echo_n "(cached) " >&6
7366 else
7367 ac_check_lib_save_LIBS=$LIBS
7368 LIBS="-ldnet_stub $LIBS"
7369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7370 /* end confdefs.h. */
7372 /* Override any GCC internal prototype to avoid an error.
7373 Use char because int might match the return type of a GCC
7374 builtin and then its argument prototype would still apply. */
7375 #ifdef __cplusplus
7376 extern "C"
7377 #endif
7378 char dnet_ntoa ();
7380 main ()
7382 return dnet_ntoa ();
7384 return 0;
7386 _ACEOF
7387 if ac_fn_c_try_link "$LINENO"; then :
7388 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7389 else
7390 ac_cv_lib_dnet_stub_dnet_ntoa=no
7392 rm -f core conftest.err conftest.$ac_objext \
7393 conftest$ac_exeext conftest.$ac_ext
7394 LIBS=$ac_check_lib_save_LIBS
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7397 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7398 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7399 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7404 rm -f core conftest.err conftest.$ac_objext \
7405 conftest$ac_exeext conftest.$ac_ext
7406 LIBS="$ac_xsave_LIBS"
7408 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7409 # to get the SysV transport functions.
7410 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7411 # needs -lnsl.
7412 # The nsl library prevents programs from opening the X display
7413 # on Irix 5.2, according to T.E. Dickey.
7414 # The functions gethostbyname, getservbyname, and inet_addr are
7415 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7416 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7417 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7421 if test $ac_cv_func_gethostbyname = no; then
7422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7423 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7424 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7425 $as_echo_n "(cached) " >&6
7426 else
7427 ac_check_lib_save_LIBS=$LIBS
7428 LIBS="-lnsl $LIBS"
7429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7430 /* end confdefs.h. */
7432 /* Override any GCC internal prototype to avoid an error.
7433 Use char because int might match the return type of a GCC
7434 builtin and then its argument prototype would still apply. */
7435 #ifdef __cplusplus
7436 extern "C"
7437 #endif
7438 char gethostbyname ();
7440 main ()
7442 return gethostbyname ();
7444 return 0;
7446 _ACEOF
7447 if ac_fn_c_try_link "$LINENO"; then :
7448 ac_cv_lib_nsl_gethostbyname=yes
7449 else
7450 ac_cv_lib_nsl_gethostbyname=no
7452 rm -f core conftest.err conftest.$ac_objext \
7453 conftest$ac_exeext conftest.$ac_ext
7454 LIBS=$ac_check_lib_save_LIBS
7456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7457 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7458 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7459 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7462 if test $ac_cv_lib_nsl_gethostbyname = no; then
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7464 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7465 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7466 $as_echo_n "(cached) " >&6
7467 else
7468 ac_check_lib_save_LIBS=$LIBS
7469 LIBS="-lbsd $LIBS"
7470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7471 /* end confdefs.h. */
7473 /* Override any GCC internal prototype to avoid an error.
7474 Use char because int might match the return type of a GCC
7475 builtin and then its argument prototype would still apply. */
7476 #ifdef __cplusplus
7477 extern "C"
7478 #endif
7479 char gethostbyname ();
7481 main ()
7483 return gethostbyname ();
7485 return 0;
7487 _ACEOF
7488 if ac_fn_c_try_link "$LINENO"; then :
7489 ac_cv_lib_bsd_gethostbyname=yes
7490 else
7491 ac_cv_lib_bsd_gethostbyname=no
7493 rm -f core conftest.err conftest.$ac_objext \
7494 conftest$ac_exeext conftest.$ac_ext
7495 LIBS=$ac_check_lib_save_LIBS
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7498 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7499 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7500 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7506 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7507 # socket/setsockopt and other routines are undefined under SCO ODT
7508 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7509 # on later versions), says Simon Leinen: it contains gethostby*
7510 # variants that don't use the name server (or something). -lsocket
7511 # must be given before -lnsl if both are needed. We assume that
7512 # if connect needs -lnsl, so does gethostbyname.
7513 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7514 if test "x$ac_cv_func_connect" = x""yes; then :
7518 if test $ac_cv_func_connect = no; then
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7520 $as_echo_n "checking for connect in -lsocket... " >&6; }
7521 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7522 $as_echo_n "(cached) " >&6
7523 else
7524 ac_check_lib_save_LIBS=$LIBS
7525 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7527 /* end confdefs.h. */
7529 /* Override any GCC internal prototype to avoid an error.
7530 Use char because int might match the return type of a GCC
7531 builtin and then its argument prototype would still apply. */
7532 #ifdef __cplusplus
7533 extern "C"
7534 #endif
7535 char connect ();
7537 main ()
7539 return connect ();
7541 return 0;
7543 _ACEOF
7544 if ac_fn_c_try_link "$LINENO"; then :
7545 ac_cv_lib_socket_connect=yes
7546 else
7547 ac_cv_lib_socket_connect=no
7549 rm -f core conftest.err conftest.$ac_objext \
7550 conftest$ac_exeext conftest.$ac_ext
7551 LIBS=$ac_check_lib_save_LIBS
7553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7554 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7555 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7556 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7561 # Guillermo Gomez says -lposix is necessary on A/UX.
7562 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7563 if test "x$ac_cv_func_remove" = x""yes; then :
7567 if test $ac_cv_func_remove = no; then
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7569 $as_echo_n "checking for remove in -lposix... " >&6; }
7570 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7571 $as_echo_n "(cached) " >&6
7572 else
7573 ac_check_lib_save_LIBS=$LIBS
7574 LIBS="-lposix $LIBS"
7575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7576 /* end confdefs.h. */
7578 /* Override any GCC internal prototype to avoid an error.
7579 Use char because int might match the return type of a GCC
7580 builtin and then its argument prototype would still apply. */
7581 #ifdef __cplusplus
7582 extern "C"
7583 #endif
7584 char remove ();
7586 main ()
7588 return remove ();
7590 return 0;
7592 _ACEOF
7593 if ac_fn_c_try_link "$LINENO"; then :
7594 ac_cv_lib_posix_remove=yes
7595 else
7596 ac_cv_lib_posix_remove=no
7598 rm -f core conftest.err conftest.$ac_objext \
7599 conftest$ac_exeext conftest.$ac_ext
7600 LIBS=$ac_check_lib_save_LIBS
7602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7603 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7604 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7605 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7610 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7611 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7612 if test "x$ac_cv_func_shmat" = x""yes; then :
7616 if test $ac_cv_func_shmat = no; then
7617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7618 $as_echo_n "checking for shmat in -lipc... " >&6; }
7619 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7620 $as_echo_n "(cached) " >&6
7621 else
7622 ac_check_lib_save_LIBS=$LIBS
7623 LIBS="-lipc $LIBS"
7624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7625 /* end confdefs.h. */
7627 /* Override any GCC internal prototype to avoid an error.
7628 Use char because int might match the return type of a GCC
7629 builtin and then its argument prototype would still apply. */
7630 #ifdef __cplusplus
7631 extern "C"
7632 #endif
7633 char shmat ();
7635 main ()
7637 return shmat ();
7639 return 0;
7641 _ACEOF
7642 if ac_fn_c_try_link "$LINENO"; then :
7643 ac_cv_lib_ipc_shmat=yes
7644 else
7645 ac_cv_lib_ipc_shmat=no
7647 rm -f core conftest.err conftest.$ac_objext \
7648 conftest$ac_exeext conftest.$ac_ext
7649 LIBS=$ac_check_lib_save_LIBS
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7652 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7653 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7654 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7660 # Check for libraries that X11R6 Xt/Xaw programs need.
7661 ac_save_LDFLAGS=$LDFLAGS
7662 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7663 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7664 # check for ICE first), but we must link in the order -lSM -lICE or
7665 # we get undefined symbols. So assume we have SM if we have ICE.
7666 # These have to be linked with before -lX11, unlike the other
7667 # libraries we check for below, so use a different variable.
7668 # John Interrante, Karl Berry
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7670 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7671 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7672 $as_echo_n "(cached) " >&6
7673 else
7674 ac_check_lib_save_LIBS=$LIBS
7675 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7677 /* end confdefs.h. */
7679 /* Override any GCC internal prototype to avoid an error.
7680 Use char because int might match the return type of a GCC
7681 builtin and then its argument prototype would still apply. */
7682 #ifdef __cplusplus
7683 extern "C"
7684 #endif
7685 char IceConnectionNumber ();
7687 main ()
7689 return IceConnectionNumber ();
7691 return 0;
7693 _ACEOF
7694 if ac_fn_c_try_link "$LINENO"; then :
7695 ac_cv_lib_ICE_IceConnectionNumber=yes
7696 else
7697 ac_cv_lib_ICE_IceConnectionNumber=no
7699 rm -f core conftest.err conftest.$ac_objext \
7700 conftest$ac_exeext conftest.$ac_ext
7701 LIBS=$ac_check_lib_save_LIBS
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7704 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7705 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7706 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7709 LDFLAGS=$ac_save_LDFLAGS
7714 if test "$have_x" = "yes"
7715 then
7716 XLIB="-lX11"
7717 ac_save_CPPFLAGS="$CPPFLAGS"
7718 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7721 $as_echo_n "checking for -lX11... " >&6; }
7722 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7723 $as_echo_n "(cached) " >&6
7724 else
7725 ac_check_soname_save_LIBS=$LIBS
7726 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7728 /* end confdefs.h. */
7730 /* Override any GCC internal prototype to avoid an error.
7731 Use char because int might match the return type of a GCC
7732 builtin and then its argument prototype would still apply. */
7733 #ifdef __cplusplus
7734 extern "C"
7735 #endif
7736 char XCreateWindow ();
7738 main ()
7740 return XCreateWindow ();
7742 return 0;
7744 _ACEOF
7745 if ac_fn_c_try_link "$LINENO"; then :
7746 case "$LIBEXT" in
7747 dll) ;;
7748 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'` ;;
7749 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7750 esac
7752 rm -f core conftest.err conftest.$ac_objext \
7753 conftest$ac_exeext conftest.$ac_ext
7754 LIBS=$ac_check_soname_save_LIBS
7756 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7758 $as_echo "not found" >&6; }
7760 else
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7762 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7764 cat >>confdefs.h <<_ACEOF
7765 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7766 _ACEOF
7770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7771 $as_echo_n "checking for -lXext... " >&6; }
7772 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7773 $as_echo_n "(cached) " >&6
7774 else
7775 ac_check_soname_save_LIBS=$LIBS
7776 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7778 /* end confdefs.h. */
7780 /* Override any GCC internal prototype to avoid an error.
7781 Use char because int might match the return type of a GCC
7782 builtin and then its argument prototype would still apply. */
7783 #ifdef __cplusplus
7784 extern "C"
7785 #endif
7786 char XextCreateExtension ();
7788 main ()
7790 return XextCreateExtension ();
7792 return 0;
7794 _ACEOF
7795 if ac_fn_c_try_link "$LINENO"; then :
7796 case "$LIBEXT" in
7797 dll) ;;
7798 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'` ;;
7799 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7800 esac
7802 rm -f core conftest.err conftest.$ac_objext \
7803 conftest$ac_exeext conftest.$ac_ext
7804 LIBS=$ac_check_soname_save_LIBS
7806 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7808 $as_echo "not found" >&6; }
7810 else
7811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7812 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7814 cat >>confdefs.h <<_ACEOF
7815 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7816 _ACEOF
7818 XLIB="-lXext $XLIB"
7821 for ac_header in X11/Xlib.h \
7822 X11/XKBlib.h \
7823 X11/Xutil.h \
7824 X11/Xcursor/Xcursor.h \
7825 X11/extensions/shape.h \
7826 X11/extensions/XInput.h \
7827 X11/extensions/XShm.h \
7828 X11/extensions/Xcomposite.h \
7829 X11/extensions/Xinerama.h \
7830 X11/extensions/Xrandr.h \
7831 X11/extensions/Xrender.h \
7832 X11/extensions/xf86vmode.h \
7833 X11/extensions/xf86vmproto.h
7834 do :
7835 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7836 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7837 # include <X11/Xlib.h>
7838 #endif
7839 #ifdef HAVE_X11_XUTIL_H
7840 # include <X11/Xutil.h>
7841 #endif
7843 eval as_val=\$$as_ac_Header
7844 if test "x$as_val" = x""yes; then :
7845 cat >>confdefs.h <<_ACEOF
7846 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7847 _ACEOF
7851 done
7854 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7855 then
7856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7857 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7858 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7859 $as_echo_n "(cached) " >&6
7860 else
7861 ac_check_lib_save_LIBS=$LIBS
7862 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7864 /* end confdefs.h. */
7866 /* Override any GCC internal prototype to avoid an error.
7867 Use char because int might match the return type of a GCC
7868 builtin and then its argument prototype would still apply. */
7869 #ifdef __cplusplus
7870 extern "C"
7871 #endif
7872 char XkbQueryExtension ();
7874 main ()
7876 return XkbQueryExtension ();
7878 return 0;
7880 _ACEOF
7881 if ac_fn_c_try_link "$LINENO"; then :
7882 ac_cv_lib_X11_XkbQueryExtension=yes
7883 else
7884 ac_cv_lib_X11_XkbQueryExtension=no
7886 rm -f core conftest.err conftest.$ac_objext \
7887 conftest$ac_exeext conftest.$ac_ext
7888 LIBS=$ac_check_lib_save_LIBS
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7891 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7892 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7894 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7900 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7901 then
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7903 $as_echo_n "checking for -lXcursor... " >&6; }
7904 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7905 $as_echo_n "(cached) " >&6
7906 else
7907 ac_check_soname_save_LIBS=$LIBS
7908 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7910 /* end confdefs.h. */
7912 /* Override any GCC internal prototype to avoid an error.
7913 Use char because int might match the return type of a GCC
7914 builtin and then its argument prototype would still apply. */
7915 #ifdef __cplusplus
7916 extern "C"
7917 #endif
7918 char XcursorImageLoadCursor ();
7920 main ()
7922 return XcursorImageLoadCursor ();
7924 return 0;
7926 _ACEOF
7927 if ac_fn_c_try_link "$LINENO"; then :
7928 case "$LIBEXT" in
7929 dll) ;;
7930 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'` ;;
7931 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7932 esac
7934 rm -f core conftest.err conftest.$ac_objext \
7935 conftest$ac_exeext conftest.$ac_ext
7936 LIBS=$ac_check_soname_save_LIBS
7938 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7940 $as_echo "not found" >&6; }
7942 else
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7944 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7946 cat >>confdefs.h <<_ACEOF
7947 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7948 _ACEOF
7953 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7954 case "x$with_xcursor" in
7955 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7956 xno) ;;
7957 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7958 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7959 esac
7962 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7963 then
7964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7965 $as_echo_n "checking for -lXi... " >&6; }
7966 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7967 $as_echo_n "(cached) " >&6
7968 else
7969 ac_check_soname_save_LIBS=$LIBS
7970 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7972 /* end confdefs.h. */
7974 /* Override any GCC internal prototype to avoid an error.
7975 Use char because int might match the return type of a GCC
7976 builtin and then its argument prototype would still apply. */
7977 #ifdef __cplusplus
7978 extern "C"
7979 #endif
7980 char XOpenDevice ();
7982 main ()
7984 return XOpenDevice ();
7986 return 0;
7988 _ACEOF
7989 if ac_fn_c_try_link "$LINENO"; then :
7990 case "$LIBEXT" in
7991 dll) ;;
7992 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'` ;;
7993 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7994 esac
7996 rm -f core conftest.err conftest.$ac_objext \
7997 conftest$ac_exeext conftest.$ac_ext
7998 LIBS=$ac_check_soname_save_LIBS
8000 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8002 $as_echo "not found" >&6; }
8004 else
8005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8006 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8008 cat >>confdefs.h <<_ACEOF
8009 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8010 _ACEOF
8015 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8016 case "x$with_xinput" in
8017 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8018 xno) ;;
8019 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8020 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8021 esac
8024 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8025 then
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8027 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8028 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8029 $as_echo_n "(cached) " >&6
8030 else
8031 ac_check_lib_save_LIBS=$LIBS
8032 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8034 /* end confdefs.h. */
8036 /* Override any GCC internal prototype to avoid an error.
8037 Use char because int might match the return type of a GCC
8038 builtin and then its argument prototype would still apply. */
8039 #ifdef __cplusplus
8040 extern "C"
8041 #endif
8042 char XShmQueryExtension ();
8044 main ()
8046 return XShmQueryExtension ();
8048 return 0;
8050 _ACEOF
8051 if ac_fn_c_try_link "$LINENO"; then :
8052 ac_cv_lib_Xext_XShmQueryExtension=yes
8053 else
8054 ac_cv_lib_Xext_XShmQueryExtension=no
8056 rm -f core conftest.err conftest.$ac_objext \
8057 conftest$ac_exeext conftest.$ac_ext
8058 LIBS=$ac_check_lib_save_LIBS
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8061 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8062 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8064 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8069 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8070 case "x$with_xshm" in
8071 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8072 xno) ;;
8073 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8074 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8075 esac
8078 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8079 then
8080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8081 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8082 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8083 $as_echo_n "(cached) " >&6
8084 else
8085 ac_check_lib_save_LIBS=$LIBS
8086 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8088 /* end confdefs.h. */
8090 /* Override any GCC internal prototype to avoid an error.
8091 Use char because int might match the return type of a GCC
8092 builtin and then its argument prototype would still apply. */
8093 #ifdef __cplusplus
8094 extern "C"
8095 #endif
8096 char XShapeQueryExtension ();
8098 main ()
8100 return XShapeQueryExtension ();
8102 return 0;
8104 _ACEOF
8105 if ac_fn_c_try_link "$LINENO"; then :
8106 ac_cv_lib_Xext_XShapeQueryExtension=yes
8107 else
8108 ac_cv_lib_Xext_XShapeQueryExtension=no
8110 rm -f core conftest.err conftest.$ac_objext \
8111 conftest$ac_exeext conftest.$ac_ext
8112 LIBS=$ac_check_lib_save_LIBS
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8115 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8116 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8118 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8123 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8124 case "x$with_xshape" in
8125 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8126 xno) ;;
8127 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8128 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8129 esac
8132 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8133 then
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8135 $as_echo_n "checking for -lXxf86vm... " >&6; }
8136 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8137 $as_echo_n "(cached) " >&6
8138 else
8139 ac_check_soname_save_LIBS=$LIBS
8140 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8142 /* end confdefs.h. */
8144 /* Override any GCC internal prototype to avoid an error.
8145 Use char because int might match the return type of a GCC
8146 builtin and then its argument prototype would still apply. */
8147 #ifdef __cplusplus
8148 extern "C"
8149 #endif
8150 char XF86VidModeQueryExtension ();
8152 main ()
8154 return XF86VidModeQueryExtension ();
8156 return 0;
8158 _ACEOF
8159 if ac_fn_c_try_link "$LINENO"; then :
8160 case "$LIBEXT" in
8161 dll) ;;
8162 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'` ;;
8163 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8164 esac
8166 rm -f core conftest.err conftest.$ac_objext \
8167 conftest$ac_exeext conftest.$ac_ext
8168 LIBS=$ac_check_soname_save_LIBS
8170 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8172 $as_echo "not found" >&6; }
8174 else
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8176 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8178 cat >>confdefs.h <<_ACEOF
8179 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8180 _ACEOF
8185 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8186 case "x$with_xxf86vm" in
8187 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8188 xno) ;;
8189 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8190 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8191 esac
8194 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"
8195 then
8196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8197 $as_echo_n "checking for -lXrender... " >&6; }
8198 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8199 $as_echo_n "(cached) " >&6
8200 else
8201 ac_check_soname_save_LIBS=$LIBS
8202 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8204 /* end confdefs.h. */
8206 /* Override any GCC internal prototype to avoid an error.
8207 Use char because int might match the return type of a GCC
8208 builtin and then its argument prototype would still apply. */
8209 #ifdef __cplusplus
8210 extern "C"
8211 #endif
8212 char XRenderQueryExtension ();
8214 main ()
8216 return XRenderQueryExtension ();
8218 return 0;
8220 _ACEOF
8221 if ac_fn_c_try_link "$LINENO"; then :
8222 case "$LIBEXT" in
8223 dll) ;;
8224 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'` ;;
8225 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8226 esac
8228 rm -f core conftest.err conftest.$ac_objext \
8229 conftest$ac_exeext conftest.$ac_ext
8230 LIBS=$ac_check_soname_save_LIBS
8232 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8234 $as_echo "not found" >&6; }
8236 else
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8238 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8240 cat >>confdefs.h <<_ACEOF
8241 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8242 _ACEOF
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8245 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8246 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8247 $as_echo_n "(cached) " >&6
8248 else
8249 ac_check_lib_save_LIBS=$LIBS
8250 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8252 /* end confdefs.h. */
8254 /* Override any GCC internal prototype to avoid an error.
8255 Use char because int might match the return type of a GCC
8256 builtin and then its argument prototype would still apply. */
8257 #ifdef __cplusplus
8258 extern "C"
8259 #endif
8260 char XRenderSetPictureTransform ();
8262 main ()
8264 return XRenderSetPictureTransform ();
8266 return 0;
8268 _ACEOF
8269 if ac_fn_c_try_link "$LINENO"; then :
8270 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8271 else
8272 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8274 rm -f core conftest.err conftest.$ac_objext \
8275 conftest$ac_exeext conftest.$ac_ext
8276 LIBS=$ac_check_lib_save_LIBS
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8279 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8280 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8282 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8289 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8290 case "x$with_xrender" in
8291 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8292 xno) ;;
8293 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8294 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8295 esac
8298 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8299 then
8300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8301 /* end confdefs.h. */
8302 #include <X11/Xlib.h>
8303 #include <X11/extensions/Xrandr.h>
8305 main ()
8307 static typeof(XRRSetScreenConfigAndRate) * func;
8309 return 0;
8311 _ACEOF
8312 if ac_fn_c_try_compile "$LINENO"; then :
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8314 $as_echo_n "checking for -lXrandr... " >&6; }
8315 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8316 $as_echo_n "(cached) " >&6
8317 else
8318 ac_check_soname_save_LIBS=$LIBS
8319 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8321 /* end confdefs.h. */
8323 /* Override any GCC internal prototype to avoid an error.
8324 Use char because int might match the return type of a GCC
8325 builtin and then its argument prototype would still apply. */
8326 #ifdef __cplusplus
8327 extern "C"
8328 #endif
8329 char XRRQueryExtension ();
8331 main ()
8333 return XRRQueryExtension ();
8335 return 0;
8337 _ACEOF
8338 if ac_fn_c_try_link "$LINENO"; then :
8339 case "$LIBEXT" in
8340 dll) ;;
8341 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'` ;;
8342 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8343 esac
8345 rm -f core conftest.err conftest.$ac_objext \
8346 conftest$ac_exeext conftest.$ac_ext
8347 LIBS=$ac_check_soname_save_LIBS
8349 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8351 $as_echo "not found" >&6; }
8353 else
8354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8355 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8357 cat >>confdefs.h <<_ACEOF
8358 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8359 _ACEOF
8364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8366 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8367 case "x$with_xrandr" in
8368 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8369 xno) ;;
8370 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8371 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8372 esac
8375 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8376 then
8377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8378 /* end confdefs.h. */
8379 #include <X11/Xlib.h>
8380 #include <X11/extensions/Xinerama.h>
8382 main ()
8384 static typeof(XineramaQueryScreens) * func;
8386 return 0;
8388 _ACEOF
8389 if ac_fn_c_try_compile "$LINENO"; then :
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8391 $as_echo_n "checking for -lXinerama... " >&6; }
8392 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8393 $as_echo_n "(cached) " >&6
8394 else
8395 ac_check_soname_save_LIBS=$LIBS
8396 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8398 /* end confdefs.h. */
8400 /* Override any GCC internal prototype to avoid an error.
8401 Use char because int might match the return type of a GCC
8402 builtin and then its argument prototype would still apply. */
8403 #ifdef __cplusplus
8404 extern "C"
8405 #endif
8406 char XineramaQueryScreens ();
8408 main ()
8410 return XineramaQueryScreens ();
8412 return 0;
8414 _ACEOF
8415 if ac_fn_c_try_link "$LINENO"; then :
8416 case "$LIBEXT" in
8417 dll) ;;
8418 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'` ;;
8419 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8420 esac
8422 rm -f core conftest.err conftest.$ac_objext \
8423 conftest$ac_exeext conftest.$ac_ext
8424 LIBS=$ac_check_soname_save_LIBS
8426 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8428 $as_echo "not found" >&6; }
8430 else
8431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8432 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8434 cat >>confdefs.h <<_ACEOF
8435 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8436 _ACEOF
8441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8443 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8444 case "x$with_xinerama" in
8445 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8446 xno) ;;
8447 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8448 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8449 esac
8452 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8453 then
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8455 $as_echo_n "checking for -lXcomposite... " >&6; }
8456 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8457 $as_echo_n "(cached) " >&6
8458 else
8459 ac_check_soname_save_LIBS=$LIBS
8460 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8462 /* end confdefs.h. */
8464 /* Override any GCC internal prototype to avoid an error.
8465 Use char because int might match the return type of a GCC
8466 builtin and then its argument prototype would still apply. */
8467 #ifdef __cplusplus
8468 extern "C"
8469 #endif
8470 char XCompositeRedirectWindow ();
8472 main ()
8474 return XCompositeRedirectWindow ();
8476 return 0;
8478 _ACEOF
8479 if ac_fn_c_try_link "$LINENO"; then :
8480 case "$LIBEXT" in
8481 dll) ;;
8482 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'` ;;
8483 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8484 esac
8486 rm -f core conftest.err conftest.$ac_objext \
8487 conftest$ac_exeext conftest.$ac_ext
8488 LIBS=$ac_check_soname_save_LIBS
8490 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8492 $as_echo "not found" >&6; }
8494 else
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8496 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8498 cat >>confdefs.h <<_ACEOF
8499 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8500 _ACEOF
8505 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8506 case "x$with_xcomposite" in
8507 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8508 xno) ;;
8509 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8510 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8511 esac
8514 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8515 #include <X11/Xlib.h>
8516 #endif
8518 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8520 cat >>confdefs.h <<_ACEOF
8521 #define HAVE_XICCALLBACK_CALLBACK 1
8522 _ACEOF
8529 opengl_msg=""
8530 if test "x$with_opengl" != "xno"
8531 then
8532 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8533 do :
8534 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8535 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8536 # include <GL/glx.h>
8537 #endif
8539 eval as_val=\$$as_ac_Header
8540 if test "x$as_val" = x""yes; then :
8541 cat >>confdefs.h <<_ACEOF
8542 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8543 _ACEOF
8547 done
8549 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8550 then
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8552 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8553 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8554 $as_echo_n "(cached) " >&6
8555 else
8556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8557 /* end confdefs.h. */
8558 #include <GL/gl.h>
8560 main ()
8562 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8564 return 0;
8566 _ACEOF
8567 if ac_fn_c_try_compile "$LINENO"; then :
8568 wine_cv_opengl_header_version_OK="yes"
8569 else
8570 wine_cv_opengl_header_version_OK="no"
8572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8575 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8577 if test "$wine_cv_opengl_header_version_OK" = "yes"
8578 then
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8580 $as_echo_n "checking for -lGL... " >&6; }
8581 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8582 $as_echo_n "(cached) " >&6
8583 else
8584 ac_check_soname_save_LIBS=$LIBS
8585 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8587 /* end confdefs.h. */
8589 /* Override any GCC internal prototype to avoid an error.
8590 Use char because int might match the return type of a GCC
8591 builtin and then its argument prototype would still apply. */
8592 #ifdef __cplusplus
8593 extern "C"
8594 #endif
8595 char glXCreateContext ();
8597 main ()
8599 return glXCreateContext ();
8601 return 0;
8603 _ACEOF
8604 if ac_fn_c_try_link "$LINENO"; then :
8605 case "$LIBEXT" in
8606 dll) ;;
8607 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'` ;;
8608 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8609 esac
8611 rm -f core conftest.err conftest.$ac_objext \
8612 conftest$ac_exeext conftest.$ac_ext
8613 LIBS=$ac_check_soname_save_LIBS
8615 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8617 $as_echo "not found" >&6; }
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8619 $as_echo_n "checking for -lGL... " >&6; }
8620 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8621 $as_echo_n "(cached) " >&6
8622 else
8623 ac_check_soname_save_LIBS=$LIBS
8624 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"
8625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8626 /* end confdefs.h. */
8628 /* Override any GCC internal prototype to avoid an error.
8629 Use char because int might match the return type of a GCC
8630 builtin and then its argument prototype would still apply. */
8631 #ifdef __cplusplus
8632 extern "C"
8633 #endif
8634 char glXCreateContext ();
8636 main ()
8638 return glXCreateContext ();
8640 return 0;
8642 _ACEOF
8643 if ac_fn_c_try_link "$LINENO"; then :
8644 case "$LIBEXT" in
8645 dll) ;;
8646 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'` ;;
8647 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8648 esac
8650 rm -f core conftest.err conftest.$ac_objext \
8651 conftest$ac_exeext conftest.$ac_ext
8652 LIBS=$ac_check_soname_save_LIBS
8654 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8656 $as_echo "not found" >&6; }
8657 if test -f /usr/X11R6/lib/libGL.a
8658 then
8659 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8660 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8661 else
8662 opengl_msg="No OpenGL library found on this system."
8664 else
8665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8666 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8668 cat >>confdefs.h <<_ACEOF
8669 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8670 _ACEOF
8672 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"
8674 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8677 else
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8679 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8681 cat >>confdefs.h <<_ACEOF
8682 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8683 _ACEOF
8685 OPENGL_LIBS="-lGL"
8687 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8690 if test "$ac_cv_header_GL_glu_h" = "yes"
8691 then
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8693 $as_echo_n "checking for -lGLU... " >&6; }
8694 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8695 $as_echo_n "(cached) " >&6
8696 else
8697 ac_check_soname_save_LIBS=$LIBS
8698 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8700 /* end confdefs.h. */
8702 /* Override any GCC internal prototype to avoid an error.
8703 Use char because int might match the return type of a GCC
8704 builtin and then its argument prototype would still apply. */
8705 #ifdef __cplusplus
8706 extern "C"
8707 #endif
8708 char gluLookAt ();
8710 main ()
8712 return gluLookAt ();
8714 return 0;
8716 _ACEOF
8717 if ac_fn_c_try_link "$LINENO"; then :
8718 case "$LIBEXT" in
8719 dll) ;;
8720 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'` ;;
8721 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8722 esac
8724 rm -f core conftest.err conftest.$ac_objext \
8725 conftest$ac_exeext conftest.$ac_ext
8726 LIBS=$ac_check_soname_save_LIBS
8728 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8730 $as_echo "not found" >&6; }
8732 else
8733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8734 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8736 cat >>confdefs.h <<_ACEOF
8737 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8738 _ACEOF
8743 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8744 case "x$with_glu" in
8745 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8746 xno) ;;
8747 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8748 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8749 esac
8751 else
8752 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8754 else
8755 opengl_msg="OpenGL development headers not found."
8757 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8758 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8759 else
8760 enable_opengl32=${enable_opengl32:-no}
8761 enable_glu32=${enable_glu32:-no}
8763 if test -n "$opengl_msg"; then :
8764 case "x$with_opengl" in
8765 x) wine_warnings="$wine_warnings|$opengl_msg
8766 OpenGL and Direct3D won't be supported." ;;
8767 xno) ;;
8768 *) as_fn_error "$opengl_msg
8769 OpenGL and Direct3D won't be supported.
8770 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8771 esac
8774 NASLIBS=""
8776 for ac_header in audio/audiolib.h
8777 do :
8778 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8779 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8780 cat >>confdefs.h <<_ACEOF
8781 #define HAVE_AUDIO_AUDIOLIB_H 1
8782 _ACEOF
8783 for ac_header in audio/soundlib.h
8784 do :
8785 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8787 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8788 cat >>confdefs.h <<_ACEOF
8789 #define HAVE_AUDIO_SOUNDLIB_H 1
8790 _ACEOF
8794 done
8796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8797 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8798 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8799 $as_echo_n "(cached) " >&6
8800 else
8801 ac_check_lib_save_LIBS=$LIBS
8802 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8804 /* end confdefs.h. */
8806 /* Override any GCC internal prototype to avoid an error.
8807 Use char because int might match the return type of a GCC
8808 builtin and then its argument prototype would still apply. */
8809 #ifdef __cplusplus
8810 extern "C"
8811 #endif
8812 char AuCreateFlow ();
8814 main ()
8816 return AuCreateFlow ();
8818 return 0;
8820 _ACEOF
8821 if ac_fn_c_try_link "$LINENO"; then :
8822 ac_cv_lib_audio_AuCreateFlow=yes
8823 else
8824 ac_cv_lib_audio_AuCreateFlow=no
8826 rm -f core conftest.err conftest.$ac_objext \
8827 conftest$ac_exeext conftest.$ac_ext
8828 LIBS=$ac_check_lib_save_LIBS
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8831 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8832 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8834 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8837 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8838 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8839 $as_echo_n "(cached) " >&6
8840 else
8841 ac_check_lib_save_LIBS=$LIBS
8842 LIBS="-lXau $X_LIBS $LIBS"
8843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8844 /* end confdefs.h. */
8846 /* Override any GCC internal prototype to avoid an error.
8847 Use char because int might match the return type of a GCC
8848 builtin and then its argument prototype would still apply. */
8849 #ifdef __cplusplus
8850 extern "C"
8851 #endif
8852 char XauGetBestAuthByAddr ();
8854 main ()
8856 return XauGetBestAuthByAddr ();
8858 return 0;
8860 _ACEOF
8861 if ac_fn_c_try_link "$LINENO"; then :
8862 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8863 else
8864 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8866 rm -f core conftest.err conftest.$ac_objext \
8867 conftest$ac_exeext conftest.$ac_ext
8868 LIBS=$ac_check_lib_save_LIBS
8870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8871 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8872 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8873 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8874 else
8875 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8883 done
8886 CPPFLAGS="$ac_save_CPPFLAGS"
8887 else
8888 XLIB=""
8889 X_CFLAGS=""
8890 X_LIBS=""
8891 enable_winex11_drv=${enable_winex11_drv:-no}
8892 enable_opengl32=${enable_opengl32:-no}
8893 enable_glu32=${enable_glu32:-no}
8895 if test "x$XLIB" = "x"; then :
8896 case "x$with_x" in
8897 xno) ;;
8898 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8899 without X support, which probably isn't what you want. You will need to install
8900 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8901 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8902 esac
8906 XML2LIBS=""
8908 XML2INCL=""
8910 XSLTINCL=""
8912 if test "x$with_xml" != "xno"
8913 then
8914 ac_save_CPPFLAGS="$CPPFLAGS"
8915 if test "$PKG_CONFIG" != "false"
8916 then
8917 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8918 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8919 else
8920 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8921 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8923 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8924 for ac_header in libxml/parser.h
8925 do :
8926 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8927 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8928 cat >>confdefs.h <<_ACEOF
8929 #define HAVE_LIBXML_PARSER_H 1
8930 _ACEOF
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8932 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8933 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8934 $as_echo_n "(cached) " >&6
8935 else
8936 ac_check_lib_save_LIBS=$LIBS
8937 LIBS="-lxml2 $ac_xml_libs $LIBS"
8938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8939 /* end confdefs.h. */
8941 /* Override any GCC internal prototype to avoid an error.
8942 Use char because int might match the return type of a GCC
8943 builtin and then its argument prototype would still apply. */
8944 #ifdef __cplusplus
8945 extern "C"
8946 #endif
8947 char xmlParseMemory ();
8949 main ()
8951 return xmlParseMemory ();
8953 return 0;
8955 _ACEOF
8956 if ac_fn_c_try_link "$LINENO"; then :
8957 ac_cv_lib_xml2_xmlParseMemory=yes
8958 else
8959 ac_cv_lib_xml2_xmlParseMemory=no
8961 rm -f core conftest.err conftest.$ac_objext \
8962 conftest$ac_exeext conftest.$ac_ext
8963 LIBS=$ac_check_lib_save_LIBS
8965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8966 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8967 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8969 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8971 XML2LIBS="$ac_xml_libs"
8972 XML2INCL="$ac_xml_cflags"
8975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8976 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8977 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8978 $as_echo_n "(cached) " >&6
8979 else
8980 ac_check_lib_save_LIBS=$LIBS
8981 LIBS="-lxml2 $ac_xml_libs $LIBS"
8982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8983 /* end confdefs.h. */
8985 /* Override any GCC internal prototype to avoid an error.
8986 Use char because int might match the return type of a GCC
8987 builtin and then its argument prototype would still apply. */
8988 #ifdef __cplusplus
8989 extern "C"
8990 #endif
8991 char xmlReadMemory ();
8993 main ()
8995 return xmlReadMemory ();
8997 return 0;
8999 _ACEOF
9000 if ac_fn_c_try_link "$LINENO"; then :
9001 ac_cv_lib_xml2_xmlReadMemory=yes
9002 else
9003 ac_cv_lib_xml2_xmlReadMemory=no
9005 rm -f core conftest.err conftest.$ac_objext \
9006 conftest$ac_exeext conftest.$ac_ext
9007 LIBS=$ac_check_lib_save_LIBS
9009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9010 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9011 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9013 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9018 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9019 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9020 $as_echo_n "(cached) " >&6
9021 else
9022 ac_check_lib_save_LIBS=$LIBS
9023 LIBS="-lxml2 $ac_xml_libs $LIBS"
9024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9025 /* end confdefs.h. */
9027 /* Override any GCC internal prototype to avoid an error.
9028 Use char because int might match the return type of a GCC
9029 builtin and then its argument prototype would still apply. */
9030 #ifdef __cplusplus
9031 extern "C"
9032 #endif
9033 char xmlNewDocPI ();
9035 main ()
9037 return xmlNewDocPI ();
9039 return 0;
9041 _ACEOF
9042 if ac_fn_c_try_link "$LINENO"; then :
9043 ac_cv_lib_xml2_xmlNewDocPI=yes
9044 else
9045 ac_cv_lib_xml2_xmlNewDocPI=no
9047 rm -f core conftest.err conftest.$ac_objext \
9048 conftest$ac_exeext conftest.$ac_ext
9049 LIBS=$ac_check_lib_save_LIBS
9051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9052 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9053 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9055 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9062 done
9064 CPPFLAGS="$ac_save_CPPFLAGS"
9066 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9067 case "x$with_xml" in
9068 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9069 xno) ;;
9070 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9071 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9072 esac
9075 if test "x$with_xslt" != "xno"
9076 then
9077 if test "$PKG_CONFIG" != "false"
9078 then
9079 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9080 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9081 else
9082 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9083 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9085 ac_save_CPPFLAGS="$CPPFLAGS"
9086 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9087 for ac_header in libxslt/pattern.h libxslt/transform.h
9088 do :
9089 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9090 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9091 # include <libxslt/pattern.h>
9092 #endif
9094 eval as_val=\$$as_ac_Header
9095 if test "x$as_val" = x""yes; then :
9096 cat >>confdefs.h <<_ACEOF
9097 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9098 _ACEOF
9102 done
9104 CPPFLAGS="$ac_save_CPPFLAGS"
9105 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9106 then
9107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9108 $as_echo_n "checking for -lxslt... " >&6; }
9109 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9110 $as_echo_n "(cached) " >&6
9111 else
9112 ac_check_soname_save_LIBS=$LIBS
9113 LIBS="-lxslt $ac_xslt_libs $LIBS"
9114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9115 /* end confdefs.h. */
9117 /* Override any GCC internal prototype to avoid an error.
9118 Use char because int might match the return type of a GCC
9119 builtin and then its argument prototype would still apply. */
9120 #ifdef __cplusplus
9121 extern "C"
9122 #endif
9123 char xsltCompilePattern ();
9125 main ()
9127 return xsltCompilePattern ();
9129 return 0;
9131 _ACEOF
9132 if ac_fn_c_try_link "$LINENO"; then :
9133 case "$LIBEXT" in
9134 dll) ;;
9135 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'` ;;
9136 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9137 esac
9139 rm -f core conftest.err conftest.$ac_objext \
9140 conftest$ac_exeext conftest.$ac_ext
9141 LIBS=$ac_check_soname_save_LIBS
9143 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9145 $as_echo "not found" >&6; }
9147 else
9148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9149 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9151 cat >>confdefs.h <<_ACEOF
9152 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9153 _ACEOF
9155 XSLTINCL="$ac_xslt_cflags"
9159 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9160 case "x$with_xslt" in
9161 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9162 xno) ;;
9163 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9164 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9165 esac
9168 HALINCL=""
9170 if test "x$with_hal" != "xno"
9171 then
9172 ac_save_CPPFLAGS="$CPPFLAGS"
9173 if test "$PKG_CONFIG" != "false"
9174 then
9175 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9176 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9177 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9179 for ac_header in dbus/dbus.h hal/libhal.h
9180 do :
9181 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9182 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9183 eval as_val=\$$as_ac_Header
9184 if test "x$as_val" = x""yes; then :
9185 cat >>confdefs.h <<_ACEOF
9186 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9187 _ACEOF
9191 done
9193 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9194 then
9195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9196 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9197 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9198 $as_echo_n "(cached) " >&6
9199 else
9200 ac_check_lib_save_LIBS=$LIBS
9201 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9203 /* end confdefs.h. */
9205 /* Override any GCC internal prototype to avoid an error.
9206 Use char because int might match the return type of a GCC
9207 builtin and then its argument prototype would still apply. */
9208 #ifdef __cplusplus
9209 extern "C"
9210 #endif
9211 char dbus_connection_close ();
9213 main ()
9215 return dbus_connection_close ();
9217 return 0;
9219 _ACEOF
9220 if ac_fn_c_try_link "$LINENO"; then :
9221 ac_cv_lib_dbus_1_dbus_connection_close=yes
9222 else
9223 ac_cv_lib_dbus_1_dbus_connection_close=no
9225 rm -f core conftest.err conftest.$ac_objext \
9226 conftest$ac_exeext conftest.$ac_ext
9227 LIBS=$ac_check_lib_save_LIBS
9229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9230 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9231 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9233 $as_echo_n "checking for -lhal... " >&6; }
9234 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9235 $as_echo_n "(cached) " >&6
9236 else
9237 ac_check_soname_save_LIBS=$LIBS
9238 LIBS="-lhal $ac_hal_libs $LIBS"
9239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9240 /* end confdefs.h. */
9242 /* Override any GCC internal prototype to avoid an error.
9243 Use char because int might match the return type of a GCC
9244 builtin and then its argument prototype would still apply. */
9245 #ifdef __cplusplus
9246 extern "C"
9247 #endif
9248 char libhal_ctx_new ();
9250 main ()
9252 return libhal_ctx_new ();
9254 return 0;
9256 _ACEOF
9257 if ac_fn_c_try_link "$LINENO"; then :
9258 case "$LIBEXT" in
9259 dll) ;;
9260 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'` ;;
9261 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9262 esac
9264 rm -f core conftest.err conftest.$ac_objext \
9265 conftest$ac_exeext conftest.$ac_ext
9266 LIBS=$ac_check_soname_save_LIBS
9268 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9270 $as_echo "not found" >&6; }
9272 else
9273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9274 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9276 cat >>confdefs.h <<_ACEOF
9277 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9278 _ACEOF
9280 HALINCL="$ac_hal_cflags"
9285 CPPFLAGS="$ac_save_CPPFLAGS"
9287 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9288 case "x$with_hal" in
9289 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9290 xno) ;;
9291 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9292 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9293 esac
9296 if test "x$with_gnutls" != "xno"
9297 then
9298 ac_save_CPPFLAGS="$CPPFLAGS"
9299 if test "$PKG_CONFIG" != "false"
9300 then
9301 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9302 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9303 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9305 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9306 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9308 /* end confdefs.h. */
9309 #include <gnutls/gnutls.h>
9311 main ()
9313 typeof(gnutls_mac_get_key_size) *pfunc;
9315 return 0;
9317 _ACEOF
9318 if ac_fn_c_try_compile "$LINENO"; then :
9319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9320 $as_echo_n "checking for -lgnutls... " >&6; }
9321 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9322 $as_echo_n "(cached) " >&6
9323 else
9324 ac_check_soname_save_LIBS=$LIBS
9325 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9327 /* end confdefs.h. */
9329 /* Override any GCC internal prototype to avoid an error.
9330 Use char because int might match the return type of a GCC
9331 builtin and then its argument prototype would still apply. */
9332 #ifdef __cplusplus
9333 extern "C"
9334 #endif
9335 char gnutls_global_init ();
9337 main ()
9339 return gnutls_global_init ();
9341 return 0;
9343 _ACEOF
9344 if ac_fn_c_try_link "$LINENO"; then :
9345 case "$LIBEXT" in
9346 dll) ;;
9347 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'` ;;
9348 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9349 esac
9351 rm -f core conftest.err conftest.$ac_objext \
9352 conftest$ac_exeext conftest.$ac_ext
9353 LIBS=$ac_check_soname_save_LIBS
9355 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9357 $as_echo "not found" >&6; }
9359 else
9360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9361 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9363 cat >>confdefs.h <<_ACEOF
9364 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9365 _ACEOF
9367 GNUTLSINCL="$ac_gnutls_cflags"
9371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9375 CPPFLAGS="$ac_save_CPPFLAGS"
9377 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9378 case "x$with_gnutls" in
9379 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9380 xno) ;;
9381 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9382 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9383 esac
9386 CURSESLIBS=""
9387 if test "$ac_cv_header_ncurses_h" = "yes"
9388 then
9389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9390 $as_echo_n "checking for -lncurses... " >&6; }
9391 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9392 $as_echo_n "(cached) " >&6
9393 else
9394 ac_check_soname_save_LIBS=$LIBS
9395 LIBS="-lncurses $LIBS"
9396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9397 /* end confdefs.h. */
9399 /* Override any GCC internal prototype to avoid an error.
9400 Use char because int might match the return type of a GCC
9401 builtin and then its argument prototype would still apply. */
9402 #ifdef __cplusplus
9403 extern "C"
9404 #endif
9405 char waddch ();
9407 main ()
9409 return waddch ();
9411 return 0;
9413 _ACEOF
9414 if ac_fn_c_try_link "$LINENO"; then :
9415 case "$LIBEXT" in
9416 dll) ;;
9417 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'` ;;
9418 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9419 esac
9421 rm -f core conftest.err conftest.$ac_objext \
9422 conftest$ac_exeext conftest.$ac_ext
9423 LIBS=$ac_check_soname_save_LIBS
9425 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9427 $as_echo "not found" >&6; }
9429 else
9430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9431 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9433 cat >>confdefs.h <<_ACEOF
9434 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9435 _ACEOF
9437 CURSESLIBS="-lncurses"
9439 elif test "$ac_cv_header_curses_h" = "yes"
9440 then
9441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9442 $as_echo_n "checking for -lcurses... " >&6; }
9443 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9444 $as_echo_n "(cached) " >&6
9445 else
9446 ac_check_soname_save_LIBS=$LIBS
9447 LIBS="-lcurses $LIBS"
9448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9449 /* end confdefs.h. */
9451 /* Override any GCC internal prototype to avoid an error.
9452 Use char because int might match the return type of a GCC
9453 builtin and then its argument prototype would still apply. */
9454 #ifdef __cplusplus
9455 extern "C"
9456 #endif
9457 char waddch ();
9459 main ()
9461 return waddch ();
9463 return 0;
9465 _ACEOF
9466 if ac_fn_c_try_link "$LINENO"; then :
9467 case "$LIBEXT" in
9468 dll) ;;
9469 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'` ;;
9470 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9471 esac
9473 rm -f core conftest.err conftest.$ac_objext \
9474 conftest$ac_exeext conftest.$ac_ext
9475 LIBS=$ac_check_soname_save_LIBS
9477 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9479 $as_echo "not found" >&6; }
9481 else
9482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9483 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9485 cat >>confdefs.h <<_ACEOF
9486 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9487 _ACEOF
9489 CURSESLIBS="-lcurses"
9492 ac_save_LIBS="$LIBS"
9493 LIBS="$LIBS $CURSESLIBS"
9494 for ac_func in mousemask
9495 do :
9496 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9497 if test "x$ac_cv_func_mousemask" = x""yes; then :
9498 cat >>confdefs.h <<_ACEOF
9499 #define HAVE_MOUSEMASK 1
9500 _ACEOF
9503 done
9505 LIBS="$ac_save_LIBS"
9506 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9507 case "x$with_curses" in
9508 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9509 xno) ;;
9510 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9511 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9512 esac
9515 if test "x$with_sane" != "xno"
9516 then
9517 ac_save_CPPFLAGS="$CPPFLAGS"
9518 # Extract the first word of "sane-config", so it can be a program name with args.
9519 set dummy sane-config; ac_word=$2
9520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9521 $as_echo_n "checking for $ac_word... " >&6; }
9522 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9523 $as_echo_n "(cached) " >&6
9524 else
9525 if test -n "$sane_devel"; then
9526 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9527 else
9528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9529 for as_dir in $PATH
9531 IFS=$as_save_IFS
9532 test -z "$as_dir" && as_dir=.
9533 for ac_exec_ext in '' $ac_executable_extensions; do
9534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9535 ac_cv_prog_sane_devel="sane-config"
9536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9537 break 2
9539 done
9540 done
9541 IFS=$as_save_IFS
9543 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9546 sane_devel=$ac_cv_prog_sane_devel
9547 if test -n "$sane_devel"; then
9548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9549 $as_echo "$sane_devel" >&6; }
9550 else
9551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9552 $as_echo "no" >&6; }
9556 if test "$sane_devel" != "no"
9557 then
9558 ac_sane_incl="`$sane_devel --cflags`"
9559 ac_sane_libs="`$sane_devel --ldflags`"
9560 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9562 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9563 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9565 $as_echo_n "checking for -lsane... " >&6; }
9566 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9567 $as_echo_n "(cached) " >&6
9568 else
9569 ac_check_soname_save_LIBS=$LIBS
9570 LIBS="-lsane $ac_sane_libs $LIBS"
9571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9572 /* end confdefs.h. */
9574 /* Override any GCC internal prototype to avoid an error.
9575 Use char because int might match the return type of a GCC
9576 builtin and then its argument prototype would still apply. */
9577 #ifdef __cplusplus
9578 extern "C"
9579 #endif
9580 char sane_init ();
9582 main ()
9584 return sane_init ();
9586 return 0;
9588 _ACEOF
9589 if ac_fn_c_try_link "$LINENO"; then :
9590 case "$LIBEXT" in
9591 dll) ;;
9592 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'` ;;
9593 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9594 esac
9596 rm -f core conftest.err conftest.$ac_objext \
9597 conftest$ac_exeext conftest.$ac_ext
9598 LIBS=$ac_check_soname_save_LIBS
9600 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9602 $as_echo "not found" >&6; }
9604 else
9605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9606 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9608 cat >>confdefs.h <<_ACEOF
9609 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9610 _ACEOF
9612 SANEINCL="$ac_sane_incl"
9618 CPPFLAGS="$ac_save_CPPFLAGS"
9620 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9621 case "x$with_sane" in
9622 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9623 xno) ;;
9624 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9625 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9626 esac
9629 if test "x$with_gphoto" != "xno"
9630 then
9631 ac_save_CPPFLAGS="$CPPFLAGS"
9632 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9633 set dummy gphoto2-config; ac_word=$2
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9635 $as_echo_n "checking for $ac_word... " >&6; }
9636 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9637 $as_echo_n "(cached) " >&6
9638 else
9639 if test -n "$gphoto2_devel"; then
9640 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9641 else
9642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9643 for as_dir in $PATH
9645 IFS=$as_save_IFS
9646 test -z "$as_dir" && as_dir=.
9647 for ac_exec_ext in '' $ac_executable_extensions; do
9648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9649 ac_cv_prog_gphoto2_devel="gphoto2-config"
9650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9651 break 2
9653 done
9654 done
9655 IFS=$as_save_IFS
9657 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9660 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9661 if test -n "$gphoto2_devel"; then
9662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9663 $as_echo "$gphoto2_devel" >&6; }
9664 else
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9666 $as_echo "no" >&6; }
9670 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9671 set dummy gphoto2-port-config; ac_word=$2
9672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9673 $as_echo_n "checking for $ac_word... " >&6; }
9674 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9675 $as_echo_n "(cached) " >&6
9676 else
9677 if test -n "$gphoto2port_devel"; then
9678 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9679 else
9680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9681 for as_dir in $PATH
9683 IFS=$as_save_IFS
9684 test -z "$as_dir" && as_dir=.
9685 for ac_exec_ext in '' $ac_executable_extensions; do
9686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9687 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9689 break 2
9691 done
9692 done
9693 IFS=$as_save_IFS
9695 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9698 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9699 if test -n "$gphoto2port_devel"; then
9700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9701 $as_echo "$gphoto2port_devel" >&6; }
9702 else
9703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9704 $as_echo "no" >&6; }
9708 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9709 then
9710 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9711 ac_gphoto2_libs=""
9712 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9714 case "$i" in
9715 -L/usr/lib|-L/usr/lib64) ;;
9716 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9717 esac
9718 done
9719 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9721 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9722 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9723 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9725 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9726 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9727 $as_echo_n "(cached) " >&6
9728 else
9729 ac_check_lib_save_LIBS=$LIBS
9730 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9732 /* end confdefs.h. */
9734 /* Override any GCC internal prototype to avoid an error.
9735 Use char because int might match the return type of a GCC
9736 builtin and then its argument prototype would still apply. */
9737 #ifdef __cplusplus
9738 extern "C"
9739 #endif
9740 char gp_camera_new ();
9742 main ()
9744 return gp_camera_new ();
9746 return 0;
9748 _ACEOF
9749 if ac_fn_c_try_link "$LINENO"; then :
9750 ac_cv_lib_gphoto2_gp_camera_new=yes
9751 else
9752 ac_cv_lib_gphoto2_gp_camera_new=no
9754 rm -f core conftest.err conftest.$ac_objext \
9755 conftest$ac_exeext conftest.$ac_ext
9756 LIBS=$ac_check_lib_save_LIBS
9758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9759 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9760 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9762 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9764 GPHOTO2LIBS="$ac_gphoto2_libs"
9766 GPHOTO2INCL="$ac_gphoto2_incl"
9773 CPPFLAGS="$ac_save_CPPFLAGS"
9775 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9776 case "x$with_gphoto" in
9777 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9778 xno) ;;
9779 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9780 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9781 esac
9785 RESOLVLIBS=""
9787 if test "$ac_cv_header_resolv_h" = "yes"
9788 then
9789 ac_save_LIBS="$LIBS"
9790 LIBS="$LIBS -lresolv"
9791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9792 /* end confdefs.h. */
9793 #ifdef HAVE_NETINET_IN_H
9794 #include <netinet/in.h>
9795 #endif
9796 #include <resolv.h>
9798 main ()
9800 res_init();
9802 return 0;
9804 _ACEOF
9805 if ac_fn_c_try_link "$LINENO"; then :
9807 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9809 RESOLVLIBS="-lresolv"
9811 rm -f core conftest.err conftest.$ac_objext \
9812 conftest$ac_exeext conftest.$ac_ext
9813 LIBS="$ac_save_LIBS"
9816 LCMSLIBS=""
9818 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9819 then
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9821 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9822 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9823 $as_echo_n "(cached) " >&6
9824 else
9825 ac_check_lib_save_LIBS=$LIBS
9826 LIBS="-llcms $LIBS"
9827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9828 /* end confdefs.h. */
9830 /* Override any GCC internal prototype to avoid an error.
9831 Use char because int might match the return type of a GCC
9832 builtin and then its argument prototype would still apply. */
9833 #ifdef __cplusplus
9834 extern "C"
9835 #endif
9836 char cmsOpenProfileFromFile ();
9838 main ()
9840 return cmsOpenProfileFromFile ();
9842 return 0;
9844 _ACEOF
9845 if ac_fn_c_try_link "$LINENO"; then :
9846 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9847 else
9848 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9850 rm -f core conftest.err conftest.$ac_objext \
9851 conftest$ac_exeext conftest.$ac_ext
9852 LIBS=$ac_check_lib_save_LIBS
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9855 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9856 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9858 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9860 LCMSLIBS="-llcms"
9864 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9865 case "x$with_cms" in
9866 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9867 xno) ;;
9868 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9869 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9870 esac
9873 if test "x$with_freetype" != "xno"
9874 then
9875 for ac_prog in freetype-config freetype2-config
9877 # Extract the first word of "$ac_prog", so it can be a program name with args.
9878 set dummy $ac_prog; ac_word=$2
9879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9880 $as_echo_n "checking for $ac_word... " >&6; }
9881 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9882 $as_echo_n "(cached) " >&6
9883 else
9884 if test -n "$ft_devel"; then
9885 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9886 else
9887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9888 for as_dir in $PATH
9890 IFS=$as_save_IFS
9891 test -z "$as_dir" && as_dir=.
9892 for ac_exec_ext in '' $ac_executable_extensions; do
9893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9894 ac_cv_prog_ft_devel="$ac_prog"
9895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9896 break 2
9898 done
9899 done
9900 IFS=$as_save_IFS
9904 ft_devel=$ac_cv_prog_ft_devel
9905 if test -n "$ft_devel"; then
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9907 $as_echo "$ft_devel" >&6; }
9908 else
9909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9910 $as_echo "no" >&6; }
9914 test -n "$ft_devel" && break
9915 done
9916 test -n "$ft_devel" || ft_devel="no"
9918 if test "$ft_devel" != "no"
9919 then
9920 ac_freetype_incl=`$ft_devel --cflags`
9921 ac_freetype_libs=`$ft_devel --libs`
9923 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9925 $as_echo_n "checking for -lfreetype... " >&6; }
9926 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9927 $as_echo_n "(cached) " >&6
9928 else
9929 ac_check_soname_save_LIBS=$LIBS
9930 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9932 /* end confdefs.h. */
9934 /* Override any GCC internal prototype to avoid an error.
9935 Use char because int might match the return type of a GCC
9936 builtin and then its argument prototype would still apply. */
9937 #ifdef __cplusplus
9938 extern "C"
9939 #endif
9940 char FT_Init_FreeType ();
9942 main ()
9944 return FT_Init_FreeType ();
9946 return 0;
9948 _ACEOF
9949 if ac_fn_c_try_link "$LINENO"; then :
9950 case "$LIBEXT" in
9951 dll) ;;
9952 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'` ;;
9953 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9954 esac
9956 rm -f core conftest.err conftest.$ac_objext \
9957 conftest$ac_exeext conftest.$ac_ext
9958 LIBS=$ac_check_soname_save_LIBS
9960 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
9961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9962 $as_echo "not found" >&6; }
9963 ft_lib=no
9964 else
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
9966 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
9968 cat >>confdefs.h <<_ACEOF
9969 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
9970 _ACEOF
9972 ft_lib=yes
9974 if test "$ft_lib" = "yes"
9975 then
9976 ac_save_CPPFLAGS="$CPPFLAGS"
9977 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
9978 for ac_header in ft2build.h \
9979 freetype/freetype.h \
9980 freetype/ftglyph.h \
9981 freetype/fttypes.h \
9982 freetype/tttables.h \
9983 freetype/ftsnames.h \
9984 freetype/ttnameid.h \
9985 freetype/ftoutln.h \
9986 freetype/ftwinfnt.h \
9987 freetype/ftmodapi.h \
9988 freetype/ftlcdfil.h \
9989 freetype/internal/sfnt.h
9990 do :
9991 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9992 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
9993 # include <ft2build.h>
9994 #endif
9996 eval as_val=\$$as_ac_Header
9997 if test "x$as_val" = x""yes; then :
9998 cat >>confdefs.h <<_ACEOF
9999 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10000 _ACEOF
10004 done
10006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10007 /* end confdefs.h. */
10008 #include <ft2build.h>
10009 #include <freetype/fttrigon.h>
10010 _ACEOF
10011 if ac_fn_c_try_cpp "$LINENO"; then :
10013 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10015 wine_cv_fttrigon=yes
10016 else
10017 wine_cv_fttrigon=no
10019 rm -f conftest.err conftest.$ac_ext
10020 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10022 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10024 cat >>confdefs.h <<_ACEOF
10025 #define HAVE_FT_TRUETYPEENGINETYPE 1
10026 _ACEOF
10031 ac_save_CFLAGS="$CFLAGS"
10032 CFLAGS="$CFLAGS $ac_freetype_libs"
10033 for ac_func in FT_Load_Sfnt_Table
10034 do :
10035 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10036 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10037 cat >>confdefs.h <<_ACEOF
10038 #define HAVE_FT_LOAD_SFNT_TABLE 1
10039 _ACEOF
10042 done
10044 CFLAGS="$ac_save_CFLAGS"
10045 CPPFLAGS="$ac_save_CPPFLAGS"
10046 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10047 then
10049 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10051 FREETYPELIBS="$ac_freetype_libs"
10053 FREETYPEINCL="$ac_freetype_incl"
10058 if test "x$FREETYPELIBS" = "x"; then :
10059 case "x$with_freetype" in
10060 xno) ;;
10061 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10062 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10063 esac
10065 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10068 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10069 if test "${ac_cv_c_ppdev+set}" = set; then :
10070 $as_echo_n "(cached) " >&6
10071 else
10072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10073 /* end confdefs.h. */
10074 #include <linux/ppdev.h>
10076 main ()
10078 ioctl (1,PPCLAIM,0)
10080 return 0;
10082 _ACEOF
10083 if ac_fn_c_try_compile "$LINENO"; then :
10084 ac_cv_c_ppdev="yes"
10085 else
10086 ac_cv_c_ppdev="no"
10088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10091 $as_echo "$ac_cv_c_ppdev" >&6; }
10092 if test "$ac_cv_c_ppdev" = "yes"
10093 then
10095 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10099 ac_wine_check_funcs_save_LIBS="$LIBS"
10100 LIBS="$LIBS $LIBPTHREAD"
10101 for ac_func in \
10102 pthread_attr_get_np \
10103 pthread_getattr_np \
10104 pthread_get_stackaddr_np \
10105 pthread_get_stacksize_np
10106 do :
10107 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10108 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10109 eval as_val=\$$as_ac_var
10110 if test "x$as_val" = x""yes; then :
10111 cat >>confdefs.h <<_ACEOF
10112 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10113 _ACEOF
10116 done
10118 LIBS="$ac_wine_check_funcs_save_LIBS"
10120 if test "$ac_cv_header_zlib_h" = "yes"
10121 then
10122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10123 $as_echo_n "checking for inflate in -lz... " >&6; }
10124 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10125 $as_echo_n "(cached) " >&6
10126 else
10127 ac_check_lib_save_LIBS=$LIBS
10128 LIBS="-lz $LIBS"
10129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10130 /* end confdefs.h. */
10132 /* Override any GCC internal prototype to avoid an error.
10133 Use char because int might match the return type of a GCC
10134 builtin and then its argument prototype would still apply. */
10135 #ifdef __cplusplus
10136 extern "C"
10137 #endif
10138 char inflate ();
10140 main ()
10142 return inflate ();
10144 return 0;
10146 _ACEOF
10147 if ac_fn_c_try_link "$LINENO"; then :
10148 ac_cv_lib_z_inflate=yes
10149 else
10150 ac_cv_lib_z_inflate=no
10152 rm -f core conftest.err conftest.$ac_objext \
10153 conftest$ac_exeext conftest.$ac_ext
10154 LIBS=$ac_check_lib_save_LIBS
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10157 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10158 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10160 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10162 ZLIB="-lz"
10168 if test "x$with_esd" != xno
10169 then
10170 save_CFLAGS="$CFLAGS"
10171 # Extract the first word of "esd-config", so it can be a program name with args.
10172 set dummy esd-config; ac_word=$2
10173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10174 $as_echo_n "checking for $ac_word... " >&6; }
10175 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10176 $as_echo_n "(cached) " >&6
10177 else
10178 case $ESDCONFIG in
10179 [\\/]* | ?:[\\/]*)
10180 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10184 for as_dir in $PATH
10186 IFS=$as_save_IFS
10187 test -z "$as_dir" && as_dir=.
10188 for ac_exec_ext in '' $ac_executable_extensions; do
10189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10190 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10192 break 2
10194 done
10195 done
10196 IFS=$as_save_IFS
10198 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10200 esac
10202 ESDCONFIG=$ac_cv_path_ESDCONFIG
10203 if test -n "$ESDCONFIG"; then
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10205 $as_echo "$ESDCONFIG" >&6; }
10206 else
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10208 $as_echo "no" >&6; }
10212 if test "x$ESDCONFIG" != "xno"
10213 then
10214 ac_esd_incl=""
10215 for i in `$ESDCONFIG --cflags`
10217 case "$i" in
10218 -I*) ac_esd_incl="$ac_esd_incl $i";;
10219 esac
10220 done
10221 ac_esd_libs=`$ESDCONFIG --libs`
10222 CFLAGS="$CFLAGS $ac_esd_incl"
10224 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10225 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10226 if test "x$ac_cv_header_esd_h" = x""yes; then :
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10228 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10229 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10230 $as_echo_n "(cached) " >&6
10231 else
10232 ac_check_lib_save_LIBS=$LIBS
10233 LIBS="-lesd $ac_esd_libs $LIBS"
10234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10235 /* end confdefs.h. */
10237 /* Override any GCC internal prototype to avoid an error.
10238 Use char because int might match the return type of a GCC
10239 builtin and then its argument prototype would still apply. */
10240 #ifdef __cplusplus
10241 extern "C"
10242 #endif
10243 char esd_open_sound ();
10245 main ()
10247 return esd_open_sound ();
10249 return 0;
10251 _ACEOF
10252 if ac_fn_c_try_link "$LINENO"; then :
10253 ac_cv_lib_esd_esd_open_sound=yes
10254 else
10255 ac_cv_lib_esd_esd_open_sound=no
10257 rm -f core conftest.err conftest.$ac_objext \
10258 conftest$ac_exeext conftest.$ac_ext
10259 LIBS=$ac_check_lib_save_LIBS
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10262 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10263 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10264 ESDINCL="$ac_esd_incl"
10266 ESDLIBS="$ac_esd_libs"
10269 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10276 CFLAGS="$save_CFLAGS"
10279 ALSALIBS=""
10281 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10282 then
10283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10284 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10285 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10286 $as_echo_n "(cached) " >&6
10287 else
10288 ac_check_lib_save_LIBS=$LIBS
10289 LIBS="-lasound $LIBS"
10290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10291 /* end confdefs.h. */
10293 /* Override any GCC internal prototype to avoid an error.
10294 Use char because int might match the return type of a GCC
10295 builtin and then its argument prototype would still apply. */
10296 #ifdef __cplusplus
10297 extern "C"
10298 #endif
10299 char snd_pcm_hw_params_get_access ();
10301 main ()
10303 return snd_pcm_hw_params_get_access ();
10305 return 0;
10307 _ACEOF
10308 if ac_fn_c_try_link "$LINENO"; then :
10309 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10310 else
10311 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10313 rm -f core conftest.err conftest.$ac_objext \
10314 conftest$ac_exeext conftest.$ac_ext
10315 LIBS=$ac_check_lib_save_LIBS
10317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10318 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10319 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10321 /* end confdefs.h. */
10322 #ifdef HAVE_ALSA_ASOUNDLIB_H
10323 #include <alsa/asoundlib.h>
10324 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10325 #include <sys/asoundlib.h>
10326 #endif
10328 main ()
10330 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10332 return 0;
10334 _ACEOF
10335 if ac_fn_c_try_compile "$LINENO"; then :
10337 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10339 ALSALIBS="-lasound"
10341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10346 AUDIOIOLIBS=""
10348 if test "$ac_cv_header_libaudioio_h" = "yes"
10349 then
10350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10351 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10352 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10353 $as_echo_n "(cached) " >&6
10354 else
10355 ac_check_lib_save_LIBS=$LIBS
10356 LIBS="-laudioio $LIBS"
10357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10358 /* end confdefs.h. */
10360 /* Override any GCC internal prototype to avoid an error.
10361 Use char because int might match the return type of a GCC
10362 builtin and then its argument prototype would still apply. */
10363 #ifdef __cplusplus
10364 extern "C"
10365 #endif
10366 char AudioIOGetVersion ();
10368 main ()
10370 return AudioIOGetVersion ();
10372 return 0;
10374 _ACEOF
10375 if ac_fn_c_try_link "$LINENO"; then :
10376 ac_cv_lib_audioio_AudioIOGetVersion=yes
10377 else
10378 ac_cv_lib_audioio_AudioIOGetVersion=no
10380 rm -f core conftest.err conftest.$ac_objext \
10381 conftest$ac_exeext conftest.$ac_ext
10382 LIBS=$ac_check_lib_save_LIBS
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10385 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10386 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10387 AUDIOIOLIBS="-laudioio"
10389 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10396 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10397 then
10398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10399 $as_echo_n "checking for -lcapi20... " >&6; }
10400 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10401 $as_echo_n "(cached) " >&6
10402 else
10403 ac_check_soname_save_LIBS=$LIBS
10404 LIBS="-lcapi20 $LIBS"
10405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10406 /* end confdefs.h. */
10408 /* Override any GCC internal prototype to avoid an error.
10409 Use char because int might match the return type of a GCC
10410 builtin and then its argument prototype would still apply. */
10411 #ifdef __cplusplus
10412 extern "C"
10413 #endif
10414 char capi20_register ();
10416 main ()
10418 return capi20_register ();
10420 return 0;
10422 _ACEOF
10423 if ac_fn_c_try_link "$LINENO"; then :
10424 case "$LIBEXT" in
10425 dll) ;;
10426 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'` ;;
10427 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10428 esac
10430 rm -f core conftest.err conftest.$ac_objext \
10431 conftest$ac_exeext conftest.$ac_ext
10432 LIBS=$ac_check_soname_save_LIBS
10434 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10436 $as_echo "not found" >&6; }
10438 else
10439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10440 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10442 cat >>confdefs.h <<_ACEOF
10443 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10444 _ACEOF
10449 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10450 case "x$with_capi" in
10451 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10452 xno) ;;
10453 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10454 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10455 esac
10458 CUPSINCL=""
10460 if test "x$with_cups" != "xno"
10461 then
10462 ac_save_CPPFLAGS="$CPPFLAGS"
10463 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10464 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10465 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10466 for ac_header in cups/cups.h
10467 do :
10468 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10469 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10470 cat >>confdefs.h <<_ACEOF
10471 #define HAVE_CUPS_CUPS_H 1
10472 _ACEOF
10473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10474 $as_echo_n "checking for -lcups... " >&6; }
10475 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10476 $as_echo_n "(cached) " >&6
10477 else
10478 ac_check_soname_save_LIBS=$LIBS
10479 LIBS="-lcups $ac_cups_libs $LIBS"
10480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10481 /* end confdefs.h. */
10483 /* Override any GCC internal prototype to avoid an error.
10484 Use char because int might match the return type of a GCC
10485 builtin and then its argument prototype would still apply. */
10486 #ifdef __cplusplus
10487 extern "C"
10488 #endif
10489 char cupsGetDefault ();
10491 main ()
10493 return cupsGetDefault ();
10495 return 0;
10497 _ACEOF
10498 if ac_fn_c_try_link "$LINENO"; then :
10499 case "$LIBEXT" in
10500 dll) ;;
10501 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'` ;;
10502 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10503 esac
10505 rm -f core conftest.err conftest.$ac_objext \
10506 conftest$ac_exeext conftest.$ac_ext
10507 LIBS=$ac_check_soname_save_LIBS
10509 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10511 $as_echo "not found" >&6; }
10513 else
10514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10515 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10517 cat >>confdefs.h <<_ACEOF
10518 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10519 _ACEOF
10521 CUPSINCL="$ac_cups_cflags"
10525 done
10527 CPPFLAGS="$ac_save_CPPFLAGS"
10529 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10530 case "x$with_cups" in
10531 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10532 xno) ;;
10533 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10534 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10535 esac
10538 if test "$ac_cv_header_jack_jack_h" = "yes"
10539 then
10540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10541 $as_echo_n "checking for -ljack... " >&6; }
10542 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10543 $as_echo_n "(cached) " >&6
10544 else
10545 ac_check_soname_save_LIBS=$LIBS
10546 LIBS="-ljack $LIBS"
10547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10548 /* end confdefs.h. */
10550 /* Override any GCC internal prototype to avoid an error.
10551 Use char because int might match the return type of a GCC
10552 builtin and then its argument prototype would still apply. */
10553 #ifdef __cplusplus
10554 extern "C"
10555 #endif
10556 char jack_client_new ();
10558 main ()
10560 return jack_client_new ();
10562 return 0;
10564 _ACEOF
10565 if ac_fn_c_try_link "$LINENO"; then :
10566 case "$LIBEXT" in
10567 dll) ;;
10568 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'` ;;
10569 *) 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'` ;;
10570 esac
10572 rm -f core conftest.err conftest.$ac_objext \
10573 conftest$ac_exeext conftest.$ac_ext
10574 LIBS=$ac_check_soname_save_LIBS
10576 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10578 $as_echo "not found" >&6; }
10580 else
10581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10582 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10584 cat >>confdefs.h <<_ACEOF
10585 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10586 _ACEOF
10592 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10593 then
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10595 $as_echo_n "checking for -lfontconfig... " >&6; }
10596 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10597 $as_echo_n "(cached) " >&6
10598 else
10599 ac_check_soname_save_LIBS=$LIBS
10600 LIBS="-lfontconfig $LIBS"
10601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10602 /* end confdefs.h. */
10604 /* Override any GCC internal prototype to avoid an error.
10605 Use char because int might match the return type of a GCC
10606 builtin and then its argument prototype would still apply. */
10607 #ifdef __cplusplus
10608 extern "C"
10609 #endif
10610 char FcInit ();
10612 main ()
10614 return FcInit ();
10616 return 0;
10618 _ACEOF
10619 if ac_fn_c_try_link "$LINENO"; then :
10620 case "$LIBEXT" in
10621 dll) ;;
10622 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'` ;;
10623 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10624 esac
10626 rm -f core conftest.err conftest.$ac_objext \
10627 conftest$ac_exeext conftest.$ac_ext
10628 LIBS=$ac_check_soname_save_LIBS
10630 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10632 $as_echo "not found" >&6; }
10634 else
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10636 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10638 cat >>confdefs.h <<_ACEOF
10639 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10640 _ACEOF
10644 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10645 then
10646 ac_save_CPPFLAGS="$CPPFLAGS"
10647 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10648 $as_unset ac_cv_header_fontconfig_fontconfig_h
10649 for ac_header in fontconfig/fontconfig.h
10650 do :
10651 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10652 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10653 cat >>confdefs.h <<_ACEOF
10654 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10655 _ACEOF
10659 done
10661 CPPFLAGS="$ac_save_CPPFLAGS"
10662 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10663 then
10664 FONTCONFIGINCL="$X_CFLAGS"
10666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10667 $as_echo_n "checking for -lfontconfig... " >&6; }
10668 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10669 $as_echo_n "(cached) " >&6
10670 else
10671 ac_check_soname_save_LIBS=$LIBS
10672 LIBS="-lfontconfig $X_LIBS $LIBS"
10673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10674 /* end confdefs.h. */
10676 /* Override any GCC internal prototype to avoid an error.
10677 Use char because int might match the return type of a GCC
10678 builtin and then its argument prototype would still apply. */
10679 #ifdef __cplusplus
10680 extern "C"
10681 #endif
10682 char FcInit ();
10684 main ()
10686 return FcInit ();
10688 return 0;
10690 _ACEOF
10691 if ac_fn_c_try_link "$LINENO"; then :
10692 case "$LIBEXT" in
10693 dll) ;;
10694 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'` ;;
10695 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10696 esac
10698 rm -f core conftest.err conftest.$ac_objext \
10699 conftest$ac_exeext conftest.$ac_ext
10700 LIBS=$ac_check_soname_save_LIBS
10702 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10704 $as_echo "not found" >&6; }
10706 else
10707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10708 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10710 cat >>confdefs.h <<_ACEOF
10711 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10712 _ACEOF
10718 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10719 case "x$with_fontconfig" in
10720 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10721 xno) ;;
10722 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10723 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10724 esac
10727 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10728 then
10729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10730 $as_echo_n "checking for -lssl... " >&6; }
10731 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10732 $as_echo_n "(cached) " >&6
10733 else
10734 ac_check_soname_save_LIBS=$LIBS
10735 LIBS="-lssl $LIBS"
10736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10737 /* end confdefs.h. */
10739 /* Override any GCC internal prototype to avoid an error.
10740 Use char because int might match the return type of a GCC
10741 builtin and then its argument prototype would still apply. */
10742 #ifdef __cplusplus
10743 extern "C"
10744 #endif
10745 char SSL_library_init ();
10747 main ()
10749 return SSL_library_init ();
10751 return 0;
10753 _ACEOF
10754 if ac_fn_c_try_link "$LINENO"; then :
10755 case "$LIBEXT" in
10756 dll) ;;
10757 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'` ;;
10758 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10759 esac
10761 rm -f core conftest.err conftest.$ac_objext \
10762 conftest$ac_exeext conftest.$ac_ext
10763 LIBS=$ac_check_soname_save_LIBS
10765 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10767 $as_echo "not found" >&6; }
10769 else
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10771 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10773 cat >>confdefs.h <<_ACEOF
10774 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10775 _ACEOF
10779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10780 $as_echo_n "checking for -lcrypto... " >&6; }
10781 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10782 $as_echo_n "(cached) " >&6
10783 else
10784 ac_check_soname_save_LIBS=$LIBS
10785 LIBS="-lcrypto $LIBS"
10786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10787 /* end confdefs.h. */
10789 /* Override any GCC internal prototype to avoid an error.
10790 Use char because int might match the return type of a GCC
10791 builtin and then its argument prototype would still apply. */
10792 #ifdef __cplusplus
10793 extern "C"
10794 #endif
10795 char BIO_new_socket ();
10797 main ()
10799 return BIO_new_socket ();
10801 return 0;
10803 _ACEOF
10804 if ac_fn_c_try_link "$LINENO"; then :
10805 case "$LIBEXT" in
10806 dll) ;;
10807 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'` ;;
10808 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10809 esac
10811 rm -f core conftest.err conftest.$ac_objext \
10812 conftest$ac_exeext conftest.$ac_ext
10813 LIBS=$ac_check_soname_save_LIBS
10815 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10817 $as_echo "not found" >&6; }
10819 else
10820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10821 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10823 cat >>confdefs.h <<_ACEOF
10824 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10825 _ACEOF
10830 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10831 case "x$with_openssl" in
10832 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10833 xno) ;;
10834 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10835 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10836 esac
10839 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10840 then
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10842 $as_echo_n "checking for -lgsm... " >&6; }
10843 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10844 $as_echo_n "(cached) " >&6
10845 else
10846 ac_check_soname_save_LIBS=$LIBS
10847 LIBS="-lgsm $LIBS"
10848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10849 /* end confdefs.h. */
10851 /* Override any GCC internal prototype to avoid an error.
10852 Use char because int might match the return type of a GCC
10853 builtin and then its argument prototype would still apply. */
10854 #ifdef __cplusplus
10855 extern "C"
10856 #endif
10857 char gsm_create ();
10859 main ()
10861 return gsm_create ();
10863 return 0;
10865 _ACEOF
10866 if ac_fn_c_try_link "$LINENO"; then :
10867 case "$LIBEXT" in
10868 dll) ;;
10869 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'` ;;
10870 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10871 esac
10873 rm -f core conftest.err conftest.$ac_objext \
10874 conftest$ac_exeext conftest.$ac_ext
10875 LIBS=$ac_check_soname_save_LIBS
10877 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10879 $as_echo "not found" >&6; }
10881 else
10882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10883 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10885 cat >>confdefs.h <<_ACEOF
10886 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10887 _ACEOF
10892 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10893 case "x$with_gsm" in
10894 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10895 xno) ;;
10896 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10897 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10898 esac
10901 if test "$ac_cv_header_jpeglib_h" = "yes"
10902 then
10903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10904 $as_echo_n "checking for -ljpeg... " >&6; }
10905 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10906 $as_echo_n "(cached) " >&6
10907 else
10908 ac_check_soname_save_LIBS=$LIBS
10909 LIBS="-ljpeg $LIBS"
10910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10911 /* end confdefs.h. */
10913 /* Override any GCC internal prototype to avoid an error.
10914 Use char because int might match the return type of a GCC
10915 builtin and then its argument prototype would still apply. */
10916 #ifdef __cplusplus
10917 extern "C"
10918 #endif
10919 char jpeg_start_decompress ();
10921 main ()
10923 return jpeg_start_decompress ();
10925 return 0;
10927 _ACEOF
10928 if ac_fn_c_try_link "$LINENO"; then :
10929 case "$LIBEXT" in
10930 dll) ;;
10931 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'` ;;
10932 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10933 esac
10935 rm -f core conftest.err conftest.$ac_objext \
10936 conftest$ac_exeext conftest.$ac_ext
10937 LIBS=$ac_check_soname_save_LIBS
10939 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10941 $as_echo "not found" >&6; }
10943 else
10944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10945 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10947 cat >>confdefs.h <<_ACEOF
10948 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10949 _ACEOF
10954 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10955 case "x$with_jpeg" in
10956 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
10957 xno) ;;
10958 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
10959 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
10960 esac
10963 if test "$ac_cv_header_png_h" = "yes"
10964 then
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
10966 $as_echo_n "checking for -lpng... " >&6; }
10967 if test "${ac_cv_lib_soname_png+set}" = set; then :
10968 $as_echo_n "(cached) " >&6
10969 else
10970 ac_check_soname_save_LIBS=$LIBS
10971 LIBS="-lpng -lm -lz $LIBS"
10972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10973 /* end confdefs.h. */
10975 /* Override any GCC internal prototype to avoid an error.
10976 Use char because int might match the return type of a GCC
10977 builtin and then its argument prototype would still apply. */
10978 #ifdef __cplusplus
10979 extern "C"
10980 #endif
10981 char png_create_read_struct ();
10983 main ()
10985 return png_create_read_struct ();
10987 return 0;
10989 _ACEOF
10990 if ac_fn_c_try_link "$LINENO"; then :
10991 case "$LIBEXT" in
10992 dll) ;;
10993 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'` ;;
10994 *) 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'` ;;
10995 esac
10997 rm -f core conftest.err conftest.$ac_objext \
10998 conftest$ac_exeext conftest.$ac_ext
10999 LIBS=$ac_check_soname_save_LIBS
11001 if test "x$ac_cv_lib_soname_png" = "x"; then :
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11003 $as_echo "not found" >&6; }
11005 else
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11007 $as_echo "$ac_cv_lib_soname_png" >&6; }
11009 cat >>confdefs.h <<_ACEOF
11010 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11011 _ACEOF
11015 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11016 then
11017 ac_save_CPPFLAGS="$CPPFLAGS"
11018 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11019 $as_unset ac_cv_header_png_h
11020 for ac_header in png.h
11021 do :
11022 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11023 if test "x$ac_cv_header_png_h" = x""yes; then :
11024 cat >>confdefs.h <<_ACEOF
11025 #define HAVE_PNG_H 1
11026 _ACEOF
11030 done
11032 CPPFLAGS="$ac_save_CPPFLAGS"
11033 if test "$ac_cv_header_png_h" = "yes"
11034 then
11035 PNGINCL="$X_CFLAGS"
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11038 $as_echo_n "checking for -lpng... " >&6; }
11039 if test "${ac_cv_lib_soname_png+set}" = set; then :
11040 $as_echo_n "(cached) " >&6
11041 else
11042 ac_check_soname_save_LIBS=$LIBS
11043 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11045 /* end confdefs.h. */
11047 /* Override any GCC internal prototype to avoid an error.
11048 Use char because int might match the return type of a GCC
11049 builtin and then its argument prototype would still apply. */
11050 #ifdef __cplusplus
11051 extern "C"
11052 #endif
11053 char png_create_read_struct ();
11055 main ()
11057 return png_create_read_struct ();
11059 return 0;
11061 _ACEOF
11062 if ac_fn_c_try_link "$LINENO"; then :
11063 case "$LIBEXT" in
11064 dll) ;;
11065 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'` ;;
11066 *) 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'` ;;
11067 esac
11069 rm -f core conftest.err conftest.$ac_objext \
11070 conftest$ac_exeext conftest.$ac_ext
11071 LIBS=$ac_check_soname_save_LIBS
11073 if test "x$ac_cv_lib_soname_png" = "x"; then :
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11075 $as_echo "not found" >&6; }
11077 else
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11079 $as_echo "$ac_cv_lib_soname_png" >&6; }
11081 cat >>confdefs.h <<_ACEOF
11082 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11083 _ACEOF
11089 if test "x$ac_cv_lib_soname_png" = "x"; then :
11090 case "x$with_png" in
11091 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11092 xno) ;;
11093 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11094 This is an error since --with-png was requested." "$LINENO" 5 ;;
11095 esac
11098 if test "$ac_cv_header_mpg123_h" = "yes"
11099 then
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11101 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11102 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11103 $as_echo_n "(cached) " >&6
11104 else
11105 ac_check_lib_save_LIBS=$LIBS
11106 LIBS="-lmpg123 $LIBS"
11107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11108 /* end confdefs.h. */
11110 /* Override any GCC internal prototype to avoid an error.
11111 Use char because int might match the return type of a GCC
11112 builtin and then its argument prototype would still apply. */
11113 #ifdef __cplusplus
11114 extern "C"
11115 #endif
11116 char mpg123_feed ();
11118 main ()
11120 return mpg123_feed ();
11122 return 0;
11124 _ACEOF
11125 if ac_fn_c_try_link "$LINENO"; then :
11126 ac_cv_lib_mpg123_mpg123_feed=yes
11127 else
11128 ac_cv_lib_mpg123_mpg123_feed=no
11130 rm -f core conftest.err conftest.$ac_objext \
11131 conftest$ac_exeext conftest.$ac_ext
11132 LIBS=$ac_check_lib_save_LIBS
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11135 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11136 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11137 LIBMPG123="-lmpg123"
11142 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11143 case "x$with_mpg123" in
11144 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11145 xno) ;;
11146 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11147 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11148 esac
11150 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11152 if test "$ac_cv_header_AL_al_h" = "yes"
11153 then
11154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11155 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11156 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11157 $as_echo_n "(cached) " >&6
11158 else
11159 ac_check_lib_save_LIBS=$LIBS
11160 LIBS="-lopenal $LIBS"
11161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11162 /* end confdefs.h. */
11164 /* Override any GCC internal prototype to avoid an error.
11165 Use char because int might match the return type of a GCC
11166 builtin and then its argument prototype would still apply. */
11167 #ifdef __cplusplus
11168 extern "C"
11169 #endif
11170 char alGetSource3i ();
11172 main ()
11174 return alGetSource3i ();
11176 return 0;
11178 _ACEOF
11179 if ac_fn_c_try_link "$LINENO"; then :
11180 ac_cv_lib_openal_alGetSource3i=yes
11181 else
11182 ac_cv_lib_openal_alGetSource3i=no
11184 rm -f core conftest.err conftest.$ac_objext \
11185 conftest$ac_exeext conftest.$ac_ext
11186 LIBS=$ac_check_lib_save_LIBS
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11189 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11190 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11191 LIBOPENAL="-lopenal"
11196 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11197 case "x$with_openal" in
11198 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11199 xno) ;;
11200 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11201 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11202 esac
11204 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11206 if test "$ac_cv_header_kstat_h" = "yes"
11207 then
11208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11209 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11210 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11211 $as_echo_n "(cached) " >&6
11212 else
11213 ac_check_lib_save_LIBS=$LIBS
11214 LIBS="-lkstat $LIBS"
11215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11216 /* end confdefs.h. */
11218 /* Override any GCC internal prototype to avoid an error.
11219 Use char because int might match the return type of a GCC
11220 builtin and then its argument prototype would still apply. */
11221 #ifdef __cplusplus
11222 extern "C"
11223 #endif
11224 char kstat_open ();
11226 main ()
11228 return kstat_open ();
11230 return 0;
11232 _ACEOF
11233 if ac_fn_c_try_link "$LINENO"; then :
11234 ac_cv_lib_kstat_kstat_open=yes
11235 else
11236 ac_cv_lib_kstat_kstat_open=no
11238 rm -f core conftest.err conftest.$ac_objext \
11239 conftest$ac_exeext conftest.$ac_ext
11240 LIBS=$ac_check_lib_save_LIBS
11242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11243 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11244 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11246 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11248 LIBKSTAT="-lkstat"
11254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11255 $as_echo_n "checking for -lodbc... " >&6; }
11256 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11257 $as_echo_n "(cached) " >&6
11258 else
11259 ac_check_soname_save_LIBS=$LIBS
11260 LIBS="-lodbc $LIBS"
11261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11262 /* end confdefs.h. */
11264 /* Override any GCC internal prototype to avoid an error.
11265 Use char because int might match the return type of a GCC
11266 builtin and then its argument prototype would still apply. */
11267 #ifdef __cplusplus
11268 extern "C"
11269 #endif
11270 char SQLConnect ();
11272 main ()
11274 return SQLConnect ();
11276 return 0;
11278 _ACEOF
11279 if ac_fn_c_try_link "$LINENO"; then :
11280 case "$LIBEXT" in
11281 dll) ;;
11282 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'` ;;
11283 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11284 esac
11286 rm -f core conftest.err conftest.$ac_objext \
11287 conftest$ac_exeext conftest.$ac_ext
11288 LIBS=$ac_check_soname_save_LIBS
11290 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11292 $as_echo "not found" >&6; }
11293 cat >>confdefs.h <<_ACEOF
11294 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11295 _ACEOF
11297 else
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11299 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11301 cat >>confdefs.h <<_ACEOF
11302 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11303 _ACEOF
11308 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11309 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11310 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11311 "$ac_cv_header_soundcard_h" != "yes" -a \
11312 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11313 then
11314 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11318 EXTRACFLAGS=""
11320 if test "x${GCC}" = "xyes"
11321 then
11322 EXTRACFLAGS="-Wall -pipe"
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11325 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11326 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11327 $as_echo_n "(cached) " >&6
11328 else
11329 if test "$cross_compiling" = yes; then :
11330 ac_cv_c_gcc_strength_bug="yes"
11331 else
11332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11333 /* end confdefs.h. */
11334 int L[4] = {0,1,2,3};
11336 main ()
11338 static int Array[3];
11339 unsigned int B = 3;
11340 int i;
11341 for(i=0; i<B; i++) Array[i] = i - 3;
11342 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11343 L[i] = 4;
11344 return (Array[1] != -2 || L[2] != 3)
11346 return 0;
11348 _ACEOF
11349 if ac_fn_c_try_run "$LINENO"; then :
11350 ac_cv_c_gcc_strength_bug="no"
11351 else
11352 ac_cv_c_gcc_strength_bug="yes"
11354 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11355 conftest.$ac_objext conftest.beam conftest.$ac_ext
11359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11360 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11361 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11362 then
11363 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11367 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11368 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11369 $as_echo_n "(cached) " >&6
11370 else
11371 ac_wine_try_cflags_saved=$CFLAGS
11372 CFLAGS="$CFLAGS -fno-builtin"
11373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11374 /* end confdefs.h. */
11375 int main(int argc, char *argv) { return 0; }
11376 _ACEOF
11377 if ac_fn_c_try_link "$LINENO"; then :
11378 ac_cv_cflags__fno_builtin=yes
11379 else
11380 ac_cv_cflags__fno_builtin=no
11382 rm -f core conftest.err conftest.$ac_objext \
11383 conftest$ac_exeext conftest.$ac_ext
11384 CFLAGS=$ac_wine_try_cflags_saved
11386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11387 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11388 if test $ac_cv_cflags__fno_builtin = yes; then :
11389 BUILTINFLAG="-fno-builtin"
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11393 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11394 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11395 $as_echo_n "(cached) " >&6
11396 else
11397 ac_wine_try_cflags_saved=$CFLAGS
11398 CFLAGS="$CFLAGS -fno-strict-aliasing"
11399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11400 /* end confdefs.h. */
11401 int main(int argc, char *argv) { return 0; }
11402 _ACEOF
11403 if ac_fn_c_try_link "$LINENO"; then :
11404 ac_cv_cflags__fno_strict_aliasing=yes
11405 else
11406 ac_cv_cflags__fno_strict_aliasing=no
11408 rm -f core conftest.err conftest.$ac_objext \
11409 conftest$ac_exeext conftest.$ac_ext
11410 CFLAGS=$ac_wine_try_cflags_saved
11412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11413 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11414 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11415 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11418 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11419 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11420 $as_echo_n "(cached) " >&6
11421 else
11422 ac_wine_try_cflags_saved=$CFLAGS
11423 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11425 /* end confdefs.h. */
11426 int main(int argc, char *argv) { return 0; }
11427 _ACEOF
11428 if ac_fn_c_try_link "$LINENO"; then :
11429 ac_cv_cflags__Wdeclaration_after_statement=yes
11430 else
11431 ac_cv_cflags__Wdeclaration_after_statement=no
11433 rm -f core conftest.err conftest.$ac_objext \
11434 conftest$ac_exeext conftest.$ac_ext
11435 CFLAGS=$ac_wine_try_cflags_saved
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11438 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11439 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11440 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11443 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11444 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11445 $as_echo_n "(cached) " >&6
11446 else
11447 ac_wine_try_cflags_saved=$CFLAGS
11448 CFLAGS="$CFLAGS -Wstrict-prototypes"
11449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11450 /* end confdefs.h. */
11451 int main(int argc, char *argv) { return 0; }
11452 _ACEOF
11453 if ac_fn_c_try_link "$LINENO"; then :
11454 ac_cv_cflags__Wstrict_prototypes=yes
11455 else
11456 ac_cv_cflags__Wstrict_prototypes=no
11458 rm -f core conftest.err conftest.$ac_objext \
11459 conftest$ac_exeext conftest.$ac_ext
11460 CFLAGS=$ac_wine_try_cflags_saved
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11463 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11464 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11465 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11468 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11469 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11470 $as_echo_n "(cached) " >&6
11471 else
11472 ac_wine_try_cflags_saved=$CFLAGS
11473 CFLAGS="$CFLAGS -Wwrite-strings"
11474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11475 /* end confdefs.h. */
11476 int main(int argc, char *argv) { return 0; }
11477 _ACEOF
11478 if ac_fn_c_try_link "$LINENO"; then :
11479 ac_cv_cflags__Wwrite_strings=yes
11480 else
11481 ac_cv_cflags__Wwrite_strings=no
11483 rm -f core conftest.err conftest.$ac_objext \
11484 conftest$ac_exeext conftest.$ac_ext
11485 CFLAGS=$ac_wine_try_cflags_saved
11487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11488 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11489 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11490 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11493 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11494 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11495 $as_echo_n "(cached) " >&6
11496 else
11497 ac_wine_try_cflags_saved=$CFLAGS
11498 CFLAGS="$CFLAGS -Wtype-limits"
11499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11500 /* end confdefs.h. */
11501 int main(int argc, char *argv) { return 0; }
11502 _ACEOF
11503 if ac_fn_c_try_link "$LINENO"; then :
11504 ac_cv_cflags__Wtype_limits=yes
11505 else
11506 ac_cv_cflags__Wtype_limits=no
11508 rm -f core conftest.err conftest.$ac_objext \
11509 conftest$ac_exeext conftest.$ac_ext
11510 CFLAGS=$ac_wine_try_cflags_saved
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11513 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11514 if test $ac_cv_cflags__Wtype_limits = yes; then :
11515 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11518 saved_CFLAGS="$CFLAGS"
11519 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11521 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11522 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11523 $as_echo_n "(cached) " >&6
11524 else
11525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11526 /* end confdefs.h. */
11527 #include <string.h>
11529 main ()
11533 return 0;
11535 _ACEOF
11536 if ac_fn_c_try_compile "$LINENO"; then :
11537 ac_cv_c_string_h_warnings=no
11538 else
11539 ac_cv_c_string_h_warnings=yes
11541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11544 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11545 CFLAGS="$saved_CFLAGS"
11546 if test "$ac_cv_c_string_h_warnings" = "no"
11547 then
11548 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11551 if test "${enable_maintainer_mode+set}" = set
11552 then
11553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11554 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11555 if test "${ac_cv_cflags__Werror+set}" = set; then :
11556 $as_echo_n "(cached) " >&6
11557 else
11558 ac_wine_try_cflags_saved=$CFLAGS
11559 CFLAGS="$CFLAGS -Werror"
11560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11561 /* end confdefs.h. */
11562 int main(int argc, char *argv) { return 0; }
11563 _ACEOF
11564 if ac_fn_c_try_link "$LINENO"; then :
11565 ac_cv_cflags__Werror=yes
11566 else
11567 ac_cv_cflags__Werror=no
11569 rm -f core conftest.err conftest.$ac_objext \
11570 conftest$ac_exeext conftest.$ac_ext
11571 CFLAGS=$ac_wine_try_cflags_saved
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11574 $as_echo "$ac_cv_cflags__Werror" >&6; }
11575 if test $ac_cv_cflags__Werror = yes; then :
11576 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11580 saved_CFLAGS="$CFLAGS"
11581 CFLAGS="$CFLAGS -Werror"
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11583 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11584 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11585 $as_echo_n "(cached) " >&6
11586 else
11587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11588 /* end confdefs.h. */
11589 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11591 main ()
11595 return 0;
11597 _ACEOF
11598 if ac_fn_c_try_compile "$LINENO"; then :
11599 ac_cv_have_ms_hook_prologue="yes"
11600 else
11601 ac_cv_have_ms_hook_prologue="no"
11603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11606 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11607 CFLAGS="$saved_CFLAGS"
11608 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11609 then
11611 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11613 else
11614 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11621 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11622 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11623 $as_echo_n "(cached) " >&6
11624 else
11625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11626 /* end confdefs.h. */
11627 extern int ac_test;
11629 main ()
11631 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11633 return 0;
11635 _ACEOF
11636 if ac_fn_c_try_link "$LINENO"; then :
11637 ac_cv_c_extern_prefix="yes"
11638 else
11639 ac_cv_c_extern_prefix="no"
11641 rm -f core conftest.err conftest.$ac_objext \
11642 conftest$ac_exeext conftest.$ac_ext
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11645 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11647 case $host_cpu in
11648 *i[3456789]86*)
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11650 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11651 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11652 $as_echo_n "(cached) " >&6
11653 else
11654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11655 /* end confdefs.h. */
11656 #ifndef _MSC_VER
11657 #define __stdcall __attribute__((__stdcall__))
11658 #endif
11659 int __stdcall ac_test(int i) { return i; }
11661 main ()
11663 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11665 return 0;
11667 _ACEOF
11668 if ac_fn_c_try_link "$LINENO"; then :
11669 ac_cv_c_stdcall_suffix="yes"
11670 else
11671 ac_cv_c_stdcall_suffix="no"
11673 rm -f core conftest.err conftest.$ac_objext \
11674 conftest$ac_exeext conftest.$ac_ext
11676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11677 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11678 *) ac_cv_c_stdcall_suffix="no" ;;
11679 esac
11682 if test "$ac_cv_c_extern_prefix" = "yes"
11683 then
11684 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11686 asm_name_prefix="_"
11687 else
11688 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11690 asm_name_prefix=""
11694 if test "$ac_cv_c_stdcall_suffix" = "yes"
11695 then
11696 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11698 else
11699 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11705 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11706 if test "${ac_cv_asm_func_def+set}" = set; then :
11707 $as_echo_n "(cached) " >&6
11708 else
11709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11710 /* end confdefs.h. */
11713 main ()
11715 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11717 return 0;
11719 _ACEOF
11720 if ac_fn_c_try_link "$LINENO"; then :
11721 ac_cv_asm_func_def=".def"
11722 else
11723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11724 /* end confdefs.h. */
11727 main ()
11729 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11731 return 0;
11733 _ACEOF
11734 if ac_fn_c_try_link "$LINENO"; then :
11735 ac_cv_asm_func_def=".type @function"
11736 else
11737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11738 /* end confdefs.h. */
11741 main ()
11743 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11745 return 0;
11747 _ACEOF
11748 if ac_fn_c_try_link "$LINENO"; then :
11749 ac_cv_asm_func_def=".type 2"
11750 else
11751 ac_cv_asm_func_def="unknown"
11753 rm -f core conftest.err conftest.$ac_objext \
11754 conftest$ac_exeext conftest.$ac_ext
11756 rm -f core conftest.err conftest.$ac_objext \
11757 conftest$ac_exeext conftest.$ac_ext
11759 rm -f core conftest.err conftest.$ac_objext \
11760 conftest$ac_exeext conftest.$ac_ext
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11763 $as_echo "$ac_cv_asm_func_def" >&6; }
11766 case "$ac_cv_asm_func_def" in
11767 ".def")
11768 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11770 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11771 ".type @function")
11772 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11774 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11775 ".type 2")
11776 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11778 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11780 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11782 asm_func_header="" ;;
11783 esac
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11786 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11787 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11788 $as_echo_n "(cached) " >&6
11789 else
11790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11791 /* end confdefs.h. */
11792 asm(".text\n\t.long 0");
11794 main ()
11798 return 0;
11800 _ACEOF
11801 if ac_fn_c_try_compile "$LINENO"; then :
11802 ac_cv_c_asm_outside_funcs="yes"
11803 else
11804 ac_cv_c_asm_outside_funcs="no"
11806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11809 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11812 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11813 if test "${ac_cv_c_dot_previous+set}" = set; then :
11814 $as_echo_n "(cached) " >&6
11815 else
11816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11817 /* end confdefs.h. */
11820 main ()
11822 asm(".text\nac_test:\t.long 0\n\t.previous");
11824 return 0;
11826 _ACEOF
11827 if ac_fn_c_try_link "$LINENO"; then :
11828 ac_cv_c_dot_previous="yes"
11829 else
11830 ac_cv_c_dot_previous="no"
11832 rm -f core conftest.err conftest.$ac_objext \
11833 conftest$ac_exeext conftest.$ac_ext
11835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11836 $as_echo "$ac_cv_c_dot_previous" >&6; }
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11839 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11840 if test "${ac_cv_c_cfi_support+set}" = set; then :
11841 $as_echo_n "(cached) " >&6
11842 else
11843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11844 /* end confdefs.h. */
11845 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11847 main ()
11851 return 0;
11853 _ACEOF
11854 if ac_fn_c_try_compile "$LINENO"; then :
11855 ac_cv_c_cfi_support="yes"
11856 else
11857 ac_cv_c_cfi_support="no"
11859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11862 $as_echo "$ac_cv_c_cfi_support" >&6; }
11864 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11865 asm_func_trailer=""
11866 if test "$ac_cv_c_dot_previous" = "yes"
11867 then
11868 asm_func_trailer="\\n\\t.previous"
11870 if test "$ac_cv_c_cfi_support" = "yes"
11871 then
11872 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11873 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11875 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11877 else
11878 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11882 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11885 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11886 then
11887 cat >>confdefs.h <<_ACEOF
11888 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11889 _ACEOF
11891 else
11892 cat >>confdefs.h <<_ACEOF
11893 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11894 _ACEOF
11898 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11901 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11905 LDPATH=""
11907 case $build_os in
11908 cygwin*|mingw32*)
11909 TOOLSEXT=".exe"
11911 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11913 darwin*|macosx*)
11916 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11918 esac
11920 case $host_os in
11921 mingw32*)
11922 CRTLIBS="-lmsvcrt"
11924 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11927 esac
11929 MAIN_BINARY="wine"
11931 test -z "$with_wine64" || MAIN_BINARY="wine32"
11933 case $host_cpu in
11934 *i[3456789]86*)
11935 case $host_os in
11936 linux*)
11937 EXTRA_BINARIES="wine-preloader"
11939 esac
11941 esac
11944 ac_save_CFLAGS="$CFLAGS"
11945 CFLAGS="$CFLAGS $BUILTINFLAG"
11946 for ac_func in \
11947 _pclose \
11948 _popen \
11949 _snprintf \
11950 _spawnvp \
11951 _strdup \
11952 _stricmp \
11953 _strnicmp \
11954 _strtoi64 \
11955 _strtoui64 \
11956 _vsnprintf \
11957 asctime_r \
11958 chsize \
11959 dlopen \
11960 epoll_create \
11961 ffs \
11962 finite \
11963 fnmatch \
11964 fork \
11965 fpclass \
11966 fstatfs \
11967 fstatvfs \
11968 ftruncate \
11969 futimes \
11970 futimesat \
11971 getdirentries \
11972 getopt_long \
11973 getpagesize \
11974 getpwuid \
11975 gettid \
11976 gettimeofday \
11977 getuid \
11978 kqueue \
11979 lstat \
11980 memmove \
11981 mmap \
11982 pclose \
11983 pipe2 \
11984 poll \
11985 popen \
11986 port_create \
11987 prctl \
11988 pread \
11989 pwrite \
11990 readdir \
11991 readlink \
11992 sched_setaffinity \
11993 sched_yield \
11994 select \
11995 setproctitle \
11996 setrlimit \
11997 settimeofday \
11998 sigaltstack \
11999 sigprocmask \
12000 snprintf \
12001 spawnvp \
12002 statfs \
12003 statvfs \
12004 strcasecmp \
12005 strdup \
12006 strerror \
12007 strncasecmp \
12008 strtold \
12009 strtoll \
12010 strtoull \
12011 symlink \
12012 tcgetattr \
12013 thr_kill2 \
12014 timegm \
12015 usleep \
12016 vsnprintf \
12017 wait4 \
12018 waitpid \
12020 do :
12021 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12022 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12023 eval as_val=\$$as_ac_var
12024 if test "x$as_val" = x""yes; then :
12025 cat >>confdefs.h <<_ACEOF
12026 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12027 _ACEOF
12030 done
12032 CFLAGS="$ac_save_CFLAGS"
12034 if test "$ac_cv_func_dlopen" = no
12035 then
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12037 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12038 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12039 $as_echo_n "(cached) " >&6
12040 else
12041 ac_check_lib_save_LIBS=$LIBS
12042 LIBS="-ldl $LIBS"
12043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12044 /* end confdefs.h. */
12046 /* Override any GCC internal prototype to avoid an error.
12047 Use char because int might match the return type of a GCC
12048 builtin and then its argument prototype would still apply. */
12049 #ifdef __cplusplus
12050 extern "C"
12051 #endif
12052 char dlopen ();
12054 main ()
12056 return dlopen ();
12058 return 0;
12060 _ACEOF
12061 if ac_fn_c_try_link "$LINENO"; then :
12062 ac_cv_lib_dl_dlopen=yes
12063 else
12064 ac_cv_lib_dl_dlopen=no
12066 rm -f core conftest.err conftest.$ac_objext \
12067 conftest$ac_exeext conftest.$ac_ext
12068 LIBS=$ac_check_lib_save_LIBS
12070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12071 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12072 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12073 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12074 LIBDL="-ldl"
12079 ac_wine_check_funcs_save_LIBS="$LIBS"
12080 LIBS="$LIBS $LIBDL"
12081 for ac_func in dladdr
12082 do :
12083 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12084 if test "x$ac_cv_func_dladdr" = x""yes; then :
12085 cat >>confdefs.h <<_ACEOF
12086 #define HAVE_DLADDR 1
12087 _ACEOF
12090 done
12092 LIBS="$ac_wine_check_funcs_save_LIBS"
12094 if test "$ac_cv_func_poll" = no
12095 then
12096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12097 $as_echo_n "checking for poll in -lpoll... " >&6; }
12098 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12099 $as_echo_n "(cached) " >&6
12100 else
12101 ac_check_lib_save_LIBS=$LIBS
12102 LIBS="-lpoll $LIBS"
12103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12104 /* end confdefs.h. */
12106 /* Override any GCC internal prototype to avoid an error.
12107 Use char because int might match the return type of a GCC
12108 builtin and then its argument prototype would still apply. */
12109 #ifdef __cplusplus
12110 extern "C"
12111 #endif
12112 char poll ();
12114 main ()
12116 return poll ();
12118 return 0;
12120 _ACEOF
12121 if ac_fn_c_try_link "$LINENO"; then :
12122 ac_cv_lib_poll_poll=yes
12123 else
12124 ac_cv_lib_poll_poll=no
12126 rm -f core conftest.err conftest.$ac_objext \
12127 conftest$ac_exeext conftest.$ac_ext
12128 LIBS=$ac_check_lib_save_LIBS
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12131 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12132 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12133 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12134 LIBPOLL="-lpoll"
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12141 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12142 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12143 $as_echo_n "(cached) " >&6
12144 else
12145 ac_func_search_save_LIBS=$LIBS
12146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12147 /* end confdefs.h. */
12149 /* Override any GCC internal prototype to avoid an error.
12150 Use char because int might match the return type of a GCC
12151 builtin and then its argument prototype would still apply. */
12152 #ifdef __cplusplus
12153 extern "C"
12154 #endif
12155 char gethostbyname ();
12157 main ()
12159 return gethostbyname ();
12161 return 0;
12163 _ACEOF
12164 for ac_lib in '' nsl; do
12165 if test -z "$ac_lib"; then
12166 ac_res="none required"
12167 else
12168 ac_res=-l$ac_lib
12169 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12171 if ac_fn_c_try_link "$LINENO"; then :
12172 ac_cv_search_gethostbyname=$ac_res
12174 rm -f core conftest.err conftest.$ac_objext \
12175 conftest$ac_exeext
12176 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12177 break
12179 done
12180 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12182 else
12183 ac_cv_search_gethostbyname=no
12185 rm conftest.$ac_ext
12186 LIBS=$ac_func_search_save_LIBS
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12189 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12190 ac_res=$ac_cv_search_gethostbyname
12191 if test "$ac_res" != no; then :
12192 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12198 $as_echo_n "checking for library containing connect... " >&6; }
12199 if test "${ac_cv_search_connect+set}" = set; then :
12200 $as_echo_n "(cached) " >&6
12201 else
12202 ac_func_search_save_LIBS=$LIBS
12203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12204 /* end confdefs.h. */
12206 /* Override any GCC internal prototype to avoid an error.
12207 Use char because int might match the return type of a GCC
12208 builtin and then its argument prototype would still apply. */
12209 #ifdef __cplusplus
12210 extern "C"
12211 #endif
12212 char connect ();
12214 main ()
12216 return connect ();
12218 return 0;
12220 _ACEOF
12221 for ac_lib in '' socket; do
12222 if test -z "$ac_lib"; then
12223 ac_res="none required"
12224 else
12225 ac_res=-l$ac_lib
12226 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12228 if ac_fn_c_try_link "$LINENO"; then :
12229 ac_cv_search_connect=$ac_res
12231 rm -f core conftest.err conftest.$ac_objext \
12232 conftest$ac_exeext
12233 if test "${ac_cv_search_connect+set}" = set; then :
12234 break
12236 done
12237 if test "${ac_cv_search_connect+set}" = set; then :
12239 else
12240 ac_cv_search_connect=no
12242 rm conftest.$ac_ext
12243 LIBS=$ac_func_search_save_LIBS
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12246 $as_echo "$ac_cv_search_connect" >&6; }
12247 ac_res=$ac_cv_search_connect
12248 if test "$ac_res" != no; then :
12249 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12255 $as_echo_n "checking for library containing inet_aton... " >&6; }
12256 if test "${ac_cv_search_inet_aton+set}" = set; then :
12257 $as_echo_n "(cached) " >&6
12258 else
12259 ac_func_search_save_LIBS=$LIBS
12260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12261 /* end confdefs.h. */
12263 /* Override any GCC internal prototype to avoid an error.
12264 Use char because int might match the return type of a GCC
12265 builtin and then its argument prototype would still apply. */
12266 #ifdef __cplusplus
12267 extern "C"
12268 #endif
12269 char inet_aton ();
12271 main ()
12273 return inet_aton ();
12275 return 0;
12277 _ACEOF
12278 for ac_lib in '' resolv; do
12279 if test -z "$ac_lib"; then
12280 ac_res="none required"
12281 else
12282 ac_res=-l$ac_lib
12283 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12285 if ac_fn_c_try_link "$LINENO"; then :
12286 ac_cv_search_inet_aton=$ac_res
12288 rm -f core conftest.err conftest.$ac_objext \
12289 conftest$ac_exeext
12290 if test "${ac_cv_search_inet_aton+set}" = set; then :
12291 break
12293 done
12294 if test "${ac_cv_search_inet_aton+set}" = set; then :
12296 else
12297 ac_cv_search_inet_aton=no
12299 rm conftest.$ac_ext
12300 LIBS=$ac_func_search_save_LIBS
12302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12303 $as_echo "$ac_cv_search_inet_aton" >&6; }
12304 ac_res=$ac_cv_search_inet_aton
12305 if test "$ac_res" != no; then :
12306 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12311 for ac_func in \
12312 getaddrinfo \
12313 getnameinfo \
12314 getnetbyname \
12315 getprotobyname \
12316 getprotobynumber \
12317 getservbyport \
12318 inet_network \
12319 inet_ntop \
12320 inet_pton \
12321 sendmsg \
12322 socketpair \
12324 do :
12325 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12326 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12327 eval as_val=\$$as_ac_var
12328 if test "x$as_val" = x""yes; then :
12329 cat >>confdefs.h <<_ACEOF
12330 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12331 _ACEOF
12334 done
12337 LDAPLIBS=""
12339 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12340 then
12341 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12343 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12345 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12346 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12347 $as_echo_n "(cached) " >&6
12348 else
12349 ac_check_lib_save_LIBS=$LIBS
12350 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12352 /* end confdefs.h. */
12354 /* Override any GCC internal prototype to avoid an error.
12355 Use char because int might match the return type of a GCC
12356 builtin and then its argument prototype would still apply. */
12357 #ifdef __cplusplus
12358 extern "C"
12359 #endif
12360 char ldap_initialize ();
12362 main ()
12364 return ldap_initialize ();
12366 return 0;
12368 _ACEOF
12369 if ac_fn_c_try_link "$LINENO"; then :
12370 ac_cv_lib_ldap_r_ldap_initialize=yes
12371 else
12372 ac_cv_lib_ldap_r_ldap_initialize=no
12374 rm -f core conftest.err conftest.$ac_objext \
12375 conftest$ac_exeext conftest.$ac_ext
12376 LIBS=$ac_check_lib_save_LIBS
12378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12379 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12380 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12382 $as_echo_n "checking for ber_init in -llber... " >&6; }
12383 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12384 $as_echo_n "(cached) " >&6
12385 else
12386 ac_check_lib_save_LIBS=$LIBS
12387 LIBS="-llber $LIBPTHREAD $LIBS"
12388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12389 /* end confdefs.h. */
12391 /* Override any GCC internal prototype to avoid an error.
12392 Use char because int might match the return type of a GCC
12393 builtin and then its argument prototype would still apply. */
12394 #ifdef __cplusplus
12395 extern "C"
12396 #endif
12397 char ber_init ();
12399 main ()
12401 return ber_init ();
12403 return 0;
12405 _ACEOF
12406 if ac_fn_c_try_link "$LINENO"; then :
12407 ac_cv_lib_lber_ber_init=yes
12408 else
12409 ac_cv_lib_lber_ber_init=no
12411 rm -f core conftest.err conftest.$ac_objext \
12412 conftest$ac_exeext conftest.$ac_ext
12413 LIBS=$ac_check_lib_save_LIBS
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12416 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12417 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12419 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12421 LDAPLIBS="-lldap_r -llber"
12428 ac_wine_check_funcs_save_LIBS="$LIBS"
12429 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12430 for ac_func in \
12431 ldap_count_references \
12432 ldap_first_reference \
12433 ldap_next_reference \
12434 ldap_parse_reference \
12435 ldap_parse_sort_control \
12436 ldap_parse_sortresponse_control \
12437 ldap_parse_vlv_control \
12438 ldap_parse_vlvresponse_control
12439 do :
12440 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12441 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12442 eval as_val=\$$as_ac_var
12443 if test "x$as_val" = x""yes; then :
12444 cat >>confdefs.h <<_ACEOF
12445 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12446 _ACEOF
12449 done
12451 LIBS="$ac_wine_check_funcs_save_LIBS"
12453 if test "x$LDAPLIBS" = "x"; then :
12454 case "x$with_ldap" in
12455 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12456 xno) ;;
12457 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12458 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12459 esac
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12463 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12464 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12465 $as_echo_n "(cached) " >&6
12466 else
12467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12468 /* end confdefs.h. */
12469 #include <sys/stat.h>
12471 main ()
12473 mkdir("foo");
12475 return 0;
12477 _ACEOF
12478 if ac_fn_c_try_compile "$LINENO"; then :
12479 wine_cv_one_arg_mkdir=yes
12480 else
12481 wine_cv_one_arg_mkdir=no
12483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12486 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12487 if test "$wine_cv_one_arg_mkdir" = "yes"
12488 then
12490 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12496 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12497 if test "${ac_cv_c_const+set}" = set; then :
12498 $as_echo_n "(cached) " >&6
12499 else
12500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12501 /* end confdefs.h. */
12504 main ()
12506 /* FIXME: Include the comments suggested by Paul. */
12507 #ifndef __cplusplus
12508 /* Ultrix mips cc rejects this. */
12509 typedef int charset[2];
12510 const charset cs;
12511 /* SunOS 4.1.1 cc rejects this. */
12512 char const *const *pcpcc;
12513 char **ppc;
12514 /* NEC SVR4.0.2 mips cc rejects this. */
12515 struct point {int x, y;};
12516 static struct point const zero = {0,0};
12517 /* AIX XL C 1.02.0.0 rejects this.
12518 It does not let you subtract one const X* pointer from another in
12519 an arm of an if-expression whose if-part is not a constant
12520 expression */
12521 const char *g = "string";
12522 pcpcc = &g + (g ? g-g : 0);
12523 /* HPUX 7.0 cc rejects these. */
12524 ++pcpcc;
12525 ppc = (char**) pcpcc;
12526 pcpcc = (char const *const *) ppc;
12527 { /* SCO 3.2v4 cc rejects this. */
12528 char *t;
12529 char const *s = 0 ? (char *) 0 : (char const *) 0;
12531 *t++ = 0;
12532 if (s) return 0;
12534 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12535 int x[] = {25, 17};
12536 const int *foo = &x[0];
12537 ++foo;
12539 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12540 typedef const int *iptr;
12541 iptr p = 0;
12542 ++p;
12544 { /* AIX XL C 1.02.0.0 rejects this saying
12545 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12546 struct s { int j; const int *ap[3]; };
12547 struct s *b; b->j = 5;
12549 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12550 const int foo = 10;
12551 if (!foo) return 0;
12553 return !cs[0] && !zero.x;
12554 #endif
12557 return 0;
12559 _ACEOF
12560 if ac_fn_c_try_compile "$LINENO"; then :
12561 ac_cv_c_const=yes
12562 else
12563 ac_cv_c_const=no
12565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12568 $as_echo "$ac_cv_c_const" >&6; }
12569 if test $ac_cv_c_const = no; then
12571 $as_echo "#define const /**/" >>confdefs.h
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12576 $as_echo_n "checking for inline... " >&6; }
12577 if test "${ac_cv_c_inline+set}" = set; then :
12578 $as_echo_n "(cached) " >&6
12579 else
12580 ac_cv_c_inline=no
12581 for ac_kw in inline __inline__ __inline; do
12582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12583 /* end confdefs.h. */
12584 #ifndef __cplusplus
12585 typedef int foo_t;
12586 static $ac_kw foo_t static_foo () {return 0; }
12587 $ac_kw foo_t foo () {return 0; }
12588 #endif
12590 _ACEOF
12591 if ac_fn_c_try_compile "$LINENO"; then :
12592 ac_cv_c_inline=$ac_kw
12594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12595 test "$ac_cv_c_inline" != no && break
12596 done
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12600 $as_echo "$ac_cv_c_inline" >&6; }
12602 case $ac_cv_c_inline in
12603 inline | yes) ;;
12605 case $ac_cv_c_inline in
12606 no) ac_val=;;
12607 *) ac_val=$ac_cv_c_inline;;
12608 esac
12609 cat >>confdefs.h <<_ACEOF
12610 #ifndef __cplusplus
12611 #define inline $ac_val
12612 #endif
12613 _ACEOF
12615 esac
12617 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12618 if test "x$ac_cv_type_mode_t" = x""yes; then :
12620 cat >>confdefs.h <<_ACEOF
12621 #define HAVE_MODE_T 1
12622 _ACEOF
12626 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12627 if test "x$ac_cv_type_off_t" = x""yes; then :
12629 cat >>confdefs.h <<_ACEOF
12630 #define HAVE_OFF_T 1
12631 _ACEOF
12635 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12636 if test "x$ac_cv_type_pid_t" = x""yes; then :
12638 cat >>confdefs.h <<_ACEOF
12639 #define HAVE_PID_T 1
12640 _ACEOF
12644 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12645 if test "x$ac_cv_type_size_t" = x""yes; then :
12647 cat >>confdefs.h <<_ACEOF
12648 #define HAVE_SIZE_T 1
12649 _ACEOF
12653 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12654 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12656 cat >>confdefs.h <<_ACEOF
12657 #define HAVE_SSIZE_T 1
12658 _ACEOF
12662 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12663 if test "x$ac_cv_type_long_long" = x""yes; then :
12665 cat >>confdefs.h <<_ACEOF
12666 #define HAVE_LONG_LONG 1
12667 _ACEOF
12671 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12672 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12674 cat >>confdefs.h <<_ACEOF
12675 #define HAVE_FSBLKCNT_T 1
12676 _ACEOF
12680 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12681 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12683 cat >>confdefs.h <<_ACEOF
12684 #define HAVE_FSFILCNT_T 1
12685 _ACEOF
12690 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12691 #include <signal.h>
12693 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12695 cat >>confdefs.h <<_ACEOF
12696 #define HAVE_SIGSET_T 1
12697 _ACEOF
12702 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12704 if test "x$ac_cv_type_request_sense" = x""yes; then :
12706 cat >>confdefs.h <<_ACEOF
12707 #define HAVE_REQUEST_SENSE 1
12708 _ACEOF
12714 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12715 #ifdef HAVE_SYS_SOCKET_H
12716 #include <sys/socket.h>
12717 #endif
12718 #ifdef HAVE_SYS_SOCKETVAR_H
12719 #include <sys/socketvar.h>
12720 #endif
12721 #ifdef HAVE_NET_ROUTE_H
12722 #include <net/route.h>
12723 #endif
12724 #ifdef HAVE_NETINET_IN_H
12725 #include <netinet/in.h>
12726 #endif
12727 #ifdef HAVE_NETINET_IN_SYSTM_H
12728 #include <netinet/in_systm.h>
12729 #endif
12730 #ifdef HAVE_NETINET_IP_H
12731 #include <netinet/ip.h>
12732 #endif
12733 #ifdef HAVE_NETINET_IN_PCB_H
12734 #include <netinet/in_pcb.h>
12735 #endif
12737 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12739 cat >>confdefs.h <<_ACEOF
12740 #define HAVE_STRUCT_XINPGEN 1
12741 _ACEOF
12747 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12748 #include <linux/input.h>
12749 #endif
12751 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12753 cat >>confdefs.h <<_ACEOF
12754 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12755 _ACEOF
12761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12762 $as_echo_n "checking for sigaddset... " >&6; }
12763 if test "${wine_cv_have_sigaddset+set}" = set; then :
12764 $as_echo_n "(cached) " >&6
12765 else
12766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12767 /* end confdefs.h. */
12768 #include <signal.h>
12770 main ()
12772 sigset_t set; sigaddset(&set,SIGTERM);
12774 return 0;
12776 _ACEOF
12777 if ac_fn_c_try_link "$LINENO"; then :
12778 wine_cv_have_sigaddset=yes
12779 else
12780 wine_cv_have_sigaddset=no
12782 rm -f core conftest.err conftest.$ac_objext \
12783 conftest$ac_exeext conftest.$ac_ext
12785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12786 $as_echo "$wine_cv_have_sigaddset" >&6; }
12787 if test "$wine_cv_have_sigaddset" = "yes"
12788 then
12790 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12796 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12797 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12798 $as_echo_n "(cached) " >&6
12799 else
12800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12801 /* end confdefs.h. */
12802 #include <netdb.h>
12804 main ()
12807 char *name=0;
12808 struct hostent he;
12809 struct hostent *result;
12810 char *buf=0;
12811 int bufsize=0;
12812 int res,errnr;
12813 char *addr=0;
12814 int addrlen=0;
12815 int addrtype=0;
12816 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12817 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12820 return 0;
12822 _ACEOF
12823 if ac_fn_c_try_link "$LINENO"; then :
12824 wine_cv_linux_gethostbyname_r_6=yes
12825 else
12826 wine_cv_linux_gethostbyname_r_6=no
12829 rm -f core conftest.err conftest.$ac_objext \
12830 conftest$ac_exeext conftest.$ac_ext
12833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12834 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12835 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12836 then
12838 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12842 if test "$ac_cv_header_linux_joystick_h" = "yes"
12843 then
12844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12845 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12846 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12847 $as_echo_n "(cached) " >&6
12848 else
12849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12850 /* end confdefs.h. */
12852 #include <sys/ioctl.h>
12853 #include <sys/types.h>
12854 #include <linux/joystick.h>
12856 struct js_event blub;
12857 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12858 #error "no 2.2 header"
12859 #endif
12862 main ()
12864 /*empty*/
12866 return 0;
12868 _ACEOF
12869 if ac_fn_c_try_compile "$LINENO"; then :
12870 wine_cv_linux_joystick_22_api=yes
12871 else
12872 wine_cv_linux_joystick_22_api=no
12874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12878 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12879 if test "$wine_cv_linux_joystick_22_api" = "yes"
12880 then
12882 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12888 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12889 #ifdef HAVE_SYS_PARAM_H
12890 # include <sys/param.h>
12891 #endif
12892 #ifdef HAVE_SYS_MOUNT_H
12893 # include <sys/mount.h>
12894 #endif
12895 #ifdef HAVE_SYS_VFS_H
12896 # include <sys/vfs.h>
12897 #endif
12898 #ifdef HAVE_SYS_STATFS_H
12899 # include <sys/statfs.h>
12900 #endif
12902 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12904 cat >>confdefs.h <<_ACEOF
12905 #define HAVE_STRUCT_STATFS_F_BFREE 1
12906 _ACEOF
12910 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12911 #ifdef HAVE_SYS_PARAM_H
12912 # include <sys/param.h>
12913 #endif
12914 #ifdef HAVE_SYS_MOUNT_H
12915 # include <sys/mount.h>
12916 #endif
12917 #ifdef HAVE_SYS_VFS_H
12918 # include <sys/vfs.h>
12919 #endif
12920 #ifdef HAVE_SYS_STATFS_H
12921 # include <sys/statfs.h>
12922 #endif
12924 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12926 cat >>confdefs.h <<_ACEOF
12927 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12928 _ACEOF
12932 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12933 #ifdef HAVE_SYS_PARAM_H
12934 # include <sys/param.h>
12935 #endif
12936 #ifdef HAVE_SYS_MOUNT_H
12937 # include <sys/mount.h>
12938 #endif
12939 #ifdef HAVE_SYS_VFS_H
12940 # include <sys/vfs.h>
12941 #endif
12942 #ifdef HAVE_SYS_STATFS_H
12943 # include <sys/statfs.h>
12944 #endif
12946 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12948 cat >>confdefs.h <<_ACEOF
12949 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12950 _ACEOF
12954 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12955 #ifdef HAVE_SYS_PARAM_H
12956 # include <sys/param.h>
12957 #endif
12958 #ifdef HAVE_SYS_MOUNT_H
12959 # include <sys/mount.h>
12960 #endif
12961 #ifdef HAVE_SYS_VFS_H
12962 # include <sys/vfs.h>
12963 #endif
12964 #ifdef HAVE_SYS_STATFS_H
12965 # include <sys/statfs.h>
12966 #endif
12968 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
12970 cat >>confdefs.h <<_ACEOF
12971 #define HAVE_STRUCT_STATFS_F_FFREE 1
12972 _ACEOF
12976 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
12977 #ifdef HAVE_SYS_PARAM_H
12978 # include <sys/param.h>
12979 #endif
12980 #ifdef HAVE_SYS_MOUNT_H
12981 # include <sys/mount.h>
12982 #endif
12983 #ifdef HAVE_SYS_VFS_H
12984 # include <sys/vfs.h>
12985 #endif
12986 #ifdef HAVE_SYS_STATFS_H
12987 # include <sys/statfs.h>
12988 #endif
12990 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
12992 cat >>confdefs.h <<_ACEOF
12993 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
12994 _ACEOF
12998 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
12999 #ifdef HAVE_SYS_PARAM_H
13000 # include <sys/param.h>
13001 #endif
13002 #ifdef HAVE_SYS_MOUNT_H
13003 # include <sys/mount.h>
13004 #endif
13005 #ifdef HAVE_SYS_VFS_H
13006 # include <sys/vfs.h>
13007 #endif
13008 #ifdef HAVE_SYS_STATFS_H
13009 # include <sys/statfs.h>
13010 #endif
13012 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13014 cat >>confdefs.h <<_ACEOF
13015 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13016 _ACEOF
13022 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13023 #include <sys/statvfs.h>
13024 #endif
13026 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13028 cat >>confdefs.h <<_ACEOF
13029 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13030 _ACEOF
13036 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#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_msghdr_msg_accrights" = x""yes; then :
13046 cat >>confdefs.h <<_ACEOF
13047 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13048 _ACEOF
13052 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_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_sa_len" = x""yes; then :
13062 cat >>confdefs.h <<_ACEOF
13063 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13064 _ACEOF
13068 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13069 #ifdef HAVE_SYS_SOCKET_H
13070 # include <sys/socket.h>
13071 #endif
13072 #ifdef HAVE_SYS_UN_H
13073 # include <sys/un.h>
13074 #endif
13076 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13078 cat >>confdefs.h <<_ACEOF
13079 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13080 _ACEOF
13086 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13087 #ifdef HAVE_SCSI_SG_H
13088 #include <scsi/sg.h>
13089 #endif
13091 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13093 cat >>confdefs.h <<_ACEOF
13094 #define HAVE_SCSIREQ_T_CMD 1
13095 _ACEOF
13099 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>
13100 #ifdef HAVE_SCSI_SG_H
13101 #include <scsi/sg.h>
13102 #endif
13104 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13106 cat >>confdefs.h <<_ACEOF
13107 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13108 _ACEOF
13114 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13116 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13118 cat >>confdefs.h <<_ACEOF
13119 #define HAVE_SIGINFO_T_SI_FD 1
13120 _ACEOF
13126 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13127 #ifdef HAVE_SYS_MTIO_H
13128 #include <sys/mtio.h>
13129 #endif
13131 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13133 cat >>confdefs.h <<_ACEOF
13134 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13135 _ACEOF
13139 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13140 #ifdef HAVE_SYS_MTIO_H
13141 #include <sys/mtio.h>
13142 #endif
13144 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13146 cat >>confdefs.h <<_ACEOF
13147 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13148 _ACEOF
13152 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13153 #ifdef HAVE_SYS_MTIO_H
13154 #include <sys/mtio.h>
13155 #endif
13157 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13159 cat >>confdefs.h <<_ACEOF
13160 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13161 _ACEOF
13167 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13168 #include <getopt.h>
13169 #endif
13171 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13173 cat >>confdefs.h <<_ACEOF
13174 #define HAVE_STRUCT_OPTION_NAME 1
13175 _ACEOF
13181 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13182 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13184 cat >>confdefs.h <<_ACEOF
13185 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13186 _ACEOF
13190 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13191 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13193 cat >>confdefs.h <<_ACEOF
13194 #define HAVE_STRUCT_STAT_ST_MTIM 1
13195 _ACEOF
13199 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13200 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13202 cat >>confdefs.h <<_ACEOF
13203 #define HAVE_STRUCT_STAT_ST_CTIM 1
13204 _ACEOF
13208 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13209 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13211 cat >>confdefs.h <<_ACEOF
13212 #define HAVE_STRUCT_STAT_ST_ATIM 1
13213 _ACEOF
13219 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
13220 #include <sys/types.h>
13221 #endif
13222 #ifdef HAVE_NETINET_IN_H
13223 #include <netinet/in.h>
13224 #endif
13226 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13228 cat >>confdefs.h <<_ACEOF
13229 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13230 _ACEOF
13236 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13237 #include <sys/types.h>
13238 #endif
13239 #ifdef HAVE_NETINET_IN_H
13240 # include <netinet/in.h>
13241 #endif
13242 #ifdef HAVE_ARPA_NAMESER_H
13243 # include <arpa/nameser.h>
13244 #endif
13246 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13248 cat >>confdefs.h <<_ACEOF
13249 #define HAVE_NS_MSG__MSG_PTR 1
13250 _ACEOF
13256 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13257 #include <sys/types.h>
13258 #endif
13259 #ifdef HAVE_ALIAS_H
13260 #include <alias.h>
13261 #endif
13262 #ifdef HAVE_SYS_SOCKET_H
13263 #include <sys/socket.h>
13264 #endif
13265 #ifdef HAVE_SYS_SOCKETVAR_H
13266 #include <sys/socketvar.h>
13267 #endif
13268 #ifdef HAVE_SYS_TIMEOUT_H
13269 #include <sys/timeout.h>
13270 #endif
13271 #ifdef HAVE_NETINET_IN_H
13272 #include <netinet/in.h>
13273 #endif
13274 #ifdef HAVE_NETINET_IN_SYSTM_H
13275 #include <netinet/in_systm.h>
13276 #endif
13277 #ifdef HAVE_NETINET_IP_H
13278 #include <netinet/ip.h>
13279 #endif
13280 #ifdef HAVE_NETINET_IP_VAR_H
13281 #include <netinet/ip_var.h>
13282 #endif
13283 #ifdef HAVE_NETINET_IP_ICMP_H
13284 #include <netinet/ip_icmp.h>
13285 #endif
13286 #ifdef HAVE_NETINET_ICMP_VAR
13287 #include <netinet/icmp_var.h>
13288 #endif
13290 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13292 cat >>confdefs.h <<_ACEOF
13293 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13294 _ACEOF
13300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13301 $as_echo_n "checking for timezone variable... " >&6; }
13302 if test "${ac_cv_have_timezone+set}" = set; then :
13303 $as_echo_n "(cached) " >&6
13304 else
13305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13306 /* end confdefs.h. */
13307 #include <time.h>
13309 main ()
13311 timezone = 1
13313 return 0;
13315 _ACEOF
13316 if ac_fn_c_try_link "$LINENO"; then :
13317 ac_cv_have_timezone="yes"
13318 else
13319 ac_cv_have_timezone="no"
13321 rm -f core conftest.err conftest.$ac_objext \
13322 conftest$ac_exeext conftest.$ac_ext
13324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13325 $as_echo "$ac_cv_have_timezone" >&6; }
13326 if test "$ac_cv_have_timezone" = "yes"
13327 then
13329 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13333 $as_echo_n "checking for daylight variable... " >&6; }
13334 if test "${ac_cv_have_daylight+set}" = set; then :
13335 $as_echo_n "(cached) " >&6
13336 else
13337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13338 /* end confdefs.h. */
13339 #include <time.h>
13341 main ()
13343 daylight = 1
13345 return 0;
13347 _ACEOF
13348 if ac_fn_c_try_link "$LINENO"; then :
13349 ac_cv_have_daylight="yes"
13350 else
13351 ac_cv_have_daylight="no"
13353 rm -f core conftest.err conftest.$ac_objext \
13354 conftest$ac_exeext conftest.$ac_ext
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13357 $as_echo "$ac_cv_have_daylight" >&6; }
13358 if test "$ac_cv_have_daylight" = "yes"
13359 then
13361 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13366 $as_echo_n "checking for isinf... " >&6; }
13367 if test "${ac_cv_have_isinf+set}" = set; then :
13368 $as_echo_n "(cached) " >&6
13369 else
13370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13371 /* end confdefs.h. */
13372 #include <math.h>
13374 main ()
13376 float f = 0.0; int i=isinf(f)
13378 return 0;
13380 _ACEOF
13381 if ac_fn_c_try_link "$LINENO"; then :
13382 ac_cv_have_isinf="yes"
13383 else
13384 ac_cv_have_isinf="no"
13386 rm -f core conftest.err conftest.$ac_objext \
13387 conftest$ac_exeext conftest.$ac_ext
13389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13390 $as_echo "$ac_cv_have_isinf" >&6; }
13391 if test "$ac_cv_have_isinf" = "yes"
13392 then
13394 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13399 $as_echo_n "checking for isnan... " >&6; }
13400 if test "${ac_cv_have_isnan+set}" = set; then :
13401 $as_echo_n "(cached) " >&6
13402 else
13403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13404 /* end confdefs.h. */
13405 #include <math.h>
13407 main ()
13409 float f = 0.0; int i=isnan(f)
13411 return 0;
13413 _ACEOF
13414 if ac_fn_c_try_link "$LINENO"; then :
13415 ac_cv_have_isnan="yes"
13416 else
13417 ac_cv_have_isnan="no"
13419 rm -f core conftest.err conftest.$ac_objext \
13420 conftest$ac_exeext conftest.$ac_ext
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13423 $as_echo "$ac_cv_have_isnan" >&6; }
13424 if test "$ac_cv_have_isnan" = "yes"
13425 then
13427 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13432 case $host_cpu in
13433 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13434 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13435 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13436 $as_echo_n "(cached) " >&6
13437 else
13438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13439 /* end confdefs.h. */
13440 #ifndef __i386__
13442 #endif
13443 _ACEOF
13444 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13445 $EGREP "yes" >/dev/null 2>&1; then :
13446 ac_cv_cpp_def___i386__=yes
13447 else
13448 ac_cv_cpp_def___i386__=no
13450 rm -f conftest*
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13454 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13455 if test $ac_cv_cpp_def___i386__ = yes; then :
13456 CFLAGS="$CFLAGS -D__i386__"
13457 LINTFLAGS="$LINTFLAGS -D__i386__"
13458 fi ;;
13459 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13460 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13461 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13462 $as_echo_n "(cached) " >&6
13463 else
13464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13465 /* end confdefs.h. */
13466 #ifndef __x86_64__
13468 #endif
13469 _ACEOF
13470 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13471 $EGREP "yes" >/dev/null 2>&1; then :
13472 ac_cv_cpp_def___x86_64__=yes
13473 else
13474 ac_cv_cpp_def___x86_64__=no
13476 rm -f conftest*
13479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13480 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13481 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13482 CFLAGS="$CFLAGS -D__x86_64__"
13483 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13484 fi ;;
13485 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13486 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13487 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13488 $as_echo_n "(cached) " >&6
13489 else
13490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13491 /* end confdefs.h. */
13492 #ifndef __ALPHA__
13494 #endif
13495 _ACEOF
13496 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13497 $EGREP "yes" >/dev/null 2>&1; then :
13498 ac_cv_cpp_def___ALPHA__=yes
13499 else
13500 ac_cv_cpp_def___ALPHA__=no
13502 rm -f conftest*
13505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13506 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13507 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13508 CFLAGS="$CFLAGS -D__ALPHA__"
13509 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13510 fi ;;
13511 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13512 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13513 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13514 $as_echo_n "(cached) " >&6
13515 else
13516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13517 /* end confdefs.h. */
13518 #ifndef __sparc__
13520 #endif
13521 _ACEOF
13522 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13523 $EGREP "yes" >/dev/null 2>&1; then :
13524 ac_cv_cpp_def___sparc__=yes
13525 else
13526 ac_cv_cpp_def___sparc__=no
13528 rm -f conftest*
13531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13532 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13533 if test $ac_cv_cpp_def___sparc__ = yes; then :
13534 CFLAGS="$CFLAGS -D__sparc__"
13535 LINTFLAGS="$LINTFLAGS -D__sparc__"
13536 fi ;;
13537 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13538 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13539 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13540 $as_echo_n "(cached) " >&6
13541 else
13542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13543 /* end confdefs.h. */
13544 #ifndef __powerpc__
13546 #endif
13547 _ACEOF
13548 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13549 $EGREP "yes" >/dev/null 2>&1; then :
13550 ac_cv_cpp_def___powerpc__=yes
13551 else
13552 ac_cv_cpp_def___powerpc__=no
13554 rm -f conftest*
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13558 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13559 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13560 CFLAGS="$CFLAGS -D__powerpc__"
13561 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13562 fi ;;
13563 esac
13565 case $host_vendor in
13566 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13567 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13568 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13569 $as_echo_n "(cached) " >&6
13570 else
13571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13572 /* end confdefs.h. */
13573 #ifndef __sun__
13575 #endif
13576 _ACEOF
13577 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13578 $EGREP "yes" >/dev/null 2>&1; then :
13579 ac_cv_cpp_def___sun__=yes
13580 else
13581 ac_cv_cpp_def___sun__=no
13583 rm -f conftest*
13586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13587 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13588 if test $ac_cv_cpp_def___sun__ = yes; then :
13589 CFLAGS="$CFLAGS -D__sun__"
13590 LINTFLAGS="$LINTFLAGS -D__sun__"
13591 fi ;;
13592 esac
13595 DEPENDENCIES="### Dependencies:
13597 .INIT: Makefile
13598 .BEGIN: Makefile
13599 .MAKEFILEDEPS:
13600 Makefile: dummy
13601 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13603 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13604 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13605 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13606 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13607 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13610 ALL_MAKERULES=""
13612 ALL_MAKEFILES=""
13614 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13617 ALL_TOP_DIRS=""
13619 ALL_DLL_DIRS=""
13621 ALL_IMPLIB_DIRS=""
13623 ALL_TEST_DIRS=""
13625 ALL_PROGRAM_DIRS=""
13627 ALL_PROGRAM_INSTALL_DIRS=""
13629 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13634 ac_config_commands="$ac_config_commands include/stamp-h"
13637 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13639 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13641 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13643 ac_config_commands="$ac_config_commands dlls/user32/resources"
13645 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13647 ac_config_commands="$ac_config_commands include/wine"
13650 ALL_MAKERULES="$ALL_MAKERULES \\
13651 Make.rules"
13652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13653 Make.rules: Make.rules.in"
13654 MAKE_RULES=Make.rules
13655 ac_config_files="$ac_config_files Make.rules"
13657 ALL_MAKERULES="$ALL_MAKERULES \\
13658 dlls/Makedll.rules"
13659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13660 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13661 MAKE_DLL_RULES=dlls/Makedll.rules
13662 ac_config_files="$ac_config_files dlls/Makedll.rules"
13664 ALL_MAKERULES="$ALL_MAKERULES \\
13665 dlls/Makeimplib.rules"
13666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13667 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13668 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13669 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13671 ALL_MAKERULES="$ALL_MAKERULES \\
13672 dlls/Maketest.rules"
13673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13674 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13675 MAKE_TEST_RULES=dlls/Maketest.rules
13676 ac_config_files="$ac_config_files dlls/Maketest.rules"
13678 ALL_MAKERULES="$ALL_MAKERULES \\
13679 programs/Makeprog.rules"
13680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13681 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13682 MAKE_PROG_RULES=programs/Makeprog.rules
13683 ac_config_files="$ac_config_files programs/Makeprog.rules"
13688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13689 Makefile: Makefile.in Make.rules"
13690 ac_config_files="$ac_config_files Makefile"
13692 ALL_MAKEFILES="$ALL_MAKEFILES \\
13693 dlls/Makefile"
13694 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13695 dlls"
13696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13697 dlls/Makefile: dlls/Makefile.in Make.rules"
13698 ac_config_files="$ac_config_files dlls/Makefile"
13700 ALL_MAKEFILES="$ALL_MAKEFILES \\
13701 dlls/acledit/Makefile"
13702 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13703 acledit"
13704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13705 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13706 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13708 ALL_MAKEFILES="$ALL_MAKEFILES \\
13709 dlls/aclui/Makefile"
13710 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13711 aclui"
13712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13713 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13714 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13716 ALL_MAKEFILES="$ALL_MAKEFILES \\
13717 dlls/activeds/Makefile"
13718 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13719 activeds"
13720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13721 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13722 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13724 ALL_MAKEFILES="$ALL_MAKEFILES \\
13725 dlls/actxprxy/Makefile"
13726 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13727 actxprxy"
13728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13729 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13730 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13732 ALL_MAKEFILES="$ALL_MAKEFILES \\
13733 dlls/adsiid/Makefile"
13734 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13735 adsiid"
13736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13737 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13738 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13740 ALL_MAKEFILES="$ALL_MAKEFILES \\
13741 dlls/advapi32/Makefile"
13742 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13743 advapi32"
13744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13745 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13746 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13748 ALL_MAKEFILES="$ALL_MAKEFILES \\
13749 dlls/advapi32/tests/Makefile"
13750 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13751 advapi32/tests"
13752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13753 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13754 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13756 ALL_MAKEFILES="$ALL_MAKEFILES \\
13757 dlls/advpack/Makefile"
13758 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13759 advpack"
13760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13761 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13762 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13764 ALL_MAKEFILES="$ALL_MAKEFILES \\
13765 dlls/advpack/tests/Makefile"
13766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13767 advpack/tests"
13768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13769 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13770 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13772 ALL_MAKEFILES="$ALL_MAKEFILES \\
13773 dlls/amstream/Makefile"
13774 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13775 amstream"
13776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13777 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13778 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13780 ALL_MAKEFILES="$ALL_MAKEFILES \\
13781 dlls/amstream/tests/Makefile"
13782 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13783 amstream/tests"
13784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13785 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13786 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13788 ALL_MAKEFILES="$ALL_MAKEFILES \\
13789 dlls/appwiz.cpl/Makefile"
13790 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13791 appwiz.cpl"
13792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13793 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13794 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13796 ALL_MAKEFILES="$ALL_MAKEFILES \\
13797 dlls/atl/Makefile"
13798 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13799 atl"
13800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13801 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13802 ac_config_files="$ac_config_files dlls/atl/Makefile"
13804 ALL_MAKEFILES="$ALL_MAKEFILES \\
13805 dlls/authz/Makefile"
13806 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13807 authz"
13808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13809 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13810 ac_config_files="$ac_config_files dlls/authz/Makefile"
13812 ALL_MAKEFILES="$ALL_MAKEFILES \\
13813 dlls/avicap32/Makefile"
13814 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13815 avicap32"
13816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13817 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13818 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13820 ALL_MAKEFILES="$ALL_MAKEFILES \\
13821 dlls/avifil32/Makefile"
13822 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13823 avifil32"
13824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13825 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13826 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13828 ALL_MAKEFILES="$ALL_MAKEFILES \\
13829 dlls/avifile.dll16/Makefile"
13830 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13831 avifile.dll16"
13832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13833 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13834 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13836 ALL_MAKEFILES="$ALL_MAKEFILES \\
13837 dlls/avrt/Makefile"
13838 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13839 avrt"
13840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13841 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
13842 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13844 ALL_MAKEFILES="$ALL_MAKEFILES \\
13845 dlls/bcrypt/Makefile"
13846 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13847 bcrypt"
13848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13849 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13850 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13852 ALL_MAKEFILES="$ALL_MAKEFILES \\
13853 dlls/browseui/Makefile"
13854 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13855 browseui"
13856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13857 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13858 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13860 ALL_MAKEFILES="$ALL_MAKEFILES \\
13861 dlls/browseui/tests/Makefile"
13862 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13863 browseui/tests"
13864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13865 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13866 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13868 ALL_MAKEFILES="$ALL_MAKEFILES \\
13869 dlls/cabinet/Makefile"
13870 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13871 cabinet"
13872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13873 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13874 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13876 ALL_MAKEFILES="$ALL_MAKEFILES \\
13877 dlls/cabinet/tests/Makefile"
13878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13879 cabinet/tests"
13880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13881 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
13882 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13884 ALL_MAKEFILES="$ALL_MAKEFILES \\
13885 dlls/capi2032/Makefile"
13886 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13887 capi2032"
13888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13889 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
13890 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
13892 ALL_MAKEFILES="$ALL_MAKEFILES \\
13893 dlls/cards/Makefile"
13894 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13895 cards"
13896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13897 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
13898 ac_config_files="$ac_config_files dlls/cards/Makefile"
13900 ALL_MAKEFILES="$ALL_MAKEFILES \\
13901 dlls/cfgmgr32/Makefile"
13902 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13903 cfgmgr32"
13904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13905 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
13906 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
13908 ALL_MAKEFILES="$ALL_MAKEFILES \\
13909 dlls/clusapi/Makefile"
13910 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13911 clusapi"
13912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13913 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
13914 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
13916 ALL_MAKEFILES="$ALL_MAKEFILES \\
13917 dlls/comcat/Makefile"
13918 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13919 comcat"
13920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13921 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
13922 ac_config_files="$ac_config_files dlls/comcat/Makefile"
13924 ALL_MAKEFILES="$ALL_MAKEFILES \\
13925 dlls/comcat/tests/Makefile"
13926 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13927 comcat/tests"
13928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13929 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
13930 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
13932 ALL_MAKEFILES="$ALL_MAKEFILES \\
13933 dlls/comctl32/Makefile"
13934 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13935 comctl32"
13936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13937 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
13938 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
13940 ALL_MAKEFILES="$ALL_MAKEFILES \\
13941 dlls/comctl32/tests/Makefile"
13942 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13943 comctl32/tests"
13944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13945 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
13946 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
13948 ALL_MAKEFILES="$ALL_MAKEFILES \\
13949 dlls/comdlg32/Makefile"
13950 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13951 comdlg32"
13952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13953 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
13954 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
13956 ALL_MAKEFILES="$ALL_MAKEFILES \\
13957 dlls/comdlg32/tests/Makefile"
13958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13959 comdlg32/tests"
13960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13961 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
13962 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
13964 ALL_MAKEFILES="$ALL_MAKEFILES \\
13965 dlls/comm.drv16/Makefile"
13966 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13967 comm.drv16"
13968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13969 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
13970 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
13972 ALL_MAKEFILES="$ALL_MAKEFILES \\
13973 dlls/commdlg.dll16/Makefile"
13974 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13975 commdlg.dll16"
13976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13977 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
13978 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
13980 ALL_MAKEFILES="$ALL_MAKEFILES \\
13981 dlls/compobj.dll16/Makefile"
13982 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13983 compobj.dll16"
13984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13985 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
13986 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
13988 ALL_MAKEFILES="$ALL_MAKEFILES \\
13989 dlls/compstui/Makefile"
13990 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13991 compstui"
13992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13993 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
13994 ac_config_files="$ac_config_files dlls/compstui/Makefile"
13996 ALL_MAKEFILES="$ALL_MAKEFILES \\
13997 dlls/credui/Makefile"
13998 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13999 credui"
14000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14001 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
14002 ac_config_files="$ac_config_files dlls/credui/Makefile"
14004 ALL_MAKEFILES="$ALL_MAKEFILES \\
14005 dlls/credui/tests/Makefile"
14006 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14007 credui/tests"
14008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14009 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14010 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14012 ALL_MAKEFILES="$ALL_MAKEFILES \\
14013 dlls/crtdll/Makefile"
14014 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14015 crtdll"
14016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14017 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14018 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14020 ALL_MAKEFILES="$ALL_MAKEFILES \\
14021 dlls/crypt32/Makefile"
14022 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14023 crypt32"
14024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14025 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14026 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14028 ALL_MAKEFILES="$ALL_MAKEFILES \\
14029 dlls/crypt32/tests/Makefile"
14030 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14031 crypt32/tests"
14032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14033 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14034 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14036 ALL_MAKEFILES="$ALL_MAKEFILES \\
14037 dlls/cryptdlg/Makefile"
14038 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14039 cryptdlg"
14040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14041 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14042 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14044 ALL_MAKEFILES="$ALL_MAKEFILES \\
14045 dlls/cryptdll/Makefile"
14046 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14047 cryptdll"
14048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14049 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14050 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14052 ALL_MAKEFILES="$ALL_MAKEFILES \\
14053 dlls/cryptnet/Makefile"
14054 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14055 cryptnet"
14056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14057 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14058 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14060 ALL_MAKEFILES="$ALL_MAKEFILES \\
14061 dlls/cryptnet/tests/Makefile"
14062 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14063 cryptnet/tests"
14064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14065 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14066 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14068 ALL_MAKEFILES="$ALL_MAKEFILES \\
14069 dlls/cryptui/Makefile"
14070 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14071 cryptui"
14072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14073 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14074 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14076 ALL_MAKEFILES="$ALL_MAKEFILES \\
14077 dlls/cryptui/tests/Makefile"
14078 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14079 cryptui/tests"
14080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14081 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14082 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14084 ALL_MAKEFILES="$ALL_MAKEFILES \\
14085 dlls/ctapi32/Makefile"
14086 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14087 ctapi32"
14088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14089 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14090 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14092 ALL_MAKEFILES="$ALL_MAKEFILES \\
14093 dlls/ctl3d.dll16/Makefile"
14094 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14095 ctl3d.dll16"
14096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14097 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14098 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14100 ALL_MAKEFILES="$ALL_MAKEFILES \\
14101 dlls/ctl3d32/Makefile"
14102 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14103 ctl3d32"
14104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14105 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14106 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14108 ALL_MAKEFILES="$ALL_MAKEFILES \\
14109 dlls/ctl3dv2.dll16/Makefile"
14110 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14111 ctl3dv2.dll16"
14112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14113 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14114 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14116 ALL_MAKEFILES="$ALL_MAKEFILES \\
14117 dlls/d3d10/Makefile"
14118 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14119 d3d10"
14120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14121 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14122 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14124 ALL_MAKEFILES="$ALL_MAKEFILES \\
14125 dlls/d3d10/tests/Makefile"
14126 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14127 d3d10/tests"
14128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14129 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14130 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14132 ALL_MAKEFILES="$ALL_MAKEFILES \\
14133 dlls/d3d10core/Makefile"
14134 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14135 d3d10core"
14136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14137 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14138 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14140 ALL_MAKEFILES="$ALL_MAKEFILES \\
14141 dlls/d3d10core/tests/Makefile"
14142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14143 d3d10core/tests"
14144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14145 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14146 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14148 ALL_MAKEFILES="$ALL_MAKEFILES \\
14149 dlls/d3d8/Makefile"
14150 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14151 d3d8"
14152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14153 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14154 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14156 ALL_MAKEFILES="$ALL_MAKEFILES \\
14157 dlls/d3d8/tests/Makefile"
14158 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14159 d3d8/tests"
14160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14161 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14162 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14164 ALL_MAKEFILES="$ALL_MAKEFILES \\
14165 dlls/d3d9/Makefile"
14166 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14167 d3d9"
14168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14169 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14170 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14172 ALL_MAKEFILES="$ALL_MAKEFILES \\
14173 dlls/d3d9/tests/Makefile"
14174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14175 d3d9/tests"
14176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14177 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14178 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14180 ALL_MAKEFILES="$ALL_MAKEFILES \\
14181 dlls/d3dim/Makefile"
14182 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14183 d3dim"
14184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14185 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14186 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14188 ALL_MAKEFILES="$ALL_MAKEFILES \\
14189 dlls/d3drm/Makefile"
14190 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14191 d3drm"
14192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14193 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14194 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14196 ALL_MAKEFILES="$ALL_MAKEFILES \\
14197 dlls/d3drm/tests/Makefile"
14198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14199 d3drm/tests"
14200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14201 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14202 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14204 ALL_MAKEFILES="$ALL_MAKEFILES \\
14205 dlls/d3dx9_24/Makefile"
14206 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14207 d3dx9_24"
14208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14209 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14210 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14212 ALL_MAKEFILES="$ALL_MAKEFILES \\
14213 dlls/d3dx9_25/Makefile"
14214 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14215 d3dx9_25"
14216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14217 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14218 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14220 ALL_MAKEFILES="$ALL_MAKEFILES \\
14221 dlls/d3dx9_26/Makefile"
14222 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14223 d3dx9_26"
14224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14225 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14226 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14228 ALL_MAKEFILES="$ALL_MAKEFILES \\
14229 dlls/d3dx9_27/Makefile"
14230 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14231 d3dx9_27"
14232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14233 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14234 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14236 ALL_MAKEFILES="$ALL_MAKEFILES \\
14237 dlls/d3dx9_28/Makefile"
14238 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14239 d3dx9_28"
14240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14241 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14242 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14244 ALL_MAKEFILES="$ALL_MAKEFILES \\
14245 dlls/d3dx9_29/Makefile"
14246 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14247 d3dx9_29"
14248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14249 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14250 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14252 ALL_MAKEFILES="$ALL_MAKEFILES \\
14253 dlls/d3dx9_30/Makefile"
14254 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14255 d3dx9_30"
14256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14257 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14258 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14260 ALL_MAKEFILES="$ALL_MAKEFILES \\
14261 dlls/d3dx9_31/Makefile"
14262 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14263 d3dx9_31"
14264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14265 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14266 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14268 ALL_MAKEFILES="$ALL_MAKEFILES \\
14269 dlls/d3dx9_32/Makefile"
14270 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14271 d3dx9_32"
14272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14273 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14274 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14276 ALL_MAKEFILES="$ALL_MAKEFILES \\
14277 dlls/d3dx9_33/Makefile"
14278 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14279 d3dx9_33"
14280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14281 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14282 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14284 ALL_MAKEFILES="$ALL_MAKEFILES \\
14285 dlls/d3dx9_34/Makefile"
14286 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14287 d3dx9_34"
14288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14289 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14290 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14292 ALL_MAKEFILES="$ALL_MAKEFILES \\
14293 dlls/d3dx9_35/Makefile"
14294 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14295 d3dx9_35"
14296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14297 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14298 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14300 ALL_MAKEFILES="$ALL_MAKEFILES \\
14301 dlls/d3dx9_36/Makefile"
14302 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14303 d3dx9_36"
14304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14305 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14306 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14308 ALL_MAKEFILES="$ALL_MAKEFILES \\
14309 dlls/d3dx9_36/tests/Makefile"
14310 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14311 d3dx9_36/tests"
14312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14313 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14314 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14316 ALL_MAKEFILES="$ALL_MAKEFILES \\
14317 dlls/d3dx9_37/Makefile"
14318 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14319 d3dx9_37"
14320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14321 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14322 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14324 ALL_MAKEFILES="$ALL_MAKEFILES \\
14325 dlls/d3dx9_38/Makefile"
14326 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14327 d3dx9_38"
14328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14329 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14330 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14332 ALL_MAKEFILES="$ALL_MAKEFILES \\
14333 dlls/d3dx9_39/Makefile"
14334 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14335 d3dx9_39"
14336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14337 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14338 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14340 ALL_MAKEFILES="$ALL_MAKEFILES \\
14341 dlls/d3dx9_40/Makefile"
14342 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14343 d3dx9_40"
14344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14345 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14346 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14348 ALL_MAKEFILES="$ALL_MAKEFILES \\
14349 dlls/d3dx9_41/Makefile"
14350 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14351 d3dx9_41"
14352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14353 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14354 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14356 ALL_MAKEFILES="$ALL_MAKEFILES \\
14357 dlls/d3dx9_42/Makefile"
14358 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14359 d3dx9_42"
14360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14361 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
14362 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14364 ALL_MAKEFILES="$ALL_MAKEFILES \\
14365 dlls/d3dxof/Makefile"
14366 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14367 d3dxof"
14368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14369 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14370 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14372 ALL_MAKEFILES="$ALL_MAKEFILES \\
14373 dlls/d3dxof/tests/Makefile"
14374 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14375 d3dxof/tests"
14376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14377 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14378 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14380 ALL_MAKEFILES="$ALL_MAKEFILES \\
14381 dlls/dbghelp/Makefile"
14382 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14383 dbghelp"
14384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14385 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14386 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14388 ALL_MAKEFILES="$ALL_MAKEFILES \\
14389 dlls/dciman32/Makefile"
14390 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14391 dciman32"
14392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14393 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14394 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14396 ALL_MAKEFILES="$ALL_MAKEFILES \\
14397 dlls/ddeml.dll16/Makefile"
14398 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14399 ddeml.dll16"
14400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14401 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14402 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14404 ALL_MAKEFILES="$ALL_MAKEFILES \\
14405 dlls/ddraw/Makefile"
14406 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14407 ddraw"
14408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14409 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14410 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14412 ALL_MAKEFILES="$ALL_MAKEFILES \\
14413 dlls/ddraw/tests/Makefile"
14414 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14415 ddraw/tests"
14416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14417 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14418 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14420 ALL_MAKEFILES="$ALL_MAKEFILES \\
14421 dlls/ddrawex/Makefile"
14422 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14423 ddrawex"
14424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14425 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14426 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14428 ALL_MAKEFILES="$ALL_MAKEFILES \\
14429 dlls/ddrawex/tests/Makefile"
14430 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14431 ddrawex/tests"
14432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14433 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14434 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14436 ALL_MAKEFILES="$ALL_MAKEFILES \\
14437 dlls/devenum/Makefile"
14438 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14439 devenum"
14440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14441 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14442 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14444 ALL_MAKEFILES="$ALL_MAKEFILES \\
14445 dlls/dinput/Makefile"
14446 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14447 dinput"
14448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14449 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14450 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14452 ALL_MAKEFILES="$ALL_MAKEFILES \\
14453 dlls/dinput/tests/Makefile"
14454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14455 dinput/tests"
14456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14457 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14458 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14460 ALL_MAKEFILES="$ALL_MAKEFILES \\
14461 dlls/dinput8/Makefile"
14462 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14463 dinput8"
14464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14465 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14466 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14468 ALL_MAKEFILES="$ALL_MAKEFILES \\
14469 dlls/dispdib.dll16/Makefile"
14470 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14471 dispdib.dll16"
14472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14473 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14474 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14476 ALL_MAKEFILES="$ALL_MAKEFILES \\
14477 dlls/display.drv16/Makefile"
14478 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14479 display.drv16"
14480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14481 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14482 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14484 ALL_MAKEFILES="$ALL_MAKEFILES \\
14485 dlls/dmband/Makefile"
14486 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14487 dmband"
14488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14489 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14490 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14492 ALL_MAKEFILES="$ALL_MAKEFILES \\
14493 dlls/dmcompos/Makefile"
14494 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14495 dmcompos"
14496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14497 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14498 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14500 ALL_MAKEFILES="$ALL_MAKEFILES \\
14501 dlls/dmime/Makefile"
14502 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14503 dmime"
14504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14505 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14506 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14508 ALL_MAKEFILES="$ALL_MAKEFILES \\
14509 dlls/dmloader/Makefile"
14510 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14511 dmloader"
14512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14513 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14514 ac_config_files="$ac_config_files dlls/dmloader/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/loadperf/Makefile"
15126 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15127 loadperf"
15128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15129 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15130 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15132 ALL_MAKEFILES="$ALL_MAKEFILES \\
15133 dlls/localspl/Makefile"
15134 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15135 localspl"
15136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15137 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15138 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15140 ALL_MAKEFILES="$ALL_MAKEFILES \\
15141 dlls/localspl/tests/Makefile"
15142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15143 localspl/tests"
15144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15145 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15146 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15148 ALL_MAKEFILES="$ALL_MAKEFILES \\
15149 dlls/localui/Makefile"
15150 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15151 localui"
15152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15153 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15154 ac_config_files="$ac_config_files dlls/localui/Makefile"
15156 ALL_MAKEFILES="$ALL_MAKEFILES \\
15157 dlls/localui/tests/Makefile"
15158 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15159 localui/tests"
15160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15161 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15162 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15164 ALL_MAKEFILES="$ALL_MAKEFILES \\
15165 dlls/lz32/Makefile"
15166 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15167 lz32"
15168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15169 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15170 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15172 ALL_MAKEFILES="$ALL_MAKEFILES \\
15173 dlls/lz32/tests/Makefile"
15174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15175 lz32/tests"
15176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15177 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15178 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15180 ALL_MAKEFILES="$ALL_MAKEFILES \\
15181 dlls/lzexpand.dll16/Makefile"
15182 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15183 lzexpand.dll16"
15184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15185 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15186 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15188 ALL_MAKEFILES="$ALL_MAKEFILES \\
15189 dlls/mapi32/Makefile"
15190 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15191 mapi32"
15192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15193 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15194 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15196 ALL_MAKEFILES="$ALL_MAKEFILES \\
15197 dlls/mapi32/tests/Makefile"
15198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15199 mapi32/tests"
15200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15201 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15202 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15204 ALL_MAKEFILES="$ALL_MAKEFILES \\
15205 dlls/mapistub/Makefile"
15206 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15207 mapistub"
15208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15209 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules"
15210 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15212 ALL_MAKEFILES="$ALL_MAKEFILES \\
15213 dlls/mciavi32/Makefile"
15214 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15215 mciavi32"
15216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15217 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15218 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15220 ALL_MAKEFILES="$ALL_MAKEFILES \\
15221 dlls/mcicda/Makefile"
15222 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15223 mcicda"
15224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15225 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15226 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15228 ALL_MAKEFILES="$ALL_MAKEFILES \\
15229 dlls/mciqtz32/Makefile"
15230 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15231 mciqtz32"
15232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15233 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15234 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15236 ALL_MAKEFILES="$ALL_MAKEFILES \\
15237 dlls/mciseq/Makefile"
15238 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15239 mciseq"
15240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15241 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15242 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15244 ALL_MAKEFILES="$ALL_MAKEFILES \\
15245 dlls/mciwave/Makefile"
15246 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15247 mciwave"
15248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15249 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15250 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15252 ALL_MAKEFILES="$ALL_MAKEFILES \\
15253 dlls/midimap/Makefile"
15254 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15255 midimap"
15256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15257 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15258 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15260 ALL_MAKEFILES="$ALL_MAKEFILES \\
15261 dlls/mlang/Makefile"
15262 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15263 mlang"
15264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15265 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15266 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15268 ALL_MAKEFILES="$ALL_MAKEFILES \\
15269 dlls/mlang/tests/Makefile"
15270 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15271 mlang/tests"
15272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15273 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15274 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15276 ALL_MAKEFILES="$ALL_MAKEFILES \\
15277 dlls/mmdevapi/Makefile"
15278 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15279 mmdevapi"
15280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15281 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules"
15282 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15284 ALL_MAKEFILES="$ALL_MAKEFILES \\
15285 dlls/mmdevapi/tests/Makefile"
15286 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15287 mmdevapi/tests"
15288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15289 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules"
15290 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15292 ALL_MAKEFILES="$ALL_MAKEFILES \\
15293 dlls/mmdevldr.vxd/Makefile"
15294 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15295 mmdevldr.vxd"
15296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15297 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15298 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15300 ALL_MAKEFILES="$ALL_MAKEFILES \\
15301 dlls/mmsystem.dll16/Makefile"
15302 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15303 mmsystem.dll16"
15304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15305 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
15306 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15308 ALL_MAKEFILES="$ALL_MAKEFILES \\
15309 dlls/monodebg.vxd/Makefile"
15310 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15311 monodebg.vxd"
15312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15313 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15314 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15316 ALL_MAKEFILES="$ALL_MAKEFILES \\
15317 dlls/mountmgr.sys/Makefile"
15318 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15319 mountmgr.sys"
15320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15321 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15322 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15324 ALL_MAKEFILES="$ALL_MAKEFILES \\
15325 dlls/mouse.drv16/Makefile"
15326 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15327 mouse.drv16"
15328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15329 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15330 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15332 ALL_MAKEFILES="$ALL_MAKEFILES \\
15333 dlls/mpr/Makefile"
15334 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15335 mpr"
15336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15337 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15338 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15340 ALL_MAKEFILES="$ALL_MAKEFILES \\
15341 dlls/mprapi/Makefile"
15342 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15343 mprapi"
15344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15345 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15346 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15348 ALL_MAKEFILES="$ALL_MAKEFILES \\
15349 dlls/msacm.dll16/Makefile"
15350 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15351 msacm.dll16"
15352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15353 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15354 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15356 ALL_MAKEFILES="$ALL_MAKEFILES \\
15357 dlls/msacm32.drv/Makefile"
15358 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15359 msacm32.drv"
15360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15361 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15362 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15364 ALL_MAKEFILES="$ALL_MAKEFILES \\
15365 dlls/msacm32/Makefile"
15366 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15367 msacm32"
15368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15369 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15370 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15372 ALL_MAKEFILES="$ALL_MAKEFILES \\
15373 dlls/msacm32/tests/Makefile"
15374 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15375 msacm32/tests"
15376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15377 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15378 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15380 ALL_MAKEFILES="$ALL_MAKEFILES \\
15381 dlls/msadp32.acm/Makefile"
15382 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15383 msadp32.acm"
15384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15385 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15386 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15388 ALL_MAKEFILES="$ALL_MAKEFILES \\
15389 dlls/mscat32/Makefile"
15390 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15391 mscat32"
15392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15393 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15394 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15396 ALL_MAKEFILES="$ALL_MAKEFILES \\
15397 dlls/mscms/Makefile"
15398 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15399 mscms"
15400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15401 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15402 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15404 ALL_MAKEFILES="$ALL_MAKEFILES \\
15405 dlls/mscms/tests/Makefile"
15406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15407 mscms/tests"
15408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15409 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15410 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15412 ALL_MAKEFILES="$ALL_MAKEFILES \\
15413 dlls/mscoree/Makefile"
15414 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15415 mscoree"
15416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15417 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15418 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15420 ALL_MAKEFILES="$ALL_MAKEFILES \\
15421 dlls/msctf/Makefile"
15422 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15423 msctf"
15424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15425 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15426 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15428 ALL_MAKEFILES="$ALL_MAKEFILES \\
15429 dlls/msctf/tests/Makefile"
15430 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15431 msctf/tests"
15432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15433 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15434 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15436 ALL_MAKEFILES="$ALL_MAKEFILES \\
15437 dlls/msdaps/Makefile"
15438 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15439 msdaps"
15440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15441 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15442 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15444 ALL_MAKEFILES="$ALL_MAKEFILES \\
15445 dlls/msdmo/Makefile"
15446 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15447 msdmo"
15448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15449 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15450 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15452 ALL_MAKEFILES="$ALL_MAKEFILES \\
15453 dlls/msftedit/Makefile"
15454 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15455 msftedit"
15456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15457 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15458 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15460 ALL_MAKEFILES="$ALL_MAKEFILES \\
15461 dlls/msg711.acm/Makefile"
15462 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15463 msg711.acm"
15464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15465 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15466 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15468 ALL_MAKEFILES="$ALL_MAKEFILES \\
15469 dlls/msgsm32.acm/Makefile"
15470 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15471 msgsm32.acm"
15472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15473 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15474 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15476 ALL_MAKEFILES="$ALL_MAKEFILES \\
15477 dlls/mshtml.tlb/Makefile"
15478 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15479 mshtml.tlb"
15480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15481 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15482 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15484 ALL_MAKEFILES="$ALL_MAKEFILES \\
15485 dlls/mshtml/Makefile"
15486 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15487 mshtml"
15488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15489 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15490 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15492 ALL_MAKEFILES="$ALL_MAKEFILES \\
15493 dlls/mshtml/tests/Makefile"
15494 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15495 mshtml/tests"
15496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15497 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15498 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15500 ALL_MAKEFILES="$ALL_MAKEFILES \\
15501 dlls/msi/Makefile"
15502 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15503 msi"
15504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15505 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15506 ac_config_files="$ac_config_files dlls/msi/Makefile"
15508 ALL_MAKEFILES="$ALL_MAKEFILES \\
15509 dlls/msi/tests/Makefile"
15510 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15511 msi/tests"
15512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15513 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15514 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15516 ALL_MAKEFILES="$ALL_MAKEFILES \\
15517 dlls/msimg32/Makefile"
15518 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15519 msimg32"
15520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15521 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15522 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15524 ALL_MAKEFILES="$ALL_MAKEFILES \\
15525 dlls/msimtf/Makefile"
15526 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15527 msimtf"
15528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15529 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15530 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15532 ALL_MAKEFILES="$ALL_MAKEFILES \\
15533 dlls/msisip/Makefile"
15534 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15535 msisip"
15536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15537 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15538 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15540 ALL_MAKEFILES="$ALL_MAKEFILES \\
15541 dlls/msisys.ocx/Makefile"
15542 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15543 msisys.ocx"
15544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15545 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15546 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15548 ALL_MAKEFILES="$ALL_MAKEFILES \\
15549 dlls/msnet32/Makefile"
15550 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15551 msnet32"
15552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15553 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15554 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15556 ALL_MAKEFILES="$ALL_MAKEFILES \\
15557 dlls/msrle32/Makefile"
15558 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15559 msrle32"
15560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15561 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15562 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15564 ALL_MAKEFILES="$ALL_MAKEFILES \\
15565 dlls/mssign32/Makefile"
15566 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15567 mssign32"
15568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15569 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15570 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15572 ALL_MAKEFILES="$ALL_MAKEFILES \\
15573 dlls/mssip32/Makefile"
15574 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15575 mssip32"
15576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15577 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15578 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15580 ALL_MAKEFILES="$ALL_MAKEFILES \\
15581 dlls/mstask/Makefile"
15582 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15583 mstask"
15584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15585 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15586 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15588 ALL_MAKEFILES="$ALL_MAKEFILES \\
15589 dlls/mstask/tests/Makefile"
15590 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15591 mstask/tests"
15592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15593 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15594 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15596 ALL_MAKEFILES="$ALL_MAKEFILES \\
15597 dlls/msvcirt/Makefile"
15598 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15599 msvcirt"
15600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15601 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15602 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15604 ALL_MAKEFILES="$ALL_MAKEFILES \\
15605 dlls/msvcr71/Makefile"
15606 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15607 msvcr71"
15608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15609 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15610 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15612 ALL_MAKEFILES="$ALL_MAKEFILES \\
15613 dlls/msvcrt/Makefile"
15614 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15615 msvcrt"
15616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15617 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15618 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15620 ALL_MAKEFILES="$ALL_MAKEFILES \\
15621 dlls/msvcrt/tests/Makefile"
15622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15623 msvcrt/tests"
15624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15625 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15626 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15628 ALL_MAKEFILES="$ALL_MAKEFILES \\
15629 dlls/msvcrt20/Makefile"
15630 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15631 msvcrt20"
15632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15633 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15634 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15636 ALL_MAKEFILES="$ALL_MAKEFILES \\
15637 dlls/msvcrt40/Makefile"
15638 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15639 msvcrt40"
15640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15641 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15642 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15644 ALL_MAKEFILES="$ALL_MAKEFILES \\
15645 dlls/msvcrtd/Makefile"
15646 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15647 msvcrtd"
15648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15649 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15650 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15652 ALL_MAKEFILES="$ALL_MAKEFILES \\
15653 dlls/msvcrtd/tests/Makefile"
15654 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15655 msvcrtd/tests"
15656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15657 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15658 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15660 ALL_MAKEFILES="$ALL_MAKEFILES \\
15661 dlls/msvfw32/Makefile"
15662 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15663 msvfw32"
15664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15665 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15666 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15668 ALL_MAKEFILES="$ALL_MAKEFILES \\
15669 dlls/msvfw32/tests/Makefile"
15670 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15671 msvfw32/tests"
15672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15673 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15674 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15676 ALL_MAKEFILES="$ALL_MAKEFILES \\
15677 dlls/msvidc32/Makefile"
15678 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15679 msvidc32"
15680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15681 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15682 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15684 ALL_MAKEFILES="$ALL_MAKEFILES \\
15685 dlls/msvideo.dll16/Makefile"
15686 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15687 msvideo.dll16"
15688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15689 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15690 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15692 ALL_MAKEFILES="$ALL_MAKEFILES \\
15693 dlls/mswsock/Makefile"
15694 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15695 mswsock"
15696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15697 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15698 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15700 ALL_MAKEFILES="$ALL_MAKEFILES \\
15701 dlls/msxml3/Makefile"
15702 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15703 msxml3"
15704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15705 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15706 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15708 ALL_MAKEFILES="$ALL_MAKEFILES \\
15709 dlls/msxml3/tests/Makefile"
15710 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15711 msxml3/tests"
15712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15713 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15714 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15716 ALL_MAKEFILES="$ALL_MAKEFILES \\
15717 dlls/nddeapi/Makefile"
15718 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15719 nddeapi"
15720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15721 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15722 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15724 ALL_MAKEFILES="$ALL_MAKEFILES \\
15725 dlls/netapi32/Makefile"
15726 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15727 netapi32"
15728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15729 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15730 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15732 ALL_MAKEFILES="$ALL_MAKEFILES \\
15733 dlls/netapi32/tests/Makefile"
15734 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15735 netapi32/tests"
15736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15737 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15738 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15740 ALL_MAKEFILES="$ALL_MAKEFILES \\
15741 dlls/newdev/Makefile"
15742 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15743 newdev"
15744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15745 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15746 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15748 ALL_MAKEFILES="$ALL_MAKEFILES \\
15749 dlls/ntdll/Makefile"
15750 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15751 ntdll"
15752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15753 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15754 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15756 ALL_MAKEFILES="$ALL_MAKEFILES \\
15757 dlls/ntdll/tests/Makefile"
15758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15759 ntdll/tests"
15760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15761 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15762 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15764 ALL_MAKEFILES="$ALL_MAKEFILES \\
15765 dlls/ntdsapi/Makefile"
15766 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15767 ntdsapi"
15768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15769 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15770 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15772 ALL_MAKEFILES="$ALL_MAKEFILES \\
15773 dlls/ntdsapi/tests/Makefile"
15774 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15775 ntdsapi/tests"
15776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15777 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15778 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15780 ALL_MAKEFILES="$ALL_MAKEFILES \\
15781 dlls/ntoskrnl.exe/Makefile"
15782 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15783 ntoskrnl.exe"
15784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15785 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15786 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15788 ALL_MAKEFILES="$ALL_MAKEFILES \\
15789 dlls/ntprint/Makefile"
15790 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15791 ntprint"
15792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15793 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15794 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15796 ALL_MAKEFILES="$ALL_MAKEFILES \\
15797 dlls/ntprint/tests/Makefile"
15798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15799 ntprint/tests"
15800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15801 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15802 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15804 ALL_MAKEFILES="$ALL_MAKEFILES \\
15805 dlls/objsel/Makefile"
15806 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15807 objsel"
15808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15809 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15810 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15812 ALL_MAKEFILES="$ALL_MAKEFILES \\
15813 dlls/odbc32/Makefile"
15814 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15815 odbc32"
15816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15817 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15818 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15820 ALL_MAKEFILES="$ALL_MAKEFILES \\
15821 dlls/odbccp32/Makefile"
15822 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15823 odbccp32"
15824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15825 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15826 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15828 ALL_MAKEFILES="$ALL_MAKEFILES \\
15829 dlls/odbccp32/tests/Makefile"
15830 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15831 odbccp32/tests"
15832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15833 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15834 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15836 ALL_MAKEFILES="$ALL_MAKEFILES \\
15837 dlls/ole2.dll16/Makefile"
15838 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15839 ole2.dll16"
15840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15841 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15842 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15844 ALL_MAKEFILES="$ALL_MAKEFILES \\
15845 dlls/ole2conv.dll16/Makefile"
15846 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15847 ole2conv.dll16"
15848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15849 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15850 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15852 ALL_MAKEFILES="$ALL_MAKEFILES \\
15853 dlls/ole2disp.dll16/Makefile"
15854 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15855 ole2disp.dll16"
15856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15857 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15858 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15860 ALL_MAKEFILES="$ALL_MAKEFILES \\
15861 dlls/ole2nls.dll16/Makefile"
15862 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15863 ole2nls.dll16"
15864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15865 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15866 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15868 ALL_MAKEFILES="$ALL_MAKEFILES \\
15869 dlls/ole2prox.dll16/Makefile"
15870 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15871 ole2prox.dll16"
15872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15873 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15874 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15876 ALL_MAKEFILES="$ALL_MAKEFILES \\
15877 dlls/ole2thk.dll16/Makefile"
15878 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15879 ole2thk.dll16"
15880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15881 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15882 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15884 ALL_MAKEFILES="$ALL_MAKEFILES \\
15885 dlls/ole32/Makefile"
15886 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15887 ole32"
15888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15889 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15890 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15892 ALL_MAKEFILES="$ALL_MAKEFILES \\
15893 dlls/ole32/tests/Makefile"
15894 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15895 ole32/tests"
15896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15897 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15898 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15900 ALL_MAKEFILES="$ALL_MAKEFILES \\
15901 dlls/oleacc/Makefile"
15902 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15903 oleacc"
15904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15905 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15906 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15908 ALL_MAKEFILES="$ALL_MAKEFILES \\
15909 dlls/oleacc/tests/Makefile"
15910 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15911 oleacc/tests"
15912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15913 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15914 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15916 ALL_MAKEFILES="$ALL_MAKEFILES \\
15917 dlls/oleaut32/Makefile"
15918 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15919 oleaut32"
15920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15921 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15922 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15924 ALL_MAKEFILES="$ALL_MAKEFILES \\
15925 dlls/oleaut32/tests/Makefile"
15926 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15927 oleaut32/tests"
15928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15929 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
15930 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15932 ALL_MAKEFILES="$ALL_MAKEFILES \\
15933 dlls/olecli.dll16/Makefile"
15934 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15935 olecli.dll16"
15936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15937 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15938 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15940 ALL_MAKEFILES="$ALL_MAKEFILES \\
15941 dlls/olecli32/Makefile"
15942 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15943 olecli32"
15944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15945 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
15946 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15948 ALL_MAKEFILES="$ALL_MAKEFILES \\
15949 dlls/oledb32/Makefile"
15950 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15951 oledb32"
15952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15953 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
15954 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
15956 ALL_MAKEFILES="$ALL_MAKEFILES \\
15957 dlls/oledb32/tests/Makefile"
15958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15959 oledb32/tests"
15960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15961 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
15962 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
15964 ALL_MAKEFILES="$ALL_MAKEFILES \\
15965 dlls/oledlg/Makefile"
15966 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15967 oledlg"
15968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15969 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
15970 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
15972 ALL_MAKEFILES="$ALL_MAKEFILES \\
15973 dlls/olepro32/Makefile"
15974 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15975 olepro32"
15976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15977 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
15978 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
15980 ALL_MAKEFILES="$ALL_MAKEFILES \\
15981 dlls/olesvr.dll16/Makefile"
15982 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15983 olesvr.dll16"
15984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15985 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
15986 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
15988 ALL_MAKEFILES="$ALL_MAKEFILES \\
15989 dlls/olesvr32/Makefile"
15990 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15991 olesvr32"
15992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15993 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
15994 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
15996 ALL_MAKEFILES="$ALL_MAKEFILES \\
15997 dlls/olethk32/Makefile"
15998 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15999 olethk32"
16000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16001 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
16002 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16004 ALL_MAKEFILES="$ALL_MAKEFILES \\
16005 dlls/openal32/Makefile"
16006 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16007 openal32"
16008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16009 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
16010 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16012 ALL_MAKEFILES="$ALL_MAKEFILES \\
16013 dlls/opengl32/Makefile"
16014 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16015 opengl32"
16016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16017 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
16018 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16020 ALL_MAKEFILES="$ALL_MAKEFILES \\
16021 dlls/opengl32/tests/Makefile"
16022 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16023 opengl32/tests"
16024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16025 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
16026 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16028 ALL_MAKEFILES="$ALL_MAKEFILES \\
16029 dlls/pdh/Makefile"
16030 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16031 pdh"
16032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16033 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
16034 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16036 ALL_MAKEFILES="$ALL_MAKEFILES \\
16037 dlls/pdh/tests/Makefile"
16038 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16039 pdh/tests"
16040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16041 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
16042 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16044 ALL_MAKEFILES="$ALL_MAKEFILES \\
16045 dlls/pidgen/Makefile"
16046 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16047 pidgen"
16048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16049 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
16050 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16052 ALL_MAKEFILES="$ALL_MAKEFILES \\
16053 dlls/powrprof/Makefile"
16054 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16055 powrprof"
16056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16057 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
16058 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16060 ALL_MAKEFILES="$ALL_MAKEFILES \\
16061 dlls/printui/Makefile"
16062 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16063 printui"
16064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16065 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16066 ac_config_files="$ac_config_files dlls/printui/Makefile"
16068 ALL_MAKEFILES="$ALL_MAKEFILES \\
16069 dlls/propsys/Makefile"
16070 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16071 propsys"
16072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16073 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16074 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16076 ALL_MAKEFILES="$ALL_MAKEFILES \\
16077 dlls/psapi/Makefile"
16078 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16079 psapi"
16080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16081 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16082 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16084 ALL_MAKEFILES="$ALL_MAKEFILES \\
16085 dlls/psapi/tests/Makefile"
16086 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16087 psapi/tests"
16088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16089 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16090 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16092 ALL_MAKEFILES="$ALL_MAKEFILES \\
16093 dlls/pstorec/Makefile"
16094 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16095 pstorec"
16096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16097 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16098 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16100 ALL_MAKEFILES="$ALL_MAKEFILES \\
16101 dlls/qcap/Makefile"
16102 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16103 qcap"
16104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16105 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16106 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16108 ALL_MAKEFILES="$ALL_MAKEFILES \\
16109 dlls/qedit/Makefile"
16110 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16111 qedit"
16112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16113 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16114 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16116 ALL_MAKEFILES="$ALL_MAKEFILES \\
16117 dlls/qedit/tests/Makefile"
16118 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16119 qedit/tests"
16120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16121 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16122 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16124 ALL_MAKEFILES="$ALL_MAKEFILES \\
16125 dlls/qmgr/Makefile"
16126 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16127 qmgr"
16128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16129 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16130 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16132 ALL_MAKEFILES="$ALL_MAKEFILES \\
16133 dlls/qmgr/tests/Makefile"
16134 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16135 qmgr/tests"
16136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16137 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16138 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16140 ALL_MAKEFILES="$ALL_MAKEFILES \\
16141 dlls/qmgrprxy/Makefile"
16142 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16143 qmgrprxy"
16144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16145 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16146 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16148 ALL_MAKEFILES="$ALL_MAKEFILES \\
16149 dlls/quartz/Makefile"
16150 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16151 quartz"
16152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16153 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16154 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16156 ALL_MAKEFILES="$ALL_MAKEFILES \\
16157 dlls/quartz/tests/Makefile"
16158 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16159 quartz/tests"
16160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16161 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16162 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16164 ALL_MAKEFILES="$ALL_MAKEFILES \\
16165 dlls/query/Makefile"
16166 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16167 query"
16168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16169 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16170 ac_config_files="$ac_config_files dlls/query/Makefile"
16172 ALL_MAKEFILES="$ALL_MAKEFILES \\
16173 dlls/rasapi16.dll16/Makefile"
16174 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16175 rasapi16.dll16"
16176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16177 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16178 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16180 ALL_MAKEFILES="$ALL_MAKEFILES \\
16181 dlls/rasapi32/Makefile"
16182 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16183 rasapi32"
16184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16185 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16186 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16188 ALL_MAKEFILES="$ALL_MAKEFILES \\
16189 dlls/rasapi32/tests/Makefile"
16190 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16191 rasapi32/tests"
16192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16193 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16194 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16196 ALL_MAKEFILES="$ALL_MAKEFILES \\
16197 dlls/rasdlg/Makefile"
16198 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16199 rasdlg"
16200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16201 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16202 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16204 ALL_MAKEFILES="$ALL_MAKEFILES \\
16205 dlls/resutils/Makefile"
16206 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16207 resutils"
16208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16209 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16210 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16212 ALL_MAKEFILES="$ALL_MAKEFILES \\
16213 dlls/riched20/Makefile"
16214 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16215 riched20"
16216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16217 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16218 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16220 ALL_MAKEFILES="$ALL_MAKEFILES \\
16221 dlls/riched20/tests/Makefile"
16222 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16223 riched20/tests"
16224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16225 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16226 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16228 ALL_MAKEFILES="$ALL_MAKEFILES \\
16229 dlls/riched32/Makefile"
16230 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16231 riched32"
16232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16233 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16234 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16236 ALL_MAKEFILES="$ALL_MAKEFILES \\
16237 dlls/riched32/tests/Makefile"
16238 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16239 riched32/tests"
16240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16241 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16242 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16244 ALL_MAKEFILES="$ALL_MAKEFILES \\
16245 dlls/rpcrt4/Makefile"
16246 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16247 rpcrt4"
16248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16249 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16250 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16252 ALL_MAKEFILES="$ALL_MAKEFILES \\
16253 dlls/rpcrt4/tests/Makefile"
16254 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16255 rpcrt4/tests"
16256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16257 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16258 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16260 ALL_MAKEFILES="$ALL_MAKEFILES \\
16261 dlls/rsabase/Makefile"
16262 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16263 rsabase"
16264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16265 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16266 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16268 ALL_MAKEFILES="$ALL_MAKEFILES \\
16269 dlls/rsaenh/Makefile"
16270 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16271 rsaenh"
16272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16273 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16274 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16276 ALL_MAKEFILES="$ALL_MAKEFILES \\
16277 dlls/rsaenh/tests/Makefile"
16278 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16279 rsaenh/tests"
16280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16281 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16282 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16284 ALL_MAKEFILES="$ALL_MAKEFILES \\
16285 dlls/rtutils/Makefile"
16286 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16287 rtutils"
16288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16289 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16290 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16292 ALL_MAKEFILES="$ALL_MAKEFILES \\
16293 dlls/sane.ds/Makefile"
16294 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16295 sane.ds"
16296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16297 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16298 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16300 ALL_MAKEFILES="$ALL_MAKEFILES \\
16301 dlls/sccbase/Makefile"
16302 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16303 sccbase"
16304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16305 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16306 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16308 ALL_MAKEFILES="$ALL_MAKEFILES \\
16309 dlls/schannel/Makefile"
16310 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16311 schannel"
16312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16313 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16314 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16316 ALL_MAKEFILES="$ALL_MAKEFILES \\
16317 dlls/schannel/tests/Makefile"
16318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16319 schannel/tests"
16320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16321 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16322 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16324 ALL_MAKEFILES="$ALL_MAKEFILES \\
16325 dlls/secur32/Makefile"
16326 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16327 secur32"
16328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16329 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16330 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16332 ALL_MAKEFILES="$ALL_MAKEFILES \\
16333 dlls/secur32/tests/Makefile"
16334 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16335 secur32/tests"
16336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16337 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16338 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16340 ALL_MAKEFILES="$ALL_MAKEFILES \\
16341 dlls/security/Makefile"
16342 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16343 security"
16344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16345 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16346 ac_config_files="$ac_config_files dlls/security/Makefile"
16348 ALL_MAKEFILES="$ALL_MAKEFILES \\
16349 dlls/sensapi/Makefile"
16350 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16351 sensapi"
16352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16353 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16354 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16356 ALL_MAKEFILES="$ALL_MAKEFILES \\
16357 dlls/serialui/Makefile"
16358 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16359 serialui"
16360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16361 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16362 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16364 ALL_MAKEFILES="$ALL_MAKEFILES \\
16365 dlls/serialui/tests/Makefile"
16366 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16367 serialui/tests"
16368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16369 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16370 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16372 ALL_MAKEFILES="$ALL_MAKEFILES \\
16373 dlls/setupapi/Makefile"
16374 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16375 setupapi"
16376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16377 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16378 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16380 ALL_MAKEFILES="$ALL_MAKEFILES \\
16381 dlls/setupapi/tests/Makefile"
16382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16383 setupapi/tests"
16384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16385 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16386 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16388 ALL_MAKEFILES="$ALL_MAKEFILES \\
16389 dlls/setupx.dll16/Makefile"
16390 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16391 setupx.dll16"
16392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16393 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
16394 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
16396 ALL_MAKEFILES="$ALL_MAKEFILES \\
16397 dlls/sfc/Makefile"
16398 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16399 sfc"
16400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16401 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16402 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16404 ALL_MAKEFILES="$ALL_MAKEFILES \\
16405 dlls/sfc_os/Makefile"
16406 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16407 sfc_os"
16408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16409 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16410 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16412 ALL_MAKEFILES="$ALL_MAKEFILES \\
16413 dlls/shdoclc/Makefile"
16414 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16415 shdoclc"
16416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16417 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16418 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16420 ALL_MAKEFILES="$ALL_MAKEFILES \\
16421 dlls/shdocvw/Makefile"
16422 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16423 shdocvw"
16424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16425 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16426 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16428 ALL_MAKEFILES="$ALL_MAKEFILES \\
16429 dlls/shdocvw/tests/Makefile"
16430 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16431 shdocvw/tests"
16432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16433 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16434 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16436 ALL_MAKEFILES="$ALL_MAKEFILES \\
16437 dlls/shell.dll16/Makefile"
16438 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16439 shell.dll16"
16440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16441 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16442 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16444 ALL_MAKEFILES="$ALL_MAKEFILES \\
16445 dlls/shell32/Makefile"
16446 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16447 shell32"
16448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16449 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16450 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16452 ALL_MAKEFILES="$ALL_MAKEFILES \\
16453 dlls/shell32/tests/Makefile"
16454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16455 shell32/tests"
16456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16457 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16458 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16460 ALL_MAKEFILES="$ALL_MAKEFILES \\
16461 dlls/shfolder/Makefile"
16462 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16463 shfolder"
16464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16465 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16466 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16468 ALL_MAKEFILES="$ALL_MAKEFILES \\
16469 dlls/shlwapi/Makefile"
16470 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16471 shlwapi"
16472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16473 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16474 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16476 ALL_MAKEFILES="$ALL_MAKEFILES \\
16477 dlls/shlwapi/tests/Makefile"
16478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16479 shlwapi/tests"
16480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16481 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16482 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16484 ALL_MAKEFILES="$ALL_MAKEFILES \\
16485 dlls/slbcsp/Makefile"
16486 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16487 slbcsp"
16488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16489 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16490 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16492 ALL_MAKEFILES="$ALL_MAKEFILES \\
16493 dlls/slc/Makefile"
16494 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16495 slc"
16496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16497 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16498 ac_config_files="$ac_config_files dlls/slc/Makefile"
16500 ALL_MAKEFILES="$ALL_MAKEFILES \\
16501 dlls/snmpapi/Makefile"
16502 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16503 snmpapi"
16504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16505 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16506 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16508 ALL_MAKEFILES="$ALL_MAKEFILES \\
16509 dlls/snmpapi/tests/Makefile"
16510 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16511 snmpapi/tests"
16512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16513 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16514 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16516 ALL_MAKEFILES="$ALL_MAKEFILES \\
16517 dlls/softpub/Makefile"
16518 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16519 softpub"
16520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16521 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16522 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16524 ALL_MAKEFILES="$ALL_MAKEFILES \\
16525 dlls/sound.drv16/Makefile"
16526 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16527 sound.drv16"
16528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16529 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16530 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16532 ALL_MAKEFILES="$ALL_MAKEFILES \\
16533 dlls/spoolss/Makefile"
16534 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16535 spoolss"
16536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16537 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16538 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16540 ALL_MAKEFILES="$ALL_MAKEFILES \\
16541 dlls/spoolss/tests/Makefile"
16542 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16543 spoolss/tests"
16544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16545 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16546 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16548 ALL_MAKEFILES="$ALL_MAKEFILES \\
16549 dlls/stdole2.tlb/Makefile"
16550 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16551 stdole2.tlb"
16552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16553 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16554 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16556 ALL_MAKEFILES="$ALL_MAKEFILES \\
16557 dlls/stdole32.tlb/Makefile"
16558 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16559 stdole32.tlb"
16560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16561 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16562 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16564 ALL_MAKEFILES="$ALL_MAKEFILES \\
16565 dlls/sti/Makefile"
16566 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16567 sti"
16568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16569 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16570 ac_config_files="$ac_config_files dlls/sti/Makefile"
16572 ALL_MAKEFILES="$ALL_MAKEFILES \\
16573 dlls/sti/tests/Makefile"
16574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16575 sti/tests"
16576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16577 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
16578 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
16580 ALL_MAKEFILES="$ALL_MAKEFILES \\
16581 dlls/storage.dll16/Makefile"
16582 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16583 storage.dll16"
16584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16585 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16586 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16588 ALL_MAKEFILES="$ALL_MAKEFILES \\
16589 dlls/stress.dll16/Makefile"
16590 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16591 stress.dll16"
16592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16593 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16594 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16596 ALL_MAKEFILES="$ALL_MAKEFILES \\
16597 dlls/strmiids/Makefile"
16598 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16599 strmiids"
16600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16601 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16602 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16604 ALL_MAKEFILES="$ALL_MAKEFILES \\
16605 dlls/svrapi/Makefile"
16606 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16607 svrapi"
16608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16609 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16610 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16612 ALL_MAKEFILES="$ALL_MAKEFILES \\
16613 dlls/sxs/Makefile"
16614 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16615 sxs"
16616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16617 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16618 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16620 ALL_MAKEFILES="$ALL_MAKEFILES \\
16621 dlls/system.drv16/Makefile"
16622 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16623 system.drv16"
16624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16625 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
16626 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
16628 ALL_MAKEFILES="$ALL_MAKEFILES \\
16629 dlls/t2embed/Makefile"
16630 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16631 t2embed"
16632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16633 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16634 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16636 ALL_MAKEFILES="$ALL_MAKEFILES \\
16637 dlls/tapi32/Makefile"
16638 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16639 tapi32"
16640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16641 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16642 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16644 ALL_MAKEFILES="$ALL_MAKEFILES \\
16645 dlls/toolhelp.dll16/Makefile"
16646 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16647 toolhelp.dll16"
16648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16649 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
16650 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
16652 ALL_MAKEFILES="$ALL_MAKEFILES \\
16653 dlls/traffic/Makefile"
16654 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16655 traffic"
16656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16657 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16658 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16660 ALL_MAKEFILES="$ALL_MAKEFILES \\
16661 dlls/twain.dll16/Makefile"
16662 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16663 twain.dll16"
16664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16665 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16666 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16668 ALL_MAKEFILES="$ALL_MAKEFILES \\
16669 dlls/twain_32/Makefile"
16670 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16671 twain_32"
16672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16673 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16674 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16676 ALL_MAKEFILES="$ALL_MAKEFILES \\
16677 dlls/twain_32/tests/Makefile"
16678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16679 twain_32/tests"
16680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16681 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16682 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16684 ALL_MAKEFILES="$ALL_MAKEFILES \\
16685 dlls/typelib.dll16/Makefile"
16686 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16687 typelib.dll16"
16688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16689 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16690 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16692 ALL_MAKEFILES="$ALL_MAKEFILES \\
16693 dlls/unicows/Makefile"
16694 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16695 unicows"
16696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16697 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16698 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16700 ALL_MAKEFILES="$ALL_MAKEFILES \\
16701 dlls/updspapi/Makefile"
16702 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16703 updspapi"
16704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16705 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16706 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16708 ALL_MAKEFILES="$ALL_MAKEFILES \\
16709 dlls/url/Makefile"
16710 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16711 url"
16712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16713 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16714 ac_config_files="$ac_config_files dlls/url/Makefile"
16716 ALL_MAKEFILES="$ALL_MAKEFILES \\
16717 dlls/urlmon/Makefile"
16718 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16719 urlmon"
16720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16721 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16722 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16724 ALL_MAKEFILES="$ALL_MAKEFILES \\
16725 dlls/urlmon/tests/Makefile"
16726 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16727 urlmon/tests"
16728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16729 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16730 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16732 ALL_MAKEFILES="$ALL_MAKEFILES \\
16733 dlls/user.exe16/Makefile"
16734 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16735 user.exe16"
16736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16737 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules"
16738 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
16740 ALL_MAKEFILES="$ALL_MAKEFILES \\
16741 dlls/user32/Makefile"
16742 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16743 user32"
16744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16745 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16746 ac_config_files="$ac_config_files dlls/user32/Makefile"
16748 ALL_MAKEFILES="$ALL_MAKEFILES \\
16749 dlls/user32/tests/Makefile"
16750 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16751 user32/tests"
16752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16753 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16754 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16756 ALL_MAKEFILES="$ALL_MAKEFILES \\
16757 dlls/userenv/Makefile"
16758 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16759 userenv"
16760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16761 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16762 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16764 ALL_MAKEFILES="$ALL_MAKEFILES \\
16765 dlls/userenv/tests/Makefile"
16766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16767 userenv/tests"
16768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16769 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16770 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16772 ALL_MAKEFILES="$ALL_MAKEFILES \\
16773 dlls/usp10/Makefile"
16774 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16775 usp10"
16776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16777 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16778 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16780 ALL_MAKEFILES="$ALL_MAKEFILES \\
16781 dlls/usp10/tests/Makefile"
16782 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16783 usp10/tests"
16784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16785 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16786 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16788 ALL_MAKEFILES="$ALL_MAKEFILES \\
16789 dlls/uuid/Makefile"
16790 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16791 uuid"
16792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16793 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16794 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16796 ALL_MAKEFILES="$ALL_MAKEFILES \\
16797 dlls/uxtheme/Makefile"
16798 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16799 uxtheme"
16800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16801 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16802 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16804 ALL_MAKEFILES="$ALL_MAKEFILES \\
16805 dlls/uxtheme/tests/Makefile"
16806 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16807 uxtheme/tests"
16808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16809 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16810 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16812 ALL_MAKEFILES="$ALL_MAKEFILES \\
16813 dlls/vdhcp.vxd/Makefile"
16814 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16815 vdhcp.vxd"
16816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16817 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16818 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16820 ALL_MAKEFILES="$ALL_MAKEFILES \\
16821 dlls/vdmdbg/Makefile"
16822 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16823 vdmdbg"
16824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16825 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16826 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16828 ALL_MAKEFILES="$ALL_MAKEFILES \\
16829 dlls/ver.dll16/Makefile"
16830 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16831 ver.dll16"
16832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16833 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
16834 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
16836 ALL_MAKEFILES="$ALL_MAKEFILES \\
16837 dlls/version/Makefile"
16838 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16839 version"
16840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16841 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16842 ac_config_files="$ac_config_files dlls/version/Makefile"
16844 ALL_MAKEFILES="$ALL_MAKEFILES \\
16845 dlls/version/tests/Makefile"
16846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16847 version/tests"
16848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16849 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16850 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16852 ALL_MAKEFILES="$ALL_MAKEFILES \\
16853 dlls/vmm.vxd/Makefile"
16854 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16855 vmm.vxd"
16856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16857 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16858 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16860 ALL_MAKEFILES="$ALL_MAKEFILES \\
16861 dlls/vnbt.vxd/Makefile"
16862 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16863 vnbt.vxd"
16864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16865 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16866 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16868 ALL_MAKEFILES="$ALL_MAKEFILES \\
16869 dlls/vnetbios.vxd/Makefile"
16870 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16871 vnetbios.vxd"
16872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16873 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16874 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16876 ALL_MAKEFILES="$ALL_MAKEFILES \\
16877 dlls/vtdapi.vxd/Makefile"
16878 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16879 vtdapi.vxd"
16880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16881 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16882 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16884 ALL_MAKEFILES="$ALL_MAKEFILES \\
16885 dlls/vwin32.vxd/Makefile"
16886 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16887 vwin32.vxd"
16888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16889 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16890 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16892 ALL_MAKEFILES="$ALL_MAKEFILES \\
16893 dlls/w32skrnl/Makefile"
16894 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16895 w32skrnl"
16896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16897 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16898 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16900 ALL_MAKEFILES="$ALL_MAKEFILES \\
16901 dlls/w32sys.dll16/Makefile"
16902 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16903 w32sys.dll16"
16904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16905 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16906 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16908 ALL_MAKEFILES="$ALL_MAKEFILES \\
16909 dlls/wbemprox/Makefile"
16910 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16911 wbemprox"
16912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16913 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16914 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16916 ALL_MAKEFILES="$ALL_MAKEFILES \\
16917 dlls/wiaservc/Makefile"
16918 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16919 wiaservc"
16920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16921 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
16922 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
16924 ALL_MAKEFILES="$ALL_MAKEFILES \\
16925 dlls/win32s16.dll16/Makefile"
16926 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16927 win32s16.dll16"
16928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16929 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16930 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16932 ALL_MAKEFILES="$ALL_MAKEFILES \\
16933 dlls/win87em.dll16/Makefile"
16934 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16935 win87em.dll16"
16936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16937 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16938 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16940 ALL_MAKEFILES="$ALL_MAKEFILES \\
16941 dlls/winaspi.dll16/Makefile"
16942 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16943 winaspi.dll16"
16944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16945 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16946 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16948 ALL_MAKEFILES="$ALL_MAKEFILES \\
16949 dlls/windebug.dll16/Makefile"
16950 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16951 windebug.dll16"
16952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16953 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16954 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16956 ALL_MAKEFILES="$ALL_MAKEFILES \\
16957 dlls/windowscodecs/Makefile"
16958 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16959 windowscodecs"
16960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16961 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16962 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16964 ALL_MAKEFILES="$ALL_MAKEFILES \\
16965 dlls/windowscodecs/tests/Makefile"
16966 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16967 windowscodecs/tests"
16968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16969 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16970 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16972 ALL_MAKEFILES="$ALL_MAKEFILES \\
16973 dlls/winealsa.drv/Makefile"
16974 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16975 winealsa.drv"
16976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16977 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
16978 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16980 ALL_MAKEFILES="$ALL_MAKEFILES \\
16981 dlls/wineaudioio.drv/Makefile"
16982 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16983 wineaudioio.drv"
16984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16985 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
16986 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
16988 ALL_MAKEFILES="$ALL_MAKEFILES \\
16989 dlls/winecoreaudio.drv/Makefile"
16990 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16991 winecoreaudio.drv"
16992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16993 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
16994 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
16996 ALL_MAKEFILES="$ALL_MAKEFILES \\
16997 dlls/winecrt0/Makefile"
16998 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16999 winecrt0"
17000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17001 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
17002 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17004 ALL_MAKEFILES="$ALL_MAKEFILES \\
17005 dlls/wined3d/Makefile"
17006 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17007 wined3d"
17008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17009 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
17010 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17012 ALL_MAKEFILES="$ALL_MAKEFILES \\
17013 dlls/winedos/Makefile"
17014 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17015 winedos"
17016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17017 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
17018 ac_config_files="$ac_config_files dlls/winedos/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_wow32" != 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 documentation/Makefile"
17406 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17407 documentation"
17408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17409 documentation/Makefile: documentation/Makefile.in Make.rules"
17410 ac_config_files="$ac_config_files documentation/Makefile"
17412 ALL_MAKEFILES="$ALL_MAKEFILES \\
17413 fonts/Makefile"
17414 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17415 fonts"
17416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17417 fonts/Makefile: fonts/Makefile.in Make.rules"
17418 ac_config_files="$ac_config_files fonts/Makefile"
17420 ALL_MAKEFILES="$ALL_MAKEFILES \\
17421 include/Makefile"
17422 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17423 include"
17424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17425 include/Makefile: include/Makefile.in Make.rules"
17426 ac_config_files="$ac_config_files include/Makefile"
17428 ALL_MAKEFILES="$ALL_MAKEFILES \\
17429 libs/Makefile"
17430 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17431 libs"
17432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17433 libs/Makefile: libs/Makefile.in Make.rules"
17434 ac_config_files="$ac_config_files libs/Makefile"
17436 ALL_MAKEFILES="$ALL_MAKEFILES \\
17437 libs/port/Makefile"
17439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17440 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17441 ac_config_files="$ac_config_files libs/port/Makefile"
17443 ALL_MAKEFILES="$ALL_MAKEFILES \\
17444 libs/wine/Makefile"
17446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17447 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17448 ac_config_files="$ac_config_files libs/wine/Makefile"
17450 ALL_MAKEFILES="$ALL_MAKEFILES \\
17451 libs/wpp/Makefile"
17453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17454 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17455 ac_config_files="$ac_config_files libs/wpp/Makefile"
17457 ALL_MAKEFILES="$ALL_MAKEFILES \\
17458 loader/Makefile"
17459 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17460 loader"
17461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17462 loader/Makefile: loader/Makefile.in Make.rules"
17463 ac_config_files="$ac_config_files loader/Makefile"
17465 ALL_MAKEFILES="$ALL_MAKEFILES \\
17466 programs/Makefile"
17467 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17468 programs"
17469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17470 programs/Makefile: programs/Makefile.in Make.rules"
17471 ac_config_files="$ac_config_files programs/Makefile"
17473 ALL_MAKEFILES="$ALL_MAKEFILES \\
17474 programs/cacls/Makefile"
17475 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17476 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17477 cacls"
17478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17479 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17480 ac_config_files="$ac_config_files programs/cacls/Makefile"
17482 ALL_MAKEFILES="$ALL_MAKEFILES \\
17483 programs/clock/Makefile"
17484 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17485 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17486 clock"
17487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17488 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17489 ac_config_files="$ac_config_files programs/clock/Makefile"
17491 ALL_MAKEFILES="$ALL_MAKEFILES \\
17492 programs/cmd/Makefile"
17493 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17494 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17495 cmd"
17496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17497 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17498 ac_config_files="$ac_config_files programs/cmd/Makefile"
17500 ALL_MAKEFILES="$ALL_MAKEFILES \\
17501 programs/cmdlgtst/Makefile"
17502 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17503 cmdlgtst"
17504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17505 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17506 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17508 ALL_MAKEFILES="$ALL_MAKEFILES \\
17509 programs/control/Makefile"
17510 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17511 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17512 control"
17513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17514 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17515 ac_config_files="$ac_config_files programs/control/Makefile"
17517 ALL_MAKEFILES="$ALL_MAKEFILES \\
17518 programs/dxdiag/Makefile"
17519 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17520 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17521 dxdiag"
17522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17523 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17524 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17526 ALL_MAKEFILES="$ALL_MAKEFILES \\
17527 programs/eject/Makefile"
17528 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17529 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17530 eject"
17531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17532 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17533 ac_config_files="$ac_config_files programs/eject/Makefile"
17535 ALL_MAKEFILES="$ALL_MAKEFILES \\
17536 programs/expand/Makefile"
17537 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17538 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17539 expand"
17540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17541 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17542 ac_config_files="$ac_config_files programs/expand/Makefile"
17544 ALL_MAKEFILES="$ALL_MAKEFILES \\
17545 programs/explorer/Makefile"
17546 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17547 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17548 explorer"
17549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17550 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17551 ac_config_files="$ac_config_files programs/explorer/Makefile"
17553 ALL_MAKEFILES="$ALL_MAKEFILES \\
17554 programs/extrac32/Makefile"
17555 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17556 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17557 extrac32"
17558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17559 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
17560 ac_config_files="$ac_config_files programs/extrac32/Makefile"
17562 ALL_MAKEFILES="$ALL_MAKEFILES \\
17563 programs/hh/Makefile"
17564 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17565 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17568 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17569 ac_config_files="$ac_config_files programs/hh/Makefile"
17571 ALL_MAKEFILES="$ALL_MAKEFILES \\
17572 programs/icinfo/Makefile"
17573 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17574 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17575 icinfo"
17576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17577 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17578 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17580 ALL_MAKEFILES="$ALL_MAKEFILES \\
17581 programs/iexplore/Makefile"
17582 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17583 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17584 iexplore"
17585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17586 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17587 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17589 ALL_MAKEFILES="$ALL_MAKEFILES \\
17590 programs/lodctr/Makefile"
17591 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17592 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17593 lodctr"
17594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17595 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17596 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17598 ALL_MAKEFILES="$ALL_MAKEFILES \\
17599 programs/mshta/Makefile"
17600 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17601 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17602 mshta"
17603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17604 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
17605 ac_config_files="$ac_config_files programs/mshta/Makefile"
17607 ALL_MAKEFILES="$ALL_MAKEFILES \\
17608 programs/msiexec/Makefile"
17609 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17610 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17611 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17612 msiexec"
17613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17614 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17615 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17617 ALL_MAKEFILES="$ALL_MAKEFILES \\
17618 programs/net/Makefile"
17619 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17620 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17621 net"
17622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17623 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17624 ac_config_files="$ac_config_files programs/net/Makefile"
17626 ALL_MAKEFILES="$ALL_MAKEFILES \\
17627 programs/notepad/Makefile"
17628 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17629 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17630 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17631 notepad"
17632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17633 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17634 ac_config_files="$ac_config_files programs/notepad/Makefile"
17636 ALL_MAKEFILES="$ALL_MAKEFILES \\
17637 programs/oleview/Makefile"
17638 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17639 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17640 oleview"
17641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17642 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17643 ac_config_files="$ac_config_files programs/oleview/Makefile"
17645 ALL_MAKEFILES="$ALL_MAKEFILES \\
17646 programs/progman/Makefile"
17647 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17648 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17649 progman"
17650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17651 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17652 ac_config_files="$ac_config_files programs/progman/Makefile"
17654 ALL_MAKEFILES="$ALL_MAKEFILES \\
17655 programs/reg/Makefile"
17656 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17657 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17658 reg"
17659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17660 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17661 ac_config_files="$ac_config_files programs/reg/Makefile"
17663 ALL_MAKEFILES="$ALL_MAKEFILES \\
17664 programs/regedit/Makefile"
17665 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17666 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17667 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17668 regedit"
17669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17670 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17671 ac_config_files="$ac_config_files programs/regedit/Makefile"
17673 ALL_MAKEFILES="$ALL_MAKEFILES \\
17674 programs/regsvr32/Makefile"
17675 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17676 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17677 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17678 regsvr32"
17679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17680 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17681 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17683 ALL_MAKEFILES="$ALL_MAKEFILES \\
17684 programs/rpcss/Makefile"
17685 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17686 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17687 rpcss"
17688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17689 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17690 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17692 ALL_MAKEFILES="$ALL_MAKEFILES \\
17693 programs/rundll32/Makefile"
17694 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17695 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17696 rundll32"
17697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17698 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17699 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17701 ALL_MAKEFILES="$ALL_MAKEFILES \\
17702 programs/secedit/Makefile"
17703 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17704 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17705 secedit"
17706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17707 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17708 ac_config_files="$ac_config_files programs/secedit/Makefile"
17710 ALL_MAKEFILES="$ALL_MAKEFILES \\
17711 programs/services/Makefile"
17712 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17713 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17714 services"
17715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17716 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17717 ac_config_files="$ac_config_files programs/services/Makefile"
17719 ALL_MAKEFILES="$ALL_MAKEFILES \\
17720 programs/spoolsv/Makefile"
17721 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17722 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17723 spoolsv"
17724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17725 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17726 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17728 ALL_MAKEFILES="$ALL_MAKEFILES \\
17729 programs/start/Makefile"
17730 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17731 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17732 start"
17733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17734 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17735 ac_config_files="$ac_config_files programs/start/Makefile"
17737 ALL_MAKEFILES="$ALL_MAKEFILES \\
17738 programs/svchost/Makefile"
17739 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17740 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17741 svchost"
17742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17743 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17744 ac_config_files="$ac_config_files programs/svchost/Makefile"
17746 ALL_MAKEFILES="$ALL_MAKEFILES \\
17747 programs/taskmgr/Makefile"
17748 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17749 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17750 taskmgr"
17751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17752 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17753 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17755 ALL_MAKEFILES="$ALL_MAKEFILES \\
17756 programs/termsv/Makefile"
17757 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17758 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17759 termsv"
17760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17761 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17762 ac_config_files="$ac_config_files programs/termsv/Makefile"
17764 ALL_MAKEFILES="$ALL_MAKEFILES \\
17765 programs/uninstaller/Makefile"
17766 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17767 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17768 uninstaller"
17769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17770 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17771 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17773 ALL_MAKEFILES="$ALL_MAKEFILES \\
17774 programs/unlodctr/Makefile"
17775 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17776 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17777 unlodctr"
17778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17779 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17780 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17782 ALL_MAKEFILES="$ALL_MAKEFILES \\
17783 programs/view/Makefile"
17784 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17785 view"
17786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17787 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17788 ac_config_files="$ac_config_files programs/view/Makefile"
17790 ALL_MAKEFILES="$ALL_MAKEFILES \\
17791 programs/wineboot/Makefile"
17792 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17793 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17794 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17795 wineboot"
17796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17797 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17798 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17800 ALL_MAKEFILES="$ALL_MAKEFILES \\
17801 programs/winebrowser/Makefile"
17802 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17803 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17804 winebrowser"
17805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17806 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17807 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17809 ALL_MAKEFILES="$ALL_MAKEFILES \\
17810 programs/winecfg/Makefile"
17811 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17812 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17813 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17814 winecfg"
17815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17816 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17817 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17819 ALL_MAKEFILES="$ALL_MAKEFILES \\
17820 programs/wineconsole/Makefile"
17821 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17822 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17823 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17824 wineconsole"
17825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17826 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17827 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17829 ALL_MAKEFILES="$ALL_MAKEFILES \\
17830 programs/winedbg/Makefile"
17831 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17832 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17833 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17834 winedbg"
17835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17836 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17837 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17839 ALL_MAKEFILES="$ALL_MAKEFILES \\
17840 programs/winedevice/Makefile"
17841 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17842 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17843 winedevice"
17844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17845 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17846 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17848 ALL_MAKEFILES="$ALL_MAKEFILES \\
17849 programs/winefile/Makefile"
17850 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17851 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17852 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17853 winefile"
17854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17855 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17856 ac_config_files="$ac_config_files programs/winefile/Makefile"
17858 ALL_MAKEFILES="$ALL_MAKEFILES \\
17859 programs/winemenubuilder/Makefile"
17860 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17861 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17862 winemenubuilder"
17863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17864 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17865 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17867 ALL_MAKEFILES="$ALL_MAKEFILES \\
17868 programs/winemine/Makefile"
17869 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17870 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17871 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17872 winemine"
17873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17874 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17875 ac_config_files="$ac_config_files programs/winemine/Makefile"
17877 ALL_MAKEFILES="$ALL_MAKEFILES \\
17878 programs/winepath/Makefile"
17879 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17880 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17881 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17882 winepath"
17883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17884 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17885 ac_config_files="$ac_config_files programs/winepath/Makefile"
17887 ALL_MAKEFILES="$ALL_MAKEFILES \\
17888 programs/winetest/Makefile"
17889 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17890 winetest"
17891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17892 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17893 ac_config_files="$ac_config_files programs/winetest/Makefile"
17895 ALL_MAKEFILES="$ALL_MAKEFILES \\
17896 programs/winevdm/Makefile"
17897 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17898 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17899 winevdm"
17900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17901 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17902 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17904 ALL_MAKEFILES="$ALL_MAKEFILES \\
17905 programs/winhelp.exe16/Makefile"
17906 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17907 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17908 winhelp.exe16"
17909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17910 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17911 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17913 ALL_MAKEFILES="$ALL_MAKEFILES \\
17914 programs/winhlp32/Makefile"
17915 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17916 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17917 winhlp32"
17918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17919 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17920 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17922 ALL_MAKEFILES="$ALL_MAKEFILES \\
17923 programs/winoldap.mod16/Makefile"
17924 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17925 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17926 winoldap.mod16"
17927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17928 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17929 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17931 ALL_MAKEFILES="$ALL_MAKEFILES \\
17932 programs/winver/Makefile"
17933 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17934 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17935 winver"
17936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17937 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17938 ac_config_files="$ac_config_files programs/winver/Makefile"
17940 ALL_MAKEFILES="$ALL_MAKEFILES \\
17941 programs/wordpad/Makefile"
17942 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17943 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17944 wordpad"
17945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17946 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
17947 ac_config_files="$ac_config_files programs/wordpad/Makefile"
17949 ALL_MAKEFILES="$ALL_MAKEFILES \\
17950 programs/write/Makefile"
17951 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17952 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17953 write"
17954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17955 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
17956 ac_config_files="$ac_config_files programs/write/Makefile"
17958 ALL_MAKEFILES="$ALL_MAKEFILES \\
17959 programs/xcopy/Makefile"
17960 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17961 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17962 xcopy"
17963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17964 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
17965 ac_config_files="$ac_config_files programs/xcopy/Makefile"
17967 ALL_MAKEFILES="$ALL_MAKEFILES \\
17968 server/Makefile"
17969 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17970 server"
17971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17972 server/Makefile: server/Makefile.in Make.rules"
17973 ac_config_files="$ac_config_files server/Makefile"
17975 ALL_MAKEFILES="$ALL_MAKEFILES \\
17976 tools/Makefile"
17977 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17978 tools"
17979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17980 tools/Makefile: tools/Makefile.in Make.rules"
17981 ac_config_files="$ac_config_files tools/Makefile"
17983 ALL_MAKEFILES="$ALL_MAKEFILES \\
17984 tools/widl/Makefile"
17986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17987 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
17988 ac_config_files="$ac_config_files tools/widl/Makefile"
17990 ALL_MAKEFILES="$ALL_MAKEFILES \\
17991 tools/winebuild/Makefile"
17993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17994 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
17995 ac_config_files="$ac_config_files tools/winebuild/Makefile"
17997 ALL_MAKEFILES="$ALL_MAKEFILES \\
17998 tools/winedump/Makefile"
18000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18001 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
18002 ac_config_files="$ac_config_files tools/winedump/Makefile"
18004 ALL_MAKEFILES="$ALL_MAKEFILES \\
18005 tools/winegcc/Makefile"
18007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18008 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
18009 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18011 ALL_MAKEFILES="$ALL_MAKEFILES \\
18012 tools/wmc/Makefile"
18014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18015 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
18016 ac_config_files="$ac_config_files tools/wmc/Makefile"
18018 ALL_MAKEFILES="$ALL_MAKEFILES \\
18019 tools/wrc/Makefile"
18021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18022 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
18023 ac_config_files="$ac_config_files tools/wrc/Makefile"
18027 ALL_WINETEST_DEPENDS="# Test binaries"
18029 for dir in $ALL_TEST_DIRS
18031 if test "$dir" != "\\"
18032 then
18033 testname=`expr $dir : '\(.*\)/tests'`_test
18034 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18036 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18037 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18038 $testname.rc:
18039 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18040 $testname.res: $testname.rc $testname.exe"
18042 done
18044 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18046 cat >confcache <<\_ACEOF
18047 # This file is a shell script that caches the results of configure
18048 # tests run on this system so they can be shared between configure
18049 # scripts and configure runs, see configure's option --config-cache.
18050 # It is not useful on other systems. If it contains results you don't
18051 # want to keep, you may remove or edit it.
18053 # config.status only pays attention to the cache file if you give it
18054 # the --recheck option to rerun configure.
18056 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18057 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18058 # following values.
18060 _ACEOF
18062 # The following way of writing the cache mishandles newlines in values,
18063 # but we know of no workaround that is simple, portable, and efficient.
18064 # So, we kill variables containing newlines.
18065 # Ultrix sh set writes to stderr and can't be redirected directly,
18066 # and sets the high bit in the cache file unless we assign to the vars.
18068 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18069 eval ac_val=\$$ac_var
18070 case $ac_val in #(
18071 *${as_nl}*)
18072 case $ac_var in #(
18073 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18074 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18075 esac
18076 case $ac_var in #(
18077 _ | IFS | as_nl) ;; #(
18078 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18079 *) { eval $ac_var=; unset $ac_var;} ;;
18080 esac ;;
18081 esac
18082 done
18084 (set) 2>&1 |
18085 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18086 *${as_nl}ac_space=\ *)
18087 # `set' does not quote correctly, so add quotes: double-quote
18088 # substitution turns \\\\ into \\, and sed turns \\ into \.
18089 sed -n \
18090 "s/'/'\\\\''/g;
18091 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18092 ;; #(
18094 # `set' quotes correctly as required by POSIX, so do not add quotes.
18095 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18097 esac |
18098 sort
18100 sed '
18101 /^ac_cv_env_/b end
18102 t clear
18103 :clear
18104 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18105 t end
18106 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18107 :end' >>confcache
18108 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18109 if test -w "$cache_file"; then
18110 test "x$cache_file" != "x/dev/null" &&
18111 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18112 $as_echo "$as_me: updating cache $cache_file" >&6;}
18113 cat confcache >$cache_file
18114 else
18115 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18116 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18119 rm -f confcache
18121 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18122 # Let make expand exec_prefix.
18123 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18125 DEFS=-DHAVE_CONFIG_H
18127 ac_libobjs=
18128 ac_ltlibobjs=
18129 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18130 # 1. Remove the extension, and $U if already installed.
18131 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18132 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18133 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18134 # will be set to the directory where LIBOBJS objects are built.
18135 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18136 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18137 done
18138 LIBOBJS=$ac_libobjs
18140 LTLIBOBJS=$ac_ltlibobjs
18144 : ${CONFIG_STATUS=./config.status}
18145 ac_write_fail=0
18146 ac_clean_files_save=$ac_clean_files
18147 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18148 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18149 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18150 as_write_fail=0
18151 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18152 #! $SHELL
18153 # Generated by $as_me.
18154 # Run this file to recreate the current configuration.
18155 # Compiler output produced by configure, useful for debugging
18156 # configure, is in config.log if it exists.
18158 debug=false
18159 ac_cs_recheck=false
18160 ac_cs_silent=false
18162 SHELL=\${CONFIG_SHELL-$SHELL}
18163 export SHELL
18164 _ASEOF
18165 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18166 ## -------------------- ##
18167 ## M4sh Initialization. ##
18168 ## -------------------- ##
18170 # Be more Bourne compatible
18171 DUALCASE=1; export DUALCASE # for MKS sh
18172 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18173 emulate sh
18174 NULLCMD=:
18175 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18176 # is contrary to our usage. Disable this feature.
18177 alias -g '${1+"$@"}'='"$@"'
18178 setopt NO_GLOB_SUBST
18179 else
18180 case `(set -o) 2>/dev/null` in #(
18181 *posix*) :
18182 set -o posix ;; #(
18183 *) :
18185 esac
18189 as_nl='
18191 export as_nl
18192 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18193 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18194 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18195 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18196 # Prefer a ksh shell builtin over an external printf program on Solaris,
18197 # but without wasting forks for bash or zsh.
18198 if test -z "$BASH_VERSION$ZSH_VERSION" \
18199 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18200 as_echo='print -r --'
18201 as_echo_n='print -rn --'
18202 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18203 as_echo='printf %s\n'
18204 as_echo_n='printf %s'
18205 else
18206 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18207 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18208 as_echo_n='/usr/ucb/echo -n'
18209 else
18210 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18211 as_echo_n_body='eval
18212 arg=$1;
18213 case $arg in #(
18214 *"$as_nl"*)
18215 expr "X$arg" : "X\\(.*\\)$as_nl";
18216 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18217 esac;
18218 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18220 export as_echo_n_body
18221 as_echo_n='sh -c $as_echo_n_body as_echo'
18223 export as_echo_body
18224 as_echo='sh -c $as_echo_body as_echo'
18227 # The user is always right.
18228 if test "${PATH_SEPARATOR+set}" != set; then
18229 PATH_SEPARATOR=:
18230 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18231 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18232 PATH_SEPARATOR=';'
18237 # IFS
18238 # We need space, tab and new line, in precisely that order. Quoting is
18239 # there to prevent editors from complaining about space-tab.
18240 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18241 # splitting by setting IFS to empty value.)
18242 IFS=" "" $as_nl"
18244 # Find who we are. Look in the path if we contain no directory separator.
18245 case $0 in #((
18246 *[\\/]* ) as_myself=$0 ;;
18247 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18248 for as_dir in $PATH
18250 IFS=$as_save_IFS
18251 test -z "$as_dir" && as_dir=.
18252 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18253 done
18254 IFS=$as_save_IFS
18257 esac
18258 # We did not find ourselves, most probably we were run as `sh COMMAND'
18259 # in which case we are not to be found in the path.
18260 if test "x$as_myself" = x; then
18261 as_myself=$0
18263 if test ! -f "$as_myself"; then
18264 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18265 exit 1
18268 # Unset variables that we do not need and which cause bugs (e.g. in
18269 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18270 # suppresses any "Segmentation fault" message there. '((' could
18271 # trigger a bug in pdksh 5.2.14.
18272 for as_var in BASH_ENV ENV MAIL MAILPATH
18273 do eval test x\${$as_var+set} = xset \
18274 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18275 done
18276 PS1='$ '
18277 PS2='> '
18278 PS4='+ '
18280 # NLS nuisances.
18281 LC_ALL=C
18282 export LC_ALL
18283 LANGUAGE=C
18284 export LANGUAGE
18286 # CDPATH.
18287 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18290 # as_fn_error ERROR [LINENO LOG_FD]
18291 # ---------------------------------
18292 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18293 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18294 # script with status $?, using 1 if that was 0.
18295 as_fn_error ()
18297 as_status=$?; test $as_status -eq 0 && as_status=1
18298 if test "$3"; then
18299 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18300 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18302 $as_echo "$as_me: error: $1" >&2
18303 as_fn_exit $as_status
18304 } # as_fn_error
18307 # as_fn_set_status STATUS
18308 # -----------------------
18309 # Set $? to STATUS, without forking.
18310 as_fn_set_status ()
18312 return $1
18313 } # as_fn_set_status
18315 # as_fn_exit STATUS
18316 # -----------------
18317 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18318 as_fn_exit ()
18320 set +e
18321 as_fn_set_status $1
18322 exit $1
18323 } # as_fn_exit
18325 # as_fn_unset VAR
18326 # ---------------
18327 # Portably unset VAR.
18328 as_fn_unset ()
18330 { eval $1=; unset $1;}
18332 as_unset=as_fn_unset
18333 # as_fn_append VAR VALUE
18334 # ----------------------
18335 # Append the text in VALUE to the end of the definition contained in VAR. Take
18336 # advantage of any shell optimizations that allow amortized linear growth over
18337 # repeated appends, instead of the typical quadratic growth present in naive
18338 # implementations.
18339 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18340 eval 'as_fn_append ()
18342 eval $1+=\$2
18344 else
18345 as_fn_append ()
18347 eval $1=\$$1\$2
18349 fi # as_fn_append
18351 # as_fn_arith ARG...
18352 # ------------------
18353 # Perform arithmetic evaluation on the ARGs, and store the result in the
18354 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18355 # must be portable across $(()) and expr.
18356 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18357 eval 'as_fn_arith ()
18359 as_val=$(( $* ))
18361 else
18362 as_fn_arith ()
18364 as_val=`expr "$@" || test $? -eq 1`
18366 fi # as_fn_arith
18369 if expr a : '\(a\)' >/dev/null 2>&1 &&
18370 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18371 as_expr=expr
18372 else
18373 as_expr=false
18376 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18377 as_basename=basename
18378 else
18379 as_basename=false
18382 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18383 as_dirname=dirname
18384 else
18385 as_dirname=false
18388 as_me=`$as_basename -- "$0" ||
18389 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18390 X"$0" : 'X\(//\)$' \| \
18391 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18392 $as_echo X/"$0" |
18393 sed '/^.*\/\([^/][^/]*\)\/*$/{
18394 s//\1/
18397 /^X\/\(\/\/\)$/{
18398 s//\1/
18401 /^X\/\(\/\).*/{
18402 s//\1/
18405 s/.*/./; q'`
18407 # Avoid depending upon Character Ranges.
18408 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18409 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18410 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18411 as_cr_digits='0123456789'
18412 as_cr_alnum=$as_cr_Letters$as_cr_digits
18414 ECHO_C= ECHO_N= ECHO_T=
18415 case `echo -n x` in #(((((
18416 -n*)
18417 case `echo 'xy\c'` in
18418 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18419 xy) ECHO_C='\c';;
18420 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18421 ECHO_T=' ';;
18422 esac;;
18424 ECHO_N='-n';;
18425 esac
18427 rm -f conf$$ conf$$.exe conf$$.file
18428 if test -d conf$$.dir; then
18429 rm -f conf$$.dir/conf$$.file
18430 else
18431 rm -f conf$$.dir
18432 mkdir conf$$.dir 2>/dev/null
18434 if (echo >conf$$.file) 2>/dev/null; then
18435 if ln -s conf$$.file conf$$ 2>/dev/null; then
18436 as_ln_s='ln -s'
18437 # ... but there are two gotchas:
18438 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18439 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18440 # In both cases, we have to default to `cp -p'.
18441 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18442 as_ln_s='cp -p'
18443 elif ln conf$$.file conf$$ 2>/dev/null; then
18444 as_ln_s=ln
18445 else
18446 as_ln_s='cp -p'
18448 else
18449 as_ln_s='cp -p'
18451 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18452 rmdir conf$$.dir 2>/dev/null
18455 # as_fn_mkdir_p
18456 # -------------
18457 # Create "$as_dir" as a directory, including parents if necessary.
18458 as_fn_mkdir_p ()
18461 case $as_dir in #(
18462 -*) as_dir=./$as_dir;;
18463 esac
18464 test -d "$as_dir" || eval $as_mkdir_p || {
18465 as_dirs=
18466 while :; do
18467 case $as_dir in #(
18468 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18469 *) as_qdir=$as_dir;;
18470 esac
18471 as_dirs="'$as_qdir' $as_dirs"
18472 as_dir=`$as_dirname -- "$as_dir" ||
18473 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18474 X"$as_dir" : 'X\(//\)[^/]' \| \
18475 X"$as_dir" : 'X\(//\)$' \| \
18476 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18477 $as_echo X"$as_dir" |
18478 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18479 s//\1/
18482 /^X\(\/\/\)[^/].*/{
18483 s//\1/
18486 /^X\(\/\/\)$/{
18487 s//\1/
18490 /^X\(\/\).*/{
18491 s//\1/
18494 s/.*/./; q'`
18495 test -d "$as_dir" && break
18496 done
18497 test -z "$as_dirs" || eval "mkdir $as_dirs"
18498 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18501 } # as_fn_mkdir_p
18502 if mkdir -p . 2>/dev/null; then
18503 as_mkdir_p='mkdir -p "$as_dir"'
18504 else
18505 test -d ./-p && rmdir ./-p
18506 as_mkdir_p=false
18509 if test -x / >/dev/null 2>&1; then
18510 as_test_x='test -x'
18511 else
18512 if ls -dL / >/dev/null 2>&1; then
18513 as_ls_L_option=L
18514 else
18515 as_ls_L_option=
18517 as_test_x='
18518 eval sh -c '\''
18519 if test -d "$1"; then
18520 test -d "$1/.";
18521 else
18522 case $1 in #(
18523 -*)set "./$1";;
18524 esac;
18525 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18526 ???[sx]*):;;*)false;;esac;fi
18527 '\'' sh
18530 as_executable_p=$as_test_x
18532 # Sed expression to map a string onto a valid CPP name.
18533 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18535 # Sed expression to map a string onto a valid variable name.
18536 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18539 exec 6>&1
18540 ## ----------------------------------- ##
18541 ## Main body of $CONFIG_STATUS script. ##
18542 ## ----------------------------------- ##
18543 _ASEOF
18544 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18546 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18547 # Save the log message, to keep $0 and so on meaningful, and to
18548 # report actual input values of CONFIG_FILES etc. instead of their
18549 # values after options handling.
18550 ac_log="
18551 This file was extended by Wine $as_me 1.1.35, which was
18552 generated by GNU Autoconf 2.65. Invocation command line was
18554 CONFIG_FILES = $CONFIG_FILES
18555 CONFIG_HEADERS = $CONFIG_HEADERS
18556 CONFIG_LINKS = $CONFIG_LINKS
18557 CONFIG_COMMANDS = $CONFIG_COMMANDS
18558 $ $0 $@
18560 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18563 _ACEOF
18565 case $ac_config_files in *"
18566 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18567 esac
18569 case $ac_config_headers in *"
18570 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18571 esac
18574 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18575 # Files that config.status was made for.
18576 config_files="$ac_config_files"
18577 config_headers="$ac_config_headers"
18578 config_commands="$ac_config_commands"
18580 _ACEOF
18582 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18583 ac_cs_usage="\
18584 \`$as_me' instantiates files and other configuration actions
18585 from templates according to the current configuration. Unless the files
18586 and actions are specified as TAGs, all are instantiated by default.
18588 Usage: $0 [OPTION]... [TAG]...
18590 -h, --help print this help, then exit
18591 -V, --version print version number and configuration settings, then exit
18592 --config print configuration, then exit
18593 -q, --quiet, --silent
18594 do not print progress messages
18595 -d, --debug don't remove temporary files
18596 --recheck update $as_me by reconfiguring in the same conditions
18597 --file=FILE[:TEMPLATE]
18598 instantiate the configuration file FILE
18599 --header=FILE[:TEMPLATE]
18600 instantiate the configuration header FILE
18602 Configuration files:
18603 $config_files
18605 Configuration headers:
18606 $config_headers
18608 Configuration commands:
18609 $config_commands
18611 Report bugs to <wine-devel@winehq.org>.
18612 Wine home page: <http://www.winehq.org>."
18614 _ACEOF
18615 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18616 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18617 ac_cs_version="\\
18618 Wine config.status 1.1.35
18619 configured by $0, generated by GNU Autoconf 2.65,
18620 with options \\"\$ac_cs_config\\"
18622 Copyright (C) 2009 Free Software Foundation, Inc.
18623 This config.status script is free software; the Free Software Foundation
18624 gives unlimited permission to copy, distribute and modify it."
18626 ac_pwd='$ac_pwd'
18627 srcdir='$srcdir'
18628 INSTALL='$INSTALL'
18629 test -n "\$AWK" || AWK=awk
18630 _ACEOF
18632 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18633 # The default lists apply if the user does not specify any file.
18634 ac_need_defaults=:
18635 while test $# != 0
18637 case $1 in
18638 --*=*)
18639 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18640 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18641 ac_shift=:
18644 ac_option=$1
18645 ac_optarg=$2
18646 ac_shift=shift
18648 esac
18650 case $ac_option in
18651 # Handling of the options.
18652 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18653 ac_cs_recheck=: ;;
18654 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18655 $as_echo "$ac_cs_version"; exit ;;
18656 --config | --confi | --conf | --con | --co | --c )
18657 $as_echo "$ac_cs_config"; exit ;;
18658 --debug | --debu | --deb | --de | --d | -d )
18659 debug=: ;;
18660 --file | --fil | --fi | --f )
18661 $ac_shift
18662 case $ac_optarg in
18663 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18664 esac
18665 as_fn_append CONFIG_FILES " '$ac_optarg'"
18666 ac_need_defaults=false;;
18667 --header | --heade | --head | --hea )
18668 $ac_shift
18669 case $ac_optarg in
18670 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18671 esac
18672 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18673 ac_need_defaults=false;;
18674 --he | --h)
18675 # Conflict between --help and --header
18676 as_fn_error "ambiguous option: \`$1'
18677 Try \`$0 --help' for more information.";;
18678 --help | --hel | -h )
18679 $as_echo "$ac_cs_usage"; exit ;;
18680 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18681 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18682 ac_cs_silent=: ;;
18684 # This is an error.
18685 -*) as_fn_error "unrecognized option: \`$1'
18686 Try \`$0 --help' for more information." ;;
18688 *) as_fn_append ac_config_targets " $1"
18689 ac_need_defaults=false ;;
18691 esac
18692 shift
18693 done
18695 ac_configure_extra_args=
18697 if $ac_cs_silent; then
18698 exec 6>/dev/null
18699 ac_configure_extra_args="$ac_configure_extra_args --silent"
18702 _ACEOF
18703 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18704 if \$ac_cs_recheck; then
18705 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18706 shift
18707 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18708 CONFIG_SHELL='$SHELL'
18709 export CONFIG_SHELL
18710 exec "\$@"
18713 _ACEOF
18714 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18715 exec 5>>config.log
18717 echo
18718 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18719 ## Running $as_me. ##
18720 _ASBOX
18721 $as_echo "$ac_log"
18722 } >&5
18724 _ACEOF
18725 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18726 _ACEOF
18728 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18730 # Handling of arguments.
18731 for ac_config_target in $ac_config_targets
18733 case $ac_config_target in
18734 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18735 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18736 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18737 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18738 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18739 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18740 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18741 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18742 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18743 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18744 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18745 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18746 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18747 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18748 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18749 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18750 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18751 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18752 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18753 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18754 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18755 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18756 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18757 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18758 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18759 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18760 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18761 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18762 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18763 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18764 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18765 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18766 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
18767 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18768 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18769 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18770 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18771 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18772 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18773 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18774 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18775 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18776 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18777 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18778 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18779 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18780 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18781 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18782 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18783 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
18784 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18785 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18786 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18787 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18788 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18789 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18790 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18791 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18792 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18793 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18794 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18795 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18796 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18797 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18798 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18799 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18800 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18801 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18802 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18803 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18804 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18805 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18806 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18807 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18808 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18809 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18810 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18811 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18812 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18813 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18814 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18815 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18816 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18817 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18818 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18819 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18820 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18821 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18822 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18823 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18824 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18825 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18826 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18827 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18828 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18829 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18830 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18831 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
18832 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18833 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18834 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18835 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18836 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18837 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18838 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18839 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18840 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18841 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18842 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18843 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18844 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18845 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18846 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18847 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18848 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18849 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18850 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18851 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18852 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18853 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18854 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18855 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18856 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18857 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18858 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18859 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18860 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18861 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18862 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18863 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18864 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18865 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18866 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18867 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18868 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18869 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18870 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18871 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18872 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18873 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
18874 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18875 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18876 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18877 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18878 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18879 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18880 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
18881 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18882 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18883 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
18884 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
18885 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18886 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18887 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18888 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18889 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18890 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18891 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18892 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18893 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18894 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18895 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18896 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18897 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18898 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18899 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18900 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18901 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18902 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18903 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18904 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
18905 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18906 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18907 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18908 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18909 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18910 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18911 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18912 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18913 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18914 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18915 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18916 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18917 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18918 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18919 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18920 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18921 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18922 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18923 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18924 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18925 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18926 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18927 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18928 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18929 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18930 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18931 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18932 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18933 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18934 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18935 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18936 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18937 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
18938 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18939 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18940 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18941 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18942 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18943 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18944 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18945 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18946 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
18947 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
18948 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18949 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
18950 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18951 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18952 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18953 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18954 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18955 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18956 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18957 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18958 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18959 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
18960 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
18961 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18962 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18963 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
18964 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
18965 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
18966 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
18967 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18968 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18969 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
18970 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
18971 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
18972 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18973 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18974 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18975 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18976 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
18977 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
18978 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
18979 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18980 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18981 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
18982 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
18983 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
18984 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
18985 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
18986 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
18987 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
18988 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18989 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18990 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18991 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18992 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18993 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18994 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
18995 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
18996 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
18997 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
18998 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
18999 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19000 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19001 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19002 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19003 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19004 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19005 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19006 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19007 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19008 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19009 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19010 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19011 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19012 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19013 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19014 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19015 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19016 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19017 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19018 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19019 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19020 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19021 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19022 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19023 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19024 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19025 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19026 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19027 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19028 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19029 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19030 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19031 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19032 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19033 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19034 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19035 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19036 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19037 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19038 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19039 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19040 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19041 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19042 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19043 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19044 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19045 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19046 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19047 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19048 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19049 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19050 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19051 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19052 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19053 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19054 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19055 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19056 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19057 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19058 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19059 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19060 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19061 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19062 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19063 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19064 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19065 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19066 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19067 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19068 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19069 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19070 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19071 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19072 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19073 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19074 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19075 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19076 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19077 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19078 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19079 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19080 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19081 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19082 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19083 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19084 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19085 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19086 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19087 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19088 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19089 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19090 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19091 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19092 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19093 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19094 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19095 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19096 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19097 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19098 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19099 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19100 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19101 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19102 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19103 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19104 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19105 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19106 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19107 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19108 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
19109 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19110 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19111 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19112 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19113 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19114 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
19115 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19116 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19117 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
19118 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
19119 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
19120 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
19121 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
19122 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
19123 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19124 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
19125 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19126 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19127 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19128 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
19129 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19130 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
19131 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
19132 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
19133 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19134 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
19135 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19136 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
19137 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
19138 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19139 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19140 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
19141 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19142 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19143 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19144 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19145 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19146 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19147 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19148 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
19149 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
19150 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
19151 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
19152 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
19153 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
19154 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
19155 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
19156 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
19157 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
19158 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
19159 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
19160 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
19161 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
19162 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
19163 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
19164 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
19165 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
19166 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
19167 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
19168 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
19169 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
19170 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
19171 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
19172 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
19173 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
19174 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
19175 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
19176 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
19177 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
19178 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
19179 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
19180 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
19181 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
19182 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
19183 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
19184 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
19185 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
19186 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
19187 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
19188 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
19189 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
19190 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
19191 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
19192 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
19193 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
19194 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
19195 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
19196 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
19197 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
19198 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
19199 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
19200 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
19201 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
19202 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19203 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
19204 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
19205 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
19206 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
19207 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
19208 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
19209 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
19210 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
19211 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
19212 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19213 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19214 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19215 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19216 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19217 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19218 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19219 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19220 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19221 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
19222 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19223 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
19224 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19225 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19226 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
19227 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19228 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19229 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19230 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
19231 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19232 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19233 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
19234 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
19235 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
19236 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19237 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
19238 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19239 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
19240 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19241 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
19242 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19243 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19244 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19245 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19246 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
19247 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
19248 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
19249 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19250 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
19251 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19252 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
19253 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19254 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
19255 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19256 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19257 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19258 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19259 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19260 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19261 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
19262 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19263 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19264 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19265 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19266 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19267 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19268 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
19269 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
19270 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
19271 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19272 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
19273 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
19274 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
19275 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19276 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19277 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19278 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19279 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19280 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19281 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19282 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19284 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19285 esac
19286 done
19289 # If the user did not use the arguments to specify the items to instantiate,
19290 # then the envvar interface is used. Set only those that are not.
19291 # We use the long form for the default assignment because of an extremely
19292 # bizarre bug on SunOS 4.1.3.
19293 if $ac_need_defaults; then
19294 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19295 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19296 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19299 # Have a temporary directory for convenience. Make it in the build tree
19300 # simply because there is no reason against having it here, and in addition,
19301 # creating and moving files from /tmp can sometimes cause problems.
19302 # Hook for its removal unless debugging.
19303 # Note that there is a small window in which the directory will not be cleaned:
19304 # after its creation but before its name has been assigned to `$tmp'.
19305 $debug ||
19307 tmp=
19308 trap 'exit_status=$?
19309 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19311 trap 'as_fn_exit 1' 1 2 13 15
19313 # Create a (secure) tmp directory for tmp files.
19316 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19317 test -n "$tmp" && test -d "$tmp"
19318 } ||
19320 tmp=./conf$$-$RANDOM
19321 (umask 077 && mkdir "$tmp")
19322 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19324 # Set up the scripts for CONFIG_FILES section.
19325 # No need to generate them if there are no CONFIG_FILES.
19326 # This happens for instance with `./config.status config.h'.
19327 if test -n "$CONFIG_FILES"; then
19329 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19330 ac_cs_awk_getline=:
19331 ac_cs_awk_pipe_init=
19332 ac_cs_awk_read_file='
19333 while ((getline aline < (F[key])) > 0)
19334 print(aline)
19335 close(F[key])'
19336 ac_cs_awk_pipe_fini=
19337 else
19338 ac_cs_awk_getline=false
19339 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19340 ac_cs_awk_read_file='
19341 print "|#_!!_#|"
19342 print "cat " F[key] " &&"
19343 '$ac_cs_awk_pipe_init
19344 # The final `:' finishes the AND list.
19345 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19347 ac_cr=`echo X | tr X '\015'`
19348 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19349 # But we know of no other shell where ac_cr would be empty at this
19350 # point, so we can use a bashism as a fallback.
19351 if test "x$ac_cr" = x; then
19352 eval ac_cr=\$\'\\r\'
19354 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19355 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19356 ac_cs_awk_cr='\r'
19357 else
19358 ac_cs_awk_cr=$ac_cr
19361 echo 'BEGIN {' >"$tmp/subs1.awk" &&
19362 _ACEOF
19364 # Create commands to substitute file output variables.
19366 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19367 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19368 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19369 echo "_ACAWK" &&
19370 echo "_ACEOF"
19371 } >conf$$files.sh &&
19372 . ./conf$$files.sh ||
19373 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19374 rm -f conf$$files.sh
19377 echo "cat >conf$$subs.awk <<_ACEOF" &&
19378 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19379 echo "_ACEOF"
19380 } >conf$$subs.sh ||
19381 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19382 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19383 ac_delim='%!_!# '
19384 for ac_last_try in false false false false false :; do
19385 . ./conf$$subs.sh ||
19386 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19388 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19389 if test $ac_delim_n = $ac_delim_num; then
19390 break
19391 elif $ac_last_try; then
19392 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19393 else
19394 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19396 done
19397 rm -f conf$$subs.sh
19399 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19400 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19401 _ACEOF
19402 sed -n '
19404 s/^/S["/; s/!.*/"]=/
19407 s/^[^!]*!//
19408 :repl
19409 t repl
19410 s/'"$ac_delim"'$//
19411 t delim
19414 s/\(.\{148\}\)..*/\1/
19415 t more1
19416 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19419 b repl
19420 :more1
19421 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19424 s/.\{148\}//
19425 t nl
19426 :delim
19428 s/\(.\{148\}\)..*/\1/
19429 t more2
19430 s/["\\]/\\&/g; s/^/"/; s/$/"/
19433 :more2
19434 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19437 s/.\{148\}//
19438 t delim
19439 ' <conf$$subs.awk | sed '
19440 /^[^""]/{
19442 s/\n//
19444 ' >>$CONFIG_STATUS || ac_write_fail=1
19445 rm -f conf$$subs.awk
19446 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19447 _ACAWK
19448 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19449 for (key in S) S_is_set[key] = 1
19450 FS = "\a"
19451 \$ac_cs_awk_pipe_init
19454 line = $ 0
19455 nfields = split(line, field, "@")
19456 substed = 0
19457 len = length(field[1])
19458 for (i = 2; i < nfields; i++) {
19459 key = field[i]
19460 keylen = length(key)
19461 if (S_is_set[key]) {
19462 value = S[key]
19463 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19464 len += length(value) + length(field[++i])
19465 substed = 1
19466 } else
19467 len += 1 + keylen
19469 if (nfields == 3 && !substed) {
19470 key = field[2]
19471 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
19472 \$ac_cs_awk_read_file
19473 next
19476 print line
19478 \$ac_cs_awk_pipe_fini
19479 _ACAWK
19480 _ACEOF
19481 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19482 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19483 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19484 else
19486 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19487 || as_fn_error "could not setup config files machinery" "$LINENO" 5
19488 _ACEOF
19490 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19491 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19492 # trailing colons and then remove the whole line if VPATH becomes empty
19493 # (actually we leave an empty line to preserve line numbers).
19494 if test "x$srcdir" = x.; then
19495 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19496 s/:*\$(srcdir):*/:/
19497 s/:*\${srcdir}:*/:/
19498 s/:*@srcdir@:*/:/
19499 s/^\([^=]*=[ ]*\):*/\1/
19500 s/:*$//
19501 s/^[^=]*=[ ]*$//
19505 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19506 fi # test -n "$CONFIG_FILES"
19508 # Set up the scripts for CONFIG_HEADERS section.
19509 # No need to generate them if there are no CONFIG_HEADERS.
19510 # This happens for instance with `./config.status Makefile'.
19511 if test -n "$CONFIG_HEADERS"; then
19512 cat >"$tmp/defines.awk" <<\_ACAWK ||
19513 BEGIN {
19514 _ACEOF
19516 # Transform confdefs.h into an awk script `defines.awk', embedded as
19517 # here-document in config.status, that substitutes the proper values into
19518 # config.h.in to produce config.h.
19520 # Create a delimiter string that does not exist in confdefs.h, to ease
19521 # handling of long lines.
19522 ac_delim='%!_!# '
19523 for ac_last_try in false false :; do
19524 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19525 if test -z "$ac_t"; then
19526 break
19527 elif $ac_last_try; then
19528 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19529 else
19530 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19532 done
19534 # For the awk script, D is an array of macro values keyed by name,
19535 # likewise P contains macro parameters if any. Preserve backslash
19536 # newline sequences.
19538 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19539 sed -n '
19540 s/.\{148\}/&'"$ac_delim"'/g
19541 t rset
19542 :rset
19543 s/^[ ]*#[ ]*define[ ][ ]*/ /
19544 t def
19546 :def
19547 s/\\$//
19548 t bsnl
19549 s/["\\]/\\&/g
19550 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19551 D["\1"]=" \3"/p
19552 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19554 :bsnl
19555 s/["\\]/\\&/g
19556 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19557 D["\1"]=" \3\\\\\\n"\\/p
19558 t cont
19559 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19560 t cont
19562 :cont
19564 s/.\{148\}/&'"$ac_delim"'/g
19565 t clear
19566 :clear
19567 s/\\$//
19568 t bsnlc
19569 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19571 :bsnlc
19572 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19573 b cont
19574 ' <confdefs.h | sed '
19575 s/'"$ac_delim"'/"\\\
19576 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19578 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19579 for (key in D) D_is_set[key] = 1
19580 FS = "\a"
19582 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19583 line = \$ 0
19584 split(line, arg, " ")
19585 if (arg[1] == "#") {
19586 defundef = arg[2]
19587 mac1 = arg[3]
19588 } else {
19589 defundef = substr(arg[1], 2)
19590 mac1 = arg[2]
19592 split(mac1, mac2, "(") #)
19593 macro = mac2[1]
19594 prefix = substr(line, 1, index(line, defundef) - 1)
19595 if (D_is_set[macro]) {
19596 # Preserve the white space surrounding the "#".
19597 print prefix "define", macro P[macro] D[macro]
19598 next
19599 } else {
19600 # Replace #undef with comments. This is necessary, for example,
19601 # in the case of _POSIX_SOURCE, which is predefined and required
19602 # on some systems where configure will not decide to define it.
19603 if (defundef == "undef") {
19604 print "/*", prefix defundef, macro, "*/"
19605 next
19609 { print }
19610 _ACAWK
19611 _ACEOF
19612 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19613 as_fn_error "could not setup config headers machinery" "$LINENO" 5
19614 fi # test -n "$CONFIG_HEADERS"
19617 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19618 shift
19619 for ac_tag
19621 case $ac_tag in
19622 :[FHLC]) ac_mode=$ac_tag; continue;;
19623 esac
19624 case $ac_mode$ac_tag in
19625 :[FHL]*:*);;
19626 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19627 :[FH]-) ac_tag=-:-;;
19628 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19629 esac
19630 ac_save_IFS=$IFS
19631 IFS=:
19632 set x $ac_tag
19633 IFS=$ac_save_IFS
19634 shift
19635 ac_file=$1
19636 shift
19638 case $ac_mode in
19639 :L) ac_source=$1;;
19640 :[FH])
19641 ac_file_inputs=
19642 for ac_f
19644 case $ac_f in
19645 -) ac_f="$tmp/stdin";;
19646 *) # Look for the file first in the build tree, then in the source tree
19647 # (if the path is not absolute). The absolute path cannot be DOS-style,
19648 # because $ac_f cannot contain `:'.
19649 test -f "$ac_f" ||
19650 case $ac_f in
19651 [\\/$]*) false;;
19652 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19653 esac ||
19654 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19655 esac
19656 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19657 as_fn_append ac_file_inputs " '$ac_f'"
19658 done
19660 # Let's still pretend it is `configure' which instantiates (i.e., don't
19661 # use $as_me), people would be surprised to read:
19662 # /* config.h. Generated by config.status. */
19663 configure_input='Generated from '`
19664 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19665 `' by configure.'
19666 if test x"$ac_file" != x-; then
19667 configure_input="$ac_file. $configure_input"
19668 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19669 $as_echo "$as_me: creating $ac_file" >&6;}
19671 # Neutralize special characters interpreted by sed in replacement strings.
19672 case $configure_input in #(
19673 *\&* | *\|* | *\\* )
19674 ac_sed_conf_input=`$as_echo "$configure_input" |
19675 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19676 *) ac_sed_conf_input=$configure_input;;
19677 esac
19679 case $ac_tag in
19680 *:-:* | *:-) cat >"$tmp/stdin" \
19681 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19682 esac
19684 esac
19686 ac_dir=`$as_dirname -- "$ac_file" ||
19687 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19688 X"$ac_file" : 'X\(//\)[^/]' \| \
19689 X"$ac_file" : 'X\(//\)$' \| \
19690 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19691 $as_echo X"$ac_file" |
19692 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19693 s//\1/
19696 /^X\(\/\/\)[^/].*/{
19697 s//\1/
19700 /^X\(\/\/\)$/{
19701 s//\1/
19704 /^X\(\/\).*/{
19705 s//\1/
19708 s/.*/./; q'`
19709 as_dir="$ac_dir"; as_fn_mkdir_p
19710 ac_builddir=.
19712 case "$ac_dir" in
19713 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19715 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19716 # A ".." for each directory in $ac_dir_suffix.
19717 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19718 case $ac_top_builddir_sub in
19719 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19720 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19721 esac ;;
19722 esac
19723 ac_abs_top_builddir=$ac_pwd
19724 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19725 # for backward compatibility:
19726 ac_top_builddir=$ac_top_build_prefix
19728 case $srcdir in
19729 .) # We are building in place.
19730 ac_srcdir=.
19731 ac_top_srcdir=$ac_top_builddir_sub
19732 ac_abs_top_srcdir=$ac_pwd ;;
19733 [\\/]* | ?:[\\/]* ) # Absolute name.
19734 ac_srcdir=$srcdir$ac_dir_suffix;
19735 ac_top_srcdir=$srcdir
19736 ac_abs_top_srcdir=$srcdir ;;
19737 *) # Relative name.
19738 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19739 ac_top_srcdir=$ac_top_build_prefix$srcdir
19740 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19741 esac
19742 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19745 case $ac_mode in
19748 # CONFIG_FILE
19751 case $INSTALL in
19752 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19753 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19754 esac
19755 _ACEOF
19757 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19758 # If the template does not know about datarootdir, expand it.
19759 # FIXME: This hack should be removed a few years after 2.60.
19760 ac_datarootdir_hack=; ac_datarootdir_seen=
19761 ac_sed_dataroot='
19762 /datarootdir/ {
19766 /@datadir@/p
19767 /@docdir@/p
19768 /@infodir@/p
19769 /@localedir@/p
19770 /@mandir@/p'
19771 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19772 *datarootdir*) ac_datarootdir_seen=yes;;
19773 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19775 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19776 _ACEOF
19777 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19778 ac_datarootdir_hack='
19779 s&@datadir@&$datadir&g
19780 s&@docdir@&$docdir&g
19781 s&@infodir@&$infodir&g
19782 s&@localedir@&$localedir&g
19783 s&@mandir@&$mandir&g
19784 s&\\\${datarootdir}&$datarootdir&g' ;;
19785 esac
19786 _ACEOF
19788 # Neutralize VPATH when `$srcdir' = `.'.
19789 # Shell code in configure.ac might set extrasub.
19790 # FIXME: do we really want to maintain this feature?
19791 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19792 ac_sed_extra="$ac_vpsub
19793 $extrasub
19794 _ACEOF
19795 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19797 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19798 s|@configure_input@|$ac_sed_conf_input|;t t
19799 s&@top_builddir@&$ac_top_builddir_sub&;t t
19800 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19801 s&@srcdir@&$ac_srcdir&;t t
19802 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19803 s&@top_srcdir@&$ac_top_srcdir&;t t
19804 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19805 s&@builddir@&$ac_builddir&;t t
19806 s&@abs_builddir@&$ac_abs_builddir&;t t
19807 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19808 s&@INSTALL@&$ac_INSTALL&;t t
19809 $ac_datarootdir_hack
19811 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19812 if $ac_cs_awk_getline; then
19813 $AWK -f "$tmp/subs.awk"
19814 else
19815 $AWK -f "$tmp/subs.awk" | $SHELL
19816 fi >$tmp/out \
19817 || as_fn_error "could not create $ac_file" "$LINENO" 5
19819 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19820 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19821 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19823 which seems to be undefined. Please make sure it is defined." >&5
19824 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19825 which seems to be undefined. Please make sure it is defined." >&2;}
19827 rm -f "$tmp/stdin"
19828 case $ac_file in
19829 -) cat "$tmp/out" && rm -f "$tmp/out";;
19830 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19831 esac \
19832 || as_fn_error "could not create $ac_file" "$LINENO" 5
19836 # CONFIG_HEADER
19838 if test x"$ac_file" != x-; then
19840 $as_echo "/* $configure_input */" \
19841 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19842 } >"$tmp/config.h" \
19843 || as_fn_error "could not create $ac_file" "$LINENO" 5
19844 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19845 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19846 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19847 else
19848 rm -f "$ac_file"
19849 mv "$tmp/config.h" "$ac_file" \
19850 || as_fn_error "could not create $ac_file" "$LINENO" 5
19852 else
19853 $as_echo "/* $configure_input */" \
19854 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19855 || as_fn_error "could not create -" "$LINENO" 5
19859 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19860 $as_echo "$as_me: executing $ac_file commands" >&6;}
19862 esac
19865 case $ac_file$ac_mode in
19866 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19867 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19868 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19869 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19870 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19871 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19872 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19873 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19874 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19875 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19876 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19877 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19878 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19880 esac
19881 done # for ac_tag
19884 as_fn_exit 0
19885 _ACEOF
19886 ac_clean_files=$ac_clean_files_save
19888 test $ac_write_fail = 0 ||
19889 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19892 # configure is writing to config.log, and then calls config.status.
19893 # config.status does its own redirection, appending to config.log.
19894 # Unfortunately, on DOS this fails, as config.log is still kept open
19895 # by configure, so config.status won't be able to write to it; its
19896 # output is simply discarded. So we exec the FD to /dev/null,
19897 # effectively closing config.log, so it can be properly (re)opened and
19898 # appended to by config.status. When coming back to configure, we
19899 # need to make the FD available again.
19900 if test "$no_create" != yes; then
19901 ac_cs_success=:
19902 ac_config_status_args=
19903 test "$silent" = yes &&
19904 ac_config_status_args="$ac_config_status_args --quiet"
19905 exec 5>/dev/null
19906 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19907 exec 5>>config.log
19908 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19909 # would make configure fail if this is the last instruction.
19910 $ac_cs_success || as_fn_exit $?
19912 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19913 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19914 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19918 if test "$no_create" = "yes"
19919 then
19920 exit 0
19923 ac_save_IFS="$IFS"
19924 if test "x$wine_notices != "x; then
19925 echo >&6
19926 IFS="|"
19927 for msg in $wine_notices; do
19928 IFS="$ac_save_IFS"
19929 if test -n "$msg"; then
19930 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19931 $as_echo "$as_me: $msg" >&6;}
19933 done
19935 IFS="|"
19936 for msg in $wine_warnings; do
19937 IFS="$ac_save_IFS"
19938 if test -n "$msg"; then
19939 echo >&2
19940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19941 $as_echo "$as_me: WARNING: $msg" >&2;}
19943 done
19944 IFS="$ac_save_IFS"
19946 echo "
19947 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
19948 " >&6